Trace number 4100920

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.03 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-sctap3.opb
MD5SUMc9c03ffbcefada456722b42cc16a80ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark838
Best CPU time to get the best result obtained on this benchmark1800.79
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1895
Optimality of the best value was proved NO
Number of variables74400
Total number of constraints1408
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 constraints1408
Minimum length of a constraint90
Maximum length of a constraint930
Number of terms in the objective function 55800
Biggest coefficient in the objective function 718
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 571800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 169126
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 571800
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= 74400 #constraint= 1408
1.59/1.65	c #Conflicts:       1000 | #Learnt:        999 | 39.631
1.59/1.65	c total clause space: 18.2382MB
1.59/1.65	c total #watches: 354129
10.49/10.52	c total #propagations: 212649 / total #impl: 5891840 (eff. 0.036)
10.49/10.52	c #Conflicts:       2000 | #Learnt:       2002 | 21.292
10.49/10.52	c total clause space: 48.1602MB
10.49/10.52	c total #watches: 820814
83.87/83.95	c total #propagations: 447709 / total #impl: 23703305 (eff. 0.019)
83.87/83.95	c GC COLLECT
83.87/83.95	c #Conflicts:       3000 | #Learnt:       2068 | 14.200
83.87/83.95	c total clause space: 127.173MB
83.87/83.95	c total #watches: 1745438
346.73/346.86	c total #propagations: 658887 / total #impl: 114072381 (eff. 0.006)
346.73/346.86	c #Conflicts:       4000 | #Learnt:       3069 | 11.832
346.73/346.86	c total clause space: 206.656MB
346.73/346.86	c total #watches: 2926814
1179.80/1180.02	c total #propagations: 3895830 / total #impl: 532931592 (eff. 0.007)
1179.80/1180.02	c GC COLLECT
1179.80/1180.02	c #Conflicts:       5000 | #Learnt:       2479 | 10.279
1179.80/1180.02	c total clause space: 335.816MB
1179.80/1180.02	c total #watches: 4964593
1412.97/1413.22	c total #propagations: 7257256 / total #impl: 915368561 (eff. 0.008)
1412.97/1413.22	c #Conflicts:       6000 | #Learnt:       3479 | 9.592
1412.97/1413.22	c total clause space: 545.701MB
1412.97/1413.22	c total #watches: 5709166
1718.63/1718.98	c total #propagations: 19285057 / total #impl: 1053008136 (eff. 0.018)
1718.63/1718.98	c GC COLLECT
1718.63/1718.98	c #Conflicts:       7000 | #Learnt:       2339 | 8.227
1718.63/1718.98	c total clause space: 545.701MB
1718.63/1718.98	c total #watches: 5895610

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-4100920-1466245377/watcher-4100920-1466245377 -o /tmp/evaluation-result-4100920-1466245377/solver-4100920-1466245377 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466230914-17341 --watchdog 1960 --input HOME/instance-4100920-1466245377.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=19053
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.17 2.22 2.18 3/178 19056
/proc/meminfo: memFree=29825116/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 26583634 29810688 5268 33554432000 4194304 6201397 140736335416512 140733660037144 4211056 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 7278 5268 130 491 0 6777 0

[startup+0.100177 s]
/proc/loadavg: 2.17 2.22 2.18 3/178 19056
/proc/meminfo: memFree=29825116/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=36560 CPUtime=0.09 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 1943 0 0 0 9 0 0 0 20 0 1 0 26583634 37437440 7900 33554432000 4194304 6201397 140736335416512 140733660037144 5150858 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 9140 7900 142 491 0 8639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36560

[startup+0.200367 s]
/proc/loadavg: 2.17 2.22 2.18 3/178 19056
/proc/meminfo: memFree=29825116/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=40600 CPUtime=0.18 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 3333 0 0 0 18 0 0 0 20 0 1 0 26583634 41574400 8848 33554432000 4194304 6201397 140736335416512 140733660037144 4207438 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 10150 8848 143 491 0 9649 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 40600

[startup+0.300359 s]
/proc/loadavg: 2.17 2.22 2.18 3/178 19056
/proc/meminfo: memFree=29825116/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=45440 CPUtime=0.29 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 3935 0 0 0 28 1 0 0 20 0 1 0 26583634 46530560 9680 33554432000 4194304 6201397 140736335416512 140733660037144 4221736 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 11360 9680 147 491 0 10859 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 45440

[startup+0.700258 s]
/proc/loadavg: 2.17 2.22 2.18 3/178 19056
/proc/meminfo: memFree=29825116/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=54152 CPUtime=0.69 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 4469 0 0 0 68 1 0 0 20 0 1 0 26583634 55451648 10650 33554432000 4194304 6201397 140736335416512 140736335414792 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 13538 10650 147 491 0 13037 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54152

[startup+1.50028 s]
/proc/loadavg: 2.17 2.22 2.18 3/179 19057
/proc/meminfo: memFree=29782220/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=54812 CPUtime=1.49 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 5018 0 0 0 148 1 0 0 20 0 1 0 26583634 56127488 11548 33554432000 4194304 6201397 140736335416512 140736335415224 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 13703 11548 147 491 0 13202 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54812

[startup+3.10024 s]
/proc/loadavg: 2.24 2.23 2.18 3/179 19057
/proc/meminfo: memFree=29776256/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=70116 CPUtime=3.09 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 6364 0 0 0 308 1 0 0 20 0 1 0 26583634 71798784 14251 33554432000 4194304 6201397 140736335416512 140736335415224 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 17529 14251 160 491 0 17028 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70116

[startup+6.3002 s]
/proc/loadavg: 2.24 2.23 2.18 4/179 19057
/proc/meminfo: memFree=29761752/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=72528 CPUtime=6.29 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 6960 0 0 0 628 1 0 0 20 0 1 0 26583634 74268672 16380 33554432000 4194304 6201397 140736335416512 140736335415080 4215992 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 18132 16380 160 491 0 17631 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72528

[startup+12.7002 s]
/proc/loadavg: 2.36 2.26 2.19 3/179 19057
/proc/meminfo: memFree=29751048/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=92756 CPUtime=12.69 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 8421 0 0 0 1268 1 0 0 20 0 1 0 26583634 94982144 18317 33554432000 4194304 6201397 140736335416512 140736335414792 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 23189 18317 160 491 0 22688 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92756

[startup+25.5003 s]
/proc/loadavg: 2.30 2.25 2.19 3/179 19057
/proc/meminfo: memFree=29741692/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=96260 CPUtime=25.49 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 9377 0 0 0 2547 2 0 0 20 0 1 0 26583634 98570240 20806 33554432000 4194304 6201397 140736335416512 140736335414792 4215861 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 24065 20806 160 491 0 23564 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96260

[startup+51.1004 s]
/proc/loadavg: 2.28 2.24 2.19 4/179 19057
/proc/meminfo: memFree=29697876/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=144488 CPUtime=51.08 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 13863 0 0 0 5104 4 0 0 20 0 1 0 26583634 147955712 30377 33554432000 4194304 6201397 140736335416512 140736335415080 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 36122 30377 166 491 0 35621 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 144488

[startup+102.3 s]
/proc/loadavg: 2.33 2.26 2.19 4/179 19059
/proc/meminfo: memFree=29610500/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=297776 CPUtime=102.28 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 19202 0 0 0 10221 7 0 0 20 0 1 0 26583634 304922624 51663 33554432000 4194304 6201397 140736335416512 140736335415176 4213348 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 74444 51663 166 491 0 73943 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 297776

[startup+162.3 s]
/proc/loadavg: 2.19 2.23 2.18 3/179 19060
/proc/meminfo: memFree=29582524/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=299936 CPUtime=162.26 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 21061 0 0 0 16218 8 0 0 20 0 1 0 26583634 307134464 58134 33554432000 4194304 6201397 140736335416512 140736335414792 4240264 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 74984 58134 166 491 0 74483 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 299936

[startup+222.307 s]
/proc/loadavg: 2.18 2.21 2.18 3/179 19107
/proc/meminfo: memFree=29695464/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=299936 CPUtime=222.26 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 21551 0 0 0 22217 9 0 0 20 0 1 0 26583634 307134464 63997 33554432000 4194304 6201397 140736335416512 140736335414792 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 74984 63997 166 491 0 74483 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 299936

[startup+282.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/179 19108
/proc/meminfo: memFree=29583120/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=299936 CPUtime=282.25 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 21625 0 0 0 28216 9 0 0 20 0 1 0 26583634 307134464 67875 33554432000 4194304 6201397 140736335416512 140736335414792 4240276 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 74984 67875 166 491 0 74483 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 299936

[startup+342.3 s]
/proc/loadavg: 2.12 2.18 2.17 3/179 19109
/proc/meminfo: memFree=29537328/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=300128 CPUtime=342.23 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 21707 0 0 0 34214 9 0 0 20 0 1 0 26583634 307331072 71386 33554432000 4194304 6201397 140736335416512 140736335414792 4215832 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 75032 71386 166 491 0 74531 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 300128

[startup+402.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/179 19111
/proc/meminfo: memFree=29470616/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=437160 CPUtime=402.22 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 22973 0 0 0 40213 9 0 0 20 0 1 0 26583634 447651840 75191 33554432000 4194304 6201397 140736335416512 140736335415224 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 109290 75191 166 491 0 108789 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 437160

[startup+462.3 s]
/proc/loadavg: 2.35 2.24 2.19 4/180 19115
/proc/meminfo: memFree=29427288/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=442472 CPUtime=462.21 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 24114 0 0 0 46212 9 0 0 20 0 1 0 26583634 453091328 78887 33554432000 4194304 6201397 140736335416512 140736335415224 4213348 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 110618 78887 166 491 0 110117 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 442472

[startup+522.3 s]
/proc/loadavg: 2.31 2.24 2.19 3/179 19116
/proc/meminfo: memFree=29278060/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=444272 CPUtime=522.21 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 24582 0 0 0 52211 10 0 0 20 0 1 0 26583634 454934528 80888 33554432000 4194304 6201397 140736335416512 140736335415080 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 111068 80888 166 491 0 110567 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 444272

[startup+582.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/179 19117
/proc/meminfo: memFree=29205664/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=449756 CPUtime=582.2 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 25944 0 0 0 58210 10 0 0 20 0 1 0 26583634 460550144 84294 33554432000 4194304 6201397 140736335416512 140736335415224 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 112439 84294 166 491 0 111938 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 449756


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


[startup+942.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/179 19124
/proc/meminfo: memFree=29117580/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=463620 CPUtime=942.14 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 29700 0 0 0 94203 11 0 0 20 0 1 0 26583634 474746880 97460 33554432000 4194304 6201397 140736335416512 140736335415224 4214919 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 115905 97460 166 491 0 115404 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 463620

[startup+1002.3 s]
/proc/loadavg: 2.40 2.28 2.20 4/179 19126
/proc/meminfo: memFree=29116332/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=463620 CPUtime=1002.13 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 29839 0 0 0 100202 11 0 0 20 0 1 0 26583634 474746880 97598 33554432000 4194304 6201397 140736335416512 140736335415224 4213244 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 115905 97598 166 491 0 115404 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 463620

[startup+1062.3 s]
/proc/loadavg: 2.27 2.26 2.20 3/180 19130
/proc/meminfo: memFree=29114736/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=464428 CPUtime=1062.12 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 30035 0 0 0 106201 11 0 0 20 0 1 0 26583634 475574272 97794 33554432000 4194304 6201397 140736335416512 140736335414792 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 116107 97794 166 491 0 115606 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 464428

[startup+1122.3 s]
/proc/loadavg: 2.20 2.24 2.19 4/179 19131
/proc/meminfo: memFree=29089556/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=465052 CPUtime=1122.11 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 30219 0 0 0 112200 11 0 0 20 0 1 0 26583634 476213248 97978 33554432000 4194304 6201397 140736335416512 140736335414792 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 116263 97978 166 491 0 115762 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 465052

[startup+1182.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/179 19132
/proc/meminfo: memFree=29046792/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=465996 CPUtime=1182.1 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 30428 0 0 0 118199 11 0 0 20 0 1 0 26583634 477179904 98187 33554432000 4194304 6201397 140736335416512 140736335415640 4240307 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 116499 98187 166 491 0 115998 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 465996

[startup+1242.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/179 19133
/proc/meminfo: memFree=28917600/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=476280 CPUtime=1242.1 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 32580 0 0 0 124198 12 0 0 20 0 1 0 26583634 487710720 103405 33554432000 4194304 6201397 140736335416512 140736335415224 4213244 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 119070 103405 166 491 0 118569 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 476280

[startup+1302.3 s]
/proc/loadavg: 2.19 2.22 2.18 3/179 19135
/proc/meminfo: memFree=28854740/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=482300 CPUtime=1302.08 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 33701 0 0 0 130196 12 0 0 20 0 1 0 26583634 493875200 107081 33554432000 4194304 6201397 140736335416512 140736335415224 4240311 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 120575 107081 166 491 0 120074 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 482300

[startup+1362.3 s]
/proc/loadavg: 2.27 2.24 2.19 4/179 19136
/proc/meminfo: memFree=28813232/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=482844 CPUtime=1362.08 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 33917 0 0 0 136195 13 0 0 20 0 1 0 26583634 494432256 114451 33554432000 4194304 6201397 140736335416512 140736335415224 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 120711 114451 166 491 0 120210 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 482844

[startup+1422.3 s]
/proc/loadavg: 2.24 2.23 2.18 4/179 19137
/proc/meminfo: memFree=28770100/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=698600 CPUtime=1422.08 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 34344 0 0 0 142194 14 0 0 20 0 1 0 26583634 715366400 123539 33554432000 4194304 6201397 140736335416512 140736335415640 4213328 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 174650 123539 166 491 0 174149 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 698600

[startup+1482.3 s]
/proc/loadavg: 2.18 2.22 2.18 4/179 19138
/proc/meminfo: memFree=28739264/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=698600 CPUtime=1482.06 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 34363 0 0 0 148192 14 0 0 20 0 1 0 26583634 715366400 130201 33554432000 4194304 6201397 140736335416512 140736335415640 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 174650 130201 166 491 0 174149 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 698600

[startup+1542.31 s]
/proc/loadavg: 2.25 2.24 2.18 3/179 19139
/proc/meminfo: memFree=28723932/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=697992 CPUtime=1542.06 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 34602 0 0 0 154192 14 0 0 20 0 1 0 26583634 714743808 132619 33554432000 4194304 6201397 140736335416512 140736335414792 4213361 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 174498 132619 166 491 0 173997 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 697992

[startup+1602.3 s]
/proc/loadavg: 2.16 2.21 2.18 3/179 19141
/proc/meminfo: memFree=28703036/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=702484 CPUtime=1602.05 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 35674 0 0 0 160190 15 0 0 20 0 1 0 26583634 719343616 137779 33554432000 4194304 6201397 140736335416512 140736335415224 4213365 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 175621 137779 166 491 0 175120 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 702484

[startup+1662.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/180 19145
/proc/meminfo: memFree=28671764/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=706712 CPUtime=1662.04 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 36841 0 0 0 166189 15 0 0 20 0 1 0 26583634 723673088 144567 33554432000 4194304 6201397 140736335416512 140736335414792 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 176678 144567 166 491 0 176177 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 706712

[startup+1722.3 s]
/proc/loadavg: 2.23 2.22 2.18 3/179 19146
/proc/meminfo: memFree=28646024/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=710932 CPUtime=1722.03 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 38528 0 0 0 172187 16 0 0 20 0 1 0 26583634 727994368 150475 33554432000 4194304 6201397 140736335416512 140736335415640 4213328 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 177733 150475 166 491 0 177232 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 710932

[startup+1782.3 s]
/proc/loadavg: 2.19 2.20 2.18 4/179 19147
/proc/meminfo: memFree=28628536/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=718288 CPUtime=1782.02 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 40385 0 0 0 178186 16 0 0 20 0 1 0 26583634 735526912 152332 33554432000 4194304 6201397 140736335416512 140736335414792 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 179572 152332 166 491 0 179071 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 718288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 19147
/proc/meminfo: memFree=28627172/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=718288 CPUtime=1800.01 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 40385 0 0 0 179985 16 0 0 20 0 1 0 26583634 735526912 152332 33554432000 4194304 6201397 140736335416512 140736335414792 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 179572 152332 166 491 0 179071 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 718288

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

[startup+1800.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 19147
/proc/meminfo: memFree=28627172/32872528 swapFree=1505436/1685308
[pid=19056] ppid=19053 vsize=718288 CPUtime=1800.01 cores=1,3,5,7
/proc/19056/stat : 19056 (cdcl-cuttingpla) R 19053 19056 17324 0 -1 4202496 40385 0 0 0 179985 16 0 0 20 0 1 0 26583634 735526912 152332 33554432000 4194304 6201397 140736335416512 140736335414792 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/19056/statm: 179572 152332 166 491 0 179071 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 718288

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.86
CPU system time (s): 0.170974
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 718288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.170974
maximum resident set size= 609328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40385
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= 7
involuntary context switches= 1876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74128 second user time and 6.93295 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 12:22:57
IDJOB=4100920
IDBENCH=1677
IDSOLVER=2550
FILE ID=node135/4100920-1466245377
RUNJOBID= node135-1466230914-17341
PBS_JOBID= 19918183
Free space on /tmp= 71696 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-sctap3.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100920-1466245377/watcher-4100920-1466245377 -o /tmp/evaluation-result-4100920-1466245377/solver-4100920-1466245377 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466230914-17341 --watchdog 1960 --input HOME/instance-4100920-1466245377.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= c9c03ffbcefada456722b42cc16a80ad
RANDOM SEED=116315926

node135.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		: 2667.004
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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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.57
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        29825720 kB
Buffers:          127632 kB
Cached:           228868 kB
SwapCached:          716 kB
Active:           354028 kB
Inactive:         272152 kB
Active(anon):     270344 kB
Inactive(anon):     1308 kB
Active(file):      83684 kB
Inactive(file):   270844 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:              5444 kB
Writeback:             0 kB
AnonPages:       2046124 kB
Mapped:             7668 kB
Shmem:                 0 kB
Slab:             602088 kB
SReclaimable:      46232 kB
SUnreclaim:       555856 kB
KernelStack:        1488 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2097716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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= 71692 MiB
End job on node135 at 2016-06-18 12:52:58