Trace number 4101344

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 linear search 2016-05-01? (TO) 1800.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air03.opb
MD5SUMc2512385eceb0464b223bc1effdca67c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7962
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6502
Optimality of the best value was proved YES
Number of variables10757
Total number of constraints124
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3861
Number of terms in the objective function 10757
Biggest coefficient in the objective function 263
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 529632
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 263
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 529632
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.00/0.00	c * #variable= 10757 #constraint= 124
10.69/10.74	c #Conflicts:       1000 | #Learnt:       1071 | 0.008
10.69/10.74	c total clause space: 127.173MB
10.69/10.74	c total #watches: 1145787
43.08/43.14	c total #propagations: 781657 / total #impl: 37377006 (eff. 0.021)
43.08/43.14	c #Conflicts:       2000 | #Learnt:       2071 | 0.020
43.08/43.14	c total clause space: 206.656MB
43.08/43.14	c total #watches: 1404269
65.99/66.06	c total #propagations: 1008310 / total #impl: 72648722 (eff. 0.014)
65.99/66.06	c GC COLLECT
65.99/66.06	c #Conflicts:       3000 | #Learnt:       2084 | 0.017
65.99/66.06	c total clause space: 206.656MB
65.99/66.06	c total #watches: 1776119
278.44/278.59	c total #propagations: 1106899 / total #impl: 119739410 (eff. 0.009)
278.44/278.59	c #Conflicts:       4000 | #Learnt:       3084 | 0.018
278.44/278.59	c total clause space: 335.816MB
278.44/278.59	c total #watches: 2137278
511.01/511.12	c total #propagations: 1651844 / total #impl: 182991583 (eff. 0.009)
511.01/511.12	c GC COLLECT
511.01/511.12	c #Conflicts:       5000 | #Learnt:       2455 | 0.165
511.01/511.12	c total clause space: 335.816MB
511.01/511.12	c total #watches: 2311816
976.65/976.88	c total #propagations: 2173694 / total #impl: 264863631 (eff. 0.008)
976.65/976.88	c #Conflicts:       6000 | #Learnt:       3454 | 0.186
976.65/976.88	c total clause space: 335.816MB
976.65/976.88	c total #watches: 2653717
1595.24/1595.50	c total #propagations: 3355879 / total #impl: 359122331 (eff. 0.009)
1595.24/1595.50	c GC COLLECT
1595.24/1595.50	c #Conflicts:       7000 | #Learnt:       2350 | 0.233
1595.24/1595.50	c total clause space: 335.816MB
1595.24/1595.50	c total #watches: 2106015

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-4101344-1466249634/watcher-4101344-1466249634 -o /tmp/evaluation-result-4101344-1466249634/solver-4101344-1466249634 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466229594-24205 --watchdog 1960 --input HOME/instance-4101344-1466249634.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=26472
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.29 2.32 2.26 3/176 26475
/proc/meminfo: memFree=29992356/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 27011868 29810688 5269 33554432000 4194304 6201397 140736683392960 140736683391144 5194144 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 7278 5269 130 491 0 6777 0

[startup+0.100149 s]
/proc/loadavg: 2.29 2.32 2.26 3/176 26475
/proc/meminfo: memFree=29992356/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=37924 CPUtime=0.09 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 1175 0 0 0 9 0 0 0 20 0 1 0 27011868 38834176 8084 33554432000 4194304 6201397 140736683392960 140736683391144 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 9481 8084 146 491 0 8980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37924

[startup+0.200324 s]
/proc/loadavg: 2.29 2.32 2.26 3/176 26475
/proc/meminfo: memFree=29992356/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=44856 CPUtime=0.19 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 1795 0 0 0 19 0 0 0 20 0 1 0 27011868 45932544 9704 33554432000 4194304 6201397 140736683392960 140736683391144 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 11214 9704 147 491 0 10713 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 44856

[startup+0.300352 s]
/proc/loadavg: 2.29 2.32 2.26 3/176 26475
/proc/meminfo: memFree=29992356/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=52036 CPUtime=0.29 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 1953 0 0 0 29 0 0 0 20 0 1 0 27011868 53284864 10361 33554432000 4194304 6201397 140736683392960 140736683391144 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 13009 10361 147 491 0 12508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52036

[startup+0.700314 s]
/proc/loadavg: 2.29 2.32 2.26 3/176 26475
/proc/meminfo: memFree=29992356/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=65868 CPUtime=0.69 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 2624 0 0 0 69 0 0 0 20 0 1 0 27011868 67448832 11532 33554432000 4194304 6201397 140736683392960 140736683391144 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 16467 11532 147 491 0 15966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65868

[startup+1.50028 s]
/proc/loadavg: 2.34 2.33 2.26 3/177 26476
/proc/meminfo: memFree=29941328/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=66796 CPUtime=1.49 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 2883 0 0 0 149 0 0 0 20 0 1 0 27011868 68399104 13321 33554432000 4194304 6201397 140736683392960 140736683391528 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 16699 13321 147 491 0 16198 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66796

[startup+3.1003 s]
/proc/loadavg: 2.34 2.33 2.26 3/177 26476
/proc/meminfo: memFree=29934316/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=91708 CPUtime=3.09 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 4538 0 0 0 308 1 0 0 20 0 1 0 27011868 93908992 18029 33554432000 4194304 6201397 140736683392960 140736683391528 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 22927 18029 147 491 0 22426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91708

[startup+6.30029 s]
/proc/loadavg: 2.40 2.34 2.27 4/177 26476
/proc/meminfo: memFree=29900688/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=122612 CPUtime=6.29 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 4844 0 0 0 628 1 0 0 20 0 1 0 27011868 125554688 26423 33554432000 4194304 6201397 140736683392960 140736683391912 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 30653 26423 147 491 0 30152 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 122612

[startup+12.7003 s]
/proc/loadavg: 2.36 2.33 2.26 3/177 26476
/proc/meminfo: memFree=29833312/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=173888 CPUtime=12.69 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 6874 0 0 0 1267 2 0 0 20 0 1 0 27011868 178061312 40163 33554432000 4194304 6201397 140736683392960 140736683391416 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 43472 40163 160 491 0 42971 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 173888

[startup+25.5004 s]
/proc/loadavg: 2.31 2.32 2.26 3/177 26476
/proc/meminfo: memFree=29809560/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=257904 CPUtime=25.49 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 7937 0 0 0 2546 3 0 0 20 0 1 0 27011868 264093696 45593 33554432000 4194304 6201397 140736683392960 140736683391416 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 64476 45593 160 491 0 63975 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 257904

[startup+51.1004 s]
/proc/loadavg: 2.25 2.31 2.26 3/177 26476
/proc/meminfo: memFree=29772500/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=260696 CPUtime=51.09 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 12142 0 0 0 5105 4 0 0 20 0 1 0 27011868 266952704 52257 33554432000 4194304 6201397 140736683392960 140736683391416 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 65174 52257 166 491 0 64673 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 260696

[startup+102.3 s]
/proc/loadavg: 2.27 2.30 2.26 3/177 26477
/proc/meminfo: memFree=29676284/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=403920 CPUtime=102.28 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 20094 0 0 0 10221 7 0 0 20 0 1 0 27011868 413614080 72107 33554432000 4194304 6201397 140736683392960 140736683391240 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 100980 72107 166 491 0 100479 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 403920

[startup+162.3 s]
/proc/loadavg: 2.32 2.31 2.26 3/177 26479
/proc/meminfo: memFree=29663932/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=405824 CPUtime=162.26 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 23386 0 0 0 16218 8 0 0 20 0 1 0 27011868 415563776 74966 33554432000 4194304 6201397 140736683392960 140736683391416 4214898 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 101456 74966 166 491 0 100955 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 405824

[startup+222.307 s]
/proc/loadavg: 2.34 2.32 2.27 3/177 26525
/proc/meminfo: memFree=29739460/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=408380 CPUtime=222.26 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 26234 0 0 0 22217 9 0 0 20 0 1 0 27011868 418181120 79743 33554432000 4194304 6201397 140736683392960 140736683391416 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 102095 79743 166 491 0 101594 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 408380

[startup+282.3 s]
/proc/loadavg: 2.31 2.31 2.27 3/177 26526
/proc/meminfo: memFree=29710228/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=410056 CPUtime=282.24 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 30069 0 0 0 28214 10 0 0 20 0 1 0 27011868 419897344 84068 33554432000 4194304 6201397 140736683392960 140736683391240 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 102514 84068 166 491 0 102013 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 410056

[startup+342.3 s]
/proc/loadavg: 2.37 2.32 2.28 3/177 26527
/proc/meminfo: memFree=29687952/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=411168 CPUtime=342.23 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 30814 0 0 0 34212 11 0 0 20 0 1 0 27011868 421036032 86429 33554432000 4194304 6201397 140736683392960 140736683391240 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 102792 86429 166 491 0 102291 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 411168

[startup+402.3 s]
/proc/loadavg: 2.35 2.34 2.28 3/178 26669
/proc/meminfo: memFree=29724284/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=411760 CPUtime=402.22 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 32935 0 0 0 40210 12 0 0 20 0 1 0 27011868 421642240 88898 33554432000 4194304 6201397 140736683392960 140736683391416 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 102940 88898 166 491 0 102439 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 411760

[startup+462.3 s]
/proc/loadavg: 2.52 2.38 2.29 3/177 26671
/proc/meminfo: memFree=29682896/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=413932 CPUtime=462.21 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 33955 0 0 0 46209 12 0 0 20 0 1 0 27011868 423866368 89426 33554432000 4194304 6201397 140736683392960 140736683391672 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 103483 89426 166 491 0 102982 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 413932

[startup+522.3 s]
/proc/loadavg: 2.38 2.37 2.29 3/177 26672
/proc/meminfo: memFree=29660036/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=416328 CPUtime=522.21 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 35746 0 0 0 52208 13 0 0 20 0 1 0 27011868 426319872 90026 33554432000 4194304 6201397 140736683392960 140736683391576 4213268 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 104082 90026 166 491 0 103581 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 416328

[startup+582.3 s]
/proc/loadavg: 2.35 2.36 2.29 3/177 26673
/proc/meminfo: memFree=29648064/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=417024 CPUtime=582.19 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 36115 0 0 0 58206 13 0 0 20 0 1 0 27011868 427032576 90214 33554432000 4194304 6201397 140736683392960 140736683391752 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 104256 90214 166 491 0 103755 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 417024


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


[startup+942.3 s]
/proc/loadavg: 2.26 2.28 2.27 4/177 26680
/proc/meminfo: memFree=29588456/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=419444 CPUtime=942.14 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 36924 0 0 0 94201 13 0 0 20 0 1 0 27011868 429510656 90810 33554432000 4194304 6201397 140736683392960 140736683391240 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 104861 90810 166 491 0 104360 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 419444

[startup+1002.3 s]
/proc/loadavg: 2.32 2.29 2.27 3/178 26684
/proc/meminfo: memFree=29585276/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=420528 CPUtime=1002.13 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 37269 0 0 0 100199 14 0 0 20 0 1 0 27011868 430620672 91573 33554432000 4194304 6201397 140736683392960 140736683391672 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 105132 91573 166 491 0 104631 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 420528

[startup+1062.3 s]
/proc/loadavg: 2.29 2.28 2.27 3/177 26686
/proc/meminfo: memFree=29577856/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=420776 CPUtime=1062.12 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 37368 0 0 0 106198 14 0 0 20 0 1 0 27011868 430874624 93193 33554432000 4194304 6201397 140736683392960 140736683391240 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 105194 93193 166 491 0 104693 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 420776

[startup+1122.3 s]
/proc/loadavg: 2.37 2.31 2.28 3/177 26687
/proc/meminfo: memFree=29573368/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=420912 CPUtime=1122.11 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 37403 0 0 0 112197 14 0 0 20 0 1 0 27011868 431013888 93228 33554432000 4194304 6201397 140736683392960 140736683391240 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 105228 93228 166 491 0 104727 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 420912

[startup+1182.3 s]
/proc/loadavg: 2.30 2.29 2.27 4/177 26688
/proc/meminfo: memFree=29553944/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=422396 CPUtime=1182.1 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 37844 0 0 0 118196 14 0 0 20 0 1 0 27011868 432533504 94625 33554432000 4194304 6201397 140736683392960 140736683391624 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 105599 94625 166 491 0 105098 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 422396

[startup+1242.3 s]
/proc/loadavg: 2.42 2.33 2.28 4/177 26689
/proc/meminfo: memFree=29545452/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=424080 CPUtime=1242.1 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 38292 0 0 0 124196 14 0 0 20 0 1 0 27011868 434257920 96041 33554432000 4194304 6201397 140736683392960 140736683391576 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106020 96041 166 491 0 105519 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 424080

[startup+1302.3 s]
/proc/loadavg: 2.34 2.32 2.28 3/177 26690
/proc/meminfo: memFree=29525272/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=425176 CPUtime=1302.08 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 38608 0 0 0 130194 14 0 0 20 0 1 0 27011868 435380224 96848 33554432000 4194304 6201397 140736683392960 140736683391624 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106294 96848 166 491 0 105793 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 425176

[startup+1362.3 s]
/proc/loadavg: 2.47 2.37 2.29 3/177 26692
/proc/meminfo: memFree=29522304/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=425600 CPUtime=1362.07 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 38733 0 0 0 136193 14 0 0 20 0 1 0 27011868 435814400 97447 33554432000 4194304 6201397 140736683392960 140736683391672 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106400 97447 166 491 0 105899 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 425600

[startup+1422.3 s]
/proc/loadavg: 2.27 2.33 2.28 3/177 26693
/proc/meminfo: memFree=29521620/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=425748 CPUtime=1422.07 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 38769 0 0 0 142193 14 0 0 20 0 1 0 27011868 435965952 97483 33554432000 4194304 6201397 140736683392960 140736683391576 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106437 97483 166 491 0 105936 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 425748

[startup+1482.3 s]
/proc/loadavg: 2.29 2.33 2.28 3/177 26694
/proc/meminfo: memFree=29516956/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=425892 CPUtime=1482.06 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 39316 0 0 0 148191 15 0 0 20 0 1 0 27011868 436113408 98574 33554432000 4194304 6201397 140736683392960 140736683391416 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106473 98574 166 491 0 105972 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 425892

[startup+1542.31 s]
/proc/loadavg: 2.33 2.32 2.28 3/177 26695
/proc/meminfo: memFree=29511376/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426500 CPUtime=1542.05 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 39619 0 0 0 154190 15 0 0 20 0 1 0 27011868 436736000 99720 33554432000 4194304 6201397 140736683392960 140736683391672 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106625 99720 166 491 0 106124 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 426500

[startup+1602.3 s]
/proc/loadavg: 2.22 2.29 2.27 4/178 26699
/proc/meminfo: memFree=29497964/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426548 CPUtime=1602.04 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 41674 0 0 0 160188 16 0 0 20 0 1 0 27011868 436785152 100274 33554432000 4194304 6201397 140736683392960 140736683392088 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106637 100274 166 491 0 106136 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 426548

[startup+1662.3 s]
/proc/loadavg: 2.23 2.28 2.27 3/177 26723
/proc/meminfo: memFree=29497100/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426548 CPUtime=1662.03 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 41675 0 0 0 166187 16 0 0 20 0 1 0 27011868 436785152 100274 33554432000 4194304 6201397 140736683392960 140736683392088 4213268 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106637 100274 166 491 0 106136 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 426548

[startup+1722.3 s]
/proc/loadavg: 2.38 2.32 2.28 4/177 26725
/proc/meminfo: memFree=29476156/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426656 CPUtime=1722.02 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 41837 0 0 0 172186 16 0 0 20 0 1 0 27011868 436895744 100287 33554432000 4194304 6201397 140736683392960 140736683391240 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106664 100287 166 491 0 106163 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 426656

[startup+1782.3 s]
/proc/loadavg: 2.23 2.29 2.27 4/177 26726
/proc/meminfo: memFree=29454164/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426768 CPUtime=1782.01 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 41864 0 0 0 178185 16 0 0 20 0 1 0 27011868 437010432 100306 33554432000 4194304 6201397 140736683392960 140736683391240 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106692 100306 166 491 0 106191 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 426768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.18 2.27 2.26 3/177 26726
/proc/meminfo: memFree=29452084/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426816 CPUtime=1800.01 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 41893 0 0 0 179985 16 0 0 20 0 1 0 27011868 437059584 100317 33554432000 4194304 6201397 140736683392960 140736683391672 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106704 100317 166 491 0 106203 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 426816

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

[startup+1800.3 s]
/proc/loadavg: 2.18 2.27 2.26 3/177 26726
/proc/meminfo: memFree=29452084/32872528 swapFree=1534436/1655032
[pid=26475] ppid=26472 vsize=426816 CPUtime=1800.01 cores=1,3,5,7
/proc/26475/stat : 26475 (cdcl-cuttingpla) R 26472 26475 24188 0 -1 4202496 41893 0 0 0 179985 16 0 0 20 0 1 0 27011868 437059584 100317 33554432000 4194304 6201397 140736683392960 140736683391672 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/26475/statm: 106704 100317 166 491 0 106203 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 426816

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.85
CPU system time (s): 0.163975
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 426816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.163975
maximum resident set size= 401292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41893
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= 19
involuntary context switches= 1852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.52331 second user time and 6.98094 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 13:33:54
IDJOB=4101344
IDBENCH=1732
IDSOLVER=2550
FILE ID=node122/4101344-1466249634
RUNJOBID= node122-1466229594-24205
PBS_JOBID= 19918176
Free space on /tmp= 71740 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-air03.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101344-1466249634/watcher-4101344-1466249634 -o /tmp/evaluation-result-4101344-1466249634/solver-4101344-1466249634 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466229594-24205 --watchdog 1960 --input HOME/instance-4101344-1466249634.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= c2512385eceb0464b223bc1effdca67c
RANDOM SEED=919644577

node122.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.769
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.53
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.769
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.769
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.769
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.769
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.53
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.769
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.769
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.769
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29992380 kB
Buffers:          126160 kB
Cached:           202392 kB
SwapCached:            0 kB
Active:           245404 kB
Inactive:         237964 kB
Active(anon):     147464 kB
Inactive(anon):     9916 kB
Active(file):      97940 kB
Inactive(file):   228048 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:       1803056 kB
Mapped:            13380 kB
Shmem:               204 kB
Slab:             608520 kB
SReclaimable:      52564 kB
SUnreclaim:       555956 kB
KernelStack:        1472 kB
PageTables:         7752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1919044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 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= 71736 MiB
End job on node122 at 2016-06-18 14:03:55