Trace number 4101520

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/
MIPLIB/miplib/normalized-reduced-mps-v2-20-10-p6000.opb
MD5SUMe2f15e37dec17456fb4044387114eb48
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-73511
Best CPU time to get the best result obtained on this benchmark1800.71
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -98107
Optimality of the best value was proved YES
Number of variables6000
Total number of constraints2171
Number of constraints which are clauses222
Number of constraints which are cardinality constraints (but not clauses)1914
Number of constraints which are nor clauses,nor cardinality constraints35
Minimum length of a constraint2
Maximum length of a constraint5998
Number of terms in the objective function 5995
Biggest coefficient in the objective function 3684
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 527319
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 25616
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 527319
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= 6000 #constraint= 2171
117.47/117.53	c #Conflicts:       1000 | #Learnt:       1118 | 0.069
117.47/117.53	c total clause space: 206.656MB
117.47/117.53	c total #watches: 206802
308.34/308.49	c total #propagations: 28709 / total #impl: 353363 (eff. 0.081)
308.34/308.49	c #Conflicts:       2000 | #Learnt:       2179 | 0.040
308.34/308.49	c total clause space: 545.701MB
308.34/308.49	c total #watches: 340875
488.61/488.70	c total #propagations: 49755 / total #impl: 1016187 (eff. 0.049)
488.61/488.70	c GC COLLECT
488.61/488.70	c #Conflicts:       3000 | #Learnt:       2182 | 0.029
488.61/488.70	c total clause space: 545.701MB
488.61/488.70	c total #watches: 435615
765.37/765.57	c total #propagations: 68626 / total #impl: 2039805 (eff. 0.034)
765.37/765.57	c #Conflicts:       4000 | #Learnt:       3226 | 0.028
765.37/765.57	c total clause space: 886.764MB
765.37/765.57	c total #watches: 579289
1199.00/1199.23	c total #propagations: 87985 / total #impl: 3950609 (eff. 0.022)
1199.00/1199.23	c GC COLLECT
1199.00/1199.23	c #Conflicts:       5000 | #Learnt:       2619 | 0.024
1199.00/1199.23	c total clause space: 886.764MB
1199.00/1199.23	c total #watches: 779659
1706.22/1706.54	c total #propagations: 109723 / total #impl: 9306622 (eff. 0.012)
1706.22/1706.54	c #Conflicts:       6000 | #Learnt:       3653 | 0.074
1706.22/1706.54	c total clause space: 886.764MB
1706.22/1706.54	c total #watches: 1752526

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

pid=22215
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.27 2.15 2.14 4/176 22218
/proc/meminfo: memFree=30281976/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 27148686 29810688 5268 33554432000 4194304 6201397 140737161137328 140737182211128 4211056 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 7278 5268 130 491 0 6777 0

[startup+0.100174 s]
/proc/loadavg: 2.27 2.15 2.14 4/176 22218
/proc/meminfo: memFree=30281976/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=34268 CPUtime=0.09 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 715 0 0 0 9 0 0 0 20 0 1 0 27148686 35090432 7157 33554432000 4194304 6201397 140737161137328 140737182211128 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 8567 7157 146 491 0 8066 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34268

[startup+0.20036 s]
/proc/loadavg: 2.27 2.15 2.14 4/176 22218
/proc/meminfo: memFree=30281976/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=34268 CPUtime=0.19 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 715 0 0 0 19 0 0 0 20 0 1 0 27148686 35090432 7157 33554432000 4194304 6201397 140737161137328 140737182211128 4213268 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 8567 7157 146 491 0 8066 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34268

[startup+0.300249 s]
/proc/loadavg: 2.27 2.15 2.14 4/176 22218
/proc/meminfo: memFree=30281976/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=34292 CPUtime=0.29 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 739 0 0 0 29 0 0 0 20 0 1 0 27148686 35115008 7176 33554432000 4194304 6201397 140737161137328 140737182211128 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 8573 7176 146 491 0 8072 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34292

[startup+0.700203 s]
/proc/loadavg: 2.27 2.15 2.14 4/176 22218
/proc/meminfo: memFree=30281976/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=34484 CPUtime=0.69 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 812 0 0 0 69 0 0 0 20 0 1 0 27148686 35311616 7242 33554432000 4194304 6201397 140737161137328 140737182211128 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 8621 7242 146 491 0 8120 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34484

[startup+1.50028 s]
/proc/loadavg: 2.27 2.15 2.14 4/177 22219
/proc/meminfo: memFree=30246288/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=37364 CPUtime=1.49 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 995 0 0 0 149 0 0 0 20 0 1 0 27148686 38260736 7915 33554432000 4194304 6201397 140737161137328 140737161136280 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 9341 7915 147 491 0 8840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37364

[startup+3.10028 s]
/proc/loadavg: 2.27 2.15 2.14 4/177 22219
/proc/meminfo: memFree=30239960/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=42116 CPUtime=3.09 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 1365 0 0 0 309 0 0 0 20 0 1 0 27148686 43126784 9015 33554432000 4194304 6201397 140737161137328 140737161136104 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 10529 9015 147 491 0 10028 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42116

[startup+6.30028 s]
/proc/loadavg: 2.33 2.16 2.15 4/177 22219
/proc/meminfo: memFree=30226920/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=61564 CPUtime=6.28 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 2043 0 0 0 628 0 0 0 20 0 1 0 27148686 63041536 10975 33554432000 4194304 6201397 140737161137328 140737161135944 4213700 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 15391 10975 147 491 0 14890 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 61564

[startup+12.7003 s]
/proc/loadavg: 2.30 2.16 2.15 3/177 22219
/proc/meminfo: memFree=30206824/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=80988 CPUtime=12.69 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 2407 0 0 0 1268 1 0 0 20 0 1 0 27148686 82931712 14820 33554432000 4194304 6201397 140737161137328 140737161135944 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 20247 14820 147 491 0 19746 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80988

[startup+25.5003 s]
/proc/loadavg: 2.30 2.16 2.15 3/177 22219
/proc/meminfo: memFree=30130456/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=113220 CPUtime=25.48 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 4676 0 0 0 2547 1 0 0 20 0 1 0 27148686 115937280 21971 33554432000 4194304 6201397 140737161137328 140737161135992 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 28305 21971 147 491 0 27804 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 113220

[startup+51.1003 s]
/proc/loadavg: 2.35 2.18 2.15 3/177 22219
/proc/meminfo: memFree=30085196/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=166276 CPUtime=51.08 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 7480 0 0 0 5105 3 0 0 20 0 1 0 27148686 170266624 30533 33554432000 4194304 6201397 140737161137328 140737161136280 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 41569 30533 147 491 0 41068 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 166276

[startup+102.3 s]
/proc/loadavg: 2.31 2.20 2.16 3/177 22220
/proc/meminfo: memFree=29967008/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=252304 CPUtime=102.28 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 14776 0 0 0 10222 6 0 0 20 0 1 0 27148686 258359296 55895 33554432000 4194304 6201397 140737161137328 140737161136280 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 63076 55895 147 491 0 62575 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 252304

[startup+162.3 s]
/proc/loadavg: 2.23 2.20 2.16 3/177 22221
/proc/meminfo: memFree=29871000/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=385484 CPUtime=162.27 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 16458 0 0 0 16219 8 0 0 20 0 1 0 27148686 394735616 75043 33554432000 4194304 6201397 140737161137328 140737161136280 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 96371 75043 160 491 0 95870 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 385484

[startup+222.307 s]
/proc/loadavg: 2.16 2.19 2.16 3/178 22225
/proc/meminfo: memFree=29737500/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=391720 CPUtime=222.26 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 22938 0 0 0 22215 11 0 0 20 0 1 0 27148686 401121280 92186 33554432000 4194304 6201397 140737161137328 140737161135992 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 97930 92186 160 491 0 97429 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 391720

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.17 3/178 22250
/proc/meminfo: memFree=29669676/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=608952 CPUtime=282.24 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 28265 0 0 0 28212 12 0 0 20 0 1 0 27148686 623566848 105060 33554432000 4194304 6201397 140737161137328 140737161136104 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 152238 105060 160 491 0 151737 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 608952

[startup+342.3 s]
/proc/loadavg: 2.22 2.20 2.17 3/177 22251
/proc/meminfo: memFree=29631520/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=610316 CPUtime=342.23 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 30795 0 0 0 34209 14 0 0 20 0 1 0 27148686 624963584 112066 33554432000 4194304 6201397 140737161137328 140737161136136 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 152579 112066 166 491 0 152078 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 610316

[startup+402.3 s]
/proc/loadavg: 2.23 2.21 2.18 3/177 22252
/proc/meminfo: memFree=29628924/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=611472 CPUtime=402.23 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 34087 0 0 0 40208 15 0 0 20 0 1 0 27148686 626147328 112355 33554432000 4194304 6201397 140737161137328 140737161136280 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 152868 112355 166 491 0 152367 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 611472

[startup+462.3 s]
/proc/loadavg: 2.15 2.18 2.17 3/177 22253
/proc/meminfo: memFree=29622280/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=613632 CPUtime=462.22 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 36042 0 0 0 46206 16 0 0 20 0 1 0 27148686 628359168 112908 33554432000 4194304 6201397 140737161137328 140737161136104 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 153408 112908 166 491 0 152907 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 613632

[startup+522.3 s]
/proc/loadavg: 2.23 2.21 2.18 3/177 22254
/proc/meminfo: memFree=29580468/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=613752 CPUtime=522.21 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 36188 0 0 0 52205 16 0 0 20 0 1 0 27148686 628482048 115503 33554432000 4194304 6201397 140737161137328 140737161136104 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 153438 115503 166 491 0 152937 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 613752

[startup+582.3 s]
/proc/loadavg: 2.31 2.23 2.19 3/177 22256
/proc/meminfo: memFree=29542364/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=613860 CPUtime=582.2 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 37057 0 0 0 58203 17 0 0 20 0 1 0 27148686 628592640 122704 33554432000 4194304 6201397 140737161137328 140737161136280 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 153465 122704 166 491 0 152964 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 613860


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


[startup+942.3 s]
/proc/loadavg: 2.14 2.21 2.18 3/177 22266
/proc/meminfo: memFree=29228840/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=978756 CPUtime=942.14 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 53377 0 0 0 94189 25 0 0 20 0 1 0 27148686 1002246144 179320 33554432000 4194304 6201397 140737161137328 140737161136280 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 244689 179320 166 491 0 244188 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 978756

[startup+1002.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/177 22267
/proc/meminfo: memFree=29207416/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=978756 CPUtime=1002.13 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 54025 0 0 0 100188 25 0 0 20 0 1 0 27148686 1002246144 179320 33554432000 4194304 6201397 140737161137328 140737161136280 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 244689 179320 166 491 0 244188 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 978756

[startup+1062.3 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 22268
/proc/meminfo: memFree=29200612/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=978780 CPUtime=1062.12 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 55454 0 0 0 106186 26 0 0 20 0 1 0 27148686 1002270720 179326 33554432000 4194304 6201397 140737161137328 140737161136280 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 244695 179326 166 491 0 244194 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 978780

[startup+1122.3 s]
/proc/loadavg: 2.19 2.21 2.18 3/177 22269
/proc/meminfo: memFree=29195532/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=978868 CPUtime=1122.11 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 55896 0 0 0 112185 26 0 0 20 0 1 0 27148686 1002360832 179348 33554432000 4194304 6201397 140737161137328 140737161136136 4213249 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 244717 179348 166 491 0 244216 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 978868

[startup+1182.3 s]
/proc/loadavg: 2.28 2.23 2.19 4/177 22271
/proc/meminfo: memFree=29192344/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=982248 CPUtime=1182.11 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 58367 0 0 0 118184 27 0 0 20 0 1 0 27148686 1005821952 180185 33554432000 4194304 6201397 140737161137328 140737161135992 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 245562 180185 166 491 0 245061 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 982248

[startup+1242.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/177 22272
/proc/meminfo: memFree=29186900/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=982528 CPUtime=1242.09 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 65638 0 0 0 124181 28 0 0 20 0 1 0 27148686 1006108672 180263 33554432000 4194304 6201397 140737161137328 140737161136280 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 245632 180263 166 491 0 245131 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 982528

[startup+1302.3 s]
/proc/loadavg: 2.12 2.19 2.17 4/177 22273
/proc/meminfo: memFree=29106132/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=982732 CPUtime=1302.09 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 69009 0 0 0 130179 30 0 0 20 0 1 0 27148686 1006317568 180314 33554432000 4194304 6201397 140737161137328 140737161136280 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 245683 180314 166 491 0 245182 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 982732

[startup+1362.3 s]
/proc/loadavg: 2.15 2.18 2.17 3/177 22274
/proc/meminfo: memFree=29099292/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=985924 CPUtime=1362.08 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 72375 0 0 0 136177 31 0 0 20 0 1 0 27148686 1009586176 181131 33554432000 4194304 6201397 140737161137328 140737161135992 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 246481 181131 166 491 0 245980 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 985924

[startup+1422.3 s]
/proc/loadavg: 2.11 2.16 2.17 3/178 22278
/proc/meminfo: memFree=29078784/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=991464 CPUtime=1422.07 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 73752 0 0 0 142176 31 0 0 20 0 1 0 27148686 1015259136 182253 33554432000 4194304 6201397 140737161137328 140737161136280 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 247866 182253 166 491 0 247365 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 991464

[startup+1482.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/177 22280
/proc/meminfo: memFree=29062280/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=997616 CPUtime=1482.06 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 75983 0 0 0 148173 33 0 0 20 0 1 0 27148686 1021558784 183547 33554432000 4194304 6201397 140737161137328 140737161135992 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 249404 183547 166 491 0 248903 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 997616

[startup+1542.31 s]
/proc/loadavg: 2.16 2.17 2.17 3/177 22281
/proc/meminfo: memFree=29054756/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=999376 CPUtime=1542.06 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 77184 0 0 0 154173 33 0 0 20 0 1 0 27148686 1023361024 183887 33554432000 4194304 6201397 140737161137328 140737161136280 4213178 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 249844 183887 166 491 0 249343 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 999376

[startup+1602.3 s]
/proc/loadavg: 2.19 2.17 2.17 3/177 22282
/proc/meminfo: memFree=29050800/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=999376 CPUtime=1602.04 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 77460 0 0 0 160171 33 0 0 20 0 1 0 27148686 1023361024 183888 33554432000 4194304 6201397 140737161137328 140737161136280 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 249844 183888 166 491 0 249343 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 999376

[startup+1662.3 s]
/proc/loadavg: 2.11 2.15 2.16 3/177 22283
/proc/meminfo: memFree=29036476/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=999376 CPUtime=1662.03 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 77779 0 0 0 166170 33 0 0 20 0 1 0 27148686 1023361024 184912 33554432000 4194304 6201397 140737161137328 140737161136280 4213168 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 249844 184912 166 491 0 249343 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 999376

[startup+1722.3 s]
/proc/loadavg: 2.19 2.16 2.17 3/177 22284
/proc/meminfo: memFree=29001212/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=999792 CPUtime=1722.02 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 80398 0 0 0 172168 34 0 0 20 0 1 0 27148686 1023787008 191633 33554432000 4194304 6201397 140737161137328 140737161135992 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 249948 191633 166 491 0 249447 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 999792

[startup+1782.3 s]
/proc/loadavg: 2.13 2.15 2.16 3/177 22286
/proc/meminfo: memFree=28992284/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=1000836 CPUtime=1782.02 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 81305 0 0 0 178167 35 0 0 20 0 1 0 27148686 1024856064 193426 33554432000 4194304 6201397 140737161137328 140737161136280 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 250209 193426 166 491 0 249708 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 1000836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.16 2.15 2.16 3/177 22332
/proc/meminfo: memFree=29498972/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=1001040 CPUtime=1800.01 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 81851 0 0 0 179966 35 0 0 20 0 1 0 27148686 1025064960 195015 33554432000 4194304 6201397 140737161137328 140737161136280 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 250260 195015 166 491 0 249759 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1001040

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

[startup+1800.3 s]
/proc/loadavg: 2.16 2.15 2.16 3/177 22332
/proc/meminfo: memFree=29498972/32872528 swapFree=1370848/1518016
[pid=22218] ppid=22215 vsize=1001040 CPUtime=1800.01 cores=1,3,5,7
/proc/22218/stat : 22218 (cdcl-cuttingpla) R 22215 22218 21009 0 -1 4202496 81851 0 0 0 179966 35 0 0 20 0 1 0 27148686 1025064960 195015 33554432000 4194304 6201397 140737161137328 140737161136280 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/22218/statm: 250260 195015 166 491 0 249759 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1001040

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.359945
maximum resident set size= 780100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81851
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= 6
involuntary context switches= 1914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74628 second user time and 7.00293 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 13:57:02
IDJOB=4101520
IDBENCH=1760
IDSOLVER=2550
FILE ID=node129/4101520-1466251022
RUNJOBID= node129-1466240214-21026
PBS_JOBID= 19918189
Free space on /tmp= 71736 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-p6000.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101520-1466251022/watcher-4101520-1466251022 -o /tmp/evaluation-result-4101520-1466251022/solver-4101520-1466251022 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466240214-21026 --watchdog 1960 --input HOME/instance-4101520-1466251022.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= e2f15e37dec17456fb4044387114eb48
RANDOM SEED=596731612

node129.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.143
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.28
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.143
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.143
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.143
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.143
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.143
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.54
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.143
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.143
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30282628 kB
Buffers:          133776 kB
Cached:           155540 kB
SwapCached:         1940 kB
Active:           116760 kB
Inactive:         220112 kB
Active(anon):      49220 kB
Inactive(anon):     1076 kB
Active(file):      67540 kB
Inactive(file):   219036 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:              5808 kB
Writeback:             0 kB
AnonPages:       1564908 kB
Mapped:             7756 kB
Shmem:                 0 kB
Slab:             601452 kB
SReclaimable:      44884 kB
SUnreclaim:       556568 kB
KernelStack:        1464 kB
PageTables:         6920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1687888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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 node129 at 2016-06-18 14:27:02