Profile generation

Grog is generating the profile as a float instead of an int. Example:

"jobs": [
  {
   "id": "0",
   "profile": "1972480000000.0", // Here the error
   "res": 1,
   "subtime": 147,
   "walltime": 149
  }]

In the profiles is an int.

"profiles": {
  "1972480000000": { // Here the int
   "com": 0.0,
   "cpu": 1972480000000,
   "type": "parallel_homogeneous"
  }}

Both must be equal.