Trace number 4107634

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (TO) 1800.12 1800.53

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
10orplus/normalized-monodevelop-nunit.cudf.trendy.opb
MD5SUM6abb8e3d800a21cf05d8a620cda51607
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2650173698357
Best CPU time to get the best result obtained on this benchmark97.5262
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21160
Total number of constraints100329
Number of constraints which are clauses98759
Number of constraints which are cardinality constraints (but not clauses)1570
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8614
Biggest coefficient in the objective function 80007275629
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 236901506003854
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 80007275629
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 236901506003854
Number of bits of the biggest sum of numbers48
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-19T00:11:16+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4107634-1466287876.opb"]
0.00/0.01	c use --random-gen="282992829 929665300 341390062 2594187669 1820099250 689272073 2665433488 1230357119 3045161286 1163477009 2326241035 3753625846 2845255385 2343871548 3913082277 2591759915 2259665453 1469675878 3798917733 561346159 1588960598 3401020480 352881621 2469065623 4067016906 3234632608 2979040298 1775331529 1821195654 3379809946 34624171 2630592664 3837989838 3703737710 3281208497 2909519790 3641012855 419000688 3538443731 1007605013 2688747628 719828082 3195269229 3816615816 2062441773 1935506600 2114856661 2287137179 3441685971 1107204630 344809101 2405493724 3030610047 438378216 3669366299 2303311471 3508864451 3597303875 3912273361 1184023762 526685389 3238699644 4160046220 3647771516 2312250218 4028388789 2469858274 3613421631 1324586879 2382597357 2972160628 2050932223 4291940411 3642388951 2765916997 1235381514 450057053 4011007173 2483137539 3889075541 346981481 3002802531 1274428457 1254081145 1756803898 3569960738 135616741 1792509730 2767216101 2662294120 2325683015 1925704021 2415693627 1716866768 313718398 2749774087 2831955679 987867380 747876528 108742699 4101311608 2494748024 1976494949 3046370292 271060188 236290245 641140281 3910410742 3315488776 3825740631 1935131128 2833268607 305504575 284355644 2513794589 38029445 1586993538 3616140204 3479620720 4168588690 2819170038 3566495829 2612522313 3375423330 3522806946 3635814166 2053733963 3314789354 2148833523 2815283957 633165031 1649384180 1581474199 2091844567 311376940 1048207855 2440517970 2197500786 1340335800 885587215 1816455077 307817898 1255029792 3345998264 652605693 42500289 2445001957 3876653716 1902802371 1600088860 2992037419 640349492 1240667160 555602578 1454759987 128796239 3525894673 2712100250 1926732101 3896137058 3622388685 1770275499 1568427500 2689019543 3109112175 3754837217 284600735 2287185573 1652544944 3372083299 2745531586 183915385 3112139040 1051600455 522733758 1251536743 412464927 950462180 3817925615 4026289031 3216688017 4150616886 3973132079 793399525 4077331335 3336901075 3615364861 3368968665 538030379 4159468799 1061345129 1831365996 201748262 3641221879 1983229858 3384345808 391913606 1808521491 4245236043 738504096 821722430 727595580 3445308128 2157333460 2842240108 654367482 3567397932 3655358821 820355257 3385759397 3243847160 4035767155 2569938227 1510154142 1584865734 2610721933 2444058658 2644636865 2897386518 3630208607 2850755498 1437165068 2955674818 4264587504 2209614882 3337440244 3366219075 1737364399 3483544972 2956867104 429707240 1186732054 3203511903 164662685 792714722 322356148 1427086362 3507280363 3091736967 2140813014 2136199901 772076512 315455095 2360998031 58494639 1708858042 2827625237 3489442597 738833768 2970451933 2562252868 2316093234 4289789543 336913450 1613713374 3724149670 255 362436" option to reproduce the execution
0.68/0.72	c #vars 21160
0.68/0.72	c #constraints 100329
2.19/2.30	c BCD2: Hardening is enabled.
2.19/2.30	c BCD2: BiasedSearch is enabled.
2.19/2.30	c Solving starts ...
2.19/2.30	c ============================[ Search Statistics ]============================
2.19/2.30	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
2.19/2.30	c       |         |          |          |    Limit     GC | Var      | Constra 
2.19/2.30	c =============================================================================
2.19/2.30	c  0.0s |       0 |        0 |        0 |    40053      0 |     1204 |        0
2.98/3.02	c  0.7s |       1 |    80059 |      100 |    40053      0 |     1204 |     1293
4.78/4.88	c  2.6s |       2 |   284090 |      250 |    44059      0 |     1204 |     1293
5.88/5.93	c  3.6s |       2 |   416556 |      353 |    48465      0 |     1204 |     1293
5.88/5.93	c #cpu_time = 3.604s
5.88/5.93	c #wall_clock_time = 3.614s
5.88/5.93	c #decision = 416556
5.88/5.93	c #random_decision = 1219
5.88/5.93	c #conflict = 353
5.88/5.93	c #restart = 2
5.88/5.93	o 49966539635717

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4107634-1466287876/watcher-4107634-1466287876 -o /tmp/evaluation-result-4107634-1466287876/solver-4107634-1466287876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466264161-13250 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107634-1466287876.opb 

pid=16773
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.19 2.16 2.15 4/179 16776
/proc/meminfo: memFree=21748768/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=714172 CPUtime=0 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 2663 0 0 0 0 0 0 0 20 0 4 0 30836813 731312128 3023 33554432000 4194304 16246674 140734218563840 140734218563264 13880264 0 2 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16776/statm: 179311 3032 441 2943 0 176205 0
[pid=16776/tid=16777] ppid=16773 vsize=731580 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 749137920 3089 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=735676 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 753332224 3105 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=739772 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30836813 757526528 3123 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0

[startup+0.100174 s]
/proc/loadavg: 2.19 2.16 2.15 4/179 16776
/proc/meminfo: memFree=21748768/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 30906 0 0 0 6 3 0 0 20 0 4 0 30836813 1334382592 31205 33554432000 4194304 16246674 140734218563840 140734218563152 7374276 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16776/statm: 325777 31220 799 2943 0 322671 0
[pid=16776/tid=16777] ppid=16773 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1334382592 31232 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1334382592 31242 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1334382592 31253 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200529 s]
/proc/loadavg: 2.19 2.16 2.15 4/179 16776
/proc/meminfo: memFree=21748768/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1313348 CPUtime=0.18 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 48421 0 0 0 13 5 0 0 20 0 4 0 30836813 1344868352 49230 33554432000 4194304 16246674 140734218563840 140734218563152 8058708 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16776/statm: 328337 49230 799 2943 0 325231 0
[pid=16776/tid=16777] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 49230 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 49230 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 49230 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1313348

[startup+0.300468 s]
/proc/loadavg: 2.19 2.16 2.15 4/179 16776
/proc/meminfo: memFree=21748768/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 63924 0 0 0 21 8 0 0 20 0 4 0 30836813 1344868352 64733 33554432000 4194304 16246674 140734218563840 140734218563152 14073329 0 0 0 34082818 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16776/statm: 328337 64733 800 2943 0 325231 0
[pid=16776/tid=16777] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 64733 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 64733 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 64733 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700424 s]
/proc/loadavg: 2.19 2.16 2.15 4/179 16776
/proc/meminfo: memFree=21748768/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 72374 0 0 0 59 9 0 0 20 0 4 0 30836813 1344868352 73183 33554432000 4194304 16246674 140734218563840 140734218545728 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 328337 73183 801 2943 0 325231 0
[pid=16776/tid=16777] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 73183 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 73183 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1344868352 73183 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50036 s]
/proc/loadavg: 2.19 2.16 2.15 3/183 16780
/proc/meminfo: memFree=21296012/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1319492 CPUtime=1.49 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 194161 0 0 0 120 29 0 0 20 0 4 0 30836813 1351159808 194970 33554432000 4194304 16246674 140734218563840 140734218545728 6757465 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 329873 194980 840 2943 0 326767 0
[pid=16776/tid=16777] ppid=16773 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1351159808 194986 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1351159808 194991 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1351159808 194998 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10042 s]
/proc/loadavg: 2.19 2.16 2.15 3/183 16780
/proc/meminfo: memFree=20650468/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1337924 CPUtime=3.08 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 275091 0 0 0 267 41 0 0 20 0 4 0 30836813 1370034176 275900 33554432000 4194304 16246674 140734218563840 140734218545728 5672188 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 334481 275900 889 2943 0 331375 0
[pid=16776/tid=16777] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275900 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275900 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275900 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1337924

[startup+6.30043 s]
/proc/loadavg: 2.18 2.16 2.15 3/183 16780
/proc/meminfo: memFree=20649584/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1337924 CPUtime=6.28 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 275171 0 0 0 587 41 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 140734218545728 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 334481 275980 903 2943 0 331375 0
[pid=16776/tid=16777] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1337924

[startup+12.7004 s]
/proc/loadavg: 2.16 2.16 2.14 3/183 16780
/proc/meminfo: memFree=20650388/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1337924 CPUtime=12.69 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 275171 0 0 0 1227 42 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 140734218545728 12429744 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 334481 275980 903 2943 0 331375 0
[pid=16776/tid=16777] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1337924

[startup+25.5004 s]
/proc/loadavg: 2.13 2.15 2.14 3/183 16780
/proc/meminfo: memFree=20807264/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1337924 CPUtime=25.49 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 275171 0 0 0 2507 42 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 140734218545728 4206597 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 334481 275980 903 2943 0 331375 0
[pid=16776/tid=16777] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1337924

[startup+51.1005 s]
/proc/loadavg: 2.15 2.15 2.14 3/183 16780
/proc/meminfo: memFree=20646892/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1337924 CPUtime=51.08 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 275171 0 0 0 5066 42 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 140734218545728 12414096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 334481 275980 903 2943 0 331375 0
[pid=16776/tid=16777] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275980 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1337924

[startup+102.301 s]
/proc/loadavg: 2.18 2.16 2.14 3/183 16781
/proc/meminfo: memFree=20892208/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1337924 CPUtime=102.28 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 275172 0 0 0 10186 42 0 0 20 0 4 0 30836813 1370034176 275981 33554432000 4194304 16246674 140734218563840 140734218545728 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 334481 275981 903 2943 0 331375 0
[pid=16776/tid=16777] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275981 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275981 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1370034176 275981 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1337924


################
# More data... #
################

/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1527320576 314384 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1302
Current children cumulated vsize (KiB) 1491524

[startup+1362.3 s]
/proc/loadavg: 2.11 2.05 2.06 3/183 16860
/proc/meminfo: memFree=28727960/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1525316 CPUtime=1361.96 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 322024 0 0 0 136145 51 0 0 20 0 4 0 30836813 1561923584 322832 33554432000 4194304 16246674 140734218563840 140734218545728 4221087 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 381329 322832 903 2943 0 378223 0
[pid=16776/tid=16777] ppid=16773 vsize=1525316 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1561923584 322832 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1525316 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1561923584 322832 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1525316 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1561923584 322832 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1361.96
Current children cumulated vsize (KiB) 1525316

[startup+1422.3 s]
/proc/loadavg: 2.11 2.06 2.06 3/183 16861
/proc/meminfo: memFree=28711716/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1532484 CPUtime=1421.96 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 323823 0 0 0 142144 52 0 0 20 0 4 0 30836813 1569263616 324624 33554432000 4194304 16246674 140734218563840 140734218563152 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 383121 324624 903 2943 0 380015 0
[pid=16776/tid=16777] ppid=16773 vsize=1532484 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1569263616 324624 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1532484 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1569263616 324624 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1532484 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1569263616 324624 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 1532484

[startup+1482.3 s]
/proc/loadavg: 2.04 2.05 2.06 4/183 16862
/proc/meminfo: memFree=28697252/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1546820 CPUtime=1481.93 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 327413 0 0 0 148141 52 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 140734218563152 13950199 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 386705 328208 903 2943 0 383599 0
[pid=16776/tid=16777] ppid=16773 vsize=1546820 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1546820 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1546820 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 1546820

[startup+1542.31 s]
/proc/loadavg: 2.13 2.07 2.06 3/183 16864
/proc/meminfo: memFree=28697160/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1546820 CPUtime=1541.93 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 327416 0 0 0 154140 53 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 140734218561664 4220850 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 386705 328208 903 2943 0 383599 0
[pid=16776/tid=16777] ppid=16773 vsize=1546820 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1546820 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1546820 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1583943680 328208 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 1546820

[startup+1602.3 s]
/proc/loadavg: 2.08 2.07 2.06 3/183 16865
/proc/meminfo: memFree=28695948/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1547844 CPUtime=1601.91 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 327672 0 0 0 160138 53 0 0 20 0 4 0 30836813 1584992256 328464 33554432000 4194304 16246674 140734218563840 140734218545728 4220543 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 386961 328464 903 2943 0 383855 0
[pid=16776/tid=16777] ppid=16773 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1584992256 328464 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1547844 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1584992256 328464 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1547844 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1584992256 328464 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 1547844

[startup+1662.3 s]
/proc/loadavg: 2.16 2.08 2.07 4/183 16866
/proc/meminfo: memFree=28677752/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1566276 CPUtime=1661.9 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 332282 0 0 0 166136 54 0 0 20 0 4 0 30836813 1603866624 333072 33554432000 4194304 16246674 140734218563840 140734218561664 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 391569 333072 903 2943 0 388463 0
[pid=16776/tid=16777] ppid=16773 vsize=1566276 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1603866624 333072 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1566276 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1603866624 333072 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1566276 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1603866624 333072 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 1566276

[startup+1722.3 s]
/proc/loadavg: 2.09 2.08 2.07 3/183 16867
/proc/meminfo: memFree=28675432/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1568324 CPUtime=1721.88 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 332798 0 0 0 172134 54 0 0 20 0 4 0 30836813 1605963776 333584 33554432000 4194304 16246674 140734218563840 140734218561728 12371230 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 392081 333584 903 2943 0 388975 0
[pid=16776/tid=16777] ppid=16773 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1605963776 333584 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1568324 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1605963776 333584 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1605963776 333584 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 1568324

[startup+1782.3 s]
/proc/loadavg: 2.03 2.06 2.06 3/184 16871
/proc/meminfo: memFree=28662876/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1580612 CPUtime=1781.86 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 335871 0 0 0 178131 55 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 140734218561664 13883727 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 395153 336656 903 2943 0 392047 0
[pid=16776/tid=16777] ppid=16773 vsize=1580612 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1580612 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1580612 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 1580612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.06 2.06 3/183 16873
/proc/meminfo: memFree=28662228/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1580612 CPUtime=1800.06 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 335871 0 0 0 179951 55 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 140734218563152 12654409 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 395153 336656 903 2943 0 392047 0
[pid=16776/tid=16777] ppid=16773 vsize=1580612 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1580612 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1580612 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1580612

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16776 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.5 s]
/proc/loadavg: 2.02 2.06 2.06 3/183 16873
/proc/meminfo: memFree=28662228/32872528 swapFree=681964/737152
[pid=16776] ppid=16773 vsize=1580612 CPUtime=1800.06 cores=1,3,5,7
/proc/16776/stat : 16776 (toysat) R 16773 16776 13233 0 -1 4202496 335871 0 0 0 179951 55 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 140734218563152 12654409 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/16776/statm: 395153 336656 903 2943 0 392047 0
[pid=16776/tid=16777] ppid=16773 vsize=1580612 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16777/stat : 16777 (toysat) S 16773 16776 13233 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733785095408 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 3 0 0 0 0 0
[pid=16776/tid=16778] ppid=16773 vsize=1580612 CPUtime=0.01 cores=1,3,5,7
/proc/16776/task/16778/stat : 16778 (toysat) S 16773 16776 13233 0 -1 4202560 8 0 0 0 0 1 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733774605552 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 5 0 0 0 0 0
[pid=16776/tid=16779] ppid=16773 vsize=1580612 CPUtime=0 cores=1,3,5,7
/proc/16776/task/16779/stat : 16779 (toysat) S 16773 16776 13233 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30836813 1618546688 336656 33554432000 4194304 16246674 140734218563840 139733764132016 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1580612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.53
CPU time (s): 1800.12
CPU user time (s): 1799.52
CPU system time (s): 0.59091
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 1580612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 0.59091
maximum resident set size= 1346624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1738
involuntary context switches= 2393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.08623 second user time and 7.26689 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-19 00:11:16
IDJOB=4107634
IDBENCH=72377
IDSOLVER=2542
FILE ID=node112/4107634-1466287876
RUNJOBID= node112-1466264161-13250
PBS_JOBID= 19918218
Free space on /tmp= 71692 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-monodevelop-nunit.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107634-1466287876/watcher-4107634-1466287876 -o /tmp/evaluation-result-4107634-1466287876/solver-4107634-1466287876 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466264161-13250 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107634-1466287876.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6abb8e3d800a21cf05d8a620cda51607
RANDOM SEED=179911059

node112.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5321.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        21755456 kB
Buffers:           88584 kB
Cached:           180740 kB
SwapCached:         2028 kB
Active:          9460780 kB
Inactive:         166440 kB
Active(anon):    9357756 kB
Inactive(anon):     2096 kB
Active(file):     103024 kB
Inactive(file):   164344 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096744 kB
Dirty:             19816 kB
Writeback:             0 kB
AnonPages:      10093612 kB
Mapped:            10660 kB
Shmem:                 0 kB
Slab:             602972 kB
SReclaimable:      46740 kB
SUnreclaim:       556232 kB
KernelStack:        1480 kB
PageTables:        24208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   10236580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    645120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node112 at 2016-06-19 00:41:17