Need to ask .. as second and third values are
1111111111111111111114oLvT2;43338925513
111111111111111111112BEH2ro;10940
if I check via bitref (or any other tool),
second key balance is 65.57999243
third 0.00010940
seems like greater numbers are flawed somehow?
You picked a unusable address (ripemd160 hash is 0x0000000000..., that's just lost coins) with more than 50000 utxos attached to it (I count 52057 utxos while blockchain.info only count 51302). Honestly, it will be hard to debug this one, as I don't know how blockchain.info fills its database.
By the way, I don't think there is a problem with big numbers. Other balances seems ok:
$ grep 1111116d87CjjDyP8SF5v1LTvUq22VFg balances.out
1111116d87CjjDyP8SF5v1LTvUq22VFg;8957970093
$ curl -s https://blockchain.info/fr/rawaddr/1111116d87CjjDyP8SF5v1LTvUq22VFg|grep final_balance
"final_balance":8957970093,
Another sample:
$ grep 336xGpGweq1wtY4kRTuA4w6d7yDkBU9czU balances.out
336xGpGweq1wtY4kRTuA4w6d7yDkBU9czU;4897336319144
$ curl -s https://blockchain.info/fr/rawaddr/336xGpGweq1wtY4kRTuA4w6d7yDkBU9czU|grep final_balance
"final_balance":4897336319144,
Cheers