Como manuais (e até Wikipedia ):
/proc/uptime
Shows how long the system has been on since it was last restarted.
The first number is the total number of seconds the system has been up. The second number is how much of that time the machine has spent idle, in seconds. On multi core systems (and some linux versions) the second number is the sum of the idle time accumulated by each CPU.
O ponto decimal separa segundos de frações de segundo. Para calcular o sistema de ponto no tempo inicializado usando essas métricas, você teria que subtrair o número de segundos em que o sistema esteve ativo (primeiro número) da hora atual no formato de época, arredondando a fração.