Trace number 4100048

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-n3701.opb
MD5SUM43d3150af29b8b449233a9299db57820
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 654811
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654811
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
47.39/47.47	c #Conflicts:       1000 | #Learnt:        999 | 43.148
47.39/47.47	c total clause space: 206.656MB
47.39/47.47	c total #watches: 1672466
194.36/194.41	c total #propagations: 1336261 / total #impl: 39012116 (eff. 0.034)
194.36/194.41	c #Conflicts:       2000 | #Learnt:       1999 | 41.343
194.36/194.41	c total clause space: 545.701MB
194.36/194.41	c total #watches: 3365305
343.04/343.11	c total #propagations: 2433538 / total #impl: 101682020 (eff. 0.024)
343.04/343.11	c GC COLLECT
343.04/343.11	c #Conflicts:       3000 | #Learnt:       2032 | 32.674
343.04/343.11	c total clause space: 545.701MB
343.04/343.11	c total #watches: 3176846
557.41/557.56	c total #propagations: 2951595 / total #impl: 126530819 (eff. 0.023)
557.41/557.56	c #Conflicts:       4000 | #Learnt:       3032 | 30.375
557.41/557.56	c total clause space: 886.764MB
557.41/557.56	c total #watches: 4979617
850.46/850.70	c total #propagations: 3985271 / total #impl: 202311065 (eff. 0.020)
850.46/850.70	c GC COLLECT
850.46/850.70	c #Conflicts:       5000 | #Learnt:       2392 | 31.122
850.46/850.70	c total clause space: 886.764MB
850.56/850.70	c total #watches: 5390222
1233.30/1233.59	c total #propagations: 5011592 / total #impl: 266611142 (eff. 0.019)
1233.30/1233.59	c #Conflicts:       6000 | #Learnt:       3392 | 27.076
1233.30/1233.59	c total clause space: 886.764MB
1233.30/1233.59	c total #watches: 9752894

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

pid=17459
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.40 2.01 2.08 3/178 17462
/proc/meminfo: memFree=30060188/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 25137449 29810688 5269 33554432000 4194304 6201397 140735257178096 140736023116200 4211056 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 7278 5269 130 491 0 6777 0

[startup+0.100169 s]
/proc/loadavg: 1.40 2.01 2.08 3/178 17462
/proc/meminfo: memFree=30060188/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=39288 CPUtime=0.09 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 2464 0 0 0 9 0 0 0 20 0 1 0 25137449 40230912 8145 33554432000 4194304 6201397 140735257178096 140736023116200 4227002 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 9822 8145 137 491 0 9321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39288

[startup+0.200356 s]
/proc/loadavg: 1.40 2.01 2.08 3/178 17462
/proc/meminfo: memFree=30060188/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=43220 CPUtime=0.18 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 3165 0 0 0 18 0 0 0 20 0 1 0 25137449 44257280 9302 33554432000 4194304 6201397 140735257178096 140735257176232 4207987 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 10805 9302 143 491 0 10304 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 43220

[startup+0.300383 s]
/proc/loadavg: 1.40 2.01 2.08 3/178 17462
/proc/meminfo: memFree=30060188/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=54820 CPUtime=0.29 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 3541 0 0 0 28 1 0 0 20 0 1 0 25137449 56135680 10616 33554432000 4194304 6201397 140735257178096 140735257176232 5408672 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 13705 10616 143 491 0 13204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54820

[startup+0.700303 s]
/proc/loadavg: 1.40 2.01 2.08 3/178 17462
/proc/meminfo: memFree=30060188/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=68440 CPUtime=0.68 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 4597 0 0 0 67 1 0 0 20 0 1 0 25137449 70082560 13295 33554432000 4194304 6201397 140735257178096 140735257176232 4198514 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 17110 13295 147 491 0 16609 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 68440

[startup+1.50023 s]
/proc/loadavg: 1.45 2.01 2.08 3/179 17463
/proc/meminfo: memFree=29976524/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=90584 CPUtime=1.49 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 5432 0 0 0 147 2 0 0 20 0 1 0 25137449 92758016 20262 33554432000 4194304 6201397 140735257178096 140735257176808 5150858 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 22646 20262 147 491 0 22145 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90584

[startup+3.10029 s]
/proc/loadavg: 1.45 2.01 2.08 3/179 17463
/proc/meminfo: memFree=29949284/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=122460 CPUtime=3.09 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 5851 0 0 0 307 2 0 0 20 0 1 0 25137449 125399040 22718 33554432000 4194304 6201397 140735257178096 140735257176760 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 30615 22718 147 491 0 30114 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 122460

[startup+6.30026 s]
/proc/loadavg: 1.45 2.01 2.08 3/179 17463
/proc/meminfo: memFree=29866532/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=174780 CPUtime=6.29 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 6540 0 0 0 626 3 0 0 20 0 1 0 25137449 178974720 36686 33554432000 4194304 6201397 140735257178096 140735257176808 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 43695 36686 147 491 0 43194 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 174780

[startup+12.7002 s]
/proc/loadavg: 1.61 2.03 2.08 3/179 17463
/proc/meminfo: memFree=29817280/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=180284 CPUtime=12.69 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 7936 0 0 0 1265 4 0 0 20 0 1 0 25137449 184610816 41148 33554432000 4194304 6201397 140735257178096 140735257176760 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 45071 41148 147 491 0 44570 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 180284

[startup+25.5004 s]
/proc/loadavg: 1.67 2.02 2.08 3/179 17463
/proc/meminfo: memFree=29745788/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=267372 CPUtime=25.49 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 9555 0 0 0 2545 4 0 0 20 0 1 0 25137449 273788928 45312 33554432000 4194304 6201397 140735257178096 140735257176760 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 66843 45312 147 491 0 66342 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 267372

[startup+51.1003 s]
/proc/loadavg: 1.92 2.05 2.09 3/179 17463
/proc/meminfo: memFree=29514516/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=414972 CPUtime=51.08 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 13594 0 0 0 5101 7 0 0 20 0 1 0 25137449 424931328 79492 33554432000 4194304 6201397 140735257178096 140735257176808 5150858 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 103743 79492 160 491 0 103242 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 414972

[startup+102.3 s]
/proc/loadavg: 2.08 2.07 2.09 3/179 17464
/proc/meminfo: memFree=29375912/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=427764 CPUtime=102.28 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 16776 0 0 0 10220 8 0 0 20 0 1 0 25137449 438030336 87784 33554432000 4194304 6201397 140735257178096 140735257176808 4216020 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 106941 87784 160 491 0 106440 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 427764

[startup+162.3 s]
/proc/loadavg: 2.23 2.12 2.10 3/179 17465
/proc/meminfo: memFree=29193000/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=662624 CPUtime=162.26 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 21815 0 0 0 16216 10 0 0 20 0 1 0 25137449 678526976 109175 33554432000 4194304 6201397 140735257178096 140735257176808 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 165656 109175 160 491 0 165155 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 662624

[startup+222.308 s]
/proc/loadavg: 2.20 2.13 2.10 4/179 17467
/proc/meminfo: memFree=28997916/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=673076 CPUtime=222.26 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 26793 0 0 0 22215 11 0 0 20 0 1 0 25137449 689229824 121811 33554432000 4194304 6201397 140735257178096 140735257176376 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 168269 121811 160 491 0 167768 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 673076

[startup+282.3 s]
/proc/loadavg: 2.19 2.13 2.10 3/179 17468
/proc/meminfo: memFree=28963940/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=674520 CPUtime=282.25 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 27180 0 0 0 28213 12 0 0 20 0 1 0 25137449 690708480 122198 33554432000 4194304 6201397 140735257178096 140735257176376 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 168630 122198 160 491 0 168129 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 674520

[startup+342.3 s]
/proc/loadavg: 2.17 2.13 2.10 3/179 17469
/proc/meminfo: memFree=28836720/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=681264 CPUtime=342.24 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 28877 0 0 0 34211 13 0 0 20 0 1 0 25137449 697614336 141780 33554432000 4194304 6201397 140735257178096 140735257176808 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 170316 141780 166 491 0 169815 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 681264

[startup+402.3 s]
/proc/loadavg: 2.22 2.15 2.10 4/179 17470
/proc/meminfo: memFree=28683724/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=692852 CPUtime=402.23 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 31824 0 0 0 40208 15 0 0 20 0 1 0 25137449 709480448 166189 33554432000 4194304 6201397 140735257178096 140735257176808 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 173213 166189 166 491 0 172712 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 692852

[startup+462.3 s]
/proc/loadavg: 2.25 2.17 2.11 3/179 17471
/proc/meminfo: memFree=28567568/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1053012 CPUtime=462.22 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 34749 0 0 0 46205 17 0 0 20 0 1 0 25137449 1078284288 179317 33554432000 4194304 6201397 140735257178096 140735257176760 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 263253 179317 166 491 0 262752 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1053012

[startup+522.3 s]
/proc/loadavg: 2.17 2.16 2.11 3/180 17476
/proc/meminfo: memFree=28479016/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1064492 CPUtime=522.21 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 37629 0 0 0 52203 18 0 0 20 0 1 0 25137449 1090039808 188840 33554432000 4194304 6201397 140735257178096 140735257176760 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 266123 188840 166 491 0 265622 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1064492

[startup+582.3 s]
/proc/loadavg: 2.18 2.16 2.11 4/179 17477
/proc/meminfo: memFree=28430136/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1071108 CPUtime=582.2 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 39302 0 0 0 58201 19 0 0 20 0 1 0 25137449 1096814592 198689 33554432000 4194304 6201397 140735257178096 140735257176808 4213268 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 267777 198689 166 491 0 267276 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1071108


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


[startup+942.3 s]
/proc/loadavg: 2.25 2.18 2.12 4/179 17484
/proc/meminfo: memFree=28296324/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1106852 CPUtime=942.15 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 48741 0 0 0 94192 23 0 0 20 0 1 0 25137449 1133416448 225759 33554432000 4194304 6201397 140735257178096 140735257176808 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 276713 225759 166 491 0 276212 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 1106852

[startup+1002.3 s]
/proc/loadavg: 2.19 2.18 2.12 3/179 17485
/proc/meminfo: memFree=28288296/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1110440 CPUtime=1002.13 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 49606 0 0 0 100190 23 0 0 20 0 1 0 25137449 1137090560 226623 33554432000 4194304 6201397 140735257178096 140735257176808 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 277610 226623 166 491 0 277109 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1110440

[startup+1062.3 s]
/proc/loadavg: 2.21 2.19 2.12 3/179 17486
/proc/meminfo: memFree=28278576/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1112856 CPUtime=1062.13 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 50223 0 0 0 106189 24 0 0 20 0 1 0 25137449 1139564544 228275 33554432000 4194304 6201397 140735257178096 140735257176712 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 278214 228275 166 491 0 277713 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1112856

[startup+1122.3 s]
/proc/loadavg: 2.26 2.20 2.12 4/180 17491
/proc/meminfo: memFree=28273204/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1118540 CPUtime=1122.12 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 51621 0 0 0 112188 24 0 0 20 0 1 0 25137449 1145384960 229673 33554432000 4194304 6201397 140735257178096 140735257176808 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 279635 229673 166 491 0 279134 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1118540

[startup+1182.3 s]
/proc/loadavg: 2.25 2.20 2.13 3/179 17492
/proc/meminfo: memFree=28259000/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1126176 CPUtime=1182.11 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 53543 0 0 0 118187 24 0 0 20 0 1 0 25137449 1153204224 231595 33554432000 4194304 6201397 140735257178096 140735257176760 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 281544 231595 166 491 0 281043 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1126176

[startup+1242.3 s]
/proc/loadavg: 2.23 2.21 2.13 3/179 17493
/proc/meminfo: memFree=28133240/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1147564 CPUtime=1242.1 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 58945 0 0 0 124184 26 0 0 20 0 1 0 25137449 1175105536 262036 33554432000 4194304 6201397 140735257178096 140735257176808 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 286891 262036 166 491 0 286390 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1147564

[startup+1302.3 s]
/proc/loadavg: 2.25 2.21 2.14 4/179 17494
/proc/meminfo: memFree=27959920/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1726180 CPUtime=1302.09 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 61895 0 0 0 130180 29 0 0 20 0 1 0 25137449 1767608320 295642 33554432000 4194304 6201397 140735257178096 140735257176808 4217695 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 431545 295642 166 491 0 431044 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1726180

[startup+1362.3 s]
/proc/loadavg: 2.19 2.20 2.14 3/179 17495
/proc/meminfo: memFree=27841472/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1731036 CPUtime=1362.08 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 63059 0 0 0 136177 31 0 0 20 0 1 0 25137449 1772580864 311625 33554432000 4194304 6201397 140735257178096 140735257176808 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 432759 311625 166 491 0 432258 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1731036

[startup+1422.3 s]
/proc/loadavg: 2.12 2.18 2.13 3/179 17497
/proc/meminfo: memFree=27724412/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1733288 CPUtime=1422.08 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 63693 0 0 0 142176 32 0 0 20 0 1 0 25137449 1774886912 321968 33554432000 4194304 6201397 140735257178096 140735257176376 4213170 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 433322 321968 166 491 0 432821 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 1733288

[startup+1482.3 s]
/proc/loadavg: 2.19 2.19 2.13 4/179 17498
/proc/meminfo: memFree=27630172/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1755500 CPUtime=1482.06 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 69300 0 0 0 148172 34 0 0 20 0 1 0 25137449 1797632000 331152 33554432000 4194304 6201397 140735257178096 140735257176760 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 438875 331152 166 491 0 438374 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1755500

[startup+1542.31 s]
/proc/loadavg: 2.32 2.21 2.14 4/179 17499
/proc/meminfo: memFree=27614576/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1761556 CPUtime=1542.06 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 70787 0 0 0 154171 35 0 0 20 0 1 0 25137449 1803833344 332639 33554432000 4194304 6201397 140735257178096 140735257176760 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 440389 332639 166 491 0 439888 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1761556

[startup+1602.3 s]
/proc/loadavg: 2.22 2.20 2.14 3/179 17500
/proc/meminfo: memFree=27534272/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1768436 CPUtime=1602.05 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 72534 0 0 0 160169 36 0 0 20 0 1 0 25137449 1810878464 337330 33554432000 4194304 6201397 140735257178096 140735257176808 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 442109 337330 166 491 0 441608 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 1768436

[startup+1662.3 s]
/proc/loadavg: 2.28 2.22 2.15 4/179 17501
/proc/meminfo: memFree=27493760/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1770852 CPUtime=1662.04 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 73035 0 0 0 166168 36 0 0 20 0 1 0 25137449 1813352448 339875 33554432000 4194304 6201397 140735257178096 140735257176808 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 442713 339875 166 491 0 442212 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1770852

[startup+1722.3 s]
/proc/loadavg: 2.19 2.21 2.15 3/180 17506
/proc/meminfo: memFree=27483244/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1770852 CPUtime=1722.03 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 73043 0 0 0 172167 36 0 0 20 0 1 0 25137449 1813352448 341416 33554432000 4194304 6201397 140735257178096 140735257176808 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 442713 341416 166 491 0 442212 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1770852

[startup+1782.3 s]
/proc/loadavg: 2.25 2.22 2.16 3/179 17507
/proc/meminfo: memFree=27473880/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1770852 CPUtime=1782.02 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 73061 0 0 0 178166 36 0 0 20 0 1 0 25137449 1813352448 342967 33554432000 4194304 6201397 140735257178096 140735257176808 4213268 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 442713 342967 166 491 0 442212 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1770852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.27 2.22 2.16 4/179 17507
/proc/meminfo: memFree=27471212/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1770852 CPUtime=1800.01 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 73093 0 0 0 179965 36 0 0 20 0 1 0 25137449 1813352448 343510 33554432000 4194304 6201397 140735257178096 140735257176808 4213244 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 442713 343510 166 491 0 442212 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1770852

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

[startup+1800.3 s]
/proc/loadavg: 2.27 2.22 2.16 4/179 17507
/proc/meminfo: memFree=27471212/32872528 swapFree=1505436/1685308
[pid=17462] ppid=17459 vsize=1770852 CPUtime=1800.01 cores=1,3,5,7
/proc/17462/stat : 17462 (cdcl-cuttingpla) R 17459 17462 17324 0 -1 4202496 73093 0 0 0 179965 36 0 0 20 0 1 0 25137449 1813352448 343510 33554432000 4194304 6201397 140735257178096 140735257176808 4213244 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/17462/statm: 442713 343510 166 491 0 442212 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1770852

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.66
CPU system time (s): 0.376942
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 1770852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.376942
maximum resident set size= 1374040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73093
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1857

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57 second user time and 9.46056 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 08:21:55
IDJOB=4100048
IDBENCH=1566
IDSOLVER=2550
FILE ID=node135/4100048-1466230915
RUNJOBID= node135-1466230914-17341
PBS_JOBID= 19918183
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-n3701.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100048-1466230915/watcher-4100048-1466230915 -o /tmp/evaluation-result-4100048-1466230915/solver-4100048-1466230915 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466230914-17341 --watchdog 1960 --input HOME/instance-4100048-1466230915.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 43d3150af29b8b449233a9299db57820
RANDOM SEED=1303244177

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:        30062656 kB
Buffers:          114844 kB
Cached:           219076 kB
SwapCached:          716 kB
Active:           145868 kB
Inactive:         243564 kB
Active(anon):      56872 kB
Inactive(anon):     1360 kB
Active(file):      88996 kB
Inactive(file):   242204 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100444 kB
Dirty:             17944 kB
Writeback:             0 kB
AnonPages:       1697248 kB
Mapped:             7944 kB
Shmem:                 0 kB
Slab:             601356 kB
SReclaimable:      45404 kB
SUnreclaim:       555952 kB
KernelStack:        1384 kB
PageTables:         6916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1868172 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= 71692 MiB
End job on node135 at 2016-06-18 08:51:56