Trace number 4087670

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.01 1800.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark816.709
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
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 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
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.11	c * #variable= 21320 #constraint= 79746
0.29/0.31	c * #variable= 21320 #constraint= 79746
4.29/4.38	c #Conflicts:       1000 | #Learnt:        999 | 0.000
4.29/4.38	c total clause space: 48.1602MB
4.29/4.38	c total #watches: 450267
29.79/29.85	c total #propagations: 2560657 / total #impl: 12692414 (eff. 0.202)
29.79/29.85	c #Conflicts:       2000 | #Learnt:       1999 | 0.000
29.79/29.85	c total clause space: 78.2603MB
29.79/29.85	c total #watches: 899756
58.08/58.12	c total #propagations: 6208076 / total #impl: 49221318 (eff. 0.126)
58.08/58.12	c GC COLLECT
58.08/58.12	c #Conflicts:       3000 | #Learnt:       2003 | 0.000
58.08/58.12	c total clause space: 127.173MB
58.08/58.12	c total #watches: 1181172
146.06/146.16	c total #propagations: 9286983 / total #impl: 193550680 (eff. 0.048)
146.06/146.16	c #Conflicts:       4000 | #Learnt:       3003 | 0.000
146.06/146.16	c total clause space: 206.656MB
146.06/146.16	c total #watches: 1756511
628.39/628.57	c total #propagations: 10545346 / total #impl: 860627596 (eff. 0.012)
628.39/628.57	c GC COLLECT
628.39/628.57	c #Conflicts:       5000 | #Learnt:       2366 | 0.000
628.39/628.57	c total clause space: 206.656MB
628.39/628.57	c total #watches: 1704759
1432.55/1432.87	c total #propagations: 13011164 / total #impl: 10739699413 (eff. 0.001)
1432.55/1432.87	c #Conflicts:       6000 | #Learnt:       3366 | 0.000
1432.55/1432.87	c total clause space: 335.816MB
1432.55/1432.87	c total #watches: 2126566
1519.04/1519.37	c total #propagations: 15491200 / total #impl: 15809834267 (eff. 0.001)
1519.04/1519.37	c GC COLLECT
1519.04/1519.37	c #Conflicts:       7000 | #Learnt:       2235 | 0.000
1519.04/1519.37	c total clause space: 335.816MB
1519.04/1519.37	c total #watches: 1697078

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-4087670-1465434254/watcher-4087670-1465434254 -o /tmp/evaluation-result-4087670-1465434254/solver-4087670-1465434254 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465427050-4398 --watchdog 1960 --input HOME/instance-4087670-1465434254.opb ./cdcl-cuttingplanes-opt-binarysearch-release 

pid=5016
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.10 2.16 2.17 4/177 5019
/proc/meminfo: memFree=26763724/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=55976 CPUtime=0 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 258 0 0 0 0 0 0 0 20 0 1 0 125359015 57319424 7805 33554432000 4194304 6211289 140736050855616 140734076315400 4206551 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 13994 7805 98 493 0 13491 0

[startup+0.100162 s]
/proc/loadavg: 2.10 2.16 2.17 4/177 5019
/proc/meminfo: memFree=26763724/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=59492 CPUtime=0.09 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 1676 0 0 0 9 0 0 0 20 0 1 0 125359015 60919808 11475 33554432000 4194304 6211289 140736050855616 140734076315400 5252361 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 14873 11475 121 493 0 14370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59492

[startup+0.200297 s]
/proc/loadavg: 2.10 2.16 2.17 4/177 5019
/proc/meminfo: memFree=26763724/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=70164 CPUtime=0.19 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 3057 0 0 0 18 1 0 0 20 0 1 0 125359015 71847936 14900 33554432000 4194304 6211289 140736050855616 140734076315400 4228081 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 17541 14900 143 493 0 17038 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 70164

[startup+0.300295 s]
/proc/loadavg: 2.10 2.16 2.17 4/177 5019
/proc/meminfo: memFree=26763724/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=83032 CPUtime=0.29 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 4430 0 0 0 28 1 0 0 20 0 1 0 125359015 85024768 16784 33554432000 4194304 6211289 140736050855616 140734076315400 4228081 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 20758 16785 143 493 0 20255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83032

[startup+0.70025 s]
/proc/loadavg: 2.10 2.16 2.17 4/177 5019
/proc/meminfo: memFree=26763724/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=104488 CPUtime=0.69 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 7957 0 0 0 67 2 0 0 20 0 1 0 125359015 106995712 22787 33554432000 4194304 6211289 140736050855616 140736050853080 4209163 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 26122 22787 150 493 0 25619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 104488

[startup+1.50029 s]
/proc/loadavg: 2.17 2.18 2.17 4/178 5020
/proc/meminfo: memFree=26670340/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=116432 CPUtime=1.49 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 8022 0 0 0 147 2 0 0 20 0 1 0 125359015 119226368 23360 33554432000 4194304 6211289 140736050855616 140736050853080 4209396 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 29108 23360 150 493 0 28605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116432

[startup+3.10025 s]
/proc/loadavg: 2.17 2.18 2.17 4/178 5020
/proc/meminfo: memFree=26667672/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=116856 CPUtime=3.09 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 8122 0 0 0 307 2 0 0 20 0 1 0 125359015 119660544 25504 33554432000 4194304 6211289 140736050855616 140736050853608 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 29214 25504 150 493 0 28711 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116856

[startup+6.30026 s]
/proc/loadavg: 2.17 2.18 2.17 3/178 5020
/proc/meminfo: memFree=26645152/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=138364 CPUtime=6.29 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 9049 0 0 0 627 2 0 0 20 0 1 0 125359015 141684736 29433 33554432000 4194304 6211289 140736050855616 140736050853528 4209388 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 34591 29433 160 493 0 34088 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138364

[startup+12.7003 s]
/proc/loadavg: 2.14 2.17 2.17 3/178 5020
/proc/meminfo: memFree=26628468/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=170552 CPUtime=12.69 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 9651 0 0 0 1266 3 0 0 20 0 1 0 125359015 174645248 33049 33554432000 4194304 6211289 140736050855616 140736050853528 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 42638 33049 160 493 0 42135 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170552

[startup+25.5003 s]
/proc/loadavg: 2.12 2.17 2.17 3/178 5066
/proc/meminfo: memFree=29153868/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=174228 CPUtime=25.49 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 10558 0 0 0 2546 3 0 0 20 0 1 0 125359015 178409472 35489 33554432000 4194304 6211289 140736050855616 140736050853528 4209396 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 43557 35489 160 493 0 43054 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 174228

[startup+51.1003 s]
/proc/loadavg: 2.26 2.20 2.18 3/178 5066
/proc/meminfo: memFree=28981540/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=226588 CPUtime=51.08 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 12409 0 0 0 5104 4 0 0 20 0 1 0 125359015 232026112 42335 33554432000 4194304 6211289 140736050855616 140736050853528 4209304 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 56647 42335 165 493 0 56144 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 226588

[startup+102.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/178 5067
/proc/meminfo: memFree=28896624/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=230560 CPUtime=102.28 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 13420 0 0 0 10223 5 0 0 20 0 1 0 125359015 236093440 53668 33554432000 4194304 6211289 140736050855616 140736050853528 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 57640 53668 165 493 0 57137 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 230560

[startup+162.3 s]
/proc/loadavg: 2.21 2.19 2.18 4/178 5068
/proc/meminfo: memFree=28810600/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=316008 CPUtime=162.27 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 14537 0 0 0 16220 7 0 0 20 0 1 0 125359015 323592192 68168 33554432000 4194304 6211289 140736050855616 140736050853480 4209388 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79002 68168 165 493 0 78499 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 316008

[startup+222.307 s]
/proc/loadavg: 2.30 2.21 2.19 4/178 5069
/proc/meminfo: memFree=28779204/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=318692 CPUtime=222.26 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16172 0 0 0 22219 7 0 0 20 0 1 0 125359015 326340608 75090 33554432000 4194304 6211289 140736050855616 140736050853528 4209376 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79673 75090 165 493 0 79170 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 318692

[startup+282.3 s]
/proc/loadavg: 2.21 2.20 2.18 3/178 5071
/proc/meminfo: memFree=28779516/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=318960 CPUtime=282.25 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16254 0 0 0 28218 7 0 0 20 0 1 0 125359015 326615040 75170 33554432000 4194304 6211289 140736050855616 140736050853608 4209396 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79740 75170 165 493 0 79237 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 318960

[startup+342.3 s]
/proc/loadavg: 2.21 2.19 2.18 3/178 5072
/proc/meminfo: memFree=28762564/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=318960 CPUtime=342.24 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16266 0 0 0 34217 7 0 0 20 0 1 0 125359015 326615040 75182 33554432000 4194304 6211289 140736050855616 140736050853608 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79740 75182 165 493 0 79237 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 318960

[startup+402.3 s]
/proc/loadavg: 2.23 2.20 2.18 3/179 5076
/proc/meminfo: memFree=28744384/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=319240 CPUtime=402.23 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16325 0 0 0 40216 7 0 0 20 0 1 0 125359015 326901760 75241 33554432000 4194304 6211289 140736050855616 140736050853608 4209497 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79810 75241 165 493 0 79307 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 319240

[startup+462.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/178 5077
/proc/meminfo: memFree=28741544/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=319520 CPUtime=462.22 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16404 0 0 0 46215 7 0 0 20 0 1 0 125359015 327188480 75320 33554432000 4194304 6211289 140736050855616 140736050853608 4209388 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79880 75320 165 493 0 79377 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 319520

[startup+522.3 s]
/proc/loadavg: 2.19 2.20 2.18 3/177 5078
/proc/meminfo: memFree=28741012/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=319944 CPUtime=522.21 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16522 0 0 0 52214 7 0 0 20 0 1 0 125359015 327622656 75438 33554432000 4194304 6211289 140736050855616 140736050853608 4209314 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 79986 75438 165 493 0 79483 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 319944

[startup+582.3 s]
/proc/loadavg: 2.27 2.22 2.19 4/178 5081
/proc/meminfo: memFree=28730584/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=320216 CPUtime=582.2 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16580 0 0 0 58213 7 0 0 20 0 1 0 125359015 327901184 75496 33554432000 4194304 6211289 140736050855616 140736050853528 4209244 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 80054 75496 165 493 0 79551 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 320216


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


[startup+942.3 s]
/proc/loadavg: 2.11 2.14 2.16 3/178 5088
/proc/meminfo: memFree=28670072/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=321916 CPUtime=942.15 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 16994 0 0 0 94207 8 0 0 20 0 1 0 125359015 329641984 75910 33554432000 4194304 6211289 140736050855616 140736050853528 4209376 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 80479 75910 165 493 0 79976 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 321916

[startup+1002.3 s]
/proc/loadavg: 2.14 2.14 2.16 3/179 5092
/proc/meminfo: memFree=28661972/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=322652 CPUtime=1002.14 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17177 0 0 0 100206 8 0 0 20 0 1 0 125359015 330395648 76093 33554432000 4194304 6211289 140736050855616 140736050853528 4209376 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 80663 76093 165 493 0 80160 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 322652

[startup+1062.3 s]
/proc/loadavg: 2.16 2.15 2.16 3/178 5093
/proc/meminfo: memFree=28653976/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=323496 CPUtime=1062.13 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17375 0 0 0 106205 8 0 0 20 0 1 0 125359015 331259904 76291 33554432000 4194304 6211289 140736050855616 140736050853608 4209396 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 80874 76291 165 493 0 80371 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 323496

[startup+1122.3 s]
/proc/loadavg: 2.10 2.13 2.15 3/178 5094
/proc/meminfo: memFree=28653732/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=323912 CPUtime=1122.12 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17492 0 0 0 112204 8 0 0 20 0 1 0 125359015 331685888 76408 33554432000 4194304 6211289 140736050855616 140736050853480 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 80978 76408 165 493 0 80475 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 323912

[startup+1182.3 s]
/proc/loadavg: 2.14 2.14 2.15 3/178 5096
/proc/meminfo: memFree=28651620/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=324328 CPUtime=1182.11 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17606 0 0 0 118203 8 0 0 20 0 1 0 125359015 332111872 76522 33554432000 4194304 6211289 140736050855616 140736050853608 4209388 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 81082 76522 165 493 0 80579 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 324328

[startup+1242.3 s]
/proc/loadavg: 2.14 2.14 2.15 3/178 5097
/proc/meminfo: memFree=28650252/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=324744 CPUtime=1242.1 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17692 0 0 0 124202 8 0 0 20 0 1 0 125359015 332537856 76608 33554432000 4194304 6211289 140736050855616 140736050853608 4209396 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 81186 76608 165 493 0 80683 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 324744

[startup+1302.3 s]
/proc/loadavg: 2.14 2.14 2.15 3/178 5098
/proc/meminfo: memFree=28650004/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=325304 CPUtime=1302.09 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17814 0 0 0 130201 8 0 0 20 0 1 0 125359015 333111296 76730 33554432000 4194304 6211289 140736050855616 140736050853608 4209304 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 81326 76730 165 493 0 80823 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 325304

[startup+1362.3 s]
/proc/loadavg: 2.09 2.13 2.14 3/178 5099
/proc/meminfo: memFree=28649236/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=325576 CPUtime=1362.08 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 17912 0 0 0 136200 8 0 0 20 0 1 0 125359015 333389824 76834 33554432000 4194304 6211289 140736050855616 140736050853480 4209530 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 81394 76834 165 493 0 80891 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 325576

[startup+1422.3 s]
/proc/loadavg: 2.18 2.15 2.15 3/178 5100
/proc/meminfo: memFree=28649184/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=325988 CPUtime=1422.07 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 18021 0 0 0 142199 8 0 0 20 0 1 0 125359015 333811712 76925 33554432000 4194304 6211289 140736050855616 140736050853480 4209380 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 81497 76925 165 493 0 80994 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 325988

[startup+1482.3 s]
/proc/loadavg: 2.12 2.13 2.14 3/178 5102
/proc/meminfo: memFree=28548396/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=465868 CPUtime=1482.05 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19761 0 0 0 148195 10 0 0 20 0 1 0 125359015 477048832 102002 33554432000 4194304 6211289 140736050855616 140736050853528 4209314 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116467 102002 165 493 0 115964 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 465868

[startup+1542.31 s]
/proc/loadavg: 2.20 2.15 2.14 3/178 5103
/proc/meminfo: memFree=28537536/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466012 CPUtime=1542.04 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19891 0 0 0 154194 10 0 0 20 0 1 0 125359015 477196288 104687 33554432000 4194304 6211289 140736050855616 140736050853960 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116503 104687 165 493 0 116000 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 466012

[startup+1602.3 s]
/proc/loadavg: 2.36 2.20 2.16 3/179 5107
/proc/meminfo: memFree=28535248/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466012 CPUtime=1602.03 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19892 0 0 0 160193 10 0 0 20 0 1 0 125359015 477196288 104688 33554432000 4194304 6211289 140736050855616 140736050853960 4209314 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116503 104688 165 493 0 116000 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 466012

[startup+1662.3 s]
/proc/loadavg: 2.22 2.19 2.16 3/178 5108
/proc/meminfo: memFree=28526140/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466012 CPUtime=1662.02 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19901 0 0 0 166192 10 0 0 20 0 1 0 125359015 477196288 104697 33554432000 4194304 6211289 140736050855616 140736050853960 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116503 104697 165 493 0 116000 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 466012

[startup+1722.3 s]
/proc/loadavg: 2.15 2.18 2.16 3/178 5109
/proc/meminfo: memFree=28523204/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466012 CPUtime=1722.01 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19905 0 0 0 172191 10 0 0 20 0 1 0 125359015 477196288 104701 33554432000 4194304 6211289 140736050855616 140736050853960 4209304 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116503 104701 165 493 0 116000 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 466012

[startup+1782.3 s]
/proc/loadavg: 2.31 2.21 2.17 4/178 5111
/proc/meminfo: memFree=28522544/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466156 CPUtime=1782 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19913 0 0 0 178190 10 0 0 20 0 1 0 125359015 477343744 104709 33554432000 4194304 6211289 140736050855616 140736050853528 4209392 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116539 104709 165 493 0 116036 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 466156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.24 2.20 2.16 3/178 5111
/proc/meminfo: memFree=28522548/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466156 CPUtime=1800 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19913 0 0 0 179990 10 0 0 20 0 1 0 125359015 477343744 104709 33554432000 4194304 6211289 140736050855616 140736050853528 4209484 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116539 104709 165 493 0 116036 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 466156

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

[startup+1800.3 s]
/proc/loadavg: 2.24 2.20 2.16 3/178 5111
/proc/meminfo: memFree=28522548/32872528 swapFree=14448/1543360
[pid=5019] ppid=5016 vsize=466156 CPUtime=1800 cores=0,2,4,6
/proc/5019/stat : 5019 (cdcl-cuttingpla) R 5016 5019 4382 0 -1 4202496 19913 0 0 0 179990 10 0 0 20 0 1 0 125359015 477343744 104709 33554432000 4194304 6211289 140736050855616 140736050853528 4209484 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/5019/statm: 116539 104709 165 493 0 116036 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 466156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.01
CPU user time (s): 1799.9
CPU system time (s): 0.107983
CPU usage (%): 99.9838
Max. virtual memory (cumulated for all children) (KiB): 466156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.107983
maximum resident set size= 418836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19913
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= 41
involuntary context switches= 1867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.37333 second user time and 7.08692 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-09 03:04:14
IDJOB=4087670
IDBENCH=25019
IDSOLVER=2549
FILE ID=node116/4087670-1465434254
RUNJOBID= node116-1465427050-4398
PBS_JOBID= 19859791
Free space on /tmp= 71620 MiB

SOLVER NAME= cdcl-cuttingplanes OPT binary search 2016-05-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-binarysearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4087670-1465434254/watcher-4087670-1465434254 -o /tmp/evaluation-result-4087670-1465434254/solver-4087670-1465434254 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465427050-4398 --watchdog 1960 --input HOME/instance-4087670-1465434254.opb ./cdcl-cuttingplanes-opt-binarysearch-release

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=1927046122

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26763360 kB
Buffers:          207720 kB
Cached:          1016640 kB
SwapCached:         1856 kB
Active:          2963840 kB
Inactive:         837216 kB
Active(anon):    2576616 kB
Inactive(anon):     2940 kB
Active(file):     387224 kB
Inactive(file):   834276 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              4664 kB
Writeback:             0 kB
AnonPages:       4252872 kB
Mapped:             9156 kB
Shmem:                 0 kB
Slab:             615872 kB
SReclaimable:      59996 kB
SUnreclaim:       555876 kB
KernelStack:        1480 kB
PageTables:        12412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4803992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4179968 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= 71632 MiB
End job on node116 at 2016-06-09 03:34:15