Trace number 4109038

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-01Signal 1623.02 1832.92

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-tanglegram3.opb
MD5SUM1398a8a5965cbed162088b24bb0568a6
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15979
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97288
Total number of constraints192420
Number of constraints which are clauses192420
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 96210
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 96210
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 96210
Number of bits of the biggest sum of numbers17
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.29/0.33	c * #variable= 97288 #constraint= 192420
0.79/0.86	c * #variable= 97288 #constraint= 192420
1514.36/1514.67	c S1->S2
1514.36/1514.67	c #Conflicts:       1000 | #Learnt:       1000 | 0.000
1514.36/1514.67	c total clause space: 3805.12MB
1514.36/1514.67	c total #watches: 50754923
1553.85/1554.17	c total #propagations: 862530 / total #impl: 43278066 (eff. 0.020)
1553.85/1554.17	c #Conflicts:       2000 | #Learnt:       2000 | 0.000
1553.85/1554.17	c total clause space: 2087.32MB
1553.85/1554.17	c total #watches: 115762423
1590.94/1591.23	c total #propagations: 864770 / total #impl: 45506856 (eff. 0.019)
1590.94/1591.23	c #Conflicts:       3000 | #Learnt:       3000 | 0.000
1590.94/1591.23	c total clause space: 1855.89MB
1590.94/1591.24	c total #watches: 179769923
1615.95/1616.26	terminate called after throwing an instance of 'OutOfMemoryException'
1615.95/1616.26	c total #propagations: 870421 / total #impl: 54243097 (eff. 0.016)

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

pid=26091
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.40 1.98 2.10 3/176 26094
/proc/meminfo: memFree=28371820/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 259 0 0 0 0 0 0 0 20 0 1 0 10880286 57319424 8316 33554432000 4194304 6211289 140734757632624 140736716659976 4206599 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 13994 8316 98 493 0 13491 0

[startup+0.100213 s]
/proc/loadavg: 1.40 1.98 2.10 3/176 26094
/proc/meminfo: memFree=28371820/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=63524 CPUtime=0.09 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 2468 0 0 0 8 1 0 0 20 0 1 0 10880286 65048576 12404 33554432000 4194304 6211289 140734757632624 140736716659976 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 15881 12404 121 493 0 15378 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63524

[startup+0.20034 s]
/proc/loadavg: 1.40 1.98 2.10 3/176 26094
/proc/meminfo: memFree=28371820/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=67240 CPUtime=0.19 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 3136 0 0 0 18 1 0 0 20 0 1 0 10880286 68853760 13165 33554432000 4194304 6211289 140734757632624 140736716659976 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 16810 13165 121 493 0 16307 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67240

[startup+0.300313 s]
/proc/loadavg: 1.40 1.98 2.10 3/176 26094
/proc/meminfo: memFree=28371820/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=67240 CPUtime=0.29 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 3137 0 0 0 28 1 0 0 20 0 1 0 10880286 68853760 13677 33554432000 4194304 6211289 140734757632624 140736716659976 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 16810 13677 121 493 0 16307 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67240

[startup+0.700297 s]
/proc/loadavg: 1.40 1.98 2.10 3/176 26094
/proc/meminfo: memFree=28371820/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=124260 CPUtime=0.69 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 7463 0 0 0 67 2 0 0 20 0 1 0 10880286 127242240 25621 33554432000 4194304 6211289 140734757632624 140736716659976 4770839 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 31065 25621 144 493 0 30562 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124260

[startup+1.50028 s]
/proc/loadavg: 1.40 1.98 2.10 3/177 26095
/proc/meminfo: memFree=28157680/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=198268 CPUtime=1.49 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 11944 0 0 0 146 3 0 0 20 0 1 0 10880286 203026432 39372 33554432000 4194304 6211289 140734757632624 140734757630504 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 49567 39372 204 493 0 49064 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 198268

[startup+3.10029 s]
/proc/loadavg: 1.40 1.98 2.10 3/177 26095
/proc/meminfo: memFree=28025200/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=290760 CPUtime=3.09 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 14938 0 0 0 304 5 0 0 20 0 1 0 10880286 297738240 61273 33554432000 4194304 6211289 140734757632624 140734757630536 4215148 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 72690 61273 204 493 0 72187 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 290760

[startup+6.3003 s]
/proc/loadavg: 1.45 1.98 2.10 3/177 26095
/proc/meminfo: memFree=27414084/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=768384 CPUtime=6.29 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 27614 0 0 0 617 12 0 0 20 0 1 0 10880286 786825216 137822 33554432000 4194304 6211289 140734757632624 140734757630856 4236440 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 192096 137822 204 493 0 191593 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 768384

[startup+12.7002 s]
/proc/loadavg: 1.49 1.98 2.10 3/177 26095
/proc/meminfo: memFree=26326560/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=1187824 CPUtime=12.69 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 45570 0 0 0 1250 19 0 0 20 0 1 0 10880286 1216331776 214031 33554432000 4194304 6211289 140734757632624 140734757630488 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 296956 214031 204 493 0 296453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1187824

[startup+25.5004 s]
/proc/loadavg: 1.68 2.00 2.10 4/177 26095
/proc/meminfo: memFree=24596652/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=1197988 CPUtime=25.49 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 48128 0 0 0 2529 20 0 0 20 0 1 0 10880286 1226739712 216589 33554432000 4194304 6211289 140734757632624 140734757630488 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 299497 216589 204 493 0 298994 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1197988

[startup+51.1004 s]
/proc/loadavg: 1.92 2.03 2.11 3/178 26098
/proc/meminfo: memFree=21978296/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=1205248 CPUtime=51.09 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 49934 0 0 0 5088 21 0 0 20 0 1 0 10880286 1234173952 218395 33554432000 4194304 6211289 140734757632624 140734757630488 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 301312 218395 204 493 0 300809 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1205248

[startup+102.3 s]
/proc/loadavg: 2.01 2.04 2.10 3/177 26099
/proc/meminfo: memFree=19584256/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=1216600 CPUtime=102.29 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 52771 0 0 0 10206 23 0 0 20 0 1 0 10880286 1245798400 221232 33554432000 4194304 6211289 140734757632624 140734757630488 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 304150 221232 204 493 0 303647 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1216600

[startup+162.3 s]
/proc/loadavg: 2.11 2.06 2.10 4/177 26100
/proc/meminfo: memFree=14176836/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=1925248 CPUtime=162.26 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 88292 0 0 0 16190 36 0 0 20 0 1 0 10880286 1971453952 322158 33554432000 4194304 6211289 140734757632624 140734757630536 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 481312 322158 204 493 0 480809 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1925248

[startup+222.307 s]
/proc/loadavg: 2.14 2.07 2.10 3/177 26101
/proc/meminfo: memFree=13628776/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2853796 CPUtime=222.26 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 90287 0 0 0 22175 51 0 0 20 0 1 0 10880286 2922287104 457011 33554432000 4194304 6211289 140734757632624 140734757630856 4209293 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 713449 457011 204 493 0 712946 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 2853796

[startup+282.3 s]
/proc/loadavg: 2.13 2.09 2.10 3/177 26103
/proc/meminfo: memFree=13441644/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2869372 CPUtime=282.25 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 94260 0 0 0 28173 52 0 0 20 0 1 0 10880286 2938236928 460984 33554432000 4194304 6211289 140734757632624 140734757630488 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 717343 460984 204 493 0 716840 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 2869372

[startup+342.3 s]
/proc/loadavg: 2.14 2.10 2.10 3/177 26104
/proc/meminfo: memFree=13395244/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2898024 CPUtime=342.24 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 101423 0 0 0 34167 57 0 0 20 0 1 0 10880286 2967576576 468147 33554432000 4194304 6211289 140734757632624 140734757630488 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 724506 468147 204 493 0 724003 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 2898024

[startup+402.3 s]
/proc/loadavg: 2.23 2.14 2.11 3/177 26105
/proc/meminfo: memFree=13383700/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2908324 CPUtime=402.23 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 103995 0 0 0 40164 59 0 0 20 0 1 0 10880286 2978123776 470719 33554432000 4194304 6211289 140734757632624 140734757630488 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 727081 470719 204 493 0 726578 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 2908324

[startup+462.3 s]
/proc/loadavg: 2.28 2.16 2.11 3/177 26106
/proc/meminfo: memFree=13374672/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2911096 CPUtime=462.22 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 104708 0 0 0 46163 59 0 0 20 0 1 0 10880286 2980962304 471432 33554432000 4194304 6211289 140734757632624 140734757630488 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 727774 471432 204 493 0 727271 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 2911096

[startup+522.3 s]
/proc/loadavg: 2.20 2.15 2.11 4/177 26107
/proc/meminfo: memFree=13319924/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2915488 CPUtime=522.21 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 105771 0 0 0 52161 60 0 0 20 0 1 0 10880286 2985459712 472495 33554432000 4194304 6211289 140734757632624 140734757630616 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 728872 472495 204 493 0 728369 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 2915488

[startup+582.3 s]
/proc/loadavg: 2.28 2.18 2.12 3/176 26108
/proc/meminfo: memFree=13317668/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=2915872 CPUtime=582.2 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 105869 0 0 0 58160 60 0 0 20 0 1 0 10880286 2985852928 473104 33554432000 4194304 6211289 140734757632624 140734757630616 4209322 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 728968 473104 204 493 0 728465 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 2915872


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

/proc/meminfo: memFree=25524448/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=3257288 CPUtime=1302.09 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 191567 0 0 0 130120 89 0 0 20 0 1 0 10880286 3335462912 765756 33554432000 4194304 6211289 140734757632624 140734757630536 4209328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 814322 765756 204 493 0 813819 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3257288

[startup+1362.3 s]
/proc/loadavg: 1.30 1.81 2.19 2/170 26163
/proc/meminfo: memFree=25524676/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=3257288 CPUtime=1362.08 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 191568 0 0 0 136119 89 0 0 20 0 1 0 10880286 3335462912 765756 33554432000 4194304 6211289 140734757632624 140734757630536 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 814322 765756 204 493 0 813819 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3257288

[startup+1422.3 s]
/proc/loadavg: 1.30 1.71 2.13 3/170 26164
/proc/meminfo: memFree=25524572/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=3257288 CPUtime=1422.07 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 191568 0 0 0 142118 89 0 0 20 0 1 0 10880286 3335462912 765756 33554432000 4194304 6211289 140734757632624 140734757630536 4209304 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 814322 765756 204 493 0 813819 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3257288

[startup+1482.3 s]
/proc/loadavg: 1.22 1.61 2.06 2/170 26165
/proc/meminfo: memFree=25524112/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=3257288 CPUtime=1482.06 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 191568 0 0 0 148117 89 0 0 20 0 1 0 10880286 3335462912 765756 33554432000 4194304 6211289 140734757632624 140734757630536 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 814322 765756 204 493 0 813819 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3257288

[startup+1542.3 s]
/proc/loadavg: 1.37 1.57 2.02 3/170 26167
/proc/meminfo: memFree=23072576/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=7728952 CPUtime=1542.05 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 322066 0 0 0 154044 161 0 0 20 0 1 0 10880286 7914446848 1398210 33554432000 4194304 6211289 140734757632624 140734757630536 4215188 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 1932238 1398210 214 493 0 1931735 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 7728952

[startup+1602.3 s]
/proc/loadavg: 1.27 1.50 1.96 2/170 26168
/proc/meminfo: memFree=17636732/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12721820 CPUtime=1602.05 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4202496 555465 0 0 0 159942 263 0 0 20 0 1 0 10880286 13027143680 2745078 33554432000 4194304 6211289 140734757632624 140734757630536 5316842 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 3180455 2745078 214 493 0 3179952 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 12721820

[startup+1662.3 s]
/proc/loadavg: 2.76 1.83 2.04 1/172 26170
/proc/meminfo: memFree=12061240/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1619.98 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 706 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1619.98
Current children cumulated vsize (KiB) 12796288

[startup+1722.3 s]
/proc/loadavg: 3.77 2.28 2.18 2/171 26170
/proc/meminfo: memFree=9178952/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.66 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 974 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.66
Current children cumulated vsize (KiB) 12796288

[startup+1782.3 s]
/proc/loadavg: 4.06 2.64 2.31 1/171 26171
/proc/meminfo: memFree=9257200/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26094 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.4 s]
/proc/loadavg: 4.20 2.73 2.35 1/171 26172
/proc/meminfo: memFree=9256908/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1811.2 s]
/proc/loadavg: 4.31 2.83 2.38 2/171 26173
/proc/meminfo: memFree=9257888/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1824 s]
/proc/loadavg: 4.26 2.87 2.40 1/171 26173
/proc/meminfo: memFree=9258292/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1827.2 s]
/proc/loadavg: 4.24 2.89 2.41 1/171 26173
/proc/meminfo: memFree=9258292/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1830.4 s]
/proc/loadavg: 4.14 2.89 2.41 1/171 26173
/proc/meminfo: memFree=9266848/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1832 s]
/proc/loadavg: 4.14 2.89 2.41 1/171 26173
/proc/meminfo: memFree=9267096/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1832.4 s]
/proc/loadavg: 4.14 2.89 2.41 2/171 26173
/proc/meminfo: memFree=9312976/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=12796288 CPUtime=1622.68 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) S 26091 26094 14900 0 -1 4204032 580204 0 0 0 161292 976 0 0 20 0 1 0 10880286 13103398912 3027361 33554432000 4194304 6211289 140734757632624 140734757630600 5046280 0 0 4096 8388610 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26094/statm: 3199072 3027361 223 493 0 3198569 0
Current children cumulated CPU time (s) 1622.68
Current children cumulated vsize (KiB) 12796288

[startup+1832.8 s]
/proc/loadavg: 4.14 2.89 2.41 2/171 26173
/proc/meminfo: memFree=9312976/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=0 CPUtime=1622.89 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4204036 580204 0 0 0 161292 997 0 0 20 0 1 0 10880286 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26094/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1622.89
Current children cumulated vsize (KiB) 0

[startup+1832.9 s]
/proc/loadavg: 4.14 2.89 2.41 2/171 26173
/proc/meminfo: memFree=9312976/32872528 swapFree=1526624/1696276
[pid=26094] ppid=26091 vsize=0 CPUtime=1622.99 cores=0,2,4,6
/proc/26094/stat : 26094 (cdcl-cuttingpla) R 26091 26094 14900 0 -1 4204036 580204 0 0 0 161292 1007 0 0 20 0 1 0 10880286 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/26094/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1622.99
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Child dumped core
Real time (s): 1832.92
CPU time (s): 1623.02
CPU user time (s): 1612.93
CPU system time (s): 10.0945
CPU usage (%): 88.5484
Max. virtual memory (cumulated for all children) (KiB): 12796288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1612.93
system time used= 10.0945
maximum resident set size= 12109444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 580204
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= 2930259
involuntary context switches= 1698

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.11437 second user time and 5.68614 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-30 22:29:20
IDJOB=4109038
IDBENCH=89832
IDSOLVER=2549
FILE ID=node125/4109038-1467318560
RUNJOBID= node125-1467318560-26064
PBS_JOBID= 20005253
Free space on /tmp= 71724 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-tanglegram3.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109038-1467318560/watcher-4109038-1467318560 -o /tmp/evaluation-result-4109038-1467318560/solver-4109038-1467318560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1467318560-26064 --watchdog 1960 --input HOME/instance-4109038-1467318560.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= 1398a8a5965cbed162088b24bb0568a6
RANDOM SEED=1683347364

node125.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.282
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.282
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.282
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.282
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.56
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.282
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.282
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.282
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.282
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:        28374876 kB
Buffers:          147340 kB
Cached:          1840180 kB
SwapCached:            0 kB
Active:           352124 kB
Inactive:        1699992 kB
Active(anon):      67308 kB
Inactive(anon):        0 kB
Active(file):     284816 kB
Inactive(file):  1699992 kB
Unevictable:     1696276 kB
Mlocked:         1526624 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28272 kB
Writeback:             0 kB
AnonPages:       1718412 kB
Mapped:            13612 kB
Shmem:               204 kB
Slab:             613052 kB
SReclaimable:      56252 kB
SUnreclaim:       556800 kB
KernelStack:        1384 kB
PageTables:         7544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1878840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    174080 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= 66888 MiB
End job on node125 at 2016-06-30 22:59:54