Trace number 4088431

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.3

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
MD5SUM6a41ff06797480ccf0516b3ef32f0a0b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9465
Best CPU time to get the best result obtained on this benchmark0.238963
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5599
Total number of constraints25155
Number of constraints which are clauses24873
Number of constraints which are cardinality constraints (but not clauses)282
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2082
Biggest coefficient in the objective function 1533
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 846214
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1533
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 846214
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= 5599 #constraint= 25155
250.05/250.14	c #Conflicts:       1000 | #Learnt:       1395 | 0.000
250.05/250.14	c total clause space: 78.2603MB
250.05/250.14	c total #watches: 1459436
661.19/661.34	c total #propagations: 2562775 / total #impl: 228033074 (eff. 0.011)
661.19/661.34	c #Conflicts:       2000 | #Learnt:       2541 | 0.000
661.19/661.34	c total clause space: 127.173MB
661.19/661.34	c total #watches: 3261635
1057.43/1057.66	c total #propagations: 3668873 / total #impl: 679530224 (eff. 0.005)
1057.43/1057.66	c GC COLLECT
1057.43/1057.66	c #Conflicts:       3000 | #Learnt:       2713 | 0.000
1057.43/1057.66	c total clause space: 206.656MB
1057.43/1057.66	c total #watches: 4290834
1245.59/1245.88	c total #propagations: 4706874 / total #impl: 1536080237 (eff. 0.003)
1245.59/1245.88	c #Conflicts:       4000 | #Learnt:       3745 | 0.000
1245.59/1245.88	c total clause space: 206.656MB
1245.59/1245.88	c total #watches: 5454324
1417.87/1418.18	c total #propagations: 5740675 / total #impl: 2270903760 (eff. 0.003)
1417.87/1418.18	c GC COLLECT
1417.87/1418.18	c #Conflicts:       5000 | #Learnt:       3414 | 0.000
1417.87/1418.18	c total clause space: 206.656MB
1417.87/1418.18	c total #watches: 4473971
1588.74/1589.03	c total #propagations: 6787758 / total #impl: 2638872154 (eff. 0.003)
1588.74/1589.03	c #Conflicts:       6000 | #Learnt:       4463 | 0.000
1588.74/1589.03	c total clause space: 206.656MB
1588.74/1589.03	c total #watches: 5639109
1739.82/1740.11	c total #propagations: 7809376 / total #impl: 3124295259 (eff. 0.002)
1739.82/1740.11	c GC COLLECT
1739.82/1740.11	c #Conflicts:       7000 | #Learnt:       3564 | 0.000
1739.82/1740.11	c total clause space: 335.816MB
1739.82/1740.11	c total #watches: 4454063

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

pid=6436
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.27 2.24 2.19 3/176 6439
/proc/meminfo: memFree=29584372/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 125568058 29810688 5268 33554432000 4194304 6201397 140737337503408 140736803348136 4211056 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 7278 5268 130 491 0 6777 0

[startup+0.100158 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 6439
/proc/meminfo: memFree=29584372/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=34348 CPUtime=0.09 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 1392 0 0 0 9 0 0 0 20 0 1 0 125568058 35172352 7522 33554432000 4194304 6201397 140737337503408 140736803348136 4207438 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 8587 7522 142 491 0 8086 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34348

[startup+0.200347 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 6439
/proc/meminfo: memFree=29584372/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=37476 CPUtime=0.19 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 1593 0 0 0 19 0 0 0 20 0 1 0 125568058 38375424 7691 33554432000 4194304 6201397 140737337503408 140737337501976 4213365 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 9369 7691 147 491 0 8868 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37476

[startup+0.300264 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 6439
/proc/meminfo: memFree=29584372/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=37476 CPUtime=0.29 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 1597 0 0 0 29 0 0 0 20 0 1 0 125568058 38375424 7695 33554432000 4194304 6201397 140737337503408 140737337501976 4213268 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 9369 7695 147 491 0 8868 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37476

[startup+0.700232 s]
/proc/loadavg: 2.27 2.24 2.19 3/176 6439
/proc/meminfo: memFree=29584372/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=37872 CPUtime=0.69 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 1742 0 0 0 69 0 0 0 20 0 1 0 125568058 38780928 7829 33554432000 4194304 6201397 140737337503408 140737337501976 4213168 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 9468 7829 147 491 0 8967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37872

[startup+1.50022 s]
/proc/loadavg: 2.25 2.23 2.18 4/177 6440
/proc/meminfo: memFree=29553748/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=38276 CPUtime=1.49 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 1948 0 0 0 149 0 0 0 20 0 1 0 125568058 39194624 8017 33554432000 4194304 6201397 140737337503408 140737337501976 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 9569 8017 147 491 0 9068 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38276

[startup+3.10023 s]
/proc/loadavg: 2.25 2.23 2.18 4/177 6440
/proc/meminfo: memFree=29552352/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=42696 CPUtime=3.09 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 2061 0 0 0 309 0 0 0 20 0 1 0 125568058 43720704 8624 33554432000 4194304 6201397 140737337503408 140737337501976 4213186 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 10674 8624 147 491 0 10173 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42696

[startup+6.30024 s]
/proc/loadavg: 2.25 2.23 2.18 3/177 6440
/proc/meminfo: memFree=29549448/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=43624 CPUtime=6.29 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 2294 0 0 0 629 0 0 0 20 0 1 0 125568058 44670976 8857 33554432000 4194304 6201397 140737337503408 140737337502232 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 10906 8857 147 491 0 10405 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43624

[startup+12.7003 s]
/proc/loadavg: 2.21 2.22 2.18 3/177 6440
/proc/meminfo: memFree=29545088/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=43700 CPUtime=12.69 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 2319 0 0 0 1269 0 0 0 20 0 1 0 125568058 44748800 9393 33554432000 4194304 6201397 140737337503408 140737337502360 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 10925 9393 147 491 0 10424 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43700

[startup+25.5003 s]
/proc/loadavg: 2.18 2.22 2.18 3/177 6440
/proc/meminfo: memFree=29538036/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=52864 CPUtime=25.48 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 3005 0 0 0 2548 0 0 0 20 0 1 0 125568058 54132736 10554 33554432000 4194304 6201397 140737337503408 140737337502360 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 13216 10554 147 491 0 12715 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52864

[startup+51.1003 s]
/proc/loadavg: 2.24 2.23 2.18 3/178 6443
/proc/meminfo: memFree=29520684/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=64700 CPUtime=51.08 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 3196 0 0 0 5108 0 0 0 20 0 1 0 125568058 66252800 11226 33554432000 4194304 6201397 140737337503408 140737337502296 4213257 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 16175 11226 147 491 0 15674 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 64700

[startup+102.3 s]
/proc/loadavg: 2.16 2.20 2.18 4/178 6444
/proc/meminfo: memFree=29483988/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=68864 CPUtime=102.28 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 4319 0 0 0 10227 1 0 0 20 0 1 0 125568058 70516736 16088 33554432000 4194304 6201397 140737337503408 140737337502360 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 17216 16088 147 491 0 16715 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 68864

[startup+162.3 s]
/proc/loadavg: 2.19 2.20 2.18 4/177 6445
/proc/meminfo: memFree=29444288/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=92812 CPUtime=162.26 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 5792 0 0 0 16225 1 0 0 20 0 1 0 125568058 95039488 20065 33554432000 4194304 6201397 140737337503408 140737337502360 4213168 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 23203 20065 147 491 0 22702 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 92812

[startup+222.307 s]
/proc/loadavg: 2.18 2.19 2.18 4/177 6446
/proc/meminfo: memFree=29408488/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=126944 CPUtime=222.26 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 6832 0 0 0 22225 1 0 0 20 0 1 0 125568058 129990656 23105 33554432000 4194304 6201397 140737337503408 140737337502040 4213249 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 31736 23105 147 491 0 31235 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 126944

[startup+282.3 s]
/proc/loadavg: 2.20 2.20 2.18 3/177 6448
/proc/meminfo: memFree=29391800/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=135112 CPUtime=282.24 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 8414 0 0 0 28223 1 0 0 20 0 1 0 125568058 138354688 26731 33554432000 4194304 6201397 140737337503408 140737337501864 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 33778 26731 160 491 0 33277 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 135112

[startup+342.3 s]
/proc/loadavg: 2.24 2.20 2.18 4/177 6449
/proc/meminfo: memFree=29379688/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=136536 CPUtime=342.24 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 8842 0 0 0 34222 2 0 0 20 0 1 0 125568058 139812864 29203 33554432000 4194304 6201397 140737337503408 140737337502072 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 34134 29203 160 491 0 33633 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 136536

[startup+402.3 s]
/proc/loadavg: 2.33 2.23 2.19 4/177 6450
/proc/meminfo: memFree=29369880/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=136664 CPUtime=402.23 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 9011 0 0 0 40221 2 0 0 20 0 1 0 125568058 139943936 30905 33554432000 4194304 6201397 140737337503408 140737337502104 4213268 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 34166 30905 160 491 0 33665 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 136664

[startup+462.3 s]
/proc/loadavg: 2.33 2.24 2.19 4/177 6451
/proc/meminfo: memFree=29347172/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=193064 CPUtime=462.22 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 10641 0 0 0 46220 2 0 0 20 0 1 0 125568058 197697536 35054 33554432000 4194304 6201397 140737337503408 140737337502072 4213249 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 48266 35054 160 491 0 47765 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 193064

[startup+522.3 s]
/proc/loadavg: 2.36 2.27 2.20 3/177 6452
/proc/meminfo: memFree=29323404/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=193352 CPUtime=522.2 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 10843 0 0 0 52218 2 0 0 20 0 1 0 125568058 197992448 37300 33554432000 4194304 6201397 140737337503408 140737337502120 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 48338 37300 160 491 0 47837 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 193352

[startup+582.3 s]
/proc/loadavg: 2.39 2.29 2.21 4/177 6454
/proc/meminfo: memFree=29311908/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=193352 CPUtime=582.2 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 10933 0 0 0 58217 3 0 0 20 0 1 0 125568058 197992448 39945 33554432000 4194304 6201397 140737337503408 140737337502120 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 48338 39945 160 491 0 47837 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 193352


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


[startup+942.3 s]
/proc/loadavg: 2.26 2.26 2.21 4/177 6464
/proc/meminfo: memFree=29180128/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=212048 CPUtime=942.15 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 15775 0 0 0 94211 4 0 0 20 0 1 0 125568058 217137152 50327 33554432000 4194304 6201397 140737337503408 140737337502072 4213170 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 53012 50327 166 491 0 52511 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 212048

[startup+1002.3 s]
/proc/loadavg: 2.22 2.24 2.20 4/177 6465
/proc/meminfo: memFree=29156184/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1002.14 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 18370 0 0 0 100210 4 0 0 20 0 1 0 125568058 314052608 54925 33554432000 4194304 6201397 140737337503408 140737337502120 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 54925 166 491 0 76172 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 306692

[startup+1062.3 s]
/proc/loadavg: 2.34 2.27 2.21 3/177 6466
/proc/meminfo: memFree=29148076/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1062.13 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 18594 0 0 0 106209 4 0 0 20 0 1 0 125568058 314052608 56682 33554432000 4194304 6201397 140737337503408 140737337502536 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 56682 166 491 0 76172 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 306692

[startup+1122.3 s]
/proc/loadavg: 2.39 2.30 2.22 4/177 6467
/proc/meminfo: memFree=29128884/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1122.11 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 19117 0 0 0 112207 4 0 0 20 0 1 0 125568058 314052608 61293 33554432000 4194304 6201397 140737337503408 140737337502536 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 61293 166 491 0 76172 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 306692

[startup+1182.3 s]
/proc/loadavg: 2.41 2.32 2.23 3/177 6469
/proc/meminfo: memFree=29120012/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1182.11 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 19417 0 0 0 118206 5 0 0 20 0 1 0 125568058 314052608 63637 33554432000 4194304 6201397 140737337503408 140737337502536 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 63637 166 491 0 76172 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 306692

[startup+1242.3 s]
/proc/loadavg: 2.29 2.30 2.23 4/177 6470
/proc/meminfo: memFree=29107564/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1242.1 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 19825 0 0 0 124205 5 0 0 20 0 1 0 125568058 314052608 66601 33554432000 4194304 6201397 140737337503408 140737337502536 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 66601 166 491 0 76172 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 306692

[startup+1302.3 s]
/proc/loadavg: 2.18 2.27 2.22 4/178 6474
/proc/meminfo: memFree=29083392/32872528 swapFree=16208/1518548
[pid=6439] ppid=6436 vsize=306692 CPUtime=1302.08 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 20324 0 0 0 130203 5 0 0 20 0 1 0 125568058 314052608 70783 33554432000 4194304 6201397 140737337503408 140737337502536 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 70783 166 491 0 76172 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 306692

[startup+1362.3 s]
/proc/loadavg: 2.23 2.27 2.22 3/178 6498
/proc/meminfo: memFree=29074992/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1362.07 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 20472 0 0 0 136202 5 0 0 20 0 1 0 125568058 314052608 70926 33554432000 4194304 6201397 140737337503408 140737337502536 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 70926 166 491 0 76172 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 306692

[startup+1422.3 s]
/proc/loadavg: 2.28 2.26 2.22 4/177 6499
/proc/meminfo: memFree=29056640/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1422.07 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 20472 0 0 0 142202 5 0 0 20 0 1 0 125568058 314052608 70926 33554432000 4194304 6201397 140737337503408 140737337502536 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 70926 166 491 0 76172 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 306692

[startup+1482.3 s]
/proc/loadavg: 2.35 2.29 2.23 4/177 6501
/proc/meminfo: memFree=29047564/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306692 CPUtime=1482.06 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 20473 0 0 0 148201 5 0 0 20 0 1 0 125568058 314052608 70927 33554432000 4194304 6201397 140737337503408 140737337502536 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76673 70927 166 491 0 76172 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 306692

[startup+1542.31 s]
/proc/loadavg: 2.29 2.28 2.22 4/177 6502
/proc/meminfo: memFree=29035660/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=306852 CPUtime=1542.05 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 20488 0 0 0 154200 5 0 0 20 0 1 0 125568058 314216448 70942 33554432000 4194304 6201397 140737337503408 140737337502120 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 76713 70942 166 491 0 76212 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 306852

[startup+1602.3 s]
/proc/loadavg: 2.28 2.28 2.23 3/177 6503
/proc/meminfo: memFree=29004140/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=324904 CPUtime=1602.05 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 23049 0 0 0 160199 6 0 0 20 0 1 0 125568058 332701696 73503 33554432000 4194304 6201397 140737337503408 140737337502120 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 81226 73503 166 491 0 80725 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 324904

[startup+1662.3 s]
/proc/loadavg: 2.32 2.29 2.23 4/177 6504
/proc/meminfo: memFree=28972924/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=334636 CPUtime=1662.03 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 24768 0 0 0 166197 6 0 0 20 0 1 0 125568058 342667264 77777 33554432000 4194304 6201397 140737337503408 140737337502120 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 83659 77777 166 491 0 83158 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 334636

[startup+1722.3 s]
/proc/loadavg: 2.38 2.31 2.24 3/177 6505
/proc/meminfo: memFree=28952572/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=467280 CPUtime=1722.03 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 25261 0 0 0 172196 7 0 0 20 0 1 0 125568058 478494720 80258 33554432000 4194304 6201397 140737337503408 140737337502120 4213394 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 116820 80258 166 491 0 116319 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 467280

[startup+1782.3 s]
/proc/loadavg: 2.36 2.31 2.25 3/172 6537
/proc/meminfo: memFree=29297556/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=467280 CPUtime=1782.02 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 25934 0 0 0 178195 7 0 0 20 0 1 0 125568058 478494720 81642 33554432000 4194304 6201397 140737337503408 140737337502536 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 116820 81642 166 491 0 116319 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 467280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.28 2.30 2.24 4/177 6599
/proc/meminfo: memFree=28950612/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=467280 CPUtime=1800.01 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 25934 0 0 0 179994 7 0 0 20 0 1 0 125568058 478494720 81642 33554432000 4194304 6201397 140737337503408 140737337502536 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 116820 81642 166 491 0 116319 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 467280

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

[startup+1800.3 s]
/proc/loadavg: 2.28 2.30 2.24 4/177 6599
/proc/meminfo: memFree=28950612/32872528 swapFree=16204/1518544
[pid=6439] ppid=6436 vsize=467280 CPUtime=1800.01 cores=0,2,4,6
/proc/6439/stat : 6439 (cdcl-cuttingpla) R 6436 6439 5225 0 -1 4202496 25934 0 0 0 179994 7 0 0 20 0 1 0 125568058 478494720 81642 33554432000 4194304 6201397 140737337503408 140737337502536 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/6439/statm: 116820 81642 166 491 0 116319 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 467280

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.95
CPU system time (s): 0.076988
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 467280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.95
system time used= 0.076988
maximum resident set size= 326568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25934
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= 9
involuntary context switches= 1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.87426 second user time and 6.596 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-09 03:39:12
IDJOB=4088431
IDBENCH=72113
IDSOLVER=2550
FILE ID=node129/4088431-1465436352
RUNJOBID= node129-1465434533-5978
PBS_JOBID= 19859783
Free space on /tmp= 71732 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088431-1465436352/watcher-4088431-1465436352 -o /tmp/evaluation-result-4088431-1465436352/solver-4088431-1465436352 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465434533-5978 --watchdog 1960 --input HOME/instance-4088431-1465436352.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 6a41ff06797480ccf0516b3ef32f0a0b
RANDOM SEED=2003119289

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.715
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.715
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.715
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.715
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.715
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:        29585016 kB
Buffers:          143748 kB
Cached:           825124 kB
SwapCached:         1824 kB
Active:           293968 kB
Inactive:         719364 kB
Active(anon):      43616 kB
Inactive(anon):     3116 kB
Active(file):     250352 kB
Inactive(file):   716248 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098840 kB
Dirty:              6452 kB
Writeback:             0 kB
AnonPages:       1546292 kB
Mapped:             8632 kB
Shmem:                 0 kB
Slab:             621532 kB
SReclaimable:      65544 kB
SUnreclaim:       555988 kB
KernelStack:        1472 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1688460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1519616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node129 at 2016-06-09 04:09:12