Trace number 4099920

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT linear search 2016-05-01? (TO) 1800.03 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370a.opb
MD5SUMd7a28c2ec06d645af4379f015212128c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 653755
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 653755
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.00/0.00	c * #variable= 155000 #constraint= 5150
51.28/51.36	c #Conflicts:       1000 | #Learnt:        999 | 110.882
51.28/51.36	c total clause space: 206.656MB
51.28/51.36	c total #watches: 1665948
149.57/149.70	c total #propagations: 1308007 / total #impl: 31261123 (eff. 0.042)
149.57/149.70	c #Conflicts:       2000 | #Learnt:       1999 | 68.928
149.57/149.70	c total clause space: 545.701MB
149.57/149.70	c total #watches: 3661324
338.24/338.33	c total #propagations: 2459454 / total #impl: 95053953 (eff. 0.026)
338.24/338.33	c GC COLLECT
338.24/338.33	c #Conflicts:       3000 | #Learnt:       2016 | 48.161
338.24/338.33	c total clause space: 545.701MB
338.24/338.33	c total #watches: 4542519
796.67/796.86	c total #propagations: 5236174 / total #impl: 207030517 (eff. 0.025)
796.67/796.86	c #Conflicts:       4000 | #Learnt:       3016 | 52.947
796.67/796.86	c total clause space: 886.764MB
796.67/796.86	c total #watches: 6792356
1165.70/1165.90	c total #propagations: 6895692 / total #impl: 372375986 (eff. 0.019)
1165.70/1165.90	c GC COLLECT
1165.70/1165.90	c #Conflicts:       5000 | #Learnt:       2376 | 46.864
1165.70/1165.90	c total clause space: 886.764MB
1165.70/1165.90	c total #watches: 7208249
1486.86/1487.16	c total #propagations: 8940764 / total #impl: 472214044 (eff. 0.019)
1486.86/1487.16	c #Conflicts:       6000 | #Learnt:       3376 | 40.402
1486.86/1487.16	c total clause space: 886.764MB
1486.86/1487.16	c total #watches: 9086492
1766.51/1766.82	c total #propagations: 9996809 / total #impl: 564562463 (eff. 0.018)
1766.51/1766.82	c GC COLLECT
1766.51/1766.82	c #Conflicts:       7000 | #Learnt:       2263 | 36.149
1766.51/1766.82	c total clause space: 886.764MB
1766.51/1766.82	c total #watches: 6424281

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-4099920-1466227912/watcher-4099920-1466227912 -o /tmp/evaluation-result-4099920-1466227912/solver-4099920-1466227912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466224308-20199 --watchdog 1960 --input HOME/instance-4099920-1466227912.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=20798
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.08 2.04 2.05 2/176 20801
/proc/meminfo: memFree=31491632/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 24837915 29810688 5268 33554432000 4194304 6201397 140735940308144 140733655652216 4211056 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 7278 5268 130 491 0 6777 0

[startup+0.100181 s]
/proc/loadavg: 2.08 2.04 2.05 2/176 20801
/proc/meminfo: memFree=31491632/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=39288 CPUtime=0.09 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 2452 0 0 0 9 0 0 0 20 0 1 0 24837915 40230912 8133 33554432000 4194304 6201397 140735940308144 140733655652216 4227002 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 9822 8133 137 491 0 9321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39288

[startup+0.200359 s]
/proc/loadavg: 2.08 2.04 2.05 2/176 20801
/proc/meminfo: memFree=31491632/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=43220 CPUtime=0.19 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 2960 0 0 0 19 0 0 0 20 0 1 0 24837915 44257280 9638 33554432000 4194304 6201397 140735940308144 140733655652216 4207987 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 10805 9638 143 491 0 10304 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43220

[startup+0.300352 s]
/proc/loadavg: 2.08 2.04 2.05 2/176 20801
/proc/meminfo: memFree=31491632/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=54820 CPUtime=0.29 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 3320 0 0 0 29 0 0 0 20 0 1 0 24837915 56135680 10434 33554432000 4194304 6201397 140735940308144 140733655652216 4207987 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 13705 10434 143 491 0 13204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54820

[startup+0.700296 s]
/proc/loadavg: 2.08 2.04 2.05 2/176 20801
/proc/meminfo: memFree=31491632/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=67692 CPUtime=0.68 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 4397 0 0 0 68 0 0 0 20 0 1 0 24837915 69316608 13107 33554432000 4194304 6201397 140735940308144 140735940306920 4219760 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 16923 13107 147 491 0 16422 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 67692

[startup+1.5003 s]
/proc/loadavg: 2.07 2.04 2.05 3/177 20802
/proc/meminfo: memFree=31402124/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=89788 CPUtime=1.49 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 5243 0 0 0 148 1 0 0 20 0 1 0 24837915 91942912 18030 33554432000 4194304 6201397 140735940308144 140735940306920 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 22447 18030 147 491 0 21946 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89788

[startup+3.10025 s]
/proc/loadavg: 2.07 2.04 2.05 3/177 20802
/proc/meminfo: memFree=31386052/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=90552 CPUtime=3.09 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 5410 0 0 0 308 1 0 0 20 0 1 0 24837915 92725248 18197 33554432000 4194304 6201397 140735940308144 140735940306808 4220158 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 22638 18197 147 491 0 22137 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90552

[startup+6.30029 s]
/proc/loadavg: 2.07 2.04 2.05 3/177 20802
/proc/meminfo: memFree=31338228/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=123840 CPUtime=6.28 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 6075 0 0 0 627 1 0 0 20 0 1 0 24837915 126812160 24994 33554432000 4194304 6201397 140735940308144 140735940306856 4214959 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 30960 24994 147 491 0 30459 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123840

[startup+12.7003 s]
/proc/loadavg: 2.14 2.06 2.05 3/177 20802
/proc/meminfo: memFree=31297688/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=175644 CPUtime=12.69 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 6512 0 0 0 1267 2 0 0 20 0 1 0 24837915 179859456 30541 33554432000 4194304 6201397 140735940308144 140735940306808 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 43911 30541 147 491 0 43410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175644

[startup+25.5004 s]
/proc/loadavg: 2.12 2.05 2.05 3/177 20802
/proc/meminfo: memFree=31255048/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=180696 CPUtime=25.48 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 7802 0 0 0 2546 2 0 0 20 0 1 0 24837915 185032704 38474 33554432000 4194304 6201397 140735940308144 140735940306808 4213192 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 45174 38474 147 491 0 44673 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 180696

[startup+51.1004 s]
/proc/loadavg: 2.14 2.06 2.05 3/177 20802
/proc/meminfo: memFree=31181008/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=274052 CPUtime=51.08 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 10980 0 0 0 5104 4 0 0 20 0 1 0 24837915 280629248 59517 33554432000 4194304 6201397 140735940308144 140735940306856 4216747 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 68513 59517 147 491 0 68012 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 274052

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/177 20803
/proc/meminfo: memFree=30986364/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=433096 CPUtime=102.28 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 17900 0 0 0 10220 8 0 0 20 0 1 0 24837915 443490304 103733 33554432000 4194304 6201397 140735940308144 140735940306808 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 108274 103733 160 491 0 107773 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 433096

[startup+162.3 s]
/proc/loadavg: 2.20 2.09 2.06 3/177 20805
/proc/meminfo: memFree=30898620/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=660924 CPUtime=162.27 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 23615 0 0 0 16217 10 0 0 20 0 1 0 24837915 676786176 124058 33554432000 4194304 6201397 140735940308144 140735940306856 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 165231 124058 160 491 0 164730 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 660924

[startup+222.307 s]
/proc/loadavg: 2.15 2.09 2.06 3/177 20806
/proc/meminfo: memFree=30849740/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=681212 CPUtime=222.27 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 28787 0 0 0 22216 11 0 0 20 0 1 0 24837915 697561088 129230 33554432000 4194304 6201397 140735940308144 140735940306856 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 170303 129230 166 491 0 169802 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 681212

[startup+282.3 s]
/proc/loadavg: 2.13 2.10 2.06 3/177 20807
/proc/meminfo: memFree=30835964/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=682972 CPUtime=282.25 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 29242 0 0 0 28214 11 0 0 20 0 1 0 24837915 699363328 129685 33554432000 4194304 6201397 140735940308144 140735940306760 4213192 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 170743 129685 166 491 0 170242 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 682972

[startup+342.3 s]
/proc/loadavg: 2.05 2.08 2.06 3/177 20808
/proc/meminfo: memFree=30743684/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=690268 CPUtime=342.24 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 31092 0 0 0 34212 12 0 0 20 0 1 0 24837915 706834432 147887 33554432000 4194304 6201397 140735940308144 140735940306424 4216020 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 172567 147887 166 491 0 172066 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 690268

[startup+402.3 s]
/proc/loadavg: 2.06 2.08 2.05 3/177 20809
/proc/meminfo: memFree=30685556/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=700108 CPUtime=402.23 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 33515 0 0 0 40209 14 0 0 20 0 1 0 24837915 716910592 159508 33554432000 4194304 6201397 140735940308144 140735940306856 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 175027 159508 166 491 0 174526 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 700108

[startup+462.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/177 20811
/proc/meminfo: memFree=30637652/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=714096 CPUtime=462.22 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 37064 0 0 0 46207 15 0 0 20 0 1 0 24837915 731234304 167656 33554432000 4194304 6201397 140735940308144 140735940306856 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 178524 167656 166 491 0 178023 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 714096

[startup+522.3 s]
/proc/loadavg: 2.01 2.05 2.04 3/178 20815
/proc/meminfo: memFree=30585188/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=728064 CPUtime=522.21 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 40557 0 0 0 52205 16 0 0 20 0 1 0 24837915 745537536 176259 33554432000 4194304 6201397 140735940308144 140735940306808 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 182016 176259 166 491 0 181515 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 728064

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/177 20816
/proc/meminfo: memFree=30560996/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=735956 CPUtime=582.2 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 42510 0 0 0 58204 16 0 0 20 0 1 0 24837915 753618944 182300 33554432000 4194304 6201397 140735940308144 140735940306808 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 183989 182300 166 491 0 183488 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 735956


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


[startup+942.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/177 20823
/proc/meminfo: memFree=30349220/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1119156 CPUtime=942.15 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 51238 0 0 0 94194 21 0 0 20 0 1 0 24837915 1146015744 224614 33554432000 4194304 6201397 140735940308144 140735940306856 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 279789 224614 166 491 0 279288 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 1119156

[startup+1002.3 s]
/proc/loadavg: 2.03 2.02 2.01 3/177 20824
/proc/meminfo: memFree=30326252/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1120572 CPUtime=1002.13 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 51582 0 0 0 100192 21 0 0 20 0 1 0 24837915 1147465728 224967 33554432000 4194304 6201397 140735940308144 140735940306856 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 280143 224967 166 491 0 279642 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1120572

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 20826
/proc/meminfo: memFree=30276140/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1125748 CPUtime=1062.12 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 52868 0 0 0 106191 21 0 0 20 0 1 0 24837915 1152765952 226645 33554432000 4194304 6201397 140735940308144 140735940306856 4214933 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 281437 226645 166 491 0 280936 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 1125748

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 20830
/proc/meminfo: memFree=30267896/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1132284 CPUtime=1122.11 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 54497 0 0 0 112190 21 0 0 20 0 1 0 24837915 1159458816 228274 33554432000 4194304 6201397 140735940308144 140735940306856 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 283071 228274 166 491 0 282570 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 1132284

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20831
/proc/meminfo: memFree=30264980/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1135180 CPUtime=1182.1 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 55277 0 0 0 118189 21 0 0 20 0 1 0 24837915 1162424320 229054 33554432000 4194304 6201397 140735940308144 140735940306760 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 283795 229054 166 491 0 283294 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 1135180

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 20832
/proc/meminfo: memFree=30260936/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1138300 CPUtime=1242.1 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 56038 0 0 0 124188 22 0 0 20 0 1 0 24837915 1165619200 229815 33554432000 4194304 6201397 140735940308144 140735940306856 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 284575 229815 166 491 0 284074 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1138300

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/177 20833
/proc/meminfo: memFree=30257336/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1141448 CPUtime=1302.09 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 56921 0 0 0 130187 22 0 0 20 0 1 0 24837915 1168842752 230694 33554432000 4194304 6201397 140735940308144 140735940306808 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 285362 230694 166 491 0 284861 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1141448

[startup+1362.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/177 20835
/proc/meminfo: memFree=30252372/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1146652 CPUtime=1362.08 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 58218 0 0 0 136186 22 0 0 20 0 1 0 24837915 1174171648 231991 33554432000 4194304 6201397 140735940308144 140735940306856 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 286663 231991 166 491 0 286162 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1146652

[startup+1422.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/177 20836
/proc/meminfo: memFree=30243188/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1155992 CPUtime=1422.07 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 60544 0 0 0 142185 22 0 0 20 0 1 0 24837915 1183735808 234317 33554432000 4194304 6201397 140735940308144 140735940306808 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 288998 234317 166 491 0 288497 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1155992

[startup+1482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 20837
/proc/meminfo: memFree=30241456/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1157708 CPUtime=1482.06 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 60928 0 0 0 148183 23 0 0 20 0 1 0 24837915 1185492992 234701 33554432000 4194304 6201397 140735940308144 140735940306856 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 289427 234701 166 491 0 288926 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1157708

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.00 4/177 20838
/proc/meminfo: memFree=30189392/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1162212 CPUtime=1542.05 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 62110 0 0 0 154182 23 0 0 20 0 1 0 24837915 1190105088 247636 33554432000 4194304 6201397 140735940308144 140735940306856 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 290553 247636 166 491 0 290052 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 1162212

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/177 20839
/proc/meminfo: memFree=30156804/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1168000 CPUtime=1602.04 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 63588 0 0 0 160180 24 0 0 20 0 1 0 24837915 1196032000 255757 33554432000 4194304 6201397 140735940308144 140735940306808 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 292000 255757 166 491 0 291499 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1168000

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 20841
/proc/meminfo: memFree=30148608/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1177104 CPUtime=1662.03 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 65532 0 0 0 166178 25 0 0 20 0 1 0 24837915 1205354496 257701 33554432000 4194304 6201397 140735940308144 140735940306808 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 294276 257701 166 491 0 293775 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 1177104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/178 20845
/proc/meminfo: memFree=30092868/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1179868 CPUtime=1722.02 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 66193 0 0 0 172177 25 0 0 20 0 1 0 24837915 1208184832 272159 33554432000 4194304 6201397 140735940308144 140735940306424 4240272 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 294967 272159 166 491 0 294466 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 1179868

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/178 20869
/proc/meminfo: memFree=30029268/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1182564 CPUtime=1782.01 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 67128 0 0 0 178175 26 0 0 20 0 1 0 24837915 1210945536 287207 33554432000 4194304 6201397 140735940308144 140735940306856 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 295641 287207 166 491 0 295140 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1182564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 20869
/proc/meminfo: memFree=30028708/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1182872 CPUtime=1800.01 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 67272 0 0 0 179975 26 0 0 20 0 1 0 24837915 1211260928 287351 33554432000 4194304 6201397 140735940308144 140735940306424 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 295718 287351 166 491 0 295217 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1182872

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

[startup+1800.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/178 20869
/proc/meminfo: memFree=30028708/32872528 swapFree=338416/354768
[pid=20801] ppid=20798 vsize=1182872 CPUtime=1800.01 cores=0,2,4,6
/proc/20801/stat : 20801 (cdcl-cuttingpla) R 20798 20801 14474 0 -1 4202496 67272 0 0 0 179975 26 0 0 20 0 1 0 24837915 1211260928 287351 33554432000 4194304 6201397 140735940308144 140735940306424 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20801/statm: 295718 287351 166 491 0 295217 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1182872

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.75
system time used= 0.272958
maximum resident set size= 1149404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67272
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= 13
involuntary context switches= 1929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5943 second user time and 6.87795 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 07:31:52
IDJOB=4099920
IDBENCH=1550
IDSOLVER=2550
FILE ID=node126/4099920-1466227912
RUNJOBID= node126-1466224308-20199
PBS_JOBID= 19918151
Free space on /tmp= 71732 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370a.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099920-1466227912/watcher-4099920-1466227912 -o /tmp/evaluation-result-4099920-1466227912/solver-4099920-1466227912 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466224308-20199 --watchdog 1960 --input HOME/instance-4099920-1466227912.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= d7a28c2ec06d645af4379f015212128c
RANDOM SEED=754490965

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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:        31492004 kB
Buffers:          110380 kB
Cached:           141476 kB
SwapCached:         1076 kB
Active:           115976 kB
Inactive:         175740 kB
Active(anon):      41340 kB
Inactive(anon):     1004 kB
Active(file):      74636 kB
Inactive(file):   174736 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             11716 kB
Writeback:             0 kB
AnonPages:        363368 kB
Mapped:             7504 kB
Shmem:                 0 kB
Slab:             603236 kB
SReclaimable:      46800 kB
SUnreclaim:       556436 kB
KernelStack:        1432 kB
PageTables:         4776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     514684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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 node126 at 2016-06-18 08:01:52