Trace number 4109062

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT binary search 2016-05-01? (TO) 1800.05 1800.34

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-tanglegram1.opb
MD5SUMeea015c3a78884de3d3a35aee07e2edf
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5182
Best CPU time to get the best result obtained on this benchmark1210.91
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables34759
Total number of constraints68342
Number of constraints which are clauses68342
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 34171
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 34171
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 34171
Number of bits of the biggest sum of numbers16
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.09/0.12	c * #variable= 34759 #constraint= 68342
0.29/0.32	c * #variable= 34759 #constraint= 68342
38.19/38.22	c S1->S2
38.19/38.22	c #Conflicts:       1000 | #Learnt:       1000 | 0.000
38.19/38.22	c total clause space: 545.701MB
38.19/38.22	c total #watches: 15446152
139.07/139.10	c total #propagations: 2054874 / total #impl: 11529780 (eff. 0.178)
139.07/139.10	c #Conflicts:       2000 | #Learnt:       2000 | 0.000
139.07/139.10	c total clause space: 886.764MB
139.07/139.10	c total #watches: 19918575
187.46/187.51	c total #propagations: 3955036 / total #impl: 19603743 (eff. 0.202)
187.46/187.51	c GC COLLECT
187.46/187.51	c #Conflicts:       3000 | #Learnt:       2004 | 0.000
187.46/187.51	c total clause space: 1440.99MB
187.46/187.51	c total #watches: 28985456
294.85/294.90	c total #propagations: 5007909 / total #impl: 27376754 (eff. 0.183)
294.85/294.90	c #Conflicts:       4000 | #Learnt:       3004 | 0.000
294.85/294.90	c total clause space: 1440.99MB
294.85/294.90	c total #watches: 32334046
379.54/379.62	c total #propagations: 8240275 / total #impl: 57593800 (eff. 0.143)
379.54/379.62	c GC COLLECT
379.54/379.62	c #Conflicts:       5000 | #Learnt:       2328 | 0.000
379.54/379.62	c total clause space: 1440.99MB
379.54/379.62	c total #watches: 29424226
694.58/694.76	c total #propagations: 9102952 / total #impl: 63380525 (eff. 0.144)
694.58/694.76	c #Conflicts:       6000 | #Learnt:       3328 | 0.000
694.58/694.76	c total clause space: 2341.61MB
694.58/694.76	c total #watches: 55205844

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

pid=18695
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.17 2.21 2.18 3/176 18698
/proc/meminfo: memFree=29593572/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 257 0 0 0 0 0 0 0 20 0 1 0 30764404 57319424 7292 33554432000 4194304 6211289 140736579223264 140733827645272 4206544 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 13994 7292 98 493 0 13491 0

[startup+0.100127 s]
/proc/loadavg: 2.17 2.21 2.18 3/176 18698
/proc/meminfo: memFree=29593572/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=60100 CPUtime=0.09 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 1748 0 0 0 9 0 0 0 20 0 1 0 30764404 61542400 11785 33554432000 4194304 6211289 140736579223264 140733827645272 5418912 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 15025 11785 121 493 0 14522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60100

[startup+0.200347 s]
/proc/loadavg: 2.17 2.21 2.18 3/176 18698
/proc/meminfo: memFree=29593572/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=69972 CPUtime=0.19 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 3748 0 0 0 18 1 0 0 20 0 1 0 30764404 71651328 15101 33554432000 4194304 6211289 140736579223264 140733827645272 4228081 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 17493 15102 144 493 0 16990 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 69972

[startup+0.30034 s]
/proc/loadavg: 2.17 2.21 2.18 3/176 18698
/proc/meminfo: memFree=29593572/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=77892 CPUtime=0.29 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 4557 0 0 0 27 2 0 0 20 0 1 0 30764404 79761408 16932 33554432000 4194304 6211289 140736579223264 140733827645272 4228081 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 19473 16932 144 493 0 18970 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77892

[startup+0.700295 s]
/proc/loadavg: 2.17 2.21 2.18 3/176 18698
/proc/meminfo: memFree=29593572/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=121604 CPUtime=0.69 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 8033 0 0 0 66 3 0 0 20 0 1 0 30764404 124522496 24305 33554432000 4194304 6211289 140736579223264 140736579221176 4202033 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 30401 24305 204 493 0 29898 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121604

[startup+1.5003 s]
/proc/loadavg: 2.17 2.21 2.18 3/177 18699
/proc/meminfo: memFree=29454408/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=186288 CPUtime=1.49 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 12028 0 0 0 145 4 0 0 20 0 1 0 30764404 190758912 40049 33554432000 4194304 6211289 140736579223264 140736579221176 4241730 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 46572 40049 204 493 0 46069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 186288

[startup+3.10029 s]
/proc/loadavg: 2.17 2.21 2.18 3/177 18699
/proc/meminfo: memFree=29401364/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=367088 CPUtime=3.08 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 24777 0 0 0 300 8 0 0 20 0 1 0 30764404 375898112 73719 33554432000 4194304 6211289 140736579223264 140736579221176 4201991 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 91772 73719 204 493 0 91269 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 367088

[startup+6.30029 s]
/proc/loadavg: 2.16 2.21 2.18 4/177 18745
/proc/meminfo: memFree=29534636/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=501448 CPUtime=6.28 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 25477 0 0 0 619 9 0 0 20 0 1 0 30764404 513482752 95880 33554432000 4194304 6211289 140736579223264 140736579221256 4209403 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 125362 95880 204 493 0 124859 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 501448

[startup+12.7003 s]
/proc/loadavg: 2.22 2.22 2.18 3/177 18745
/proc/meminfo: memFree=29493168/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=566684 CPUtime=12.69 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 41760 0 0 0 1256 13 0 0 20 0 1 0 30764404 580284416 123916 33554432000 4194304 6211289 140736579223264 140736579221176 4242727 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 141671 123916 204 493 0 141168 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 566684

[startup+25.5004 s]
/proc/loadavg: 2.25 2.22 2.19 3/177 18745
/proc/meminfo: memFree=29159760/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=785416 CPUtime=25.48 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 42961 0 0 0 2530 18 0 0 20 0 1 0 30764404 804265984 181325 33554432000 4194304 6211289 140736579223264 140736579221256 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 196354 181325 204 493 0 195851 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 785416

[startup+51.1004 s]
/proc/loadavg: 2.30 2.24 2.19 4/178 18749
/proc/meminfo: memFree=28900608/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=1268972 CPUtime=51.08 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 76810 0 0 0 5081 27 0 0 20 0 1 0 30764404 1299427328 241233 33554432000 4194304 6211289 140736579223264 140736579221128 4209230 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 317243 241233 214 493 0 316740 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1268972

[startup+102.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/178 18773
/proc/meminfo: memFree=28823804/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=1272444 CPUtime=102.28 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 77679 0 0 0 10200 28 0 0 20 0 1 0 30764404 1302982656 257943 33554432000 4194304 6211289 140736579223264 140736579221176 4209306 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 318111 257943 214 493 0 317608 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1272444

[startup+162.3 s]
/proc/loadavg: 2.30 2.24 2.19 3/177 18774
/proc/meminfo: memFree=28791988/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=1272444 CPUtime=162.26 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 81521 0 0 0 16198 28 0 0 20 0 1 0 30764404 1302982656 262996 33554432000 4194304 6211289 140736579223264 140736579221608 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 318111 262996 214 493 0 317608 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 1272444

[startup+222.307 s]
/proc/loadavg: 2.26 2.24 2.19 3/177 18775
/proc/meminfo: memFree=28365692/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=1841980 CPUtime=222.26 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 82644 0 0 0 22192 34 0 0 20 0 1 0 30764404 1886187520 365294 33554432000 4194304 6211289 140736579223264 140736579221176 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 460495 365294 219 493 0 459992 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1841980

[startup+282.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/177 18776
/proc/meminfo: memFree=28351912/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=1841980 CPUtime=282.25 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 82645 0 0 0 28191 34 0 0 20 0 1 0 30764404 1886187520 365806 33554432000 4194304 6211289 140736579223264 140736579221176 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 460495 365806 219 493 0 459992 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 1841980

[startup+342.3 s]
/proc/loadavg: 2.27 2.24 2.19 3/177 18778
/proc/meminfo: memFree=28005144/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=2110144 CPUtime=342.23 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 137218 0 0 0 34180 43 0 0 20 0 1 0 30764404 2160787456 452192 33554432000 4194304 6211289 140736579223264 140736579221176 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 527536 452192 219 493 0 527033 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 2110144

[startup+402.3 s]
/proc/loadavg: 2.15 2.21 2.18 3/177 18779
/proc/meminfo: memFree=27374280/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=402.23 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152526 0 0 0 40161 62 0 0 20 0 1 0 30764404 3114418176 609554 33554432000 4194304 6211289 140736579223264 140736579221256 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 609554 219 493 0 759853 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 3041424

[startup+462.3 s]
/proc/loadavg: 2.26 2.23 2.18 4/177 18780
/proc/meminfo: memFree=27371920/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=462.22 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152686 0 0 0 46160 62 0 0 20 0 1 0 30764404 3114418176 609714 33554432000 4194304 6211289 140736579223264 140736579221256 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 609714 219 493 0 759853 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 3041424

[startup+522.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 18781
/proc/meminfo: memFree=27369132/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=522.21 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152687 0 0 0 52159 62 0 0 20 0 1 0 30764404 3114418176 610226 33554432000 4194304 6211289 140736579223264 140736579221256 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 610226 219 493 0 759853 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3041424

[startup+582.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 18782
/proc/meminfo: memFree=27352496/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=582.2 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152687 0 0 0 58158 62 0 0 20 0 1 0 30764404 3114418176 610226 33554432000 4194304 6211289 140736579223264 140736579221256 4209507 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 610226 219 493 0 759853 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3041424


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


[startup+942.3 s]
/proc/loadavg: 2.24 2.24 2.19 3/177 18792
/proc/meminfo: memFree=27333216/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=942.15 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152688 0 0 0 94153 62 0 0 20 0 1 0 30764404 3114418176 611720 33554432000 4194304 6211289 140736579223264 140736579221608 4209403 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 611720 219 493 0 759853 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 3041424

[startup+1002.3 s]
/proc/loadavg: 2.20 2.23 2.18 3/177 18794
/proc/meminfo: memFree=27331556/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=1002.14 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152688 0 0 0 100152 62 0 0 20 0 1 0 30764404 3114418176 611899 33554432000 4194304 6211289 140736579223264 140736579221608 4209384 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 611899 219 493 0 759853 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 3041424

[startup+1062.3 s]
/proc/loadavg: 2.13 2.20 2.18 3/177 18795
/proc/meminfo: memFree=27331312/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=1062.13 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152688 0 0 0 106151 62 0 0 20 0 1 0 30764404 3114418176 611905 33554432000 4194304 6211289 140736579223264 140736579221608 4209314 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 611905 219 493 0 759853 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 3041424

[startup+1122.3 s]
/proc/loadavg: 2.16 2.20 2.18 3/177 18796
/proc/meminfo: memFree=27330884/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=1122.12 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152689 0 0 0 112150 62 0 0 20 0 1 0 30764404 3114418176 611905 33554432000 4194304 6211289 140736579223264 140736579221608 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 611905 219 493 0 759853 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 3041424

[startup+1182.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 18797
/proc/meminfo: memFree=27330796/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=1182.11 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152689 0 0 0 118149 62 0 0 20 0 1 0 30764404 3114418176 611905 33554432000 4194304 6211289 140736579223264 140736579221608 4209507 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 611905 219 493 0 759853 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 3041424

[startup+1242.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/178 18801
/proc/meminfo: memFree=27328788/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3041424 CPUtime=1242.1 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152690 0 0 0 124148 62 0 0 20 0 1 0 30764404 3114418176 611905 33554432000 4194304 6211289 140736579223264 140736579221608 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760356 611905 219 493 0 759853 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3041424

[startup+1302.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/177 18803
/proc/meminfo: memFree=27326532/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3042192 CPUtime=1302.09 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152796 0 0 0 130147 62 0 0 20 0 1 0 30764404 3115204608 612518 33554432000 4194304 6211289 140736579223264 140736579221256 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760548 612518 219 493 0 760045 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3042192

[startup+1362.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 18804
/proc/meminfo: memFree=27326752/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3042192 CPUtime=1362.08 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152796 0 0 0 136146 62 0 0 20 0 1 0 30764404 3115204608 612518 33554432000 4194304 6211289 140736579223264 140736579221256 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760548 612518 219 493 0 760045 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 3042192

[startup+1422.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/177 18805
/proc/meminfo: memFree=27192080/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3042704 CPUtime=1422.08 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 152986 0 0 0 142144 64 0 0 20 0 1 0 30764404 3115728896 644901 33554432000 4194304 6211289 140736579223264 140736579221176 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760676 644901 219 493 0 760173 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 3042704

[startup+1482.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/177 18806
/proc/meminfo: memFree=27166120/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3043312 CPUtime=1482.05 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 153207 0 0 0 148141 64 0 0 20 0 1 0 30764404 3116351488 646650 33554432000 4194304 6211289 140736579223264 140736579221176 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760828 646650 219 493 0 760325 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 3043312

[startup+1542.31 s]
/proc/loadavg: 2.29 2.22 2.19 3/177 18807
/proc/meminfo: memFree=27156456/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3043312 CPUtime=1542.05 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 153208 0 0 0 154141 64 0 0 20 0 1 0 30764404 3116351488 646650 33554432000 4194304 6211289 140736579223264 140736579221176 4209484 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 760828 646650 219 493 0 760325 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 3043312

[startup+1602.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 18809
/proc/meminfo: memFree=27073336/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3044244 CPUtime=1602.03 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 153420 0 0 0 160138 65 0 0 20 0 1 0 30764404 3117305856 667302 33554432000 4194304 6211289 140736579223264 140736579221176 4209388 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 761061 667302 219 493 0 760558 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 3044244

[startup+1662.3 s]
/proc/loadavg: 2.18 2.20 2.18 3/177 18810
/proc/meminfo: memFree=27058252/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3044244 CPUtime=1662.02 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 153427 0 0 0 166137 65 0 0 20 0 1 0 30764404 3117305856 670886 33554432000 4194304 6211289 140736579223264 140736579221176 4209376 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 761061 670886 219 493 0 760558 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 3044244

[startup+1722.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 18811
/proc/meminfo: memFree=26696568/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3502384 CPUtime=1722.01 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 225633 0 0 0 172125 76 0 0 20 0 1 0 30764404 3586441216 759952 33554432000 4194304 6211289 140736579223264 140736579221256 4209392 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 875596 759952 219 493 0 875093 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 3502384

[startup+1782.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/177 18812
/proc/meminfo: memFree=26685820/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3509652 CPUtime=1782.01 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 226795 0 0 0 178124 77 0 0 20 0 1 0 30764404 3593883648 761114 33554432000 4194304 6211289 140736579223264 140736579221256 4209396 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 877413 761114 219 493 0 876910 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 3509652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/177 18812
/proc/meminfo: memFree=26677788/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3509652 CPUtime=1800.01 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 226811 0 0 0 179924 77 0 0 20 0 1 0 30764404 3593883648 761130 33554432000 4194304 6211289 140736579223264 140736579221256 4209501 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 877413 761130 219 493 0 876910 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3509652

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

[startup+1800.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/177 18812
/proc/meminfo: memFree=26677788/32872528 swapFree=1590032/1720848
[pid=18698] ppid=18695 vsize=3509652 CPUtime=1800.01 cores=0,2,4,6
/proc/18698/stat : 18698 (cdcl-cuttingpla) R 18695 18698 17709 0 -1 4202496 226811 0 0 0 179924 77 0 0 20 0 1 0 30764404 3593883648 761130 33554432000 4194304 6211289 140736579223264 140736579221256 4209501 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/18698/statm: 877413 761130 219 493 0 876910 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 3509652

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.34
CPU time (s): 1800.05
CPU user time (s): 1799.24
CPU system time (s): 0.812876
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 3509652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.812876
maximum resident set size= 3044520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226811
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= 18
involuntary context switches= 1911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74028 second user time and 6.71898 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 23:59:21
IDJOB=4109062
IDBENCH=89839
IDSOLVER=2549
FILE ID=node120/4109062-1466287161
RUNJOBID= node120-1466276353-17725
PBS_JOBID= 19918258
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= eea015c3a78884de3d3a35aee07e2edf
RANDOM SEED=29614638

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.935
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.56
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.935
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.56
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.935
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.935
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:        29593744 kB
Buffers:          147084 kB
Cached:           276436 kB
SwapCached:         2256 kB
Active:           492108 kB
Inactive:         313132 kB
Active(anon):     381116 kB
Inactive(anon):     2960 kB
Active(file):     110992 kB
Inactive(file):   310172 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099616 kB
Dirty:              5220 kB
Writeback:             0 kB
AnonPages:       2151324 kB
Mapped:             9224 kB
Shmem:                 0 kB
Slab:             617456 kB
SReclaimable:      61308 kB
SUnreclaim:       556148 kB
KernelStack:        1472 kB
PageTables:         8004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2340556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    544768 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= 71712 MiB
End job on node120 at 2016-06-19 00:29:21