Trace number 4118950

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.3

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-faclay30.lin.opb
MD5SUM5d02912d53f2354b54cb86f356951fff
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9772
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8640
Total number of constraints24529
Number of constraints which are clauses16324
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints8204
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 8635
Biggest coefficient in the objective function 11400
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 95792
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 11400
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 95792
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.00/0.00	c * #variable= 8640 #constraint= 24529
41.58/41.68	c #Conflicts:       1000 | #Learnt:       1011 | 0.000
41.58/41.68	c total clause space: 206.656MB
41.58/41.68	c total #watches: 858632
195.56/195.67	c total #propagations: 214383 / total #impl: 12589176 (eff. 0.017)
195.56/195.67	c #Conflicts:       2000 | #Learnt:       2017 | 0.001
195.56/195.67	c total clause space: 335.816MB
195.56/195.67	c total #watches: 1657512
405.23/405.30	c total #propagations: 365131 / total #impl: 31339720 (eff. 0.012)
405.23/405.30	c GC COLLECT
405.23/405.30	c #Conflicts:       3000 | #Learnt:       2030 | 0.001
405.23/405.30	c total clause space: 335.816MB
405.23/405.30	c total #watches: 2018822
648.49/648.67	c total #propagations: 504487 / total #impl: 53510166 (eff. 0.009)
648.49/648.67	c #Conflicts:       4000 | #Learnt:       3032 | 0.001
648.49/648.67	c total clause space: 545.701MB
648.49/648.67	c total #watches: 2659827
805.47/805.67	c total #propagations: 635376 / total #impl: 72754099 (eff. 0.009)
805.47/805.67	c GC COLLECT
805.47/805.67	c #Conflicts:       5000 | #Learnt:       2385 | 0.000
805.47/805.67	c total clause space: 545.701MB
805.47/805.67	c total #watches: 1702698
976.04/976.23	c total #propagations: 759205 / total #impl: 88655557 (eff. 0.009)
976.04/976.23	c #Conflicts:       6000 | #Learnt:       3385 | 0.000
976.04/976.23	c total clause space: 545.701MB
976.04/976.23	c total #watches: 2126614
1300.19/1300.45	c total #propagations: 891832 / total #impl: 106526687 (eff. 0.008)
1300.19/1300.45	c GC COLLECT
1300.19/1300.45	c #Conflicts:       7000 | #Learnt:       2275 | 0.000
1300.19/1300.45	c total clause space: 886.764MB
1300.19/1300.45	c total #watches: 1565453

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

pid=3955
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3958
/proc/meminfo: memFree=30945236/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 2043835 29810688 5268 33554432000 4194304 6201397 140736955517168 140735884239128 4211056 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 7278 5268 130 491 0 6777 0

[startup+0.100167 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3958
/proc/meminfo: memFree=30945236/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=34656 CPUtime=0.09 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 1431 0 0 0 9 0 0 0 20 0 1 0 2043835 35487744 7563 33554432000 4194304 6201397 140736955517168 140735884239128 4208163 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 8664 7564 142 491 0 8163 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34656

[startup+0.200359 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3958
/proc/meminfo: memFree=30945236/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=38148 CPUtime=0.19 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 1845 0 0 0 19 0 0 0 20 0 1 0 2043835 39063552 7889 33554432000 4194304 6201397 140736955517168 140735884239128 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 9537 7889 147 491 0 9036 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38148

[startup+0.300296 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3958
/proc/meminfo: memFree=30945236/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=38372 CPUtime=0.29 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 1873 0 0 0 29 0 0 0 20 0 1 0 2043835 39292928 8427 33554432000 4194304 6201397 140736955517168 140735884239128 4213611 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 9593 8427 147 491 0 9092 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38372

[startup+0.700216 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 3958
/proc/meminfo: memFree=30945236/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=38616 CPUtime=0.69 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 1952 0 0 0 69 0 0 0 20 0 1 0 2043835 39542784 8506 33554432000 4194304 6201397 140736955517168 140736955515736 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 9654 8506 147 491 0 9153 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38616

[startup+1.50023 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3959
/proc/meminfo: memFree=30911432/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=39004 CPUtime=1.49 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 2022 0 0 0 149 0 0 0 20 0 1 0 2043835 39940096 8576 33554432000 4194304 6201397 140736955517168 140736955515736 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 9751 8576 147 491 0 9250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39004

[startup+3.10024 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3959
/proc/meminfo: memFree=30908772/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=43652 CPUtime=3.08 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 2157 0 0 0 308 0 0 0 20 0 1 0 2043835 44699648 9708 33554432000 4194304 6201397 140736955517168 140736955515864 4213249 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 10913 9708 147 491 0 10412 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43652

[startup+6.30026 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 3959
/proc/meminfo: memFree=30902948/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=63964 CPUtime=6.29 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 3019 0 0 0 628 1 0 0 20 0 1 0 2043835 65499136 12383 33554432000 4194304 6201397 140736955517168 140736955515864 4217547 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 15991 12383 147 491 0 15490 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63964

[startup+12.7003 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 3959
/proc/meminfo: memFree=30850304/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=117328 CPUtime=12.69 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 4265 0 0 0 1267 2 0 0 20 0 1 0 2043835 120143872 25357 33554432000 4194304 6201397 140736955517168 140736955515880 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 29332 25357 147 491 0 28831 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117328

[startup+25.5003 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 3959
/proc/meminfo: memFree=30809120/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=170728 CPUtime=25.48 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 5352 0 0 0 2546 2 0 0 20 0 1 0 2043835 174825472 33980 33554432000 4194304 6201397 140736955517168 140736955515832 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 42682 33980 147 491 0 42181 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 170728

[startup+51.1004 s]
/proc/loadavg: 2.04 2.02 2.00 3/177 3959
/proc/meminfo: memFree=30732232/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=256288 CPUtime=51.08 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 7039 0 0 0 5104 4 0 0 20 0 1 0 2043835 262438912 53117 33554432000 4194304 6201397 140736955517168 140736955515864 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 64072 53117 160 491 0 63571 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 256288

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3960
/proc/meminfo: memFree=30682740/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=394800 CPUtime=102.28 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 8718 0 0 0 10223 5 0 0 20 0 1 0 2043835 404275200 65412 33554432000 4194304 6201397 140736955517168 140736955515880 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 98700 65412 160 491 0 98199 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 394800

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 3962
/proc/meminfo: memFree=30520584/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=398292 CPUtime=162.26 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 10095 0 0 0 16220 6 0 0 20 0 1 0 2043835 407851008 82173 33554432000 4194304 6201397 140736955517168 140736955515448 4213249 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 99573 82173 160 491 0 99072 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 398292

[startup+222.308 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3963
/proc/meminfo: memFree=30455308/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=401432 CPUtime=222.27 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 13343 0 0 0 22219 8 0 0 20 0 1 0 2043835 411066368 97468 33554432000 4194304 6201397 140736955517168 140736955516296 4213170 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 100358 97468 166 491 0 99857 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 401432

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 3967
/proc/meminfo: memFree=30449084/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=405688 CPUtime=282.24 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 14854 0 0 0 28216 8 0 0 20 0 1 0 2043835 415424512 98544 33554432000 4194304 6201397 140736955517168 140736955515864 4213268 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 101422 98544 166 491 0 100921 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 405688

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 3991
/proc/meminfo: memFree=30443868/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=407796 CPUtime=342.24 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 15875 0 0 0 34215 9 0 0 20 0 1 0 2043835 417583104 99177 33554432000 4194304 6201397 140736955517168 140736955515864 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 101949 99177 166 491 0 101448 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 407796

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 3992
/proc/meminfo: memFree=30441112/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=410260 CPUtime=402.23 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 16547 0 0 0 40214 9 0 0 20 0 1 0 2043835 420106240 99779 33554432000 4194304 6201397 140736955517168 140736955515736 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 102565 99779 166 491 0 102064 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 410260

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 3994
/proc/meminfo: memFree=30340076/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=639168 CPUtime=462.22 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 20467 0 0 0 46211 11 0 0 20 0 1 0 2043835 654508032 115672 33554432000 4194304 6201397 140736955517168 140736955515832 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 159792 115672 166 491 0 159291 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 639168

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 3995
/proc/meminfo: memFree=30287384/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=639408 CPUtime=522.21 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 20583 0 0 0 52210 11 0 0 20 0 1 0 2043835 654753792 119858 33554432000 4194304 6201397 140736955517168 140736955515864 4213192 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 159852 119858 166 491 0 159351 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 639408

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 3996
/proc/meminfo: memFree=30236492/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=641748 CPUtime=582.2 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 21194 0 0 0 58208 12 0 0 20 0 1 0 2043835 657149952 132589 33554432000 4194304 6201397 140736955517168 140736955516008 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 160437 132589 166 491 0 159936 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 641748


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


[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4006
/proc/meminfo: memFree=30134536/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=642244 CPUtime=942.15 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 26463 0 0 0 94198 17 0 0 20 0 1 0 2043835 657657856 154217 33554432000 4194304 6201397 140736955517168 140736955516120 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 160561 154217 166 491 0 160060 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 642244

[startup+1002.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4007
/proc/meminfo: memFree=30103512/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=991912 CPUtime=1002.13 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 30002 0 0 0 100194 19 0 0 20 0 1 0 2043835 1015717888 161630 33554432000 4194304 6201397 140736955517168 140736955516120 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 247978 161630 166 491 0 247477 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 991912

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4009
/proc/meminfo: memFree=30061176/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=992408 CPUtime=1062.13 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 30310 0 0 0 106193 20 0 0 20 0 1 0 2043835 1016225792 171990 33554432000 4194304 6201397 140736955517168 140736955515864 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248102 171990 166 491 0 247601 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 992408

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 4056
/proc/meminfo: memFree=30814848/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=992508 CPUtime=1122.11 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 30472 0 0 0 112191 20 0 0 20 0 1 0 2043835 1016328192 172531 33554432000 4194304 6201397 140736955517168 140736955515864 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248127 172531 166 491 0 247626 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 992508

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4058
/proc/meminfo: memFree=30660140/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=992508 CPUtime=1182.1 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 30658 0 0 0 118190 20 0 0 20 0 1 0 2043835 1016328192 173064 33554432000 4194304 6201397 140736955517168 140736955515864 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248127 173064 166 491 0 247626 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 992508

[startup+1242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 4059
/proc/meminfo: memFree=30568280/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=992552 CPUtime=1242.1 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 31620 0 0 0 124189 21 0 0 20 0 1 0 2043835 1016373248 178188 33554432000 4194304 6201397 140736955517168 140736955515448 4213240 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248138 178188 166 491 0 247637 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 992552

[startup+1302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 4060
/proc/meminfo: memFree=30526832/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=992560 CPUtime=1302.09 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 34212 0 0 0 130187 22 0 0 20 0 1 0 2043835 1016381440 182293 33554432000 4194304 6201397 140736955517168 140736955516120 4213168 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248140 182293 166 491 0 247639 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 992560

[startup+1362.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 4062
/proc/meminfo: memFree=30478196/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=992908 CPUtime=1362.08 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 37859 0 0 0 136185 23 0 0 20 0 1 0 2043835 1016737792 182368 33554432000 4194304 6201397 140736955517168 140736955515832 4213257 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248227 182368 166 491 0 247726 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 992908

[startup+1422.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/177 4063
/proc/meminfo: memFree=30477064/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993336 CPUtime=1422.08 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 39778 0 0 0 142184 24 0 0 20 0 1 0 2043835 1017176064 182487 33554432000 4194304 6201397 140736955517168 140736955515864 4213178 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248334 182487 166 491 0 247833 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 993336

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 4067
/proc/meminfo: memFree=30439032/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1482.06 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 39844 0 0 0 148182 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213178 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 993344

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 4068
/proc/meminfo: memFree=30423160/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1542.06 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 39890 0 0 0 154182 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213178 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 993344

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4069
/proc/meminfo: memFree=30386164/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1602.04 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 39930 0 0 0 160180 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 993344

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/177 4071
/proc/meminfo: memFree=30386160/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1662.03 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 39970 0 0 0 166179 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213261 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 993344

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4072
/proc/meminfo: memFree=30376780/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1722.02 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 40010 0 0 0 172178 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213253 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 993344

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4073
/proc/meminfo: memFree=30307204/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1782.01 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 40040 0 0 0 178177 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 993344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4073
/proc/meminfo: memFree=30307512/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1800.01 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 40573 0 0 0 179977 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 993344

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

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 4073
/proc/meminfo: memFree=30307512/32872528 swapFree=170020/176152
[pid=3958] ppid=3955 vsize=993344 CPUtime=1800.01 cores=1,3,5,7
/proc/3958/stat : 3958 (cdcl-cuttingpla) R 3955 3958 1985 0 -1 4202496 40573 0 0 0 179977 24 0 0 20 0 1 0 2043835 1017184256 182489 33554432000 4194304 6201397 140736955517168 140736955515864 4213186 0 0 4096 8388610 0 0 0 17 3 0 0 0 0 0
/proc/3958/statm: 248336 182489 166 491 0 247835 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 993344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.78
CPU system time (s): 0.249962
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 993344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.78
system time used= 0.249962
maximum resident set size= 730096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40573
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= 8
involuntary context switches= 1982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.78627 second user time and 7.56285 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-29 21:55:25
IDJOB=4118950
IDBENCH=111550
IDSOLVER=2550
FILE ID=node105/4118950-1467230125
RUNJOBID= node105-1467210315-2002
PBS_JOBID= 19997600
Free space on /tmp= 71736 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-faclay30.lin.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118950-1467230125/watcher-4118950-1467230125 -o /tmp/evaluation-result-4118950-1467230125/solver-4118950-1467230125 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467210315-2002 --watchdog 1960 --input HOME/instance-4118950-1467230125.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 5d02912d53f2354b54cb86f356951fff
RANDOM SEED=503292400

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.487
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.487
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.487
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.487
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:        30945244 kB
Buffers:           64980 kB
Cached:           286536 kB
SwapCached:            0 kB
Active:           760308 kB
Inactive:         278788 kB
Active(anon):     690004 kB
Inactive(anon):        4 kB
Active(file):      70304 kB
Inactive(file):   278784 kB
Unevictable:      176152 kB
Mlocked:          170020 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3124 kB
Writeback:             0 kB
AnonPages:        963396 kB
Mapped:            14852 kB
Shmem:               204 kB
Slab:             577256 kB
SReclaimable:      21568 kB
SUnreclaim:       555688 kB
KernelStack:        1472 kB
PageTables:         5740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1244320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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= 71732 MiB
End job on node105 at 2016-06-29 22:25:25