Trace number 4103173

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? (MO) 152.61 152.654

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3701.opb
MD5SUM4d43a5c709d5b7af17653becda068043
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9027581973
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4741692460
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29697461525571
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29697461525571
Number of bits of the biggest sum of numbers45
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-18T09:05:17+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.01	c   OptDir-0.0.3
0.00/0.01	c   array-0.5.1.0
0.00/0.01	c   base-4.8.2.0
0.00/0.01	c   bytestring-0.10.6.0
0.00/0.01	c   bytestring-builder-0.10.6.0.0
0.00/0.01	c   clock-0.7.2
0.00/0.01	c   containers-0.5.6.2
0.00/0.01	c   data-default-0.5.3
0.00/0.01	c   data-default-class-0.0.1
0.00/0.01	c   data-interval-1.2.0
0.00/0.01	c   deepseq-1.4.1.1
0.00/0.01	c   directory-1.2.2.0
0.00/0.01	c   exceptions-0.8.2.1
0.00/0.01	c   extended-reals-0.2.1.0
0.00/0.01	c   filepath-1.4.0.0
0.00/0.01	c   finite-field-0.8.0
0.00/0.01	c   hashable-1.2.4.0
0.00/0.01	c   heaps-0.3.3
0.00/0.01	c   intern-0.9.1.4
0.00/0.01	c   loop-0.3.0
0.00/0.01	c   mtl-2.2.1
0.00/0.01	c   multiset-0.3.2
0.00/0.01	c   mwc-random-0.13.3.2
0.00/0.01	c   parse_dimacs-1.3
0.00/0.01	c   parsec-3.1.9
0.00/0.01	c   prettyclass-1.0.0.0
0.00/0.01	c   primes-0.2.1.0
0.00/0.01	c   primitive-0.6.1.0
0.00/0.01	c   process-1.2.3.0
0.00/0.01	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-4103173-1466233516.opb"]
0.00/0.02	c use --random-gen="4199187189 4149953953 317928482 225882626 4194379206 2959572756 1785148382 2473148809 3814389060 2190049953 1855551093 797106015 3299912214 822356443 259960981 307524907 194154937 49849155 2733310136 3633268602 1029402042 2694059005 1664516667 749549740 25329100 3557789118 4243999072 4100352874 1179521863 2176983555 1701174400 1246066528 3233146647 2397766896 263515050 3182595660 3917813629 602238961 3348219067 1291136041 4184855028 141841522 2790937542 306739334 1807886689 2280575146 387468889 2089991383 294911659 2705841296 2800537600 2431821647 592482572 3054545689 2991326029 2067440689 1615956513 1602249831 579262357 3318229642 2750400685 13131106 2315168546 3485622298 1568421027 3128588310 2024845506 3497444103 1615567151 3250605937 674534189 1106091597 82798139 857038183 1815898528 2773032200 2927686491 2250883002 889963552 470398526 1816933147 1274409021 2034448376 3705011226 1380174785 1034481046 1759393543 1984954939 32332739 4197261158 3642080284 2204518047 590937007 3728777874 3869680854 291556341 1209088379 662575656 4022561570 1169570134 1351207892 203495100 1935986947 682305943 960248612 1429379721 4140812384 1553152492 4032119055 519024851 3427456370 1698486186 2712852527 3516679331 2956592285 1505228764 3215883498 3978553562 2194613925 3023424257 1666177176 1711929397 4016589828 3940766366 2867655230 1362015398 841219259 860487481 1735089792 4070353388 1624288287 1885678028 541785850 1026129804 3334850391 3683279632 1017832423 639933339 2955199556 289419330 4112623174 993513443 3911233796 3381211171 1465133184 3293578670 2826964858 2717452651 3488368941 3301697775 1894121993 810393633 1549212015 3217004617 1911604030 2774341205 3240858401 2634728415 3229286260 2238709420 4101812831 974659291 2330743979 3910049259 1322412185 3371398798 746258328 1188860751 400402333 3248820951 1590011911 531201211 2250646567 1317399332 1856810135 3355765680 2262746600 3679783972 4103865804 1819141680 4265342180 1053085318 3290482636 3370554812 2527833922 389633401 3509931639 1730333025 1128617863 2223646771 545124197 1958776905 4005536341 3704819548 2763216601 3066283767 3221765515 814505459 4026841127 2870027752 1745024451 2772116904 3283351670 1699636500 2693058234 2786271358 4223322562 620515717 3953487883 3444290721 683113227 1173351588 1304543937 2852392944 198693589 2187622299 88983988 1620300573 2197379248 2353808404 2341465421 841450562 2129481419 2571094403 2052850147 2159933209 399648630 3326989150 2163754940 1047790171 2316635636 1663583310 998390949 3024059939 2807007691 3083252 200351956 3951737532 299340898 2919139029 368777961 2383557184 518727350 848485589 3097176492 395332254 1129144158 1507710527 1400232093 4182097667 443184430 3753309036 2593725333 3374114455 225137501 4067810281 255 362436" option to reproduce the execution
1.09/1.14	c #vars 155000
1.09/1.14	c #constraints 5150
3.79/3.82	c BCD2: Hardening is enabled.
3.79/3.82	c BCD2: BiasedSearch is enabled.
3.79/3.82	c Solving starts ...
3.79/3.82	c ============================[ Search Statistics ]============================
3.79/3.82	c  Time | Restart | Decision | Conflict |      LEARNT     | Fixed    | Removed 
3.79/3.82	c       |         |          |          |    Limit     GC | Var      | Constra 
3.79/3.82	c =============================================================================
3.88/3.92	c  0.0s |       0 |        0 |        0 |    53433      0 |    59024 |        0
6.78/6.89	c  3.0s |       0 |     6122 |        0 |    53433      0 |    59024 |        0
6.78/6.89	c #cpu_time = 2.842s
6.78/6.89	c #wall_clock_time = 2.849s
6.78/6.89	c #decision = 6122
6.78/6.89	c #random_decision = 16
6.78/6.89	c #conflict = 0
6.78/6.89	c #restart = 0
6.88/6.90	o 82878926298

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

pid=5415
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.36 2.33 2.26 4/179 5418
/proc/meminfo: memFree=28915252/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/5418/stat : 5418 (runsolver) D 5415 5418 579 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 25398814 24911872 151 33554432000 4194304 4338465 140735560462608 140735560460248 260190325943 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/5418/statm: 6082 151 105 36 0 2655 0

[startup+0.100176 s]
/proc/loadavg: 2.36 2.33 2.26 4/179 5418
/proc/meminfo: memFree=28915252/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1303108 CPUtime=0.08 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 27449 0 0 0 4 4 0 0 20 0 4 0 25398814 1334382592 27748 33554432000 4194304 16246674 140734215988064 140734215987376 8057278 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 325777 27763 799 2943 0 322671 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1303108

[startup+0.200406 s]
/proc/loadavg: 2.36 2.33 2.26 4/179 5418
/proc/meminfo: memFree=28915252/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 42634 0 0 0 13 6 0 0 20 0 4 0 25398814 1343819776 43444 33554432000 4194304 16246674 140734215988064 140734215987376 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 328081 43444 799 2943 0 324975 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300349 s]
/proc/loadavg: 2.36 2.33 2.26 4/179 5418
/proc/meminfo: memFree=28915252/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1312324 CPUtime=0.28 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 44149 0 0 0 22 6 0 0 20 0 4 0 25398814 1343819776 44959 33554432000 4194304 16246674 140734215988064 140734215987376 4206674 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 328081 44959 799 2943 0 324975 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700312 s]
/proc/loadavg: 2.36 2.33 2.26 4/179 5418
/proc/meminfo: memFree=28915252/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1312324 CPUtime=0.69 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 51284 0 0 0 62 7 0 0 20 0 4 0 25398814 1343819776 52094 33554432000 4194304 16246674 140734215988064 140734215971056 7439952 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 328081 52094 802 2943 0 324975 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1312324

[startup+1.50042 s]
/proc/loadavg: 2.36 2.33 2.26 4/183 5422
/proc/meminfo: memFree=28654940/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1380932 CPUtime=1.48 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 88390 0 0 0 136 12 0 0 20 0 4 0 25398814 1414074368 91755 33554432000 4194304 16246674 140734215988064 140734215971056 4221091 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 345233 91755 834 2943 0 342127 0
[pid=5418/tid=5420] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 91755 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 91755 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 91755 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1380932

[startup+3.10043 s]
/proc/loadavg: 2.36 2.33 2.26 3/183 5422
/proc/meminfo: memFree=28457736/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1380932 CPUtime=3.08 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 114747 0 0 0 293 15 0 0 20 0 4 0 25398814 1414074368 118623 33554432000 4194304 16246674 140734215988064 140734215987160 13763657 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 345233 118623 836 2943 0 342127 0
[pid=5418/tid=5420] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 118623 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 118623 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 118623 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1380932

[startup+6.30042 s]
/proc/loadavg: 2.41 2.34 2.27 3/183 5422
/proc/meminfo: memFree=28192852/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=1380932 CPUtime=6.28 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 176973 0 0 0 605 23 0 0 20 0 4 0 25398814 1414074368 180849 33554432000 4194304 16246674 140734215988064 140734215969984 13775098 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 345233 180849 877 2943 0 342127 0
[pid=5418/tid=5420] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 180849 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 180849 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=1380932 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 1414074368 180849 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1380932

[startup+12.7005 s]
/proc/loadavg: 2.38 2.33 2.27 3/183 5422
/proc/meminfo: memFree=27079984/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=2070084 CPUtime=12.69 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 455122 0 0 0 1210 59 0 0 20 0 4 0 25398814 2119766016 458998 33554432000 4194304 16246674 140734215988064 140734215987240 4220924 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 517521 458998 879 2943 0 514415 0
[pid=5418/tid=5420] ppid=5415 vsize=2070084 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 2119766016 458998 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=2070084 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 2119766016 458998 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=2070084 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 2119766016 458998 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2070084

[startup+25.5005 s]
/proc/loadavg: 2.36 2.33 2.27 4/183 5422
/proc/meminfo: memFree=24291968/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=4852292 CPUtime=25.48 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 1150676 0 0 0 2395 153 0 0 20 0 4 0 25398814 4968747008 1154552 33554432000 4194304 16246674 140734215988064 140734215987160 15015658 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 1213073 1154552 880 2943 0 1209967 0
[pid=5418/tid=5420] ppid=5415 vsize=4852292 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 4968747008 1154552 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=4852292 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 4968747008 1154552 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=4852292 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 4968747008 1154552 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4852292

[startup+51.1005 s]
/proc/loadavg: 2.36 2.33 2.27 3/183 5422
/proc/meminfo: memFree=18662248/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=10470980 CPUtime=51.08 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 2555350 0 0 0 4768 340 0 0 20 0 4 0 25398814 10722283520 2559226 33554432000 4194304 16246674 140734215988064 140734215987160 4206964 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 2617745 2559226 880 2943 0 2614639 0
[pid=5418/tid=5420] ppid=5415 vsize=10470980 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 10722283520 2559226 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=10470980 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 10722283520 2559226 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=10470980 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 10722283520 2559226 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10470980

[startup+102.301 s]
/proc/loadavg: 2.14 2.28 2.26 3/183 5473
/proc/meminfo: memFree=13094184/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=14012996 CPUtime=102.27 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 3440859 0 0 0 9765 462 0 0 20 0 4 0 25398814 14349307904 3444735 33554432000 4194304 16246674 140734215988064 140734215987160 4220894 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 3503249 3444735 884 2943 0 3500143 0
[pid=5418/tid=5420] ppid=5415 vsize=14012996 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 14349307904 3444735 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=14012996 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 14349307904 3444735 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=14012996 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 14349307904 3444735 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14012996



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+151.8 s]
/proc/loadavg: 2.27 2.30 2.26 3/183 5474
/proc/meminfo: memFree=5869584/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=15905348 CPUtime=151.76 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) R 5415 5418 579 0 -1 4202496 3913731 0 0 0 14644 532 0 0 20 0 4 0 25398814 16287076352 3917608 33554432000 4194304 16246674 140734215988064 140734215987160 4225154 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 3976337 3917611 884 2943 0 3973231 0
[pid=5418/tid=5420] ppid=5415 vsize=15905348 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5420/stat : 5420 (toysat) S 5415 5418 579 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25398814 16287076352 3917627 33554432000 4194304 16246674 140734215988064 139848825416944 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 7 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=15905348 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) S 5415 5418 579 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25398814 16287076352 3917627 33554432000 4194304 16246674 140734215988064 139848814927088 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=5418/tid=5422] ppid=5415 vsize=15905348 CPUtime=0 cores=1,3,5,7
/proc/5418/task/5422/stat : 5422 (toysat) S 5415 5418 579 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25398814 16287076352 3917630 33554432000 4194304 16246674 140734215988064 139848698555568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 151.76
Current children cumulated vsize (KiB) 15905348

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

[startup+152 s]
/proc/loadavg: 2.27 2.30 2.26 3/183 5474
/proc/meminfo: memFree=5869584/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=0 CPUtime=151.96 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) Z 5415 5418 579 0 -1 4203532 3914295 0 0 0 14645 551 0 0 20 0 2 0 25398814 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 0 0 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=0 CPUtime=0.17 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) R 5415 5418 579 0 -1 4203588 8 0 0 0 0 17 0 0 20 0 2 0 25398814 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 151.96
Current children cumulated vsize (KiB) 0

[startup+152.4 s]
/proc/loadavg: 2.27 2.30 2.26 3/183 5474
/proc/meminfo: memFree=5869584/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=0 CPUtime=152.36 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) Z 5415 5418 579 0 -1 4203532 3914295 0 0 0 14645 591 0 0 20 0 2 0 25398814 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 0 0 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=0 CPUtime=0.57 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) R 5415 5418 579 0 -1 4203588 8 0 0 0 0 57 0 0 20 0 2 0 25398814 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 152.36
Current children cumulated vsize (KiB) 0

[startup+152.6 s]
/proc/loadavg: 2.27 2.30 2.26 3/183 5474
/proc/meminfo: memFree=5869584/32872528 swapFree=17888/1798212
[pid=5418] ppid=5415 vsize=0 CPUtime=152.56 cores=1,3,5,7
/proc/5418/stat : 5418 (toysat) Z 5415 5418 579 0 -1 4203532 3914295 0 0 0 14645 611 0 0 20 0 2 0 25398814 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/5418/statm: 0 0 0 0 0 0 0
[pid=5418/tid=5421] ppid=5415 vsize=0 CPUtime=0.77 cores=1,3,5,7
/proc/5418/task/5421/stat : 5421 (toysat) R 5415 5418 579 0 -1 4203588 8 0 0 0 0 77 0 0 20 0 2 0 25398814 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 152.56
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 152.654
CPU time (s): 152.61
CPU user time (s): 146.454
CPU system time (s): 6.15606
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 15905348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.454
system time used= 6.15606
maximum resident set size= 15672684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3914295
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= 52
involuntary context switches= 159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.406938 second user time and 0.58991 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-18 09:05:17
IDJOB=4103173
IDBENCH=2289
IDSOLVER=2542
FILE ID=node123/4103173-1466233516
RUNJOBID= node123-1466206081-596
PBS_JOBID= 19918154
Free space on /tmp= 71612 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3701.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103173-1466233516/watcher-4103173-1466233516 -o /tmp/evaluation-result-4103173-1466233516/solver-4103173-1466233516 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466206081-596 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103173-1466233516.opb

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

MD5SUM BENCH= 4d43a5c709d5b7af17653becda068043
RANDOM SEED=135094436

node123.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.791
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.58
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.791
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.791
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.56
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.791
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.57
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.791
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.56
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.791
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.791
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.56
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.791
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:        28916012 kB
Buffers:          133036 kB
Cached:           188080 kB
SwapCached:         1648 kB
Active:          1204692 kB
Inactive:         213364 kB
Active(anon):    1098208 kB
Inactive(anon):     1152 kB
Active(file):     106484 kB
Inactive(file):   212212 kB
Unevictable:     1798212 kB
Mlocked:           17888 kB
SwapTotal:      67108856 kB
SwapFree:       67099316 kB
Dirty:             24928 kB
Writeback:             0 kB
AnonPages:       2894588 kB
Mapped:            10576 kB
Shmem:                 0 kB
Slab:             604200 kB
SReclaimable:      48100 kB
SUnreclaim:       556100 kB
KernelStack:        1472 kB
PageTables:        10084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3039860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2873344 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= 71596 MiB
End job on node123 at 2016-06-18 09:07:50