Trace number 4079185

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.37 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
random/rand.biglist/normalized-rand2d8467.cudf.trendy.opb
MD5SUM7f33617872328424c39766187589ca64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41472152248
Best CPU time to get the best result obtained on this benchmark6.13407
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7564
Total number of constraints30983
Number of constraints which are clauses30686
Number of constraints which are cardinality constraints (but not clauses)297
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 3614
Biggest coefficient in the objective function 5919918129
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 3267788263502
Number of bits of the sum of numbers in the objective function 42
Biggest number in a constraint 5919918129
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 3267788263502
Number of bits of the biggest sum of numbers42
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-07T05:47:06+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-4079185-1465271226.opb"]
0.00/0.01	c use --random-gen="1347309357 588265393 2490133139 928759343 3161553586 2126697890 310580859 2972700614 316074532 3534170049 1169264861 4017712511 3597110878 2956098797 4105439351 2524114840 659712536 2527753576 2475985531 376405594 1221842912 437601592 433166395 2441747466 1367532640 3251176008 137217049 1780300756 3527166203 3490690670 4055652069 139435563 334957719 1263986371 3210509051 1513127202 2750184445 3789464810 215534394 1777732394 2655538416 992502851 1571474948 821914893 2503622246 3428599122 1978540002 2036808619 452657946 737480442 3584646655 972276599 378707093 160504427 3601762926 3395638409 2822093442 3139611162 4217644961 403340088 3142514591 650329116 23244825 3493958147 4030447286 3466801376 69369234 2906581945 3821436130 2654295098 2565877308 2962079215 2557257581 1391889893 2623081061 3943459718 3247872837 3671691695 4255563670 2316415644 793981834 3418211784 2083495991 1683869513 1634080287 3023381845 1117921683 2475131914 4074832080 2308357316 3758242844 2950846756 5383656 3347450574 2173233191 2577732075 2027614484 2128270216 2977551796 724374668 1923674728 1809916330 3324386451 3500862981 2396987817 3731057048 1213956467 258920275 2504045339 46063763 1132165746 3877342481 1590424982 3464642025 3305275422 2643699607 459204345 2192509937 1358755220 2645851981 1168016291 2393235743 3837674166 4255799317 3084177119 706491749 4148034296 3689898251 2605571632 1334972826 4290475921 3088616667 2803827122 2795459305 186702938 485934906 463295329 1602293299 3982480907 1107573473 3834531257 1916967255 190420616 1397902336 836050976 3639697841 1730886285 3377930700 1406205812 2406636354 856291823 427299680 3324738829 3413288221 179290097 3901523711 1124376189 3275815705 3419003569 410084843 4129379196 3170671695 132501631 2330966425 3076566723 1910165938 3604270445 4288840142 3912957427 1137999175 2128256302 664745223 2520072150 2489939289 1199449213 2898217210 222436656 1349956865 297786764 2209794874 4185569267 3607263307 1194534777 647369007 1680384969 1419094826 4051286466 761266558 2410288540 1417122140 2379325607 759630652 3548135258 1527656817 271178998 3615047469 2526391408 3873910837 3563025701 269873530 1698450111 3662992207 1161295806 4181834410 3483812045 3856043893 3314632033 2892762673 1609334270 1836586848 3993408392 1170243248 2763931398 2754305306 1697259540 2062839040 2254785918 1237118950 2237613671 1649688810 2103159456 197613021 1775761018 607108186 681082951 1733281498 3783661980 1989946912 110167427 1514674159 2636691581 2736845851 645512424 586384709 566504731 3718117736 3572211916 145754771 2669643893 2919900084 2574358026 3307408682 1833672298 2777005731 1789753585 3353279987 1127247442 906938194 1702761236 3297031302 1740362572 3307545841 1599542040 1365481543 101831831 2692252130 255 362436" option to reproduce the execution
0.19/0.23	c #vars 7564
0.19/0.23	c #constraints 30983
0.59/0.69	c BCD2: Hardening is enabled.
0.59/0.69	c BCD2: BiasedSearch is enabled.
0.59/0.69	c Solving starts ...
0.59/0.69	c ============================[ Search Statistics ]============================
0.59/0.69	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
0.59/0.69	c       |         |          |          |    Limit     GC | Var      | Constra 
0.59/0.69	c =============================================================================
0.59/0.69	c  0.0s |       0 |        0 |        0 |    12427      0 |     1040 |        0
0.89/0.91	c  0.2s |       0 |    31412 |       78 |    12427      0 |     1058 |     5945
0.89/0.91	c #cpu_time = 0.220s
0.89/0.91	c #wall_clock_time = 0.220s
0.89/0.91	c #decision = 31412
0.89/0.91	c #random_decision = 89
0.89/0.91	c #conflict = 78
0.89/0.91	c #restart = 0
0.89/0.91	o 523701680555
816.04/816.24	c BCD2: updating upper bound: 3267788263502 -> 523701680554
1209.05/1209.32	c BCD2: 0 <= obj <= 523701680554
1209.05/1209.32	c BCD2: #cores=0, #unrelaxed=3614, #relaxed=0, #hardened=0
1209.05/1209.32	c BCD2: #sat=1 #unsat=1 bias=1/2
1209.05/1209.32	c Solving starts ...
1209.05/1209.32	c ============================[ Search Statistics ]============================
1209.05/1209.32	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
1209.05/1209.32	c       |         |          |          |    Limit     GC | Var      | Constra 
1209.05/1209.32	c =============================================================================
1209.05/1209.32	c  0.0s |       0 |        0 |        0 |    12427      0 |     1058 |     5945
1209.05/1209.34	c  0.0s |       0 |        1 |        1 |    12427      0 |     1059 |     5947
1209.05/1209.34	c #cpu_time = 0.020s
1209.05/1209.34	c #wall_clock_time = 0.020s
1209.05/1209.34	c #decision = 1
1209.05/1209.34	c #random_decision = 0
1209.05/1209.34	c #conflict = 1
1209.05/1209.34	c #restart = 0
1209.05/1209.34	c BCD2: found a new core of size 1: cost of the new core is >=1
1209.05/1209.34	c lower bound updated to 1

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

pid=14868
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.08 2.11 2.09 3/179 14871
/proc/meminfo: memFree=30521264/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=726460 CPUtime=0 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 2706 0 0 0 0 0 0 0 20 0 4 0 109056078 743895040 3578 33554432000 4194304 16246674 140734278486240 140734278485664 15002730 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 182127 3586 441 2943 0 179021 0
[pid=14871/tid=14872] ppid=14868 vsize=743868 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 761720832 3649 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=746940 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 764866560 3661 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=751036 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 769060864 3678 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100186 s]
/proc/loadavg: 2.08 2.11 2.09 3/179 14871
/proc/meminfo: memFree=30521264/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1220164 CPUtime=0.09 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 28852 0 0 0 6 3 0 0 20 0 4 0 109056078 1249447936 29662 33554432000 4194304 16246674 140734278486240 140734278485552 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 305041 29662 800 2943 0 301935 0
[pid=14871/tid=14872] ppid=14868 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1249447936 29662 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1249447936 29662 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1220164 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1249447936 29662 33554432000 4194304 16246674 140734278486240 139852859305136 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) 1220164

[startup+0.200498 s]
/proc/loadavg: 2.08 2.11 2.09 3/179 14871
/proc/meminfo: memFree=30521264/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1310276 CPUtime=0.19 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 50692 0 0 0 13 6 0 0 20 0 4 0 109056078 1341722624 52013 33554432000 4194304 16246674 140734278486240 140734278485552 4221105 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 327569 52020 800 2943 0 324463 0
[pid=14871/tid=14872] ppid=14868 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1341722624 52024 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1341722624 52029 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1310276 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1341722624 52033 33554432000 4194304 16246674 140734278486240 139852859305136 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) 1310276

[startup+0.300518 s]
/proc/loadavg: 2.08 2.11 2.09 3/179 14871
/proc/meminfo: memFree=30521264/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1313348 CPUtime=0.29 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 52923 0 0 0 23 6 0 0 20 0 4 0 109056078 1344868352 54244 33554432000 4194304 16246674 140734278486240 140734278485552 13780501 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 328337 54255 837 2943 0 325231 0
[pid=14871/tid=14872] ppid=14868 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1344868352 54261 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1344868352 54267 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1344868352 54272 33554432000 4194304 16246674 140734278486240 139852859305136 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.700422 s]
/proc/loadavg: 2.08 2.11 2.09 3/179 14871
/proc/meminfo: memFree=30521264/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1324612 CPUtime=0.69 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 106799 0 0 0 54 15 0 0 20 0 4 0 109056078 1356402688 108120 33554432000 4194304 16246674 140734278486240 140734278485552 5532218 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 331153 108120 869 2943 0 328047 0
[pid=14871/tid=14872] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 108120 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 108120 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 108120 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1324612

[startup+1.50043 s]
/proc/loadavg: 2.08 2.11 2.09 3/183 14875
/proc/meminfo: memFree=29915044/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1324612 CPUtime=1.49 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 271117 0 0 0 111 38 0 0 20 0 4 0 109056078 1356402688 272439 33554432000 4194304 16246674 140734278486240 140734278468160 12654121 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 331153 272455 894 2943 0 328047 0
[pid=14871/tid=14872] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 272466 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 272476 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 272485 33554432000 4194304 16246674 140734278486240 139852859305136 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) 1324612

[startup+3.10043 s]
/proc/loadavg: 2.08 2.11 2.09 3/183 14875
/proc/meminfo: memFree=29429460/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1324612 CPUtime=3.09 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 271833 0 0 0 271 38 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 140734278468160 12414096 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 331153 273154 896 2943 0 328047 0
[pid=14871/tid=14872] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1324612

[startup+6.30043 s]
/proc/loadavg: 2.08 2.11 2.09 3/183 14875
/proc/meminfo: memFree=29429468/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1324612 CPUtime=6.29 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 271833 0 0 0 591 38 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 140734278468160 4220990 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 331153 273154 896 2943 0 328047 0
[pid=14871/tid=14872] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1324612

[startup+12.7004 s]
/proc/loadavg: 2.07 2.11 2.09 3/183 14875
/proc/meminfo: memFree=29429796/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1324612 CPUtime=12.69 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 271833 0 0 0 1231 38 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 140734278468160 13943664 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 331153 273154 896 2943 0 328047 0
[pid=14871/tid=14872] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1324612

[startup+25.5005 s]
/proc/loadavg: 2.05 2.10 2.09 3/183 14875
/proc/meminfo: memFree=29430044/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1324612 CPUtime=25.48 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 271833 0 0 0 2510 38 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 140734278468160 12655187 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 331153 273154 896 2943 0 328047 0
[pid=14871/tid=14872] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1324612 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1356402688 273154 33554432000 4194304 16246674 140734278486240 139852859305136 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) 1324612

[startup+51.1005 s]
/proc/loadavg: 2.17 2.13 2.09 3/183 14875
/proc/meminfo: memFree=29374796/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=1378884 CPUtime=51.08 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 285402 0 0 0 5068 40 0 0 20 0 4 0 109056078 1411977216 286723 33554432000 4194304 16246674 140734278486240 140734278484096 4220504 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 344721 286723 896 2943 0 341615 0
[pid=14871/tid=14872] ppid=14868 vsize=1378884 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 1411977216 286723 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=1378884 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 1411977216 286723 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=1378884 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 1411977216 286723 33554432000 4194304 16246674 140734278486240 139852859305136 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) 1378884

[startup+102.3 s]
/proc/loadavg: 2.07 2.10 2.09 4/183 14876
/proc/meminfo: memFree=28472500/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=2278980 CPUtime=102.28 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 510426 0 0 0 10135 93 0 0 20 0 4 0 109056078 2333675520 511747 33554432000 4194304 16246674 140734278486240 140734278485552 4220850 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 569745 511747 896 2943 0 566639 0
[pid=14871/tid=14872] ppid=14868 vsize=2278980 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 2333675520 511747 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=2278980 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109056078 2333675520 511747 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=2278980 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 2333675520 511747 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2278980


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

/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 5059599 0 0 0 134547 1654 0 0 20 0 4 0 109056078 2963869696 665627 33554432000 4194304 16246674 140734278486240 140734278484032 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 723601 665627 915 2943 0 720495 0
[pid=14871/tid=14872] ppid=14868 vsize=2894404 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 2963869696 665627 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=2894404 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 2963869696 665627 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=2894404 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 2963869696 665627 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 2894404

[startup+1422.3 s]
/proc/loadavg: 2.03 2.04 2.02 3/184 14983
/proc/meminfo: memFree=27270384/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=3413572 CPUtime=1422.01 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 5189392 0 0 0 140477 1724 0 0 20 0 4 0 109056078 3495497728 795420 33554432000 4194304 16246674 140734278486240 140734278485336 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 853393 795420 915 2943 0 850287 0
[pid=14871/tid=14872] ppid=14868 vsize=3413572 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 3495497728 795420 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=3413572 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 3495497728 795420 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=3413572 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 3495497728 795420 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 3413572

[startup+1482.3 s]
/proc/loadavg: 2.08 2.04 2.02 3/183 14984
/proc/meminfo: memFree=26712092/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=3970628 CPUtime=1481.99 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 5328656 0 0 0 146420 1779 0 0 20 0 4 0 109056078 4065923072 934684 33554432000 4194304 16246674 140734278486240 140734278485552 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 992657 934684 915 2943 0 989551 0
[pid=14871/tid=14872] ppid=14868 vsize=3970628 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 4065923072 934684 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=3970628 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 4065923072 934684 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=3970628 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 4065923072 934684 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 3970628

[startup+1542.31 s]
/proc/loadavg: 2.03 2.03 2.02 3/183 14985
/proc/meminfo: memFree=26058940/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=4622916 CPUtime=1541.99 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 5572880 0 0 0 152355 1844 0 0 20 0 4 0 109056078 4733865984 1097756 33554432000 4194304 16246674 140734278486240 140734278485552 14628944 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 1155729 1097756 915 2943 0 1152623 0
[pid=14871/tid=14872] ppid=14868 vsize=4622916 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 4733865984 1097756 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=4622916 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 4733865984 1097756 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=4622916 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 4733865984 1097756 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 4622916

[startup+1602.3 s]
/proc/loadavg: 2.05 2.04 2.02 3/183 14986
/proc/meminfo: memFree=25574480/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=5106244 CPUtime=1601.97 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 5956880 0 0 0 158291 1906 0 0 20 0 4 0 109056078 5228793856 1218588 33554432000 4194304 16246674 140734278486240 140734278485336 4220495 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 1276561 1218588 915 2943 0 1273455 0
[pid=14871/tid=14872] ppid=14868 vsize=5106244 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 5228793856 1218588 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=5106244 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 5228793856 1218588 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=5106244 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 5228793856 1218588 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 5106244

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.01 5/183 14987
/proc/meminfo: memFree=25350504/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=5329476 CPUtime=1661.95 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 6081553 0 0 0 164260 1935 0 0 20 0 4 0 109056078 5457383424 1274396 33554432000 4194304 16246674 140734278486240 140734278485336 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 1332369 1274396 915 2943 0 1329263 0
[pid=14871/tid=14872] ppid=14868 vsize=5329476 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 5457383424 1274396 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=5329476 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 5457383424 1274396 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=5329476 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 5457383424 1274396 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1661.95
Current children cumulated vsize (KiB) 5329476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 14989
/proc/meminfo: memFree=25327636/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=5352004 CPUtime=1721.94 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 6510354 0 0 0 170174 2020 0 0 20 0 4 0 109056078 5480452096 1280029 33554432000 4194304 16246674 140734278486240 140734278485336 4206597 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 1338001 1280029 915 2943 0 1334895 0
[pid=14871/tid=14872] ppid=14868 vsize=5352004 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 5480452096 1280029 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=5352004 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 5480452096 1280029 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=5352004 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 5480452096 1280029 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1721.94
Current children cumulated vsize (KiB) 5352004

[startup+1782.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/183 14990
/proc/meminfo: memFree=24879180/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=5723716 CPUtime=1781.93 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 6991634 0 0 0 176089 2104 0 0 20 0 4 0 109056078 5861085184 1372957 33554432000 4194304 16246674 140734278486240 140734278484096 4221023 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 1430929 1372957 915 2943 0 1427823 0
[pid=14871/tid=14872] ppid=14868 vsize=5723716 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 5861085184 1372957 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=5723716 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 5861085184 1372957 33554432000 4194304 16246674 140734278486240 139852947364880 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=5723716 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 5861085184 1372957 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1781.93
Current children cumulated vsize (KiB) 5723716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 14991
/proc/meminfo: memFree=24534684/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=6061636 CPUtime=1800.02 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) R 14868 14871 12837 0 -1 4202496 7110674 0 0 0 177877 2125 0 0 20 0 4 0 109056078 6207115264 1457437 33554432000 4194304 16246674 140734278486240 140734278485336 13901600 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 1515409 1457437 915 2943 0 1512303 0
[pid=14871/tid=14872] ppid=14868 vsize=6061636 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14872/stat : 14872 (toysat) S 14868 14871 12837 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109056078 6207115264 1457437 33554432000 4194304 16246674 140734278486240 139852957854960 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=6061636 CPUtime=0.01 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) S 14868 14871 12837 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 4 0 109056078 6207115264 1457437 33554432000 4194304 16246674 140734278486240 139852947365104 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=14871/tid=14874] ppid=14868 vsize=6061636 CPUtime=0 cores=1,3,5,7
/proc/14871/task/14874/stat : 14874 (toysat) S 14868 14871 12837 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109056078 6207115264 1457437 33554432000 4194304 16246674 140734278486240 139852859305136 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 6061636

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

[startup+1800.6 s]
/proc/loadavg: 2.08 2.04 2.01 3/183 14991
/proc/meminfo: memFree=24534684/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) Z 14868 14871 12837 0 -1 4203532 7110674 0 0 0 177878 2145 0 0 20 0 2 0 109056078 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 0 0 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=0 CPUtime=0.21 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) R 14868 14871 12837 0 -1 4203588 8 0 0 0 1 20 0 0 20 0 2 0 109056078 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

[startup+1800.7 s]
/proc/loadavg: 2.08 2.04 2.01 3/181 14991
/proc/meminfo: memFree=30043436/32872528 swapFree=11196/354588
[pid=14871] ppid=14868 vsize=0 CPUtime=1800.34 cores=1,3,5,7
/proc/14871/stat : 14871 (toysat) Z 14868 14871 12837 0 -1 4203532 7110674 0 0 0 177878 2156 0 0 20 0 2 0 109056078 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/14871/statm: 0 0 0 0 0 0 0
[pid=14871/tid=14873] ppid=14868 vsize=0 CPUtime=0.31 cores=1,3,5,7
/proc/14871/task/14873/stat : 14873 (toysat) R 14868 14871 12837 0 -1 4203588 8 0 0 0 1 30 0 0 20 0 2 0 109056078 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.34
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.72
CPU time (s): 1800.37
CPU user time (s): 1778.8
CPU system time (s): 21.5717
CPU usage (%): 99.9806
Max. virtual memory (cumulated for all children) (KiB): 7444036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1778.8
system time used= 21.5717
maximum resident set size= 7212084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7110674
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= 1674
involuntary context switches= 1810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8772 second user time and 8.5487 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-07 05:47:06
IDJOB=4079185
IDBENCH=72350
IDSOLVER=2542
FILE ID=node126/4079185-1465271226
RUNJOBID= node126-1465253620-12854
PBS_JOBID= 19843265
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/random/rand.biglist/normalized-rand2d8467.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-4079185-1465271226/watcher-4079185-1465271226 -o /tmp/evaluation-result-4079185-1465271226/solver-4079185-1465271226 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1465253620-12854 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079185-1465271226.opb

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

MD5SUM BENCH= 7f33617872328424c39766187589ca64
RANDOM SEED=1137392569

node126.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.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.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:        30521652 kB
Buffers:           27460 kB
Cached:           114368 kB
SwapCached:         2168 kB
Active:          1195700 kB
Inactive:          71760 kB
Active(anon):    1123920 kB
Inactive(anon):     4052 kB
Active(file):      71780 kB
Inactive(file):    67708 kB
Unevictable:      354588 kB
Mlocked:           11196 kB
SwapTotal:      67108856 kB
SwapFree:       67098636 kB
Dirty:             17256 kB
Writeback:             0 kB
AnonPages:       1479220 kB
Mapped:            10944 kB
Shmem:                 0 kB
Slab:             596180 kB
SReclaimable:      39696 kB
SUnreclaim:       556484 kB
KernelStack:        1488 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1622940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1419264 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= 71704 MiB
End job on node126 at 2016-06-07 06:17:07