Trace number 4099848

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-n3709.opb
MD5SUMdad6f5146620d8430edee27ea3d7a019
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 77
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 658426
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 658426
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
33.48/33.58	c #Conflicts:       1000 | #Learnt:        999 | 81.171
33.48/33.58	c total clause space: 206.656MB
33.48/33.58	c total #watches: 2009225
138.37/138.45	c total #propagations: 1162891 / total #impl: 35504101 (eff. 0.033)
138.37/138.45	c #Conflicts:       2000 | #Learnt:       1999 | 59.087
138.37/138.45	c total clause space: 335.816MB
138.37/138.45	c total #watches: 3952343
241.45/241.51	c total #propagations: 2204516 / total #impl: 145118224 (eff. 0.015)
241.45/241.51	c GC COLLECT
241.45/241.51	c #Conflicts:       3000 | #Learnt:       2035 | 39.501
241.45/241.51	c total clause space: 545.701MB
241.45/241.51	c total #watches: 4218462
630.69/630.86	c total #propagations: 4703354 / total #impl: 213846475 (eff. 0.022)
630.69/630.86	c #Conflicts:       4000 | #Learnt:       3035 | 37.161
630.69/630.86	c total clause space: 886.764MB
630.69/630.86	c total #watches: 6990997
1045.94/1046.17	c total #propagations: 6189930 / total #impl: 291772810 (eff. 0.021)
1045.94/1046.17	c GC COLLECT
1045.94/1046.17	c #Conflicts:       5000 | #Learnt:       2376 | 41.180
1045.94/1046.17	c total clause space: 886.764MB
1045.94/1046.17	c total #watches: 7223765
1453.66/1453.97	c total #propagations: 7865062 / total #impl: 367337102 (eff. 0.021)
1453.66/1453.97	c #Conflicts:       6000 | #Learnt:       3376 | 37.336
1453.66/1453.97	c total clause space: 886.764MB
1453.66/1453.97	c total #watches: 9483541
1761.02/1761.39	c total #propagations: 8950828 / total #impl: 528123099 (eff. 0.017)
1761.02/1761.39	c GC COLLECT
1761.02/1761.39	c #Conflicts:       7000 | #Learnt:       2257 | 32.166
1761.02/1761.39	c total clause space: 1440.99MB
1761.02/1761.39	c total #watches: 6958767

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

pid=20364
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.12 2.17 2.76 3/176 20367
/proc/meminfo: memFree=31467356/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=33468 CPUtime=0 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 278 0 0 0 0 0 0 0 20 0 1 0 24477752 34271232 5269 33554432000 4194304 6201397 140734474248704 140737168243848 5194084 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 8367 5269 130 491 0 7866 0

[startup+0.100185 s]
/proc/loadavg: 2.12 2.17 2.76 3/176 20367
/proc/meminfo: memFree=31467356/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=39288 CPUtime=0.09 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 2464 0 0 0 9 0 0 0 20 0 1 0 24477752 40230912 8144 33554432000 4194304 6201397 140734474248704 140737168243848 4227002 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 9822 8144 137 491 0 9321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39288

[startup+0.200366 s]
/proc/loadavg: 2.12 2.17 2.76 3/176 20367
/proc/meminfo: memFree=31467356/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=43220 CPUtime=0.19 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 3004 0 0 0 18 1 0 0 20 0 1 0 24477752 44257280 9675 33554432000 4194304 6201397 140734474248704 140734474246840 5041510 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 10805 9675 143 491 0 10304 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 43220

[startup+0.300339 s]
/proc/loadavg: 2.12 2.17 2.76 3/176 20367
/proc/meminfo: memFree=31467356/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=54820 CPUtime=0.29 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 3363 0 0 0 28 1 0 0 20 0 1 0 24477752 56135680 10466 33554432000 4194304 6201397 140734474248704 140734474246840 5408672 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 13705 10466 143 491 0 13204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54820

[startup+0.700295 s]
/proc/loadavg: 2.12 2.17 2.76 3/176 20367
/proc/meminfo: memFree=31467356/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=68672 CPUtime=0.69 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 4779 0 0 0 68 1 0 0 20 0 1 0 24477752 70320128 14415 33554432000 4194304 6201397 140734474248704 140734474246840 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 17168 14415 147 491 0 16667 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68672

[startup+1.50026 s]
/proc/loadavg: 2.12 2.17 2.76 3/177 20368
/proc/meminfo: memFree=31396644/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=89252 CPUtime=1.49 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 5313 0 0 0 148 1 0 0 20 0 1 0 24477752 91394048 15959 33554432000 4194304 6201397 140734474248704 140734474247416 4213365 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 22313 15959 147 491 0 21812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89252

[startup+3.10029 s]
/proc/loadavg: 2.11 2.17 2.75 3/177 20368
/proc/meminfo: memFree=31379332/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=91832 CPUtime=3.08 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 5958 0 0 0 307 1 0 0 20 0 1 0 24477752 94035968 19670 33554432000 4194304 6201397 140734474248704 140734474247320 4221557 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 22958 19670 147 491 0 22457 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 91832

[startup+6.30023 s]
/proc/loadavg: 2.11 2.17 2.75 3/177 20368
/proc/meminfo: memFree=31308020/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=127460 CPUtime=6.29 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 7353 0 0 0 627 2 0 0 20 0 1 0 24477752 130519040 26669 33554432000 4194304 6201397 140734474248704 140734474247416 4213268 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 31865 26669 147 491 0 31364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127460

[startup+12.7002 s]
/proc/loadavg: 2.10 2.16 2.74 3/177 20368
/proc/meminfo: memFree=31281628/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=130020 CPUtime=12.68 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 8079 0 0 0 1266 2 0 0 20 0 1 0 24477752 133140480 29428 33554432000 4194304 6201397 140734474248704 140734474246984 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 32505 29428 147 491 0 32004 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130020

[startup+25.5003 s]
/proc/loadavg: 2.16 2.17 2.74 3/177 20368
/proc/meminfo: memFree=31190528/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=190204 CPUtime=25.48 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 10700 0 0 0 2545 3 0 0 20 0 1 0 24477752 194768896 43287 33554432000 4194304 6201397 140734474248704 140734474247416 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 47551 43287 147 491 0 47050 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 190204

[startup+51.1004 s]
/proc/loadavg: 2.10 2.16 2.72 3/177 20368
/proc/meminfo: memFree=30968484/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=292396 CPUtime=51.09 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 16077 0 0 0 5103 6 0 0 20 0 1 0 24477752 299413504 68066 33554432000 4194304 6201397 140734474248704 140734474247416 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 73099 68066 160 491 0 72598 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 292396

[startup+102.3 s]
/proc/loadavg: 2.08 2.14 2.68 3/177 20370
/proc/meminfo: memFree=30815808/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=442580 CPUtime=102.28 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 20618 0 0 0 10221 7 0 0 20 0 1 0 24477752 453201920 87426 33554432000 4194304 6201397 140734474248704 140734474246984 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 110645 87426 160 491 0 110144 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 442580

[startup+162.3 s]
/proc/loadavg: 2.14 2.14 2.65 3/177 20371
/proc/meminfo: memFree=30647924/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=462220 CPUtime=162.27 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 27785 0 0 0 16217 10 0 0 20 0 1 0 24477752 473313280 101261 33554432000 4194304 6201397 140734474248704 140734474247368 5150858 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 115555 101261 166 491 0 115054 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 462220

[startup+222.307 s]
/proc/loadavg: 2.11 2.13 2.61 3/177 20372
/proc/meminfo: memFree=30547764/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=683264 CPUtime=222.26 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 29452 0 0 0 22215 11 0 0 20 0 1 0 24477752 699662336 115187 33554432000 4194304 6201397 140734474248704 140734474247736 4215962 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 170816 115187 166 491 0 170315 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 683264

[startup+282.3 s]
/proc/loadavg: 2.08 2.12 2.57 3/177 20373
/proc/meminfo: memFree=30343156/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=692896 CPUtime=282.25 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 31927 0 0 0 28211 14 0 0 20 0 1 0 24477752 709525504 151898 33554432000 4194304 6201397 140734474248704 140734474247368 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 173224 151898 166 491 0 172723 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 692896

[startup+342.3 s]
/proc/loadavg: 2.03 2.09 2.53 3/177 20374
/proc/meminfo: memFree=30204844/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=711096 CPUtime=342.23 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 36514 0 0 0 34208 15 0 0 20 0 1 0 24477752 728162304 173348 33554432000 4194304 6201397 140734474248704 140734474247416 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 177774 173348 166 491 0 177273 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 711096

[startup+402.3 s]
/proc/loadavg: 2.01 2.08 2.50 3/177 20376
/proc/meminfo: memFree=30121264/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1072756 CPUtime=402.23 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 39803 0 0 0 40206 17 0 0 20 0 1 0 24477752 1098502144 187359 33554432000 4194304 6201397 140734474248704 140734474247368 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 268189 187359 166 491 0 267688 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 1072756

[startup+462.3 s]
/proc/loadavg: 2.08 2.09 2.47 3/177 20377
/proc/meminfo: memFree=30068284/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1083460 CPUtime=462.22 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 42500 0 0 0 46204 18 0 0 20 0 1 0 24477752 1109463040 193744 33554432000 4194304 6201397 140734474248704 140734474247368 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 270865 193744 166 491 0 270364 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 1083460

[startup+522.3 s]
/proc/loadavg: 2.15 2.10 2.45 3/178 20381
/proc/meminfo: memFree=30026796/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1086612 CPUtime=522.21 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 43289 0 0 0 52203 18 0 0 20 0 1 0 24477752 1112690688 198640 33554432000 4194304 6201397 140734474248704 140734474247416 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 271653 198640 166 491 0 271152 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 1086612

[startup+582.3 s]
/proc/loadavg: 2.18 2.12 2.44 3/177 20382
/proc/meminfo: memFree=29988512/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1092172 CPUtime=582.2 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 44628 0 0 0 58202 18 0 0 20 0 1 0 24477752 1118384128 204067 33554432000 4194304 6201397 140734474248704 140734474247416 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 273043 204067 166 491 0 272542 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 1092172


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


[startup+942.3 s]
/proc/loadavg: 2.14 2.12 2.33 3/177 20389
/proc/meminfo: memFree=29755740/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1122764 CPUtime=942.14 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 52568 0 0 0 94192 22 0 0 20 0 1 0 24477752 1149710336 237704 33554432000 4194304 6201397 140734474248704 140734474247416 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 280691 237704 166 491 0 280190 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 1122764

[startup+1002.3 s]
/proc/loadavg: 2.09 2.11 2.31 3/177 20391
/proc/meminfo: memFree=29746736/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1126692 CPUtime=1002.13 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 53644 0 0 0 100191 22 0 0 20 0 1 0 24477752 1153732608 238780 33554432000 4194304 6201397 140734474248704 140734474247416 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 281673 238780 166 491 0 281172 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 1126692

[startup+1062.3 s]
/proc/loadavg: 2.28 2.15 2.31 3/177 20392
/proc/meminfo: memFree=29730228/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1130184 CPUtime=1062.13 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 54495 0 0 0 106190 23 0 0 20 0 1 0 24477752 1157308416 239631 33554432000 4194304 6201397 140734474248704 140734474246984 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 282546 239631 166 491 0 282045 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 1130184

[startup+1122.3 s]
/proc/loadavg: 2.15 2.14 2.29 3/178 20396
/proc/meminfo: memFree=29720472/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1130316 CPUtime=1122.12 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 54564 0 0 0 112189 23 0 0 20 0 1 0 24477752 1157443584 239700 33554432000 4194304 6201397 140734474248704 140734474247320 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 282579 239700 166 491 0 282078 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 1130316

[startup+1182.3 s]
/proc/loadavg: 2.15 2.14 2.28 3/177 20397
/proc/meminfo: memFree=29702988/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1136332 CPUtime=1182.11 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 56060 0 0 0 118188 23 0 0 20 0 1 0 24477752 1163603968 241196 33554432000 4194304 6201397 140734474248704 140734474247368 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 284083 241196 166 491 0 283582 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 1136332

[startup+1242.3 s]
/proc/loadavg: 2.12 2.13 2.26 3/177 20398
/proc/meminfo: memFree=29696780/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1139068 CPUtime=1242.1 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 56726 0 0 0 124187 23 0 0 20 0 1 0 24477752 1166405632 241862 33554432000 4194304 6201397 140734474248704 140734474247416 4216049 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 284767 241862 166 491 0 284266 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 1139068

[startup+1302.3 s]
/proc/loadavg: 2.10 2.12 2.25 3/177 20400
/proc/meminfo: memFree=29691196/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1140288 CPUtime=1302.09 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 57058 0 0 0 130186 23 0 0 20 0 1 0 24477752 1167654912 242194 33554432000 4194304 6201397 140734474248704 140734474246984 4213170 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 285072 242194 166 491 0 284571 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 1140288

[startup+1362.3 s]
/proc/loadavg: 2.07 2.11 2.24 3/177 20401
/proc/meminfo: memFree=29682392/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1143284 CPUtime=1362.08 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 57789 0 0 0 136184 24 0 0 20 0 1 0 24477752 1170722816 242925 33554432000 4194304 6201397 140734474248704 140734474247368 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 285821 242925 166 491 0 285320 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 1143284

[startup+1422.3 s]
/proc/loadavg: 2.13 2.12 2.23 3/177 20402
/proc/meminfo: memFree=29673260/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1149904 CPUtime=1422.07 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 59415 0 0 0 142183 24 0 0 20 0 1 0 24477752 1177501696 244551 33554432000 4194304 6201397 140734474248704 140734474246984 4215962 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 287476 244551 166 491 0 286975 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 1149904

[startup+1482.3 s]
/proc/loadavg: 2.09 2.11 2.22 3/177 20403
/proc/meminfo: memFree=29602244/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1152476 CPUtime=1482.06 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 60091 0 0 0 148180 26 0 0 20 0 1 0 24477752 1180135424 262601 33554432000 4194304 6201397 140734474248704 140734474246984 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 288119 262601 166 491 0 287618 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 1152476

[startup+1542.31 s]
/proc/loadavg: 2.07 2.10 2.21 4/177 20404
/proc/meminfo: memFree=29538824/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1155804 CPUtime=1542.06 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 60938 0 0 0 154179 27 0 0 20 0 1 0 24477752 1183543296 277245 33554432000 4194304 6201397 140734474248704 140734474246984 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 288951 277245 166 491 0 288450 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 1155804

[startup+1602.3 s]
/proc/loadavg: 2.03 2.08 2.19 3/177 20406
/proc/meminfo: memFree=29498920/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1162184 CPUtime=1602.04 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 62567 0 0 0 160177 27 0 0 20 0 1 0 24477752 1190076416 286539 33554432000 4194304 6201397 140734474248704 140734474247368 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 290546 286539 166 491 0 290045 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 1162184

[startup+1662.3 s]
/proc/loadavg: 2.09 2.09 2.18 3/177 20407
/proc/meminfo: memFree=29486088/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1163804 CPUtime=1662.04 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 62957 0 0 0 166176 28 0 0 20 0 1 0 24477752 1191735296 288462 33554432000 4194304 6201397 140734474248704 140734474247416 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 290951 288462 166 491 0 290450 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 1163804

[startup+1722.3 s]
/proc/loadavg: 2.13 2.10 2.18 3/178 20411
/proc/meminfo: memFree=29430824/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1738548 CPUtime=1722.03 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 64946 0 0 0 172174 29 0 0 20 0 1 0 24477752 1780273152 302194 33554432000 4194304 6201397 140734474248704 140734474247320 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 434637 302194 166 491 0 434136 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 1738548

[startup+1782.3 s]
/proc/loadavg: 2.08 2.09 2.17 3/178 20435
/proc/meminfo: memFree=29392276/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1745624 CPUtime=1782.01 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 67187 0 0 0 178172 29 0 0 20 0 1 0 24477752 1787518976 310618 33554432000 4194304 6201397 140734474248704 140734474247416 4213328 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 436406 310618 166 491 0 435905 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 1745624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.06 2.09 2.17 3/174 20470
/proc/meminfo: memFree=30279888/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1746780 CPUtime=1800.01 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 67501 0 0 0 179972 29 0 0 20 0 1 0 24477752 1788702720 310932 33554432000 4194304 6201397 140734474248704 140734474247416 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 436695 310932 166 491 0 436194 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1746780

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

[startup+1800.3 s]
/proc/loadavg: 2.06 2.09 2.17 3/174 20470
/proc/meminfo: memFree=30279888/32872528 swapFree=338416/354768
[pid=20367] ppid=20364 vsize=1746780 CPUtime=1800.01 cores=0,2,4,6
/proc/20367/stat : 20367 (cdcl-cuttingpla) R 20364 20367 14474 0 -1 4202496 67501 0 0 0 179972 29 0 0 20 0 1 0 24477752 1788702720 310932 33554432000 4194304 6201397 140734474248704 140734474247416 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/20367/statm: 436695 310932 166 491 0 436194 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1746780

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1799.73
CPU system time (s): 0.307953
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 1746780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.307953
maximum resident set size= 1243728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67501
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1855

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.46832 second user time and 7.05393 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 06:31:50
IDJOB=4099848
IDBENCH=1541
IDSOLVER=2550
FILE ID=node126/4099848-1466224310
RUNJOBID= node126-1466224308-20199
PBS_JOBID= 19918151
Free space on /tmp= 71724 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-n3709.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099848-1466224310/watcher-4099848-1466224310 -o /tmp/evaluation-result-4099848-1466224310/solver-4099848-1466224310 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466224308-20199 --watchdog 1960 --input HOME/instance-4099848-1466224310.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= dad6f5146620d8430edee27ea3d7a019
RANDOM SEED=1734947107

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:        31467364 kB
Buffers:          108660 kB
Cached:           143736 kB
SwapCached:         1076 kB
Active:           144120 kB
Inactive:         172056 kB
Active(anon):      64720 kB
Inactive(anon):     1004 kB
Active(file):      79400 kB
Inactive(file):   171052 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100100 kB
Dirty:             18088 kB
Writeback:             0 kB
AnonPages:        405856 kB
Mapped:             7740 kB
Shmem:                 0 kB
Slab:             603712 kB
SReclaimable:      47132 kB
SUnreclaim:       556580 kB
KernelStack:        1440 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     540340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 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= 71724 MiB
End job on node126 at 2016-06-18 07:01:51