Trace number 4099936

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/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3707.opb
MD5SUMd04a5226e9b4ce46849c897b37a2f22b
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
Satisfiable
(Un)Satisfiability was proved
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 656007
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 656007
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= 155000 #constraint= 5150
34.78/34.81	c #Conflicts:       1000 | #Learnt:        999 | 52.770
34.78/34.81	c total clause space: 206.656MB
34.78/34.81	c total #watches: 1577894
126.37/126.44	c total #propagations: 981355 / total #impl: 21961216 (eff. 0.045)
126.37/126.44	c #Conflicts:       2000 | #Learnt:       1999 | 54.436
126.37/126.44	c total clause space: 545.701MB
126.37/126.44	c total #watches: 2988756
218.35/218.46	c total #propagations: 2023150 / total #impl: 116027637 (eff. 0.017)
218.35/218.46	c GC COLLECT
218.35/218.46	c #Conflicts:       3000 | #Learnt:       2089 | 41.942
218.35/218.46	c total clause space: 545.701MB
218.35/218.46	c total #watches: 4253055
510.61/510.74	c total #propagations: 2501319 / total #impl: 192613133 (eff. 0.013)
510.61/510.74	c #Conflicts:       4000 | #Learnt:       3089 | 50.961
510.61/510.74	c total clause space: 886.764MB
510.61/510.74	c total #watches: 6331926
1119.91/1120.17	c total #propagations: 3565712 / total #impl: 305766293 (eff. 0.012)
1119.91/1120.17	c GC COLLECT
1119.91/1120.17	c #Conflicts:       5000 | #Learnt:       2422 | 42.755
1119.91/1120.17	c total clause space: 886.764MB
1119.91/1120.17	c total #watches: 7597939
1575.64/1575.92	c total #propagations: 4947949 / total #impl: 564186402 (eff. 0.009)
1575.64/1575.92	c #Conflicts:       6000 | #Learnt:       3422 | 38.870
1575.64/1575.92	c total clause space: 886.764MB
1575.64/1575.92	c total #watches: 9870068

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

pid=17184
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: 1.23 1.28 1.54 4/179 17188
/proc/meminfo: memFree=30091688/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 24950597 29810688 5268 33554432000 4194304 6201397 140733372294864 140736479619400 5194148 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 7278 5268 130 491 0 6777 0

[startup+0.100121 s]
/proc/loadavg: 1.23 1.28 1.54 4/179 17188
/proc/meminfo: memFree=30091688/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=39288 CPUtime=0.09 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 2461 0 0 0 8 1 0 0 20 0 1 0 24950597 40230912 8142 33554432000 4194304 6201397 140733372294864 140736479619400 4227002 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 9822 8143 137 491 0 9321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39288

[startup+0.200337 s]
/proc/loadavg: 1.23 1.28 1.54 4/179 17188
/proc/meminfo: memFree=30091688/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=43220 CPUtime=0.19 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 3164 0 0 0 18 1 0 0 20 0 1 0 24950597 44257280 9302 33554432000 4194304 6201397 140733372294864 140736479619400 4207987 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 10805 9302 143 491 0 10304 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43220

[startup+0.300314 s]
/proc/loadavg: 1.23 1.28 1.54 4/179 17188
/proc/meminfo: memFree=30091688/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=54820 CPUtime=0.29 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 3539 0 0 0 28 1 0 0 20 0 1 0 24950597 56135680 10616 33554432000 4194304 6201397 140733372294864 140736479619400 5408672 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 13705 10616 143 491 0 13204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54820

[startup+0.700285 s]
/proc/loadavg: 1.23 1.28 1.54 4/179 17188
/proc/meminfo: memFree=30091688/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=68568 CPUtime=0.69 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 4630 0 0 0 68 1 0 0 20 0 1 0 24950597 70213632 13838 33554432000 4194304 6201397 140733372294864 140736479619400 4198484 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 17142 13838 147 491 0 16641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68568

[startup+1.50025 s]
/proc/loadavg: 1.23 1.28 1.54 4/180 17189
/proc/meminfo: memFree=29998908/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=89272 CPUtime=1.49 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 5089 0 0 0 148 1 0 0 20 0 1 0 24950597 91414528 15830 33554432000 4194304 6201397 140733372294864 140733372293640 4240232 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 22318 15830 147 491 0 21817 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89272

[startup+3.10026 s]
/proc/loadavg: 1.23 1.28 1.54 3/180 17189
/proc/meminfo: memFree=29970800/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=91136 CPUtime=3.09 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 5558 0 0 0 307 2 0 0 20 0 1 0 24950597 93323264 18343 33554432000 4194304 6201397 140733372294864 140733372293144 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 22784 18343 147 491 0 22283 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91136

[startup+6.30027 s]
/proc/loadavg: 1.29 1.29 1.54 3/180 17189
/proc/meminfo: memFree=29906324/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=128336 CPUtime=6.29 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 7307 0 0 0 627 2 0 0 20 0 1 0 24950597 131416064 27236 33554432000 4194304 6201397 140733372294864 140733372293576 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 32084 27236 147 491 0 31583 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128336

[startup+12.7003 s]
/proc/loadavg: 1.43 1.32 1.55 3/180 17189
/proc/meminfo: memFree=29857408/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=181376 CPUtime=12.69 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 8207 0 0 0 1267 2 0 0 20 0 1 0 24950597 185729024 31189 33554432000 4194304 6201397 140733372294864 140733372293144 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 45344 31189 147 491 0 44843 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181376

[startup+25.5003 s]
/proc/loadavg: 1.55 1.35 1.56 3/179 17189
/proc/meminfo: memFree=29751852/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=188340 CPUtime=25.48 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 9909 0 0 0 2546 2 0 0 20 0 1 0 24950597 192860160 39534 33554432000 4194304 6201397 140733372294864 140733372293576 4215520 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 47085 39534 147 491 0 46584 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 188340

[startup+51.1003 s]
/proc/loadavg: 1.77 1.42 1.57 3/179 17189
/proc/meminfo: memFree=29443796/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=411824 CPUtime=51.08 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 12797 0 0 0 5103 5 0 0 20 0 1 0 24950597 421707776 85331 33554432000 4194304 6201397 140733372294864 140733372293528 4213371 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 102956 85331 160 491 0 102455 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 411824

[startup+102.3 s]
/proc/loadavg: 2.13 1.57 1.61 4/179 17190
/proc/meminfo: memFree=29294832/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=641852 CPUtime=102.28 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 16781 0 0 0 10221 7 0 0 20 0 1 0 24950597 657256448 110762 33554432000 4194304 6201397 140733372294864 140733372293576 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 160463 110762 160 491 0 159962 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 641852

[startup+162.3 s]
/proc/loadavg: 2.27 1.71 1.66 3/179 17191
/proc/meminfo: memFree=29217812/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=660532 CPUtime=162.26 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 24206 0 0 0 16218 8 0 0 20 0 1 0 24950597 676384768 120324 33554432000 4194304 6201397 140733372294864 140733372293528 4213178 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 165133 120324 166 491 0 164632 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 660532

[startup+222.307 s]
/proc/loadavg: 2.18 1.79 1.68 3/178 17192
/proc/meminfo: memFree=29091916/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=670288 CPUtime=222.26 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 26770 0 0 0 22217 9 0 0 20 0 1 0 24950597 686374912 139751 33554432000 4194304 6201397 140733372294864 140733372293144 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 167572 139751 166 491 0 167071 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 670288

[startup+282.3 s]
/proc/loadavg: 2.22 1.87 1.72 4/179 17194
/proc/meminfo: memFree=29004200/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=689476 CPUtime=282.24 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 31558 0 0 0 28213 11 0 0 20 0 1 0 24950597 706023424 156803 33554432000 4194304 6201397 140733372294864 140733372293576 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 172369 156803 166 491 0 171868 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 689476

[startup+342.3 s]
/proc/loadavg: 2.17 1.92 1.74 3/179 17195
/proc/meminfo: memFree=28921464/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=701888 CPUtime=342.23 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 34716 0 0 0 34210 13 0 0 20 0 1 0 24950597 718733312 163027 33554432000 4194304 6201397 140733372294864 140733372293480 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 175472 163027 166 491 0 174971 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 701888

[startup+402.3 s]
/proc/loadavg: 2.40 2.02 1.79 3/179 17196
/proc/meminfo: memFree=28833096/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1060092 CPUtime=402.23 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 36994 0 0 0 40208 15 0 0 20 0 1 0 24950597 1085534208 182679 33554432000 4194304 6201397 140733372294864 140733372293528 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 265023 182679 166 491 0 264522 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1060092

[startup+462.3 s]
/proc/loadavg: 2.38 2.08 1.82 4/179 17197
/proc/meminfo: memFree=28742352/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1073140 CPUtime=462.22 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 40236 0 0 0 46206 16 0 0 20 0 1 0 24950597 1098895360 187579 33554432000 4194304 6201397 140733372294864 140733372293528 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 268285 187579 166 491 0 267784 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1073140

[startup+522.3 s]
/proc/loadavg: 2.50 2.15 1.86 3/179 17198
/proc/meminfo: memFree=28533448/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1082740 CPUtime=522.21 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 42620 0 0 0 52203 18 0 0 20 0 1 0 24950597 1108725760 202234 33554432000 4194304 6201397 140733372294864 140733372293144 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 270685 202234 166 491 0 270184 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1082740

[startup+582.3 s]
/proc/loadavg: 2.38 2.18 1.89 3/180 17203
/proc/meminfo: memFree=28441584/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1088100 CPUtime=582.2 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 43963 0 0 0 58201 19 0 0 20 0 1 0 24950597 1114214400 205667 33554432000 4194304 6201397 140733372294864 140733372293528 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 272025 205667 166 491 0 271524 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1088100


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


[startup+942.3 s]
/proc/loadavg: 2.35 2.30 2.02 3/179 17233
/proc/meminfo: memFree=27873052/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1113444 CPUtime=942.14 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 50556 0 0 0 94193 21 0 0 20 0 1 0 24950597 1140166656 230655 33554432000 4194304 6201397 140733372294864 140733372293576 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 278361 230655 166 491 0 277860 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1113444

[startup+1002.3 s]
/proc/loadavg: 2.45 2.33 2.05 4/179 17234
/proc/meminfo: memFree=27866736/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1115492 CPUtime=1002.13 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 51122 0 0 0 100192 21 0 0 20 0 1 0 24950597 1142263808 231221 33554432000 4194304 6201397 140733372294864 140733372293144 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 278873 231221 166 491 0 278372 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1115492

[startup+1062.3 s]
/proc/loadavg: 2.40 2.33 2.06 3/179 17235
/proc/meminfo: memFree=27835736/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1118384 CPUtime=1062.12 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 51822 0 0 0 106191 21 0 0 20 0 1 0 24950597 1145225216 231921 33554432000 4194304 6201397 140733372294864 140733372293464 4213244 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 279596 231921 166 491 0 279095 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1118384

[startup+1122.3 s]
/proc/loadavg: 2.28 2.31 2.07 3/179 17236
/proc/meminfo: memFree=27822720/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1119668 CPUtime=1122.11 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 52128 0 0 0 112190 21 0 0 20 0 1 0 24950597 1146540032 232227 33554432000 4194304 6201397 140733372294864 140733372293576 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 279917 232227 166 491 0 279416 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1119668

[startup+1182.3 s]
/proc/loadavg: 2.19 2.28 2.08 4/180 17241
/proc/meminfo: memFree=27815660/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1122804 CPUtime=1182.1 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 52915 0 0 0 118189 21 0 0 20 0 1 0 24950597 1149751296 233014 33554432000 4194304 6201397 140733372294864 140733372293144 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 280701 233014 166 491 0 280200 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1122804

[startup+1242.3 s]
/proc/loadavg: 2.34 2.30 2.10 3/179 17242
/proc/meminfo: memFree=27802276/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1130816 CPUtime=1242.1 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 54921 0 0 0 124188 22 0 0 20 0 1 0 24950597 1157955584 235020 33554432000 4194304 6201397 140733372294864 140733372293480 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 282704 235020 166 491 0 282203 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1130816

[startup+1302.3 s]
/proc/loadavg: 2.22 2.28 2.10 3/179 17243
/proc/meminfo: memFree=27789256/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1137888 CPUtime=1302.08 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 56685 0 0 0 130186 22 0 0 20 0 1 0 24950597 1165197312 236784 33554432000 4194304 6201397 140733372294864 140733372293576 4213178 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 284472 236784 166 491 0 283971 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 1137888

[startup+1362.3 s]
/proc/loadavg: 2.36 2.30 2.11 4/179 17244
/proc/meminfo: memFree=27784056/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1143668 CPUtime=1362.08 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 58129 0 0 0 136185 23 0 0 20 0 1 0 24950597 1171116032 238228 33554432000 4194304 6201397 140733372294864 140733372293480 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 285917 238228 166 491 0 285416 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1143668

[startup+1422.3 s]
/proc/loadavg: 2.42 2.32 2.13 3/179 17245
/proc/meminfo: memFree=27782204/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1145376 CPUtime=1422.07 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 58595 0 0 0 142184 23 0 0 20 0 1 0 24950597 1172865024 238694 33554432000 4194304 6201397 140733372294864 140733372293528 4213249 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 286344 238694 166 491 0 285843 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1145376

[startup+1482.3 s]
/proc/loadavg: 2.26 2.29 2.12 3/179 17247
/proc/meminfo: memFree=27766704/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1146940 CPUtime=1482.06 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 58931 0 0 0 148183 23 0 0 20 0 1 0 24950597 1174466560 239030 33554432000 4194304 6201397 140733372294864 140733372293576 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 286735 239030 166 491 0 286234 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1146940

[startup+1542.31 s]
/proc/loadavg: 2.35 2.31 2.14 4/179 17248
/proc/meminfo: memFree=27764232/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1148196 CPUtime=1542.05 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 59231 0 0 0 154182 23 0 0 20 0 1 0 24950597 1175752704 239330 33554432000 4194304 6201397 140733372294864 140733372293576 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 287049 239330 166 491 0 286548 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1148196

[startup+1602.3 s]
/proc/loadavg: 2.34 2.31 2.15 3/179 17249
/proc/meminfo: memFree=27763860/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1148196 CPUtime=1602.04 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 59285 0 0 0 160181 23 0 0 20 0 1 0 24950597 1175752704 239384 33554432000 4194304 6201397 140733372294864 140733372293992 4216747 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 287049 239384 166 491 0 286548 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1148196

[startup+1662.3 s]
/proc/loadavg: 2.32 2.30 2.15 3/179 17250
/proc/meminfo: memFree=27742260/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1149536 CPUtime=1662.03 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 59588 0 0 0 166179 24 0 0 20 0 1 0 24950597 1177124864 244797 33554432000 4194304 6201397 140733372294864 140733372293576 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 287384 244797 166 491 0 286883 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1149536

[startup+1722.3 s]
/proc/loadavg: 2.20 2.27 2.15 3/179 17251
/proc/meminfo: memFree=27719304/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1151588 CPUtime=1722.02 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 60094 0 0 0 172178 24 0 0 20 0 1 0 24950597 1179226112 250413 33554432000 4194304 6201397 140733372294864 140733372293576 4216826 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 287897 250413 166 491 0 287396 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1151588

[startup+1782.3 s]
/proc/loadavg: 2.26 2.28 2.16 3/180 17256
/proc/meminfo: memFree=27694868/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1152516 CPUtime=1782.02 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 60361 0 0 0 178177 25 0 0 20 0 1 0 24950597 1180176384 256301 33554432000 4194304 6201397 140733372294864 140733372293576 4213170 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 288129 256301 166 491 0 287628 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1152516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.18 2.26 2.16 3/180 17256
/proc/meminfo: memFree=27683388/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1154980 CPUtime=1800.01 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 60975 0 0 0 179976 25 0 0 20 0 1 0 24950597 1182699520 259981 33554432000 4194304 6201397 140733372294864 140733372293464 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 288745 259981 166 491 0 288244 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1154980

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

[startup+1800.3 s]
/proc/loadavg: 2.18 2.26 2.16 3/180 17256
/proc/meminfo: memFree=27683388/32872528 swapFree=1505436/1685308
[pid=17188] ppid=17184 vsize=1154980 CPUtime=1800.01 cores=1,3,5,7
/proc/17188/stat : 17188 (cdcl-cuttingpla) R 17184 17188 7329 0 -1 4202496 60975 0 0 0 179976 25 0 0 20 0 1 0 24950597 1182699520 259981 33554432000 4194304 6201397 140733372294864 140733372293464 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/17188/statm: 288745 259981 166 491 0 288244 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1154980

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.77
CPU system time (s): 0.25996
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 1154980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.25996
maximum resident set size= 1039924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 1904

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.55831 second user time and 6.90695 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 07:50:47
IDJOB=4099936
IDBENCH=1552
IDSOLVER=2550
FILE ID=node135/4099936-1466229046
RUNJOBID= node135-1466229046-17159
PBS_JOBID= 19918142
Free space on /tmp= 71688 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear 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-n3707.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099936-1466229046/watcher-4099936-1466229046 -o /tmp/evaluation-result-4099936-1466229046/solver-4099936-1466229046 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466229046-17159 --watchdog 1960 --input HOME/instance-4099936-1466229046.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= d04a5226e9b4ce46849c897b37a2f22b
RANDOM SEED=1228054705

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:        30117948 kB
Buffers:          113972 kB
Cached:           215816 kB
SwapCached:          716 kB
Active:            92528 kB
Inactive:         239904 kB
Active(anon):       3972 kB
Inactive(anon):     1308 kB
Active(file):      88556 kB
Inactive(file):   238596 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             17840 kB
Writeback:             0 kB
AnonPages:       1687948 kB
Mapped:             6840 kB
Shmem:                 0 kB
Slab:             601564 kB
SReclaimable:      45400 kB
SUnreclaim:       556164 kB
KernelStack:        1416 kB
PageTables:         7792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1782668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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= 71684 MiB
End job on node135 at 2016-06-18 08:20:47