Trace number 4099847

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.07 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-n3709.opb
MD5SUMdad6f5146620d8430edee27ea3d7a019
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 77
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 658426
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 658426
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
33.88/33.97	c #Conflicts:       1000 | #Learnt:        999 | 81.171
33.88/33.97	c total clause space: 206.656MB
33.88/33.97	c total #watches: 2009225
138.76/138.82	c total #propagations: 1162891 / total #impl: 35504101 (eff. 0.033)
138.76/138.82	c #Conflicts:       2000 | #Learnt:       1999 | 59.087
138.76/138.82	c total clause space: 335.816MB
138.76/138.82	c total #watches: 3952343
241.56/241.68	c total #propagations: 2204516 / total #impl: 145118224 (eff. 0.015)
241.56/241.68	c GC COLLECT
241.56/241.68	c #Conflicts:       3000 | #Learnt:       2035 | 39.501
241.56/241.68	c total clause space: 545.701MB
241.56/241.68	c total #watches: 4218462
629.20/629.39	c total #propagations: 4703354 / total #impl: 213846475 (eff. 0.022)
629.20/629.39	c #Conflicts:       4000 | #Learnt:       3035 | 37.161
629.20/629.39	c total clause space: 886.764MB
629.20/629.39	c total #watches: 6990997
1044.32/1044.57	c total #propagations: 6189930 / total #impl: 291772810 (eff. 0.021)
1044.32/1044.57	c GC COLLECT
1044.32/1044.57	c #Conflicts:       5000 | #Learnt:       2376 | 41.180
1044.32/1044.57	c total clause space: 886.764MB
1044.32/1044.57	c total #watches: 7223765
1445.96/1446.22	c total #propagations: 7865062 / total #impl: 367337102 (eff. 0.021)
1445.96/1446.22	c #Conflicts:       6000 | #Learnt:       3376 | 37.336
1445.96/1446.22	c total clause space: 886.764MB
1445.96/1446.22	c total #watches: 9483541
1752.41/1752.70	c total #propagations: 8950828 / total #impl: 528123099 (eff. 0.017)
1752.41/1752.70	c GC COLLECT
1752.41/1752.70	c #Conflicts:       7000 | #Learnt:       2257 | 32.166
1752.41/1752.70	c total clause space: 1440.99MB
1752.41/1752.70	c total #watches: 6958767

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-4099847-1466224092/watcher-4099847-1466224092 -o /tmp/evaluation-result-4099847-1466224092/solver-4099847-1466224092 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466224089-20183 --watchdog 1960 --input HOME/instance-4099847-1466224092.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=20348
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: 1.95 2.26 2.98 3/176 20351
/proc/meminfo: memFree=31597960/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 259 0 0 0 0 0 0 0 20 0 1 0 24459166 57319424 8316 33554432000 4194304 6211289 140734558144048 140736303729496 4206599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 13994 8316 98 493 0 13491 0

[startup+0.100164 s]
/proc/loadavg: 1.95 2.26 2.98 3/176 20351
/proc/meminfo: memFree=31597960/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=62796 CPUtime=0.09 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 2800 0 0 0 8 1 0 0 20 0 1 0 24459166 64303104 12306 33554432000 4194304 6211289 140734558144048 140734558142888 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 15699 12306 121 493 0 15196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62796

[startup+0.200332 s]
/proc/loadavg: 1.95 2.26 2.98 3/176 20351
/proc/meminfo: memFree=31597960/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=69084 CPUtime=0.19 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 3008 0 0 0 18 1 0 0 20 0 1 0 24459166 70742016 14047 33554432000 4194304 6211289 140734558144048 140734558142888 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 17271 14047 121 493 0 16768 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69084

[startup+0.300313 s]
/proc/loadavg: 1.95 2.26 2.98 3/176 20351
/proc/meminfo: memFree=31597960/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=86492 CPUtime=0.29 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 5390 0 0 0 28 1 0 0 20 0 1 0 24459166 88567808 19063 33554432000 4194304 6211289 140734558144048 140734558142888 4767769 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 21623 19063 144 493 0 21120 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86492

[startup+0.700272 s]
/proc/loadavg: 1.95 2.26 2.98 3/176 20351
/proc/meminfo: memFree=31597960/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=131396 CPUtime=0.69 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 9239 0 0 0 67 2 0 0 20 0 1 0 24459166 134549504 29041 33554432000 4194304 6211289 140734558144048 140734558142888 4299904 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 32849 29041 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: 1.95 2.26 2.98 3/177 20352
/proc/meminfo: memFree=31465316/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=143072 CPUtime=1.48 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 9475 0 0 0 146 2 0 0 20 0 1 0 24459166 146505728 31809 33554432000 4194304 6211289 140734558144048 140734558142280 4239413 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 35768 31809 150 493 0 35265 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 143072

[startup+3.10023 s]
/proc/loadavg: 1.95 2.26 2.98 3/177 20352
/proc/meminfo: memFree=31455516/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=162040 CPUtime=3.09 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 9649 0 0 0 306 3 0 0 20 0 1 0 24459166 165928960 33503 33554432000 4194304 6211289 140734558144048 140734558142280 4209484 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 40510 33503 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: 1.95 2.26 2.98 3/177 20352
/proc/meminfo: memFree=31395116/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=192860 CPUtime=6.29 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 9934 0 0 0 626 3 0 0 20 0 1 0 24459166 197488640 40926 33554432000 4194304 6211289 140734558144048 140734558142280 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 48215 40926 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: 1.95 2.25 2.97 3/177 20352
/proc/meminfo: memFree=31376564/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=194196 CPUtime=12.69 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 10305 0 0 0 1266 3 0 0 20 0 1 0 24459166 198856704 43848 33554432000 4194304 6211289 140734558144048 140734558142040 5156118 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 48549 43848 150 493 0 48046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 194196

[startup+25.5004 s]
/proc/loadavg: 1.96 2.24 2.96 3/177 20352
/proc/meminfo: memFree=31295288/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=254184 CPUtime=25.48 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 13018 0 0 0 2544 4 0 0 20 0 1 0 24459166 260284416 56253 33554432000 4194304 6211289 140734558144048 140734558141960 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 63546 56253 150 493 0 63043 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 254184

[startup+51.1004 s]
/proc/loadavg: 1.98 2.22 2.93 3/177 20352
/proc/meminfo: memFree=31069920/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=356268 CPUtime=51.09 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 18388 0 0 0 5102 7 0 0 20 0 1 0 24459166 364818432 79492 33554432000 4194304 6211289 140734558144048 140734558141960 4245069 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 89067 79492 160 493 0 88564 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 356268

[startup+102.3 s]
/proc/loadavg: 2.02 2.20 2.88 3/177 20353
/proc/meminfo: memFree=30913684/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=506892 CPUtime=102.29 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 23132 0 0 0 10219 10 0 0 20 0 1 0 24459166 519057408 101091 33554432000 4194304 6211289 140734558144048 140734558141960 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 126723 101091 160 493 0 126220 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 506892

[startup+162.3 s]
/proc/loadavg: 2.01 2.16 2.83 4/178 20357
/proc/meminfo: memFree=30740776/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=526032 CPUtime=162.27 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 30963 0 0 0 16216 11 0 0 20 0 1 0 24459166 538656768 115728 33554432000 4194304 6211289 140734558144048 140734558141912 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 131508 115728 165 493 0 131005 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 526032

[startup+222.307 s]
/proc/loadavg: 2.00 2.13 2.77 3/177 20358
/proc/meminfo: memFree=30639876/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=747696 CPUtime=222.27 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 32786 0 0 0 22215 12 0 0 20 0 1 0 24459166 765640704 129811 33554432000 4194304 6211289 140734558144048 140734558142280 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 186924 129811 165 493 0 186421 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 747696

[startup+282.3 s]
/proc/loadavg: 2.00 2.10 2.72 3/177 20360
/proc/meminfo: memFree=30435820/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=757372 CPUtime=282.24 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 35258 0 0 0 28210 14 0 0 20 0 1 0 24459166 775548928 166009 33554432000 4194304 6211289 140734558144048 140734558141912 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 189343 166009 165 493 0 188840 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 757372

[startup+342.3 s]
/proc/loadavg: 2.04 2.10 2.68 3/177 20361
/proc/meminfo: memFree=30299436/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=775616 CPUtime=342.24 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 39857 0 0 0 34208 16 0 0 20 0 1 0 24459166 794230784 187471 33554432000 4194304 6211289 140734558144048 140734558141960 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 193904 187471 165 493 0 193401 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 775616

[startup+402.3 s]
/proc/loadavg: 2.01 2.08 2.63 3/177 20362
/proc/meminfo: memFree=30214124/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1137928 CPUtime=402.23 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 43352 0 0 0 40202 21 0 0 20 0 1 0 24459166 1165238272 201687 33554432000 4194304 6211289 140734558144048 140734558141912 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 284482 201687 165 493 0 283979 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1137928

[startup+462.3 s]
/proc/loadavg: 2.00 2.06 2.59 3/177 20363
/proc/meminfo: memFree=30160384/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1148104 CPUtime=462.22 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 45913 0 0 0 46201 21 0 0 20 0 1 0 24459166 1175658496 207314 33554432000 4194304 6211289 140734558144048 140734558141912 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 287026 207314 165 493 0 286523 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1148104

[startup+522.3 s]
/proc/loadavg: 2.00 2.05 2.55 3/177 20364
/proc/meminfo: memFree=30123720/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1151140 CPUtime=522.21 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 46647 0 0 0 52200 21 0 0 20 0 1 0 24459166 1178767360 211112 33554432000 4194304 6211289 140734558144048 140734558141960 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 287785 211112 165 493 0 287282 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1151140

[startup+582.3 s]
/proc/loadavg: 2.00 2.04 2.51 3/177 20366
/proc/meminfo: memFree=30082112/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1156684 CPUtime=582.2 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 47995 0 0 0 58198 22 0 0 20 0 1 0 24459166 1184444416 217081 33554432000 4194304 6211289 140734558144048 140734558141960 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 289171 217081 165 493 0 288668 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1156684


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


[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.34 3/177 20376
/proc/meminfo: memFree=29847568/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1187228 CPUtime=942.14 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 57073 0 0 0 94187 27 0 0 20 0 1 0 24459166 1215721472 251888 33554432000 4194304 6211289 140734558144048 140734558141912 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 296807 251888 165 493 0 296304 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1187228

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.32 3/177 20377
/proc/meminfo: memFree=29838320/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1191160 CPUtime=1002.13 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 58178 0 0 0 100186 27 0 0 20 0 1 0 24459166 1219747840 252993 33554432000 4194304 6211289 140734558144048 140734558141960 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 297790 252993 165 493 0 297287 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1191160

[startup+1062.3 s]
/proc/loadavg: 2.06 2.02 2.30 3/177 20378
/proc/meminfo: memFree=29825292/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1194656 CPUtime=1062.12 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 59032 0 0 0 106185 27 0 0 20 0 1 0 24459166 1223327744 253847 33554432000 4194304 6211289 140734558144048 140734558142040 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 298664 253847 165 493 0 298161 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1194656

[startup+1122.3 s]
/proc/loadavg: 2.02 2.01 2.27 3/177 20379
/proc/meminfo: memFree=29814304/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1194796 CPUtime=1122.11 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 59100 0 0 0 112184 27 0 0 20 0 1 0 24459166 1223471104 253915 33554432000 4194304 6211289 140734558144048 140734558142040 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 298699 253915 165 493 0 298196 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1194796

[startup+1182.3 s]
/proc/loadavg: 2.01 2.00 2.26 3/177 20381
/proc/meminfo: memFree=29788864/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1201152 CPUtime=1182.11 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 60695 0 0 0 118183 28 0 0 20 0 1 0 24459166 1229979648 256184 33554432000 4194304 6211289 140734558144048 140734558141912 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 300288 256184 165 493 0 299785 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1201152

[startup+1242.3 s]
/proc/loadavg: 2.17 2.05 2.25 3/177 20382
/proc/meminfo: memFree=29782536/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1203940 CPUtime=1242.09 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 61353 0 0 0 124181 28 0 0 20 0 1 0 24459166 1232834560 256842 33554432000 4194304 6211289 140734558144048 140734558141960 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 300985 256842 165 493 0 300482 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 1203940

[startup+1302.3 s]
/proc/loadavg: 2.06 2.03 2.24 3/177 20383
/proc/meminfo: memFree=29779924/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1205008 CPUtime=1302.08 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 61631 0 0 0 130180 28 0 0 20 0 1 0 24459166 1233928192 257120 33554432000 4194304 6211289 140734558144048 140734558142040 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 301252 257120 165 493 0 300749 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1205008

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.22 3/178 20387
/proc/meminfo: memFree=29772824/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1208852 CPUtime=1362.07 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 62599 0 0 0 136179 28 0 0 20 0 1 0 24459166 1237864448 258088 33554432000 4194304 6211289 140734558144048 140734558141912 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 302213 258088 165 493 0 301710 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1208852

[startup+1422.3 s]
/proc/loadavg: 2.01 2.02 2.20 3/177 20388
/proc/meminfo: memFree=29748656/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1214348 CPUtime=1422.08 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 63957 0 0 0 142179 29 0 0 20 0 1 0 24459166 1243492352 262512 33554432000 4194304 6211289 140734558144048 140734558142040 4241818 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 303587 262512 165 493 0 303084 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1214348

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/176 20389
/proc/meminfo: memFree=29678992/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1216952 CPUtime=1482.06 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 64652 0 0 0 148176 30 0 0 20 0 1 0 24459166 1246158848 280070 33554432000 4194304 6211289 140734558144048 140734558142040 4241789 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 304238 280070 165 493 0 303735 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1216952

[startup+1542.31 s]
/proc/loadavg: 2.07 2.02 2.18 3/177 20392
/proc/meminfo: memFree=29618896/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1220540 CPUtime=1542.06 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 65542 0 0 0 154175 31 0 0 20 0 1 0 24459166 1249832960 294246 33554432000 4194304 6211289 140734558144048 140734558142040 4243365 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 305135 294246 165 493 0 304632 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1220540

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.16 3/177 20393
/proc/meminfo: memFree=29586556/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1227076 CPUtime=1602.04 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 67185 0 0 0 160173 31 0 0 20 0 1 0 24459166 1256525824 301510 33554432000 4194304 6211289 140734558144048 140734558141912 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 306769 301510 165 493 0 306266 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1227076

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.15 3/177 20394
/proc/meminfo: memFree=29570640/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1229188 CPUtime=1662.03 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 67675 0 0 0 166172 31 0 0 20 0 1 0 24459166 1258688512 304555 33554432000 4194304 6211289 140734558144048 140734558141960 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 307297 304555 165 493 0 306794 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1229188

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.15 3/177 20395
/proc/meminfo: memFree=29507684/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1803608 CPUtime=1722.02 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 69494 0 0 0 172163 39 0 0 20 0 1 0 24459166 1846894592 319144 33554432000 4194304 6211289 140734558144048 140734558141960 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 450902 319144 165 493 0 450399 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1803608

[startup+1782.3 s]
/proc/loadavg: 2.05 2.03 2.14 3/177 20396
/proc/meminfo: memFree=29480300/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1810664 CPUtime=1782.01 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 71662 0 0 0 178162 39 0 0 20 0 1 0 24459166 1854119936 325606 33554432000 4194304 6211289 140734558144048 140734558141960 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 452666 325606 165 493 0 452163 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1810664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.04 2.03 2.14 3/176 20442
/proc/meminfo: memFree=30306468/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1811148 CPUtime=1800.01 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 71796 0 0 0 179962 39 0 0 20 0 1 0 24459166 1854615552 325740 33554432000 4194304 6211289 140734558144048 140734558141960 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 452787 325740 165 493 0 452284 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1811148

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

[startup+1800.3 s]
/proc/loadavg: 2.04 2.03 2.14 3/176 20442
/proc/meminfo: memFree=30306468/32872528 swapFree=163656/177964
[pid=20351] ppid=20348 vsize=1811148 CPUtime=1800.01 cores=0,2,4,6
/proc/20351/stat : 20351 (cdcl-cuttingpla) R 20348 20351 13538 0 -1 4202496 71796 0 0 0 179962 39 0 0 20 0 1 0 24459166 1854615552 325740 33554432000 4194304 6211289 140734558144048 140734558141960 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20351/statm: 452787 325740 165 493 0 452284 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1811148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.36
CPU time (s): 1800.07
CPU user time (s): 1799.62
CPU system time (s): 0.45393
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1811148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.62
system time used= 0.45393
maximum resident set size= 1302960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71796
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= 15
involuntary context switches= 2012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5893 second user time and 6.87096 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 06:28:12
IDJOB=4099847
IDBENCH=1541
IDSOLVER=2549
FILE ID=node105/4099847-1466224092
RUNJOBID= node105-1466224089-20183
PBS_JOBID= 19918167
Free space on /tmp= 71732 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-n3709.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099847-1466224092/watcher-4099847-1466224092 -o /tmp/evaluation-result-4099847-1466224092/solver-4099847-1466224092 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466224089-20183 --watchdog 1960 --input HOME/instance-4099847-1466224092.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= dad6f5146620d8430edee27ea3d7a019
RANDOM SEED=71355516

node105.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.561
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.12
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.561
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.561
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.561
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.561
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.54
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.561
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31598752 kB
Buffers:           94828 kB
Cached:           130152 kB
SwapCached:         1764 kB
Active:           206672 kB
Inactive:         148424 kB
Active(anon):     131140 kB
Inactive(anon):     1440 kB
Active(file):      75532 kB
Inactive(file):   146984 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             18224 kB
Writeback:             0 kB
AnonPages:        397048 kB
Mapped:             7820 kB
Shmem:                 0 kB
Slab:             603104 kB
SReclaimable:      46016 kB
SUnreclaim:       557088 kB
KernelStack:        1472 kB
PageTables:         4644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     456408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 71732 MiB
End job on node105 at 2016-06-18 06:58:13