Trace number 4107674

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.08 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/
normalized-libmono-addins-gui0.2-cil.cudf.trendy.opb
MD5SUM065a7bcfdd34b3aee23ffeb28fc8c9d9
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2628029331434
Best CPU time to get the best result obtained on this benchmark58.8001
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21109
Total number of constraints100072
Number of constraints which are clauses98507
Number of constraints which are cardinality constraints (but not clauses)1565
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 8590
Biggest coefficient in the objective function 79340706073
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234927793755070
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79340706073
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234927793755070
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:29:28+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-4107674-1466288968.opb"]
0.00/0.01	c use --random-gen="1042143549 3365430529 2838961842 2720084741 361831262 1427067466 3797741783 2719117980 2794791217 1936599145 4018908538 2798135585 2636392179 4186309297 1863767952 2352129120 1377237992 3426263236 1171430651 2016445698 1359060689 205636315 3386545618 3050844067 2459717939 564083088 1499293628 3867543800 443416446 3235245180 1886999407 1494773184 3608746102 3552521846 437927653 2006281597 87792651 2956033647 2802435481 2910747576 524406920 367754331 601243057 4130776703 3109310170 3202980486 1670864306 1330270216 465803317 2513312491 3439271368 3503230603 2161926669 2230158955 4033325890 2084615477 2476932904 3616686405 1034918976 2542114865 2849141903 1723917455 1396835715 354181857 4093779849 4153092923 3290109770 1398367240 1442687943 2612501952 290218356 3335679773 226067350 2212912614 2720510961 2998760834 1129411140 1360082894 2558875114 264896028 3561487918 3744309623 17085391 1396329667 3619720894 4166892494 513097103 3883370655 4214156110 1995382122 1811016575 1753833808 2205378689 744750437 1690427507 2898760867 3723568422 67395918 645427088 4007501981 2991401823 2347067730 3183754994 3065608218 2777988032 39859600 2737795714 4170415011 3971115157 2601763472 2517079982 904677166 3792378973 4287822336 1437605050 208506656 1366282679 2245022705 2947297499 2543643083 940197169 2296118246 3215489913 536213861 3889702314 3714879478 3299296617 3826645565 1723905873 3305854162 1925422821 3173661843 3261982181 75534149 3672785301 2133988458 549358039 3758893674 2211484065 1825531315 817611747 3795560683 1627542056 2658616173 4057530659 1122547286 2173802567 3643181825 1146565393 3042459319 134661313 944761707 3431514717 2077081831 1227190530 3382102362 1529601870 2021449082 1760629412 3508991867 2458942516 2312913066 3003119261 2092340692 3561442157 3951682058 2210970124 2787170713 134101458 588174380 2340617407 2511577537 280736059 261358201 3395951585 3297815475 363808718 727817366 3412657954 1986211745 99646782 11729695 877869292 2848937264 1381814661 1705734544 3711164220 1532047152 1541596922 1113692244 1044846474 1320182404 778916228 2130263438 2784290112 1032866587 3910029122 2628789364 1536104643 4227718122 3746563880 2872929999 656486165 3718378192 3786071516 1617746808 315399026 1117366590 593761561 1365783511 682474991 1155437260 2759517265 3612870957 1480940076 4126129991 2369450600 966401159 3912725017 982463663 2996471420 799546965 2800141312 3292815882 2278004525 1030613131 4223578334 4038817074 1741054965 3412892775 1773091145 2869897924 3370518487 1676975156 242938736 156726844 2683043560 1078525542 2443123960 3357180409 188398051 1944399724 3109655815 3727930649 4018442365 1254086689 715479691 3774409944 2163596062 4015435257 3092997961 2543151119 4224189319 1440758082 4028852122 839936280 255 362436" option to reproduce the execution
0.68/0.73	c #vars 21109
0.68/0.73	c #constraints 100072
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.38/2.43	c  0.0s |       0 |        0 |        0 |    39951      0 |     1202 |        0
2.98/3.06	c  0.8s |       1 |    84492 |      100 |    39951      0 |     1202 |     1291
4.78/4.83	c  2.5s |       2 |   274544 |      250 |    43947      0 |     1202 |     1291
5.88/5.96	c  3.7s |       2 |   413084 |      364 |    48342      0 |     1202 |     1291
5.88/5.96	c #cpu_time = 3.643s
5.88/5.96	c #wall_clock_time = 3.644s
5.88/5.96	c #decision = 413084
5.88/5.96	c #random_decision = 1160
5.88/5.96	c #conflict = 364
5.88/5.96	c #restart = 2
5.88/5.96	o 50424388428747

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

pid=29999
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.37 2.31 2.25 3/179 30002
/proc/meminfo: memFree=29098996/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=666044 CPUtime=0 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 2475 0 0 0 0 0 0 0 20 0 4 0 30942500 682029056 2835 33554432000 4194304 16246674 140736415373712 140736415373136 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 167279 2846 441 2943 0 164173 0
[pid=30002/tid=30003] ppid=29999 vsize=684476 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 700903424 2907 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=689596 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 706146304 2925 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=693692 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 30942500 710340608 2941 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.10018 s]
/proc/loadavg: 2.37 2.31 2.25 3/179 30002
/proc/meminfo: memFree=29098996/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 31063 0 0 0 4 5 0 0 20 0 4 0 30942500 1334382592 31362 33554432000 4194304 16246674 140736415373712 140736415373024 8055408 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 325777 31378 799 2943 0 322671 0
[pid=30002/tid=30003] ppid=29999 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1334382592 31389 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1334382592 31401 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1334382592 31411 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200552 s]
/proc/loadavg: 2.37 2.31 2.25 3/179 30002
/proc/meminfo: memFree=29098996/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1313348 CPUtime=0.19 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 48470 0 0 0 12 7 0 0 20 0 4 0 30942500 1344868352 49279 33554432000 4194304 16246674 140736415373712 140736415373024 12752370 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 328337 49279 799 2943 0 325231 0
[pid=30002/tid=30003] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 49279 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 49279 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 49279 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300523 s]
/proc/loadavg: 2.37 2.31 2.25 3/179 30002
/proc/meminfo: memFree=29098996/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 67204 0 0 0 19 10 0 0 20 0 4 0 30942500 1344868352 68013 33554432000 4194304 16246674 140736415373712 140736415373024 13881424 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 328337 68013 800 2943 0 325231 0
[pid=30002/tid=30003] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 68013 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 68013 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 68013 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700414 s]
/proc/loadavg: 2.37 2.31 2.25 3/179 30002
/proc/meminfo: memFree=29098996/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 75387 0 0 0 57 11 0 0 20 0 4 0 30942500 1344868352 76196 33554432000 4194304 16246674 140736415373712 140736415356704 4220907 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 328337 76196 801 2943 0 325231 0
[pid=30002/tid=30003] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 76196 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 76196 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1344868352 76196 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50038 s]
/proc/loadavg: 2.37 2.31 2.25 4/183 30006
/proc/meminfo: memFree=28643988/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1319492 CPUtime=1.49 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 193245 0 0 0 119 30 0 0 20 0 4 0 30942500 1351159808 194054 33554432000 4194304 16246674 140736415373712 140736415356704 13956064 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 329873 194064 840 2943 0 326767 0
[pid=30002/tid=30003] ppid=29999 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1351159808 194071 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1351159808 194076 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1319492 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1351159808 194081 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1319492

[startup+3.10038 s]
/proc/loadavg: 2.42 2.32 2.26 4/183 30006
/proc/meminfo: memFree=27995840/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1337924 CPUtime=3.08 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 275091 0 0 0 264 44 0 0 20 0 4 0 30942500 1370034176 275900 33554432000 4194304 16246674 140736415373712 140736415355584 5991539 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 334481 275900 889 2943 0 331375 0
[pid=30002/tid=30003] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275900 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275900 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275900 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1337924

[startup+6.30042 s]
/proc/loadavg: 2.42 2.32 2.26 4/183 30006
/proc/meminfo: memFree=27995844/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1337924 CPUtime=6.28 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 275170 0 0 0 584 44 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 140736415355584 12429241 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 334481 275979 903 2943 0 331375 0
[pid=30002/tid=30003] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.43 2.33 2.26 3/183 30006
/proc/meminfo: memFree=27996188/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1337924 CPUtime=12.68 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 275170 0 0 0 1224 44 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 140736415355584 12371164 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 334481 275979 903 2943 0 331375 0
[pid=30002/tid=30003] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1337924

[startup+25.5005 s]
/proc/loadavg: 2.44 2.33 2.26 4/183 30006
/proc/meminfo: memFree=27997084/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1337924 CPUtime=25.48 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 275170 0 0 0 2504 44 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 140736415355584 6955456 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 334481 275979 903 2943 0 331375 0
[pid=30002/tid=30003] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1337924

[startup+51.1005 s]
/proc/loadavg: 2.44 2.34 2.27 4/184 30009
/proc/meminfo: memFree=27996888/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1337924 CPUtime=51.08 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 275170 0 0 0 5064 44 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 140736415355584 12414096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 334481 275979 903 2943 0 331375 0
[pid=30002/tid=30003] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1337924 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1370034176 275979 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 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.35 2.33 2.27 3/183 30010
/proc/meminfo: memFree=27996404/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1338948 CPUtime=102.27 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 275200 0 0 0 10183 44 0 0 20 0 4 0 30942500 1371082752 276009 33554432000 4194304 16246674 140736415373712 140736415355584 4206974 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 334737 276009 903 2943 0 331631 0
[pid=30002/tid=30003] ppid=29999 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1371082752 276009 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1371082752 276009 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1338948 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1371082752 276009 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1338948


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

/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1453920256 296716 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 1419844

[startup+1302.3 s]
/proc/loadavg: 2.23 2.28 2.27 3/183 30089
/proc/meminfo: memFree=28062228/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1419844 CPUtime=1302.05 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 295677 0 0 0 130155 50 0 0 20 0 4 0 30942500 1453920256 296716 33554432000 4194304 16246674 140736415373712 140736415373024 12429756 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 354961 296716 903 2943 0 351855 0
[pid=30002/tid=30003] ppid=29999 vsize=1419844 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1453920256 296716 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1419844 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1453920256 296716 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1419844 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1453920256 296716 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 1419844

[startup+1362.3 s]
/proc/loadavg: 2.19 2.25 2.26 3/183 30090
/proc/meminfo: memFree=27847568/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1512004 CPUtime=1362.05 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 318719 0 0 0 136150 55 0 0 20 0 4 0 30942500 1548292096 319756 33554432000 4194304 16246674 140736415373712 140736415355584 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 378001 319756 903 2943 0 374895 0
[pid=30002/tid=30003] ppid=29999 vsize=1512004 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1548292096 319756 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1512004 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1548292096 319756 33554432000 4194304 16246674 140736415373712 139777630252048 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1512004 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1548292096 319756 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1512004

[startup+1422.3 s]
/proc/loadavg: 2.17 2.23 2.25 3/183 30091
/proc/meminfo: memFree=27815164/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1544772 CPUtime=1422.04 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 326915 0 0 0 142148 56 0 0 20 0 4 0 30942500 1581846528 327948 33554432000 4194304 16246674 140736415373712 140736415371520 12371328 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 386193 327948 903 2943 0 383087 0
[pid=30002/tid=30003] ppid=29999 vsize=1544772 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1581846528 327948 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1544772 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1581846528 327948 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1544772 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1581846528 327948 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 1544772

[startup+1482.3 s]
/proc/loadavg: 2.15 2.22 2.25 4/183 30092
/proc/meminfo: memFree=27814612/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1545796 CPUtime=1482.02 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 327172 0 0 0 148145 57 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 140736415355584 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 386449 328204 903 2943 0 383343 0
[pid=30002/tid=30003] ppid=29999 vsize=1545796 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1545796 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1545796 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 1545796

[startup+1542.31 s]
/proc/loadavg: 2.20 2.22 2.24 3/183 30094
/proc/meminfo: memFree=27814392/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1545796 CPUtime=1542.02 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 327174 0 0 0 154145 57 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 140736415373024 12449269 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 386449 328204 903 2943 0 383343 0
[pid=30002/tid=30003] ppid=29999 vsize=1545796 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1545796 CPUtime=0.01 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1545796 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1582895104 328204 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1545796

[startup+1602.3 s]
/proc/loadavg: 2.25 2.22 2.24 3/183 30095
/proc/meminfo: memFree=27811180/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1548868 CPUtime=1602 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 327942 0 0 0 160143 57 0 0 20 0 4 0 30942500 1586040832 328972 33554432000 4194304 16246674 140736415373712 140736415355584 4206604 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 387217 328972 903 2943 0 384111 0
[pid=30002/tid=30003] ppid=29999 vsize=1548868 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1586040832 328972 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1548868 CPUtime=0.01 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 30942500 1586040832 328972 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1548868 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1586040832 328972 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 1548868

[startup+1662.3 s]
/proc/loadavg: 2.22 2.22 2.24 3/183 30096
/proc/meminfo: memFree=27802796/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1557060 CPUtime=1661.99 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 329990 0 0 0 166141 58 0 0 20 0 4 0 30942500 1594429440 331020 33554432000 4194304 16246674 140736415373712 140736415373024 12429736 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 389265 331020 903 2943 0 386159 0
[pid=30002/tid=30003] ppid=29999 vsize=1557060 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1594429440 331020 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1557060 CPUtime=0.01 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 30942500 1594429440 331020 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1557060 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1594429440 331020 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 1557060

[startup+1722.3 s]
/proc/loadavg: 2.23 2.23 2.24 3/183 30097
/proc/meminfo: memFree=27794128/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1565252 CPUtime=1721.97 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 332038 0 0 0 172139 58 0 0 20 0 4 0 30942500 1602818048 333068 33554432000 4194304 16246674 140736415373712 140736415371520 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 391313 333068 903 2943 0 388207 0
[pid=30002/tid=30003] ppid=29999 vsize=1565252 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1602818048 333068 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1565252 CPUtime=0.01 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 30942500 1602818048 333068 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1565252 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1602818048 333068 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 1565252

[startup+1782.3 s]
/proc/loadavg: 2.18 2.21 2.23 3/183 30098
/proc/meminfo: memFree=27790768/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1568324 CPUtime=1781.97 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 332806 0 0 0 178138 59 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 140736415371520 4220936 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 392081 333836 903 2943 0 388975 0
[pid=30002/tid=30003] ppid=29999 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1568324 CPUtime=0.01 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 1568324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.13 2.20 2.23 3/183 30098
/proc/meminfo: memFree=27791624/32872528 swapFree=1402776/1580604
[pid=30002] ppid=29999 vsize=1568324 CPUtime=1800.06 cores=1,3,5,7
/proc/30002/stat : 30002 (toysat) R 29999 30002 28125 0 -1 4202496 332806 0 0 0 179947 59 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 140736415371520 4206587 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/30002/statm: 392081 333836 903 2943 0 388975 0
[pid=30002/tid=30003] ppid=29999 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30003/stat : 30003 (toysat) S 29999 30002 28125 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 139777713089776 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=30002/tid=30004] ppid=29999 vsize=1568324 CPUtime=0.01 cores=1,3,5,7
/proc/30002/task/30004/stat : 30004 (toysat) S 29999 30002 28125 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 139777630252272 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=30002/tid=30005] ppid=29999 vsize=1568324 CPUtime=0 cores=1,3,5,7
/proc/30002/task/30005/stat : 30005 (toysat) S 29999 30002 28125 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 30942500 1605963776 333836 33554432000 4194304 16246674 140736415373712 139777619778736 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1568324

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1799.49
CPU system time (s): 0.58791
CPU usage (%): 99.9816
Max. virtual memory (cumulated for all children) (KiB): 1568324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.49
system time used= 0.58791
maximum resident set size= 1335344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332806
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= 1809
involuntary context switches= 1856

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.88726 second user time and 7.04493 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-19 00:29:28
IDJOB=4107674
IDBENCH=72454
IDSOLVER=2542
FILE ID=node139/4107674-1466288968
RUNJOBID= node139-1466274546-28142
PBS_JOBID= 19918239
Free space on /tmp= 71572 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/9orless/normalized-libmono-addins-gui0.2-cil.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-4107674-1466288968/watcher-4107674-1466288968 -o /tmp/evaluation-result-4107674-1466288968/solver-4107674-1466288968 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466274546-28142 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4107674-1466288968.opb

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

MD5SUM BENCH= 065a7bcfdd34b3aee23ffeb28fc8c9d9
RANDOM SEED=1140124651

node139.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.500
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.00
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.500
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.500
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.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        29099640 kB
Buffers:          145308 kB
Cached:           180268 kB
SwapCached:         1832 kB
Active:          1220152 kB
Inactive:         225080 kB
Active(anon):    1119048 kB
Inactive(anon):     2540 kB
Active(file):     101104 kB
Inactive(file):   222540 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099484 kB
Dirty:             19748 kB
Writeback:             4 kB
AnonPages:       2699220 kB
Mapped:            10784 kB
Shmem:                 0 kB
Slab:             610976 kB
SReclaimable:      54348 kB
SUnreclaim:       556628 kB
KernelStack:        1472 kB
PageTables:         9516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2842140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71556 MiB
End job on node139 at 2016-06-19 00:59:28