Trace number 4099919

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

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-n370a.opb
MD5SUMd7a28c2ec06d645af4379f015212128c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 653755
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 653755
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
51.88/51.91	c #Conflicts:       1000 | #Learnt:        999 | 110.882
51.88/51.91	c total clause space: 206.656MB
51.88/51.92	c total #watches: 1665948
149.57/149.69	c total #propagations: 1308007 / total #impl: 31261123 (eff. 0.042)
149.57/149.69	c #Conflicts:       2000 | #Learnt:       1999 | 68.928
149.57/149.69	c total clause space: 545.701MB
149.57/149.69	c total #watches: 3661324
337.44/337.54	c total #propagations: 2459454 / total #impl: 95053953 (eff. 0.026)
337.44/337.54	c GC COLLECT
337.44/337.54	c #Conflicts:       3000 | #Learnt:       2016 | 48.161
337.44/337.54	c total clause space: 545.701MB
337.44/337.54	c total #watches: 4542519
796.37/796.51	c total #propagations: 5236174 / total #impl: 207030517 (eff. 0.025)
796.37/796.51	c #Conflicts:       4000 | #Learnt:       3016 | 52.947
796.37/796.51	c total clause space: 886.764MB
796.37/796.51	c total #watches: 6792356
1167.21/1167.48	c total #propagations: 6895692 / total #impl: 372375986 (eff. 0.019)
1167.21/1167.48	c GC COLLECT
1167.21/1167.48	c #Conflicts:       5000 | #Learnt:       2376 | 46.864
1167.21/1167.48	c total clause space: 886.764MB
1167.21/1167.48	c total #watches: 7208249
1490.37/1490.61	c total #propagations: 8940764 / total #impl: 472214044 (eff. 0.019)
1490.37/1490.61	c #Conflicts:       6000 | #Learnt:       3376 | 40.402
1490.37/1490.61	c total clause space: 886.764MB
1490.37/1490.61	c total #watches: 9086492
1771.01/1771.31	c total #propagations: 9996809 / total #impl: 564562463 (eff. 0.018)
1771.01/1771.31	c GC COLLECT
1771.01/1771.31	c #Conflicts:       7000 | #Learnt:       2263 | 36.149
1771.01/1771.31	c total clause space: 886.764MB
1771.01/1771.31	c total #watches: 6424281

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-4099919-1466228632/watcher-4099919-1466228632 -o /tmp/evaluation-result-4099919-1466228632/solver-4099919-1466228632 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466228631-9954 --watchdog 1960 --input HOME/instance-4099919-1466228632.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=10119
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.12 1.25 1.61 3/176 10122
/proc/meminfo: memFree=30805576/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 260 0 0 0 0 0 0 0 20 0 1 0 24912116 57319424 8317 33554432000 4194304 6211289 140736530703152 140735529242760 4206599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 13994 8317 98 493 0 13491 0

[startup+0.100164 s]
/proc/loadavg: 1.12 1.25 1.61 3/176 10122
/proc/meminfo: memFree=30805576/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=62796 CPUtime=0.09 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 2931 0 0 0 8 1 0 0 20 0 1 0 24912116 64303104 12307 33554432000 4194304 6211289 140736530703152 140735529242760 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 15699 12315 121 493 0 15196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 62796

[startup+0.200336 s]
/proc/loadavg: 1.12 1.25 1.61 3/176 10122
/proc/meminfo: memFree=30805576/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=69084 CPUtime=0.19 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 3381 0 0 0 18 1 0 0 20 0 1 0 24912116 70742016 13779 33554432000 4194304 6211289 140736530703152 140735529242760 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 17271 13780 121 493 0 16768 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69084

[startup+0.300318 s]
/proc/loadavg: 1.12 1.25 1.61 3/176 10122
/proc/meminfo: memFree=30805576/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=86492 CPUtime=0.28 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 6170 0 0 0 27 1 0 0 20 0 1 0 24912116 88567808 18691 33554432000 4194304 6211289 140736530703152 140735529242760 4216538 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 21623 18691 144 493 0 21120 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 86492

[startup+0.700283 s]
/proc/loadavg: 1.12 1.25 1.61 3/176 10122
/proc/meminfo: memFree=30805576/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=131396 CPUtime=0.69 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 9889 0 0 0 66 3 0 0 20 0 1 0 24912116 134549504 29045 33554432000 4194304 6211289 140736530703152 140736530700696 4224589 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 32849 29045 144 493 0 32346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131396

[startup+1.5002 s]
/proc/loadavg: 1.12 1.25 1.61 3/177 10123
/proc/meminfo: memFree=30677200/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=162040 CPUtime=1.49 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 10327 0 0 0 146 3 0 0 20 0 1 0 24912116 165928960 33526 33554432000 4194304 6211289 140736530703152 140736530700696 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 40510 33526 150 493 0 40007 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162040

[startup+3.10023 s]
/proc/loadavg: 1.12 1.25 1.61 3/177 10123
/proc/meminfo: memFree=30662796/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=162040 CPUtime=3.09 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 10329 0 0 0 306 3 0 0 20 0 1 0 24912116 165928960 34550 33554432000 4194304 6211289 140736530703152 140736530701384 4241326 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 40510 34550 150 493 0 40007 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162040

[startup+6.3002 s]
/proc/loadavg: 1.19 1.26 1.61 3/177 10123
/proc/meminfo: memFree=30628948/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=192860 CPUtime=6.29 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 10597 0 0 0 625 4 0 0 20 0 1 0 24912116 197488640 40430 33554432000 4194304 6211289 140736530703152 140736530701384 4241794 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 48215 40430 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.25 1.27 1.61 3/177 10123
/proc/meminfo: memFree=30605552/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=242948 CPUtime=12.68 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 10701 0 0 0 1264 4 0 0 20 0 1 0 24912116 248778752 45127 33554432000 4194304 6211289 140736530703152 140736530701384 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 60737 45127 150 493 0 60234 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 242948

[startup+25.5002 s]
/proc/loadavg: 1.42 1.31 1.62 3/177 10123
/proc/meminfo: memFree=30567564/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=245132 CPUtime=25.49 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 11284 0 0 0 2544 5 0 0 20 0 1 0 24912116 251015168 52864 33554432000 4194304 6211289 140736530703152 140736530701016 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 61283 52864 150 493 0 60780 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 245132

[startup+51.1004 s]
/proc/loadavg: 1.68 1.38 1.64 3/177 10123
/proc/meminfo: memFree=30462816/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=338240 CPUtime=51.08 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 14409 0 0 0 5102 6 0 0 20 0 1 0 24912116 346357760 70786 33554432000 4194304 6211289 140736530703152 140736530701064 4243365 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 84560 70786 150 493 0 84057 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 338240

[startup+102.3 s]
/proc/loadavg: 1.92 1.49 1.66 3/177 10124
/proc/meminfo: memFree=30235536/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=497596 CPUtime=102.28 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 21396 0 0 0 10217 11 0 0 20 0 1 0 24912116 509538304 118135 33554432000 4194304 6211289 140736530703152 140736530701016 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 124399 118135 160 493 0 123896 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 497596

[startup+162.3 s]
/proc/loadavg: 2.01 1.59 1.68 3/177 10126
/proc/meminfo: memFree=30139720/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=725580 CPUtime=162.26 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 27771 0 0 0 16213 13 0 0 20 0 1 0 24912116 742993920 137904 33554432000 4194304 6211289 140736530703152 140736530701064 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 181395 137904 160 493 0 180892 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 725580

[startup+222.307 s]
/proc/loadavg: 2.12 1.70 1.71 3/177 10127
/proc/meminfo: memFree=30103276/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=745660 CPUtime=222.26 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 32942 0 0 0 22211 15 0 0 20 0 1 0 24912116 763555840 143332 33554432000 4194304 6211289 140736530703152 140736530701064 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 186415 143332 165 493 0 185912 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 745660

[startup+282.3 s]
/proc/loadavg: 2.17 1.79 1.74 3/177 10128
/proc/meminfo: memFree=30084332/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=747504 CPUtime=282.25 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 33402 0 0 0 28210 15 0 0 20 0 1 0 24912116 765444096 143792 33554432000 4194304 6211289 140736530703152 140736530701144 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 186876 143792 165 493 0 186373 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 747504

[startup+342.3 s]
/proc/loadavg: 2.11 1.84 1.76 3/177 10129
/proc/meminfo: memFree=30003464/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=754844 CPUtime=342.24 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 35275 0 0 0 34208 16 0 0 20 0 1 0 24912116 772960256 162528 33554432000 4194304 6211289 140736530703152 140736530701144 4209380 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 188711 162528 165 493 0 188208 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 754844

[startup+402.3 s]
/proc/loadavg: 2.19 1.91 1.78 3/178 10133
/proc/meminfo: memFree=29929996/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=764652 CPUtime=402.22 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 37677 0 0 0 40205 17 0 0 20 0 1 0 24912116 783003648 173617 33554432000 4194304 6211289 140736530703152 140736530701064 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 191163 173617 165 493 0 190660 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 764652

[startup+462.3 s]
/proc/loadavg: 2.07 1.92 1.79 3/177 10135
/proc/meminfo: memFree=29878380/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=778672 CPUtime=462.22 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 41238 0 0 0 46203 19 0 0 20 0 1 0 24912116 797360128 181777 33554432000 4194304 6211289 140736530703152 140736530701064 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 194668 181777 165 493 0 194165 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 778672

[startup+522.3 s]
/proc/loadavg: 2.07 1.95 1.81 3/177 10136
/proc/meminfo: memFree=29821792/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=792588 CPUtime=522.21 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 44730 0 0 0 52200 21 0 0 20 0 1 0 24912116 811610112 190379 33554432000 4194304 6211289 140736530703152 140736530701016 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 198147 190379 165 493 0 197644 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 792588

[startup+582.3 s]
/proc/loadavg: 2.16 2.00 1.83 3/177 10137
/proc/meminfo: memFree=29786860/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=800516 CPUtime=582.19 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 46669 0 0 0 58198 21 0 0 20 0 1 0 24912116 819728384 197078 33554432000 4194304 6211289 140736530703152 140736530701016 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 200129 197078 165 493 0 199626 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 800516


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


[startup+942.3 s]
/proc/loadavg: 2.14 2.10 1.92 3/177 10144
/proc/meminfo: memFree=29603272/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1183680 CPUtime=942.14 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 55501 0 0 0 94185 29 0 0 20 0 1 0 24912116 1212088320 239358 33554432000 4194304 6211289 140736530703152 140736530701064 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 295920 239358 165 493 0 295417 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1183680

[startup+1002.3 s]
/proc/loadavg: 2.16 2.11 1.94 3/178 10148
/proc/meminfo: memFree=29601868/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1185092 CPUtime=1002.13 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 55853 0 0 0 100184 29 0 0 20 0 1 0 24912116 1213534208 239710 33554432000 4194304 6211289 140736530703152 140736530701064 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 296273 239710 165 493 0 295770 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1185092

[startup+1062.3 s]
/proc/loadavg: 2.13 2.11 1.95 3/177 10172
/proc/meminfo: memFree=29596544/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1190272 CPUtime=1062.13 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 57116 0 0 0 106183 30 0 0 20 0 1 0 24912116 1218838528 240973 33554432000 4194304 6211289 140736530703152 140736530701064 4201946 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 297568 240973 165 493 0 297065 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1190272

[startup+1122.3 s]
/proc/loadavg: 2.20 2.13 1.96 3/177 10174
/proc/meminfo: memFree=29589676/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1196800 CPUtime=1122.11 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 58754 0 0 0 112181 30 0 0 20 0 1 0 24912116 1225523200 242611 33554432000 4194304 6211289 140736530703152 140736530701064 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 299200 242611 165 493 0 298697 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1196800

[startup+1182.3 s]
/proc/loadavg: 2.19 2.14 1.97 3/177 10175
/proc/meminfo: memFree=29585944/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1199664 CPUtime=1182.1 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 59510 0 0 0 118180 30 0 0 20 0 1 0 24912116 1228455936 243367 33554432000 4194304 6211289 140736530703152 140736530701144 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 299916 243367 165 493 0 299413 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1199664

[startup+1242.3 s]
/proc/loadavg: 2.11 2.13 1.98 3/177 10176
/proc/meminfo: memFree=29572228/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1202896 CPUtime=1242.1 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 60308 0 0 0 124179 31 0 0 20 0 1 0 24912116 1231765504 244165 33554432000 4194304 6211289 140736530703152 140736530701144 4209384 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 300724 244165 165 493 0 300221 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1202896

[startup+1302.3 s]
/proc/loadavg: 2.22 2.16 2.00 3/177 10177
/proc/meminfo: memFree=29567888/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1205852 CPUtime=1302.09 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 61227 0 0 0 130178 31 0 0 20 0 1 0 24912116 1234792448 245079 33554432000 4194304 6211289 140736530703152 140736530701016 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 301463 245079 165 493 0 300960 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1205852

[startup+1362.3 s]
/proc/loadavg: 2.24 2.17 2.01 3/177 10178
/proc/meminfo: memFree=29542508/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1210808 CPUtime=1362.07 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 62438 0 0 0 136176 31 0 0 20 0 1 0 24912116 1239867392 246290 33554432000 4194304 6211289 140736530703152 140736530701064 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 302702 246290 165 493 0 302199 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 1210808

[startup+1422.3 s]
/proc/loadavg: 2.19 2.17 2.02 4/177 10180
/proc/meminfo: memFree=29528372/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1220492 CPUtime=1422.08 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 64876 0 0 0 142176 32 0 0 20 0 1 0 24912116 1249783808 248728 33554432000 4194304 6211289 140736530703152 140736530701016 4209403 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 305123 248728 165 493 0 304620 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1220492

[startup+1482.3 s]
/proc/loadavg: 2.18 2.17 2.02 3/177 10181
/proc/meminfo: memFree=29525768/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1222256 CPUtime=1482.06 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 65262 0 0 0 148174 32 0 0 20 0 1 0 24912116 1251590144 249578 33554432000 4194304 6211289 140736530703152 140736530701064 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 305564 249578 165 493 0 305061 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1222256

[startup+1542.31 s]
/proc/loadavg: 2.20 2.18 2.03 3/177 10182
/proc/meminfo: memFree=29477760/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1225840 CPUtime=1542.05 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 66193 0 0 0 154173 32 0 0 20 0 1 0 24912116 1255260160 261240 33554432000 4194304 6211289 140736530703152 140736530701064 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 306460 261240 165 493 0 305957 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1225840

[startup+1602.3 s]
/proc/loadavg: 2.18 2.17 2.04 3/178 10186
/proc/meminfo: memFree=29443184/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1232420 CPUtime=1602.04 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 67844 0 0 0 160171 33 0 0 20 0 1 0 24912116 1261998080 270045 33554432000 4194304 6211289 140736530703152 140736530701144 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 308105 270045 165 493 0 307602 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1232420

[startup+1662.3 s]
/proc/loadavg: 2.17 2.17 2.04 3/177 10188
/proc/meminfo: memFree=29433932/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1240980 CPUtime=1662.03 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 69665 0 0 0 166169 34 0 0 20 0 1 0 24912116 1270763520 272369 33554432000 4194304 6211289 140736530703152 140736530701016 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 310245 272369 165 493 0 309742 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1240980

[startup+1722.3 s]
/proc/loadavg: 2.21 2.18 2.05 3/177 10190
/proc/meminfo: memFree=29380224/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1244012 CPUtime=1722.02 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 70430 0 0 0 172167 35 0 0 20 0 1 0 24912116 1273868288 284373 33554432000 4194304 6211289 140736530703152 140736530701064 4201970 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 311003 284373 165 493 0 310500 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1244012

[startup+1782.3 s]
/proc/loadavg: 2.17 2.17 2.06 3/177 10191
/proc/meminfo: memFree=29282640/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1247108 CPUtime=1782.01 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 71397 0 0 0 178165 36 0 0 20 0 1 0 24912116 1277038592 302010 33554432000 4194304 6211289 140736530703152 140736530701064 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 311777 302010 165 493 0 311274 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1247108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.25 2.19 2.06 3/177 10191
/proc/meminfo: memFree=29282612/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1247108 CPUtime=1800.01 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 71439 0 0 0 179965 36 0 0 20 0 1 0 24912116 1277038592 302052 33554432000 4194304 6211289 140736530703152 140736530701064 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 311777 302052 165 493 0 311274 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1247108

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

[startup+1800.3 s]
/proc/loadavg: 2.25 2.19 2.06 3/177 10191
/proc/meminfo: memFree=29282612/32872528 swapFree=877056/942464
[pid=10122] ppid=10119 vsize=1247108 CPUtime=1800.01 cores=0,2,4,6
/proc/10122/stat : 10122 (cdcl-cuttingpla) R 10119 10122 1299 0 -1 4202496 71439 0 0 0 179965 36 0 0 20 0 1 0 24912116 1277038592 302052 33554432000 4194304 6211289 140736530703152 140736530701064 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/10122/statm: 311777 302052 165 493 0 311274 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1247108

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1799.65
CPU system time (s): 0.370943
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 1247108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.370943
maximum resident set size= 1208208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71439
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= 26
involuntary context switches= 1882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.88826 second user time and 6.64399 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 07:43:52
IDJOB=4099919
IDBENCH=1550
IDSOLVER=2549
FILE ID=node113/4099919-1466228632
RUNJOBID= node113-1466228631-9954
PBS_JOBID= 19918163
Free space on /tmp= 71696 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-n370a.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099919-1466228632/watcher-4099919-1466228632 -o /tmp/evaluation-result-4099919-1466228632/solver-4099919-1466228632 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466228631-9954 --watchdog 1960 --input HOME/instance-4099919-1466228632.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= d7a28c2ec06d645af4379f015212128c
RANDOM SEED=1430399628

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
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.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30806376 kB
Buffers:          109740 kB
Cached:           215448 kB
SwapCached:         1968 kB
Active:           144736 kB
Inactive:         244452 kB
Active(anon):      64896 kB
Inactive(anon):     1556 kB
Active(file):      79840 kB
Inactive(file):   242896 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             11704 kB
Writeback:             0 kB
AnonPages:        997056 kB
Mapped:             7668 kB
Shmem:                 0 kB
Slab:             601424 kB
SReclaimable:      44952 kB
SUnreclaim:       556472 kB
KernelStack:        1432 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1134464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 71696 MiB
End job on node113 at 2016-06-18 08:13:52