Trace number 4079202

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.67 1800.98

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-co-100.opb
MD5SUMcc8ca0c69f8ca12b192f0c3a37614bc3
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark276962066
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48116
Total number of constraints2186
Number of constraints which are clauses9
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints2014
Minimum length of a constraint2
Maximum length of a constraint19068
Number of terms in the objective function 46916
Biggest coefficient in the objective function 837300000
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 89462976580
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 837300000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 89462976580
Number of bits of the biggest sum of numbers37
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-07T08:22:41+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-4079202-1465280560.opb"]
0.00/0.01	c use --random-gen="3020900563 1818569546 918170910 462557438 1552213695 2471191061 3000487858 154443212 403363169 436012341 3287409233 2231188532 2320377873 3799020692 4018842254 1960355545 712618181 4225330645 371243165 1601757453 60800451 3221163043 2339863779 181312631 3082745855 2804888435 1683004240 3178352547 1962750711 1308430979 339442690 140654714 1699949166 1695338559 744947929 2903816868 2764381470 2503831482 2811858604 3637739058 658037431 3287139654 627547795 1750255883 1498706770 3474727266 718381746 2335877925 1370299244 4044343544 3972311119 697007114 1531133023 493291952 1907728409 4012836416 106802096 1653068223 2154545688 3218961373 1259998525 1565758585 1900061912 3090971480 1889353951 3066700861 955849167 3110077123 3527501374 2016760489 3437669899 1864754754 1793174227 2945553051 3711574249 1641719923 3831145896 1054006467 2503579994 603290257 1288238062 2681151014 3206666549 1017412910 1114551691 3435632144 3770459630 2445227181 2513913480 1806614327 3353093083 379978077 2638390844 590796404 2200122210 3208028192 2489450663 625118623 538041350 3543744108 3239907129 2408618092 3702983811 423805440 2354392748 1975566119 239205513 2031435456 276615828 1319932077 2045062923 3129261440 3748092033 2140276222 918768417 1259882528 3560461043 3372136449 3473700903 1185202700 896616462 1915885415 3904039704 2768451225 200643633 648008466 3602195794 3959582887 566178029 2465270558 1908804392 2437393865 727279525 3865244104 2500853583 4006425455 1817557703 4179791764 3708845024 4023698330 3718925056 812833656 2968513862 3106661767 2829345950 3694796024 2012100184 3424716685 1768900478 3136270735 916902898 1559991265 3127969821 1969802837 3603350956 2579814959 2536689216 659074369 3446238011 1302445958 244631009 1824933240 1284994118 989600455 2936310821 2634819643 2816411533 3933339263 1375661796 118644966 150449307 1275758938 3063665678 1633846189 3707717601 597262822 3493963598 3671807126 361796927 3896303462 188184436 3173953395 2790137262 1386886564 2144565334 1725950247 2996718646 718017904 1446192509 1293911267 545586920 3350914195 2258903949 2630298398 1713531342 3353297865 2587904377 3160621331 3891269997 2597045023 3967193249 311069767 748548530 765294045 834703702 2676380002 4011083885 670056715 1703699162 2456751889 174827884 548505310 611779079 4218815013 1330273450 3833542186 1705450014 2036979260 711801587 1134633259 488380317 2438589474 3893717046 2813761476 307490425 2113677707 1126762588 3225111236 1112202772 3401418734 3625689356 736121213 3604748142 416768041 780582146 1941144358 2500022892 992944707 1310579306 442188337 1495250082 3479011104 3248875968 2622575872 3840690453 1818518325 1819803477 370895875 2469661387 386053183 3244770093 347799550 2019974720 1059127216 3755330559 1572842072 255 362436" option to reproduce the execution
3.59/3.68	c #vars 48116
3.59/3.68	c #constraints 2186
12.10/12.14	c BCD2: Hardening is enabled.
12.10/12.14	c BCD2: BiasedSearch is enabled.
12.10/12.14	c Solving starts ...
12.10/12.14	c ============================[ Search Statistics ]============================
12.10/12.14	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
12.10/12.14	c       |         |          |          |    Limit     GC | Var      | Constra 
12.10/12.14	c =============================================================================
12.10/12.16	c  0.0s |       0 |        0 |        0 |    16824      0 |        2 |        0
14.19/14.28	c  2.1s |       0 |     6527 |      100 |    16824      0 |        2 |        0
14.19/14.29	c  2.1s |       1 |     6527 |      100 |    16824      0 |        2 |        0
20.69/20.75	c  8.6s |       1 |    37950 |      200 |    18507      0 |        2 |        0
28.28/28.34	c 16.2s |       2 |    49274 |      250 |    18507      0 |        2 |        0
31.89/31.93	c 19.8s |       2 |    61963 |      350 |    20358      0 |        2 |        0
35.08/35.12	c 23.0s |       2 |    62909 |      450 |    20358      0 |        2 |        0
35.48/35.58	c 23.4s |       3 |    63233 |      475 |    20358      0 |        2 |        0
37.98/38.06	c 25.9s |       3 |    65429 |      575 |    22394      0 |        2 |        0
40.68/40.79	c 28.6s |       3 |    74413 |      702 |    22394      0 |        2 |        0
40.68/40.79	c #cpu_time = 28.523s
40.68/40.79	c #wall_clock_time = 28.599s
40.68/40.79	c #decision = 74413
40.68/40.79	c #random_decision = 311
40.68/40.79	c #conflict = 702
40.68/40.79	c #restart = 3
40.68/40.79	o 4430851192

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-4079202-1465280560/watcher-4079202-1465280560 -o /tmp/evaluation-result-4079202-1465280560/solver-4079202-1465280560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465278758-3412 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079202-1465280560.opb 

pid=3608
running on 4 cores: 0,2,4,6

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.01 2.08 2.00 3/179 3611
/proc/meminfo: memFree=29456512/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=770492 CPUtime=0 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 2882 0 0 0 0 0 0 0 20 0 4 0 109988636 788983808 3243 33554432000 4194304 16246674 140737156905328 140737156904752 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 193391 3252 441 2943 0 190285 0
[pid=3611/tid=3612] ppid=3608 vsize=787900 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 806809600 3312 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=793020 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 812052480 3330 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=797116 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109988637 816246784 3346 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.01 2.08 2.00 3/179 3611
/proc/meminfo: memFree=29456512/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1303108 CPUtime=0.09 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 30864 0 0 0 5 4 0 0 20 0 4 0 109988636 1334382592 31162 33554432000 4194304 16246674 140737156905328 140737156904640 8058796 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 325777 31176 799 2943 0 322671 0
[pid=3611/tid=3612] ppid=3608 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1334382592 31187 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1334382592 31197 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1303108 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1334382592 31209 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200501 s]
/proc/loadavg: 2.01 2.08 2.00 3/179 3611
/proc/meminfo: memFree=29456512/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1310276 CPUtime=0.19 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 48939 0 0 0 12 7 0 0 20 0 4 0 109988636 1341722624 49749 33554432000 4194304 16246674 140737156905328 140737156904640 7371468 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 327569 49765 800 2943 0 324463 0
[pid=3611/tid=3612] ppid=3608 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1341722624 49776 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1341722624 49788 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1310276 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1341722624 49800 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1310276

[startup+0.300466 s]
/proc/loadavg: 2.01 2.08 2.00 3/179 3611
/proc/meminfo: memFree=29456512/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1312324 CPUtime=0.29 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 57539 0 0 0 21 8 0 0 20 0 4 0 109988636 1343819776 58348 33554432000 4194304 16246674 140737156905328 140737156904640 7369992 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 328081 58348 801 2943 0 324975 0
[pid=3611/tid=3612] ppid=3608 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1343819776 58348 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1343819776 58348 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1343819776 58348 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1312324

[startup+0.700399 s]
/proc/loadavg: 2.01 2.08 2.00 3/179 3611
/proc/meminfo: memFree=29456512/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1312324 CPUtime=0.69 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 65769 0 0 0 60 9 0 0 20 0 4 0 109988636 1343819776 66578 33554432000 4194304 16246674 140737156905328 140737156888320 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 328081 66578 802 2943 0 324975 0
[pid=3611/tid=3612] ppid=3608 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1343819776 66578 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1343819776 66578 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1312324 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1343819776 66578 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.5004 s]
/proc/loadavg: 2.01 2.08 2.00 3/183 3615
/proc/meminfo: memFree=29097364/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 89479 0 0 0 137 12 0 0 20 0 4 0 109988636 1344868352 90288 33554432000 4194304 16246674 140737156905328 140737156903168 7364580 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 328337 90288 802 2943 0 325231 0
[pid=3611/tid=3612] ppid=3608 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1344868352 90288 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1344868352 90288 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1344868352 90288 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.01 2.08 2.00 3/183 3615
/proc/meminfo: memFree=28945472/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1337924 CPUtime=3.09 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 127121 0 0 0 291 18 0 0 20 0 4 0 109988636 1370034176 132529 33554432000 4194304 16246674 140737156905328 140737156888320 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 334481 132529 802 2943 0 331375 0
[pid=3611/tid=3612] ppid=3608 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1370034176 132529 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1370034176 132529 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1370034176 132529 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1337924

[startup+6.30041 s]
/proc/loadavg: 2.09 2.10 2.01 3/183 3664
/proc/meminfo: memFree=29583340/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1337924 CPUtime=6.28 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 203104 0 0 0 601 27 0 0 20 0 4 0 109988636 1370034176 209023 33554432000 4194304 16246674 140737156905328 140737156904424 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 334481 209030 840 2943 0 331375 0
[pid=3611/tid=3612] ppid=3608 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1370034176 209034 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109988637 1370034176 209039 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1337924 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109988637 1370034176 209044 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 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.24 2.13 2.02 4/183 3664
/proc/meminfo: memFree=28755520/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1564228 CPUtime=12.69 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 325586 0 0 0 1224 45 0 0 20 0 4 0 109988636 1601769472 332527 33554432000 4194304 16246674 140737156905328 140737156887232 4220498 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 391057 332527 889 2943 0 387951 0
[pid=3611/tid=3612] ppid=3608 vsize=1564228 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1601769472 332527 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1564228 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1601769472 332527 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1564228 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 1601769472 332527 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1564228

[startup+25.5005 s]
/proc/loadavg: 2.27 2.14 2.02 3/183 3665
/proc/meminfo: memFree=28756088/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=1564228 CPUtime=25.49 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 325603 0 0 0 2504 45 0 0 20 0 4 0 109988636 1601769472 332542 33554432000 4194304 16246674 140737156905328 140737156904504 12483362 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 391057 332542 889 2943 0 387951 0
[pid=3611/tid=3612] ppid=3608 vsize=1564228 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1601769472 332542 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=1564228 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 1601769472 332542 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=1564228 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 1601769472 332542 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1564228

[startup+51.1005 s]
/proc/loadavg: 2.30 2.16 2.03 3/183 3665
/proc/meminfo: memFree=27524780/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=2793028 CPUtime=51.08 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 632816 0 0 0 5022 86 0 0 20 0 4 0 109988636 2860060672 639752 33554432000 4194304 16246674 140737156905328 140737156904424 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 698257 639752 898 2943 0 695151 0
[pid=3611/tid=3612] ppid=3608 vsize=2793028 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 2860060672 639752 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=2793028 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 2860060672 639752 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=2793028 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 2860060672 639752 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2793028

[startup+102.3 s]
/proc/loadavg: 2.14 2.13 2.02 3/183 3666
/proc/meminfo: memFree=22555828/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=7751236 CPUtime=102.27 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 1872371 0 0 0 9967 260 0 0 20 0 4 0 109988636 7937265664 1879306 33554432000 4194304 16246674 140737156905328 140737156904424 4220912 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 1937809 1879306 898 2943 0 1934703 0
[pid=3611/tid=3612] ppid=3608 vsize=7751236 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 7937265664 1879306 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=7751236 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 7937265664 1879306 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=7751236 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 7937265664 1879306 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7751236


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

[pid=3611] ppid=3608 vsize=13948484 CPUtime=1362.05 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 135666 539 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156904424 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 13948484

[startup+1422.3 s]
/proc/loadavg: 2.15 2.14 2.09 3/183 3698
/proc/meminfo: memFree=16283228/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1422.05 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 141662 543 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156903296 14013836 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 13948484

[startup+1482.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/183 3699
/proc/meminfo: memFree=16283380/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1482.03 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 147658 545 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156903296 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 13948484

[startup+1542.31 s]
/proc/loadavg: 2.15 2.13 2.09 4/183 3700
/proc/meminfo: memFree=16283400/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1542.03 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 153654 549 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156904504 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 13948484

[startup+1602.3 s]
/proc/loadavg: 2.16 2.13 2.09 3/183 3702
/proc/meminfo: memFree=16283172/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1602.01 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 159649 552 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156903296 14007295 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 13948484

[startup+1662.3 s]
/proc/loadavg: 2.18 2.14 2.09 3/184 3706
/proc/meminfo: memFree=16283224/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1662 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 165645 555 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156903296 14013629 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 13948484

[startup+1722.3 s]
/proc/loadavg: 2.11 2.13 2.09 3/183 3707
/proc/meminfo: memFree=16282888/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1721.99 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 171639 560 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156903232 4220480 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 13948484

[startup+1782.3 s]
/proc/loadavg: 2.15 2.13 2.09 3/183 3708
/proc/meminfo: memFree=16282292/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1781.99 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 177636 563 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156903296 14014083 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860304 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 13948484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.10 2.12 2.09 3/183 3708
/proc/meminfo: memFree=16282384/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=13948484 CPUtime=1800.08 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) R 3608 3611 3396 0 -1 4202496 3334320 0 0 0 179445 563 0 0 20 0 4 0 109988636 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140737156904424 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 3487121 3428623 902 2943 0 3484015 0
[pid=3611/tid=3612] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551177350384 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=3611/tid=3613] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3613/stat : 3613 (toysat) S 3608 3611 3396 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551166860528 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=3611/tid=3614] ppid=3608 vsize=13948484 CPUtime=0 cores=0,2,4,6
/proc/3611/task/3614/stat : 3614 (toysat) S 3608 3611 3396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 4 0 109988637 14283247616 3428623 33554432000 4194304 16246674 140737156905328 140551156386992 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 13948484

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 3611 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.81 s]
/proc/loadavg: 2.10 2.12 2.09 3/181 3708
/proc/meminfo: memFree=24541644/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=0 CPUtime=1800.49 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) Z 3608 3611 3396 0 -1 4203532 3334320 0 0 0 179446 603 0 0 20 0 2 0 109988636 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 0 0 0 0 0 0 0
[pid=3611/tid=3612] ppid=3608 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) R 3608 3611 3396 0 -1 4203588 9 0 0 0 0 38 0 0 20 0 2 0 109988637 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

[startup+1800.9 s]
/proc/loadavg: 2.10 2.12 2.09 3/181 3708
/proc/meminfo: memFree=24541644/32872528 swapFree=12328/568296
[pid=3611] ppid=3608 vsize=0 CPUtime=1800.59 cores=0,2,4,6
/proc/3611/stat : 3611 (toysat) Z 3608 3611 3396 0 -1 4203532 3334320 0 0 0 179446 613 0 0 20 0 2 0 109988636 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/3611/statm: 0 0 0 0 0 0 0
[pid=3611/tid=3612] ppid=3608 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/3611/task/3612/stat : 3612 (toysat) R 3608 3611 3396 0 -1 4203588 9 0 0 0 0 48 0 0 20 0 2 0 109988637 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.98
CPU time (s): 1800.67
CPU user time (s): 1794.46
CPU system time (s): 6.20706
CPU usage (%): 99.9827
Max. virtual memory (cumulated for all children) (KiB): 13948484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 6.20706
maximum resident set size= 13714492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3334320
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= 232
involuntary context switches= 1847

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65629 second user time and 6.81496 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-07 08:22:41
IDJOB=4079202
IDBENCH=89899
IDSOLVER=2542
FILE ID=node138/4079202-1465280560
RUNJOBID= node138-1465278758-3412
PBS_JOBID= 19843315
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-co-100.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079202-1465280560/watcher-4079202-1465280560 -o /tmp/evaluation-result-4079202-1465280560/solver-4079202-1465280560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1465278758-3412 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079202-1465280560.opb

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

MD5SUM BENCH= cc8ca0c69f8ca12b192f0c3a37614bc3
RANDOM SEED=1558415475

node138.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.807
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.61
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.807
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.56
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.807
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	: 5332.55
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.807
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.807
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.807
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.807
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.807
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29457156 kB
Buffers:          100504 kB
Cached:           286992 kB
SwapCached:        46740 kB
Active:          1847372 kB
Inactive:         260512 kB
Active(anon):    1675048 kB
Inactive(anon):    47688 kB
Active(file):     172324 kB
Inactive(file):   212824 kB
Unevictable:      568296 kB
Mlocked:           12328 kB
SwapTotal:      67108856 kB
SwapFree:       67053656 kB
Dirty:             35916 kB
Writeback:             0 kB
AnonPages:       2245516 kB
Mapped:            11828 kB
Shmem:                 0 kB
Slab:             603952 kB
SReclaimable:      47276 kB
SUnreclaim:       556676 kB
KernelStack:        1464 kB
PageTables:         8568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2386020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 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= 71692 MiB
End job on node138 at 2016-06-07 08:52:42