Trace number 4100031

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
cdcl-cuttingplanes OPT binary search 2016-05-01? (TO) 1800.08 1800.36

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
MD5SUM35541d810f352e1e9979b25003c9f904
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
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 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654474
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654474
Number of bits of the biggest sum of numbers20
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 OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.19/0.25	c * #variable= 155000 #constraint= 5150
0.39/0.49	c * #variable= 155000 #constraint= 5150
31.58/31.63	c #Conflicts:       1000 | #Learnt:        999 | 80.632
31.58/31.63	c total clause space: 206.656MB
31.58/31.63	c total #watches: 1828646
108.97/109.04	c total #propagations: 1478580 / total #impl: 43009966 (eff. 0.034)
108.97/109.04	c #Conflicts:       2000 | #Learnt:       1999 | 63.988
108.97/109.04	c total clause space: 335.816MB
108.97/109.04	c total #watches: 3486350
191.96/192.06	c total #propagations: 2667338 / total #impl: 133626892 (eff. 0.020)
191.96/192.06	c GC COLLECT
191.96/192.06	c #Conflicts:       3000 | #Learnt:       2023 | 46.329
191.96/192.06	c total clause space: 545.701MB
191.96/192.06	c total #watches: 3264971
427.22/427.33	c total #propagations: 3646820 / total #impl: 170113294 (eff. 0.021)
427.22/427.33	c #Conflicts:       4000 | #Learnt:       3023 | 36.895
427.22/427.33	c total clause space: 886.764MB
427.22/427.33	c total #watches: 5453198
903.95/904.12	c total #propagations: 4923934 / total #impl: 303306122 (eff. 0.016)
903.95/904.12	c GC COLLECT
903.95/904.12	c #Conflicts:       5000 | #Learnt:       2379 | 40.510
903.95/904.12	c total clause space: 886.764MB
903.95/904.12	c total #watches: 6089713
1379.57/1379.85	c total #propagations: 6474301 / total #impl: 443821539 (eff. 0.015)
1379.57/1379.85	c #Conflicts:       6000 | #Learnt:       3379 | 36.534
1379.57/1379.85	c total clause space: 886.764MB
1379.57/1379.85	c total #watches: 8087799
1678.63/1678.98	c total #propagations: 8436882 / total #impl: 545166360 (eff. 0.015)
1678.63/1678.98	c GC COLLECT
1678.63/1678.98	c #Conflicts:       7000 | #Learnt:       2251 | 33.469
1678.63/1678.98	c total clause space: 1440.99MB
1678.63/1678.98	c total #watches: 6200341

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-4100031-1466231100/watcher-4100031-1466231100 -o /tmp/evaluation-result-4100031-1466231100/solver-4100031-1466231100 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466229299-21095 --watchdog 1960 --input HOME/instance-4100031-1466231100.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.26 2.26 3/176 21422
/proc/meminfo: memFree=28925720/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 258 0 0 0 0 0 0 0 20 0 1 0 25155798 57319424 7805 33554432000 4194304 6211289 140736825171648 140735122043992 4206551 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 13994 7805 98 493 0 13491 0

[startup+0.100127 s]
/proc/loadavg: 2.23 2.26 2.26 3/176 21422
/proc/meminfo: memFree=28925720/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=62796 CPUtime=0.09 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 2231 0 0 0 8 1 0 0 20 0 1 0 25155798 64303104 12340 33554432000 4194304 6211289 140736825171648 140735122043992 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 15699 12340 121 493 0 15196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62796

[startup+0.200345 s]
/proc/loadavg: 2.23 2.26 2.26 3/176 21422
/proc/meminfo: memFree=28925720/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=69084 CPUtime=0.19 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 2826 0 0 0 18 1 0 0 20 0 1 0 25155798 70742016 13957 33554432000 4194304 6211289 140736825171648 140735122043992 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 17271 13957 121 493 0 16768 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69084

[startup+0.300336 s]
/proc/loadavg: 2.23 2.26 2.26 3/176 21422
/proc/meminfo: memFree=28925720/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=86492 CPUtime=0.29 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 5208 0 0 0 28 1 0 0 20 0 1 0 25155798 88567808 18973 33554432000 4194304 6211289 140736825171648 140735122043992 4324564 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 21623 18973 144 493 0 21120 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86492

[startup+0.700279 s]
/proc/loadavg: 2.23 2.26 2.26 3/176 21422
/proc/meminfo: memFree=28925720/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=131396 CPUtime=0.69 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 8785 0 0 0 66 3 0 0 20 0 1 0 25155798 134549504 28681 33554432000 4194304 6211289 140736825171648 140735122043992 4631023 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 32849 28681 144 493 0 32346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131396

[startup+1.50024 s]
/proc/loadavg: 2.23 2.26 2.26 3/172 21500
/proc/meminfo: memFree=30025720/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=143072 CPUtime=1.49 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 9056 0 0 0 146 3 0 0 20 0 1 0 25155798 146505728 30974 33554432000 4194304 6211289 140736825171648 140736825169528 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 35768 30974 150 493 0 35265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143072

[startup+3.10025 s]
/proc/loadavg: 2.23 2.26 2.26 3/177 21515
/proc/meminfo: memFree=29880576/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=162040 CPUtime=3.09 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 9523 0 0 0 306 3 0 0 20 0 1 0 25155798 165928960 36013 33554432000 4194304 6211289 140736825171648 140736825169880 4240556 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 40510 36013 150 493 0 40007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162040

[startup+6.30024 s]
/proc/loadavg: 2.21 2.26 2.26 4/177 21515
/proc/meminfo: memFree=29803144/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=192860 CPUtime=6.29 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 9682 0 0 0 625 4 0 0 20 0 1 0 25155798 197488640 41272 33554432000 4194304 6211289 140736825171648 140736825169880 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 48215 41272 150 493 0 47712 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 192860

[startup+12.7002 s]
/proc/loadavg: 2.19 2.25 2.26 3/177 21515
/proc/meminfo: memFree=29744216/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=245476 CPUtime=12.69 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 10559 0 0 0 1265 4 0 0 20 0 1 0 25155798 251367424 45713 33554432000 4194304 6211289 140736825171648 140736825169640 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 61369 45713 150 493 0 60866 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 245476

[startup+25.5003 s]
/proc/loadavg: 2.15 2.24 2.25 3/177 21515
/proc/meminfo: memFree=29659040/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=335072 CPUtime=25.49 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 12793 0 0 0 2544 5 0 0 20 0 1 0 25155798 343113728 59182 33554432000 4194304 6211289 140736825171648 140736825169640 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 83768 59182 150 493 0 83265 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 335072

[startup+51.1003 s]
/proc/loadavg: 2.29 2.27 2.26 3/177 21515
/proc/meminfo: memFree=29476412/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=481608 CPUtime=51.08 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 16557 0 0 0 5100 8 0 0 20 0 1 0 25155798 493166592 83371 33554432000 4194304 6211289 140736825171648 140736825169560 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 120402 83371 160 493 0 119899 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 481608

[startup+102.3 s]
/proc/loadavg: 2.28 2.27 2.26 4/177 21516
/proc/meminfo: memFree=29287008/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=498896 CPUtime=102.28 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 20921 0 0 0 10218 10 0 0 20 0 1 0 25155798 510869504 110774 33554432000 4194304 6211289 140736825171648 140736825169640 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 124724 110774 160 493 0 124221 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 498896

[startup+162.3 s]
/proc/loadavg: 2.15 2.23 2.25 3/177 21517
/proc/meminfo: memFree=29111728/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=729508 CPUtime=162.26 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 26736 0 0 0 16214 12 0 0 20 0 1 0 25155798 747016192 135219 33554432000 4194304 6211289 140736825171648 140736825169560 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 182377 135219 165 493 0 181874 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 729508

[startup+222.307 s]
/proc/loadavg: 2.23 2.23 2.25 3/177 21519
/proc/meminfo: memFree=28899208/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=742268 CPUtime=222.26 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 30007 0 0 0 22212 14 0 0 20 0 1 0 25155798 760082432 171705 33554432000 4194304 6211289 140736825171648 140736825169640 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 185567 171705 165 493 0 185064 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 742268

[startup+282.3 s]
/proc/loadavg: 2.14 2.20 2.24 4/177 21520
/proc/meminfo: memFree=28865260/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=750308 CPUtime=282.25 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 32018 0 0 0 28210 15 0 0 20 0 1 0 25155798 768315392 179848 33554432000 4194304 6211289 140736825171648 140736825169512 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 187577 179848 165 493 0 187074 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 750308

[startup+342.3 s]
/proc/loadavg: 2.15 2.19 2.23 3/178 21524
/proc/meminfo: memFree=28769736/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1112272 CPUtime=342.23 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 35252 0 0 0 34204 19 0 0 20 0 1 0 25155798 1138966528 191625 33554432000 4194304 6211289 140736825171648 140736825169560 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 278068 191625 165 493 0 277565 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 1112272

[startup+402.3 s]
/proc/loadavg: 2.21 2.20 2.23 3/177 21525
/proc/meminfo: memFree=28587192/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1123996 CPUtime=402.23 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 38165 0 0 0 40202 21 0 0 20 0 1 0 25155798 1150971904 205433 33554432000 4194304 6211289 140736825171648 140736825169640 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 280999 205433 165 493 0 280496 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1123996

[startup+462.3 s]
/proc/loadavg: 2.27 2.21 2.23 3/177 21526
/proc/meminfo: memFree=28468580/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1135056 CPUtime=462.21 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 41004 0 0 0 46199 22 0 0 20 0 1 0 25155798 1162297344 222069 33554432000 4194304 6211289 140736825171648 140736825169512 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 283764 222069 165 493 0 283261 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 1135056

[startup+522.3 s]
/proc/loadavg: 2.23 2.21 2.22 3/177 21528
/proc/meminfo: memFree=28385280/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1137812 CPUtime=522.21 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 41664 0 0 0 52198 23 0 0 20 0 1 0 25155798 1165119488 232949 33554432000 4194304 6211289 140736825171648 140736825169560 4215210 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 284453 232949 165 493 0 283950 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1137812

[startup+582.3 s]
/proc/loadavg: 2.19 2.20 2.22 3/177 21529
/proc/meminfo: memFree=28338452/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1139040 CPUtime=582.2 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 42467 0 0 0 58197 23 0 0 20 0 1 0 25155798 1166376960 236103 33554432000 4194304 6211289 140736825171648 140736825169512 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 284760 236103 165 493 0 284257 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1139040


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


[startup+942.3 s]
/proc/loadavg: 2.25 2.21 2.20 3/178 21539
/proc/meminfo: memFree=28199884/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1162980 CPUtime=942.14 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 48470 0 0 0 94189 25 0 0 20 0 1 0 25155798 1190891520 242106 33554432000 4194304 6211289 140736825171648 140736825169512 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 290745 242106 165 493 0 290242 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1162980

[startup+1002.3 s]
/proc/loadavg: 2.19 2.20 2.20 3/177 21540
/proc/meminfo: memFree=28192180/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1167132 CPUtime=1002.13 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 49531 0 0 0 100188 25 0 0 20 0 1 0 25155798 1195143168 243167 33554432000 4194304 6211289 140736825171648 140736825169560 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 291783 243167 165 493 0 291280 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1167132

[startup+1062.3 s]
/proc/loadavg: 2.16 2.19 2.19 3/177 21541
/proc/meminfo: memFree=28182136/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1172360 CPUtime=1062.13 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 50788 0 0 0 106187 26 0 0 20 0 1 0 25155798 1200496640 244424 33554432000 4194304 6211289 140736825171648 140736825169640 4240556 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 293090 244424 165 493 0 292587 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1172360

[startup+1122.3 s]
/proc/loadavg: 2.24 2.20 2.19 3/177 21543
/proc/meminfo: memFree=28176280/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1172360 CPUtime=1122.12 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 50788 0 0 0 112186 26 0 0 20 0 1 0 25155798 1200496640 244424 33554432000 4194304 6211289 140736825171648 140736825169640 4241818 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 293090 244424 165 493 0 292587 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1172360

[startup+1182.3 s]
/proc/loadavg: 2.14 2.18 2.18 3/177 21544
/proc/meminfo: memFree=28167576/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1174040 CPUtime=1182.11 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 51226 0 0 0 118185 26 0 0 20 0 1 0 25155798 1202216960 244862 33554432000 4194304 6211289 140736825171648 140736825169560 4241789 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 293510 244862 165 493 0 293007 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1174040

[startup+1242.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/177 21545
/proc/meminfo: memFree=28042808/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1180548 CPUtime=1242.1 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 52873 0 0 0 124184 26 0 0 20 0 1 0 25155798 1208881152 246509 33554432000 4194304 6211289 140736825171648 140736825169512 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 295137 246509 165 493 0 294634 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1180548

[startup+1302.3 s]
/proc/loadavg: 2.28 2.21 2.19 3/177 21546
/proc/meminfo: memFree=27901172/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1185088 CPUtime=1302.08 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 53986 0 0 0 130182 26 0 0 20 0 1 0 25155798 1213530112 252732 33554432000 4194304 6211289 140736825171648 140736825169560 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 296272 252732 165 493 0 295769 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1185088

[startup+1362.3 s]
/proc/loadavg: 2.22 2.20 2.18 3/177 21547
/proc/meminfo: memFree=27783556/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1187692 CPUtime=1362.08 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 54684 0 0 0 136181 27 0 0 20 0 1 0 25155798 1216196608 263139 33554432000 4194304 6211289 140736825171648 140736825169640 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 296923 263139 165 493 0 296420 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1187692

[startup+1422.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/177 21549
/proc/meminfo: memFree=27682284/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1191688 CPUtime=1422.07 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 55688 0 0 0 142179 28 0 0 20 0 1 0 25155798 1220288512 276918 33554432000 4194304 6211289 140736825171648 140736825169560 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 297922 276918 165 493 0 297419 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1191688

[startup+1482.3 s]
/proc/loadavg: 2.31 2.23 2.19 3/177 21550
/proc/meminfo: memFree=27578156/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1193284 CPUtime=1482.06 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 56099 0 0 0 148177 29 0 0 20 0 1 0 25155798 1221922816 293170 33554432000 4194304 6211289 140736825171648 140736825169560 4242593 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 298321 293170 165 493 0 297818 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1193284

[startup+1542.31 s]
/proc/loadavg: 2.22 2.21 2.18 3/178 21554
/proc/meminfo: memFree=27519196/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1770636 CPUtime=1542.06 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 58595 0 0 0 154172 34 0 0 20 0 1 0 25155798 1813131264 305371 33554432000 4194304 6211289 140736825171648 140736825169512 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 442659 305371 165 493 0 442156 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1770636

[startup+1602.3 s]
/proc/loadavg: 2.28 2.23 2.19 3/177 21555
/proc/meminfo: memFree=27481988/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1773896 CPUtime=1602.04 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 59358 0 0 0 160170 34 0 0 20 0 1 0 25155798 1816469504 310222 33554432000 4194304 6211289 140736825171648 140736825169560 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 443474 310222 165 493 0 442971 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1773896

[startup+1662.3 s]
/proc/loadavg: 2.36 2.26 2.20 3/177 21556
/proc/meminfo: memFree=27421484/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1776488 CPUtime=1662.04 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 60066 0 0 0 166169 35 0 0 20 0 1 0 25155798 1819123712 323194 33554432000 4194304 6211289 140736825171648 140736825169560 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 444122 323194 165 493 0 443619 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1776488

[startup+1722.3 s]
/proc/loadavg: 2.23 2.24 2.19 3/177 21558
/proc/meminfo: memFree=27393784/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1779992 CPUtime=1722.02 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 60939 0 0 0 172167 35 0 0 20 0 1 0 25155798 1822711808 328666 33554432000 4194304 6211289 140736825171648 140736825169560 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 444998 328666 165 493 0 444495 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1779992

[startup+1782.3 s]
/proc/loadavg: 2.34 2.27 2.20 3/177 21559
/proc/meminfo: memFree=27383356/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1783732 CPUtime=1782.01 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 61903 0 0 0 178166 35 0 0 20 0 1 0 25155798 1826541568 329630 33554432000 4194304 6211289 140736825171648 140736825169640 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 445933 329630 165 493 0 445430 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1783732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.38 2.29 2.20 3/177 21559
/proc/meminfo: memFree=27381308/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1783876 CPUtime=1800.02 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 61973 0 0 0 179966 36 0 0 20 0 1 0 25155798 1826689024 329700 33554432000 4194304 6211289 140736825171648 140736825169640 4209384 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 445969 329700 165 493 0 445466 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1783876

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

[startup+1800.3 s]
/proc/loadavg: 2.38 2.29 2.20 3/177 21559
/proc/meminfo: memFree=27381308/32872528 swapFree=1499884/1696108
[pid=21422] ppid=21419 vsize=1783876 CPUtime=1800.02 cores=0,2,4,6
/proc/21422/stat : 21422 (cdcl-cuttingpla) R 21419 21422 21079 0 -1 4202496 61973 0 0 0 179966 36 0 0 20 0 1 0 25155798 1826689024 329700 33554432000 4194304 6211289 140736825171648 140736825169640 4209384 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/21422/statm: 445969 329700 165 493 0 445466 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1783876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.36
CPU time (s): 1800.08
CPU user time (s): 1799.66
CPU system time (s): 0.420936
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 1783876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.420936
maximum resident set size= 1318800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61973
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= 12
involuntary context switches= 1871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71128 second user time and 6.76797 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 08:25:01
IDJOB=4100031
IDBENCH=1564
IDSOLVER=2549
FILE ID=node137/4100031-1466231100
RUNJOBID= node137-1466229299-21095
PBS_JOBID= 19918171
Free space on /tmp= 71688 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3704.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100031-1466231100/watcher-4100031-1466231100 -o /tmp/evaluation-result-4100031-1466231100/solver-4100031-1466231100 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466229299-21095 --watchdog 1960 --input HOME/instance-4100031-1466231100.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 35541d810f352e1e9979b25003c9f904
RANDOM SEED=1772748927

node137.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.486
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	: 5332.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.486
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:        28926512 kB
Buffers:          111144 kB
Cached:           186932 kB
SwapCached:         1268 kB
Active:          1304040 kB
Inactive:         201768 kB
Active(anon):    1209120 kB
Inactive(anon):     1024 kB
Active(file):      94920 kB
Inactive(file):   200744 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:              8940 kB
Writeback:            72 kB
AnonPages:       2907348 kB
Mapped:             7784 kB
Shmem:                 0 kB
Slab:             604276 kB
SReclaimable:      48124 kB
SUnreclaim:       556152 kB
KernelStack:        1432 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3119896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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= 71688 MiB
End job on node137 at 2016-06-18 08:55:01