Trace number 4107285

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-rand9ffe99.cudf.paranoid.opb
MD5SUM6dc4d743f213c8d9e25cb22ec7543a05
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4905
Best CPU time to get the best result obtained on this benchmark0.267959
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5578
Total number of constraints24656
Number of constraints which are clauses24372
Number of constraints which are cardinality constraints (but not clauses)284
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 2072
Biggest coefficient in the objective function 1523
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 840694
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1523
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 840694
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= 5578 #constraint= 24656
186.76/186.89	c #Conflicts:       1000 | #Learnt:       1200 | 0.000
186.76/186.89	c total clause space: 78.2603MB
186.76/186.89	c total #watches: 1305861
439.02/439.13	c total #propagations: 2023888 / total #impl: 283400310 (eff. 0.007)
439.02/439.13	c #Conflicts:       2000 | #Learnt:       2325 | 0.000
439.02/439.13	c total clause space: 127.173MB
439.02/439.13	c total #watches: 2698183
703.28/703.46	c total #propagations: 3221007 / total #impl: 443732261 (eff. 0.007)
703.28/703.46	c GC COLLECT
703.28/703.46	c #Conflicts:       3000 | #Learnt:       2534 | 0.000
703.28/703.46	c total clause space: 127.173MB
703.28/703.46	c total #watches: 3237949
919.45/919.69	c total #propagations: 4320569 / total #impl: 719509245 (eff. 0.006)
919.45/919.69	c #Conflicts:       4000 | #Learnt:       3584 | 0.000
919.45/919.69	c total clause space: 206.656MB
919.45/919.69	c total #watches: 4467662
1312.69/1312.95	c total #propagations: 5154868 / total #impl: 944182027 (eff. 0.005)
1312.69/1312.95	c GC COLLECT
1312.69/1312.95	c #Conflicts:       5000 | #Learnt:       3192 | 0.000
1312.69/1312.95	c total clause space: 206.656MB
1312.69/1312.95	c total #watches: 4136064
1505.06/1505.32	c total #propagations: 6252907 / total #impl: 1318113525 (eff. 0.005)
1505.06/1505.32	c #Conflicts:       6000 | #Learnt:       4232 | 0.000
1505.06/1505.32	c total clause space: 206.656MB
1505.06/1505.32	c total #watches: 5329027
1725.83/1726.18	c total #propagations: 7325038 / total #impl: 1437360857 (eff. 0.005)
1725.83/1726.18	c GC COLLECT
1725.83/1726.18	c #Conflicts:       7000 | #Learnt:       3261 | 0.000
1725.83/1726.18	c total clause space: 335.816MB
1725.83/1726.18	c total #watches: 4191864

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-4107285-1466274277/watcher-4107285-1466274277 -o /tmp/evaluation-result-4107285-1466274277/solver-4107285-1466274277 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466241681-3934 --watchdog 1960 --input HOME/instance-4107285-1466274277.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=8047
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.45 2.34 2.24 3/176 8050
/proc/meminfo: memFree=30187868/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 278 0 0 0 0 0 0 0 20 0 1 0 29474270 29810688 5269 33554432000 4194304 6201397 140733542417232 140733542416536 4211056 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 7278 5269 130 491 0 6777 0

[startup+0.100166 s]
/proc/loadavg: 2.45 2.34 2.24 3/176 8050
/proc/meminfo: memFree=30187868/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=34340 CPUtime=0.09 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 1373 0 0 0 9 0 0 0 20 0 1 0 29474270 35164160 7522 33554432000 4194304 6201397 140733542417232 140733542416536 4225707 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 8585 7522 142 491 0 8084 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34340

[startup+0.200368 s]
/proc/loadavg: 2.45 2.34 2.24 3/176 8050
/proc/meminfo: memFree=30187868/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=37448 CPUtime=0.19 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 1538 0 0 0 19 0 0 0 20 0 1 0 29474270 38346752 7668 33554432000 4194304 6201397 140733542417232 140733542416536 4213365 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 9362 7668 147 491 0 8861 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37448

[startup+0.300301 s]
/proc/loadavg: 2.45 2.34 2.24 3/176 8050
/proc/meminfo: memFree=30187868/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=37580 CPUtime=0.29 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 1569 0 0 0 29 0 0 0 20 0 1 0 29474270 38481920 7696 33554432000 4194304 6201397 140733542417232 140733542416536 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 9395 7696 147 491 0 8894 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37580

[startup+0.700284 s]
/proc/loadavg: 2.45 2.34 2.24 3/176 8050
/proc/meminfo: memFree=30187868/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=37844 CPUtime=0.69 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 1711 0 0 0 69 0 0 0 20 0 1 0 29474270 38752256 7826 33554432000 4194304 6201397 140733542417232 140733542416536 4213257 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 9461 7826 147 491 0 8960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37844

[startup+1.50027 s]
/proc/loadavg: 2.45 2.34 2.24 3/177 8051
/proc/meminfo: memFree=30156500/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=37844 CPUtime=1.49 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 1744 0 0 0 149 0 0 0 20 0 1 0 29474270 38752256 7855 33554432000 4194304 6201397 140733542417232 140733542415944 4213170 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 9461 7855 147 491 0 8960 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37844

[startup+3.10029 s]
/proc/loadavg: 2.42 2.33 2.24 3/177 8051
/proc/meminfo: memFree=30155888/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=38368 CPUtime=3.09 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 1961 0 0 0 309 0 0 0 20 0 1 0 29474270 39288832 8055 33554432000 4194304 6201397 140733542417232 140733542415864 4213328 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 9592 8055 147 491 0 9091 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38368

[startup+6.30022 s]
/proc/loadavg: 2.42 2.33 2.24 3/177 8051
/proc/meminfo: memFree=30152776/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=42788 CPUtime=6.29 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 2060 0 0 0 629 0 0 0 20 0 1 0 29474270 43814912 8137 33554432000 4194304 6201397 140733542417232 140733542416120 4213268 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 10697 8137 147 491 0 10196 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42788

[startup+12.7003 s]
/proc/loadavg: 2.35 2.32 2.23 3/177 8051
/proc/meminfo: memFree=30149292/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=43696 CPUtime=12.68 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 2331 0 0 0 1268 0 0 0 20 0 1 0 29474270 44744704 8914 33554432000 4194304 6201397 140733542417232 140733542415944 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 10924 8914 147 491 0 10423 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43696

[startup+25.5003 s]
/proc/loadavg: 2.46 2.34 2.24 3/177 8051
/proc/meminfo: memFree=30143724/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=52256 CPUtime=25.49 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 2885 0 0 0 2548 1 0 0 20 0 1 0 29474270 53510144 9933 33554432000 4194304 6201397 140733542417232 140733542415928 4213168 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 13064 9933 147 491 0 12563 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52256

[startup+51.1004 s]
/proc/loadavg: 2.49 2.36 2.25 3/177 8051
/proc/meminfo: memFree=30129020/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=67116 CPUtime=51.08 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 3898 0 0 0 5107 1 0 0 20 0 1 0 29474270 68726784 12439 33554432000 4194304 6201397 140733542417232 140733542416184 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 16779 12439 147 491 0 16278 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 67116

[startup+102.3 s]
/proc/loadavg: 2.37 2.35 2.25 3/177 8053
/proc/meminfo: memFree=30109100/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=90240 CPUtime=102.28 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 5036 0 0 0 10227 1 0 0 20 0 1 0 29474270 92405760 15602 33554432000 4194304 6201397 140733542417232 140733542415896 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 22560 15602 147 491 0 22059 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90240

[startup+162.3 s]
/proc/loadavg: 2.33 2.34 2.26 3/177 8146
/proc/meminfo: memFree=30383236/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=96020 CPUtime=162.27 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 6609 0 0 0 16225 2 0 0 20 0 1 0 29474270 98324480 20217 33554432000 4194304 6201397 140733542417232 140733542415944 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 24005 20217 147 491 0 23504 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 96020

[startup+222.307 s]
/proc/loadavg: 2.26 2.32 2.25 3/177 8147
/proc/meminfo: memFree=30355416/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=134296 CPUtime=222.26 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 8254 0 0 0 22224 2 0 0 20 0 1 0 29474270 137519104 24886 33554432000 4194304 6201397 140733542417232 140733542415944 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 33574 24886 160 491 0 33073 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 134296

[startup+282.3 s]
/proc/loadavg: 2.15 2.27 2.24 4/177 8148
/proc/meminfo: memFree=30325564/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=136168 CPUtime=282.24 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 8859 0 0 0 28222 2 0 0 20 0 1 0 29474270 139436032 28557 33554432000 4194304 6201397 140733542417232 140733542415944 4213186 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 34042 28557 160 491 0 33541 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 136168

[startup+342.3 s]
/proc/loadavg: 2.32 2.30 2.25 3/178 8152
/proc/meminfo: memFree=30297552/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=186832 CPUtime=342.24 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 9412 0 0 0 34221 3 0 0 20 0 1 0 29474270 191315968 31118 33554432000 4194304 6201397 140733542417232 140733542416264 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 46708 31118 160 491 0 46207 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 186832

[startup+402.3 s]
/proc/loadavg: 2.42 2.33 2.27 3/177 8154
/proc/meminfo: memFree=30274828/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=192856 CPUtime=402.23 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 10714 0 0 0 40220 3 0 0 20 0 1 0 29474270 197484544 35476 33554432000 4194304 6201397 140733542417232 140733542415800 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 48214 35476 160 491 0 47713 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 192856

[startup+462.3 s]
/proc/loadavg: 2.33 2.33 2.27 3/177 8155
/proc/meminfo: memFree=30240212/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=192856 CPUtime=462.22 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 14210 0 0 0 46218 4 0 0 20 0 1 0 29474270 197484544 39133 33554432000 4194304 6201397 140733542417232 140733542416360 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 48214 39133 160 491 0 47713 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 192856

[startup+522.3 s]
/proc/loadavg: 2.32 2.32 2.27 3/177 8156
/proc/meminfo: memFree=30234016/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=192856 CPUtime=522.21 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 14380 0 0 0 52217 4 0 0 20 0 1 0 29474270 197484544 39293 33554432000 4194304 6201397 140733542417232 140733542416360 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 48214 39293 166 491 0 47713 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 192856

[startup+582.3 s]
/proc/loadavg: 2.36 2.32 2.27 3/177 8157
/proc/meminfo: memFree=30229420/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=192856 CPUtime=582.2 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 14422 0 0 0 58216 4 0 0 20 0 1 0 29474270 197484544 39335 33554432000 4194304 6201397 140733542417232 140733542416360 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 48214 39335 166 491 0 47713 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 192856


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


[startup+942.3 s]
/proc/loadavg: 2.23 2.27 2.27 3/178 8167
/proc/meminfo: memFree=30113216/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293564 CPUtime=942.14 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18333 0 0 0 94209 5 0 0 20 0 1 0 29474270 300609536 59134 33554432000 4194304 6201397 140733542417232 140733542415944 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73391 59134 166 491 0 72890 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 293564

[startup+1002.3 s]
/proc/loadavg: 2.35 2.30 2.27 3/177 8169
/proc/meminfo: memFree=30101864/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1002.13 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18894 0 0 0 100208 5 0 0 20 0 1 0 29474270 300773376 61445 33554432000 4194304 6201397 140733542417232 140733542415944 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61445 166 491 0 72930 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 293724

[startup+1062.3 s]
/proc/loadavg: 2.31 2.30 2.27 3/177 8170
/proc/meminfo: memFree=30097300/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1062.12 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18894 0 0 0 106207 5 0 0 20 0 1 0 29474270 300773376 61445 33554432000 4194304 6201397 140733542417232 140733542415944 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61445 166 491 0 72930 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 293724

[startup+1122.3 s]
/proc/loadavg: 2.35 2.32 2.28 3/177 8171
/proc/meminfo: memFree=30092980/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1122.11 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18894 0 0 0 112206 5 0 0 20 0 1 0 29474270 300773376 61445 33554432000 4194304 6201397 140733542417232 140733542415944 4213257 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61445 166 491 0 72930 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 293724

[startup+1182.3 s]
/proc/loadavg: 2.27 2.29 2.27 3/177 8172
/proc/meminfo: memFree=30074192/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1182.11 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18939 0 0 0 118205 6 0 0 20 0 1 0 29474270 300773376 61489 33554432000 4194304 6201397 140733542417232 140733542415944 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61489 166 491 0 72930 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 293724

[startup+1242.3 s]
/proc/loadavg: 2.18 2.26 2.26 3/177 8173
/proc/meminfo: memFree=30065560/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1242.11 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18994 0 0 0 124205 6 0 0 20 0 1 0 29474270 300773376 61543 33554432000 4194304 6201397 140733542417232 140733542415944 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61543 166 491 0 72930 0
Current children cumulated CPU time (s) 1242.11
Current children cumulated vsize (KiB) 293724

[startup+1302.3 s]
/proc/loadavg: 2.29 2.28 2.27 4/177 8175
/proc/meminfo: memFree=30056252/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1302.1 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18994 0 0 0 130204 6 0 0 20 0 1 0 29474270 300773376 61543 33554432000 4194304 6201397 140733542417232 140733542415944 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61543 166 491 0 72930 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 293724

[startup+1362.3 s]
/proc/loadavg: 2.27 2.28 2.27 4/177 8176
/proc/meminfo: memFree=30047628/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=293724 CPUtime=1362.09 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 18999 0 0 0 136203 6 0 0 20 0 1 0 29474270 300773376 61548 33554432000 4194304 6201397 140733542417232 140733542416360 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73431 61548 166 491 0 72930 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 293724

[startup+1422.3 s]
/proc/loadavg: 2.32 2.29 2.27 3/177 8177
/proc/meminfo: memFree=30039992/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=294044 CPUtime=1422.08 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 19074 0 0 0 142202 6 0 0 20 0 1 0 29474270 301101056 61623 33554432000 4194304 6201397 140733542417232 140733542415944 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 73511 61623 166 491 0 73010 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 294044

[startup+1482.3 s]
/proc/loadavg: 2.23 2.26 2.26 4/177 8178
/proc/meminfo: memFree=30015976/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=306020 CPUtime=1482.06 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 21038 0 0 0 148200 6 0 0 20 0 1 0 29474270 313364480 65120 33554432000 4194304 6201397 140733542417232 140733542415944 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 76505 65120 166 491 0 76004 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 306020

[startup+1542.31 s]
/proc/loadavg: 2.23 2.26 2.26 3/178 8182
/proc/meminfo: memFree=29974116/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=333224 CPUtime=1542.07 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 25063 0 0 0 154200 7 0 0 20 0 1 0 29474270 341221376 73233 33554432000 4194304 6201397 140733542417232 140733542415896 4213170 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 83306 73233 166 491 0 82805 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 333224

[startup+1602.3 s]
/proc/loadavg: 2.28 2.27 2.27 4/177 8184
/proc/meminfo: memFree=29953400/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=336488 CPUtime=1602.04 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 25755 0 0 0 160197 7 0 0 20 0 1 0 29474270 344563712 75969 33554432000 4194304 6201397 140733542417232 140733542415896 4213268 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 84122 75969 166 491 0 83621 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 336488

[startup+1662.3 s]
/proc/loadavg: 2.39 2.30 2.28 4/177 8185
/proc/meminfo: memFree=29939252/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=337064 CPUtime=1662.04 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 26094 0 0 0 166196 8 0 0 20 0 1 0 29474270 345153536 78352 33554432000 4194304 6201397 140733542417232 140733542415896 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 84266 78352 166 491 0 83765 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 337064

[startup+1722.3 s]
/proc/loadavg: 2.32 2.29 2.27 3/177 8186
/proc/meminfo: memFree=29923732/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=469324 CPUtime=1722.03 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 27108 0 0 0 172195 8 0 0 20 0 1 0 29474270 480587776 80517 33554432000 4194304 6201397 140733542417232 140733542416264 4213261 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 117331 80517 166 491 0 116830 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 469324

[startup+1782.3 s]
/proc/loadavg: 2.16 2.25 2.26 3/177 8187
/proc/meminfo: memFree=29907812/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=469324 CPUtime=1782.02 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 27108 0 0 0 178194 8 0 0 20 0 1 0 29474270 480587776 84272 33554432000 4194304 6201397 140733542417232 140733542416360 4213253 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 117331 84272 166 491 0 116830 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 469324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.27 2.27 2.26 3/177 8187
/proc/meminfo: memFree=29907936/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=469324 CPUtime=1800.02 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 27108 0 0 0 179994 8 0 0 20 0 1 0 29474270 480587776 84272 33554432000 4194304 6201397 140733542417232 140733542416360 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 117331 84272 166 491 0 116830 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 469324

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

[startup+1800.3 s]
/proc/loadavg: 2.27 2.27 2.26 3/177 8187
/proc/meminfo: memFree=29907936/32872528 swapFree=1200228/1314692
[pid=8050] ppid=8047 vsize=469324 CPUtime=1800.02 cores=0,2,4,6
/proc/8050/stat : 8050 (cdcl-cuttingpla) R 8047 8050 3918 0 -1 4202496 27108 0 0 0 179994 8 0 0 20 0 1 0 29474270 480587776 84272 33554432000 4194304 6201397 140733542417232 140733542416360 4213240 0 0 4096 8388610 0 0 0 17 4 0 0 0 0 0
/proc/8050/statm: 117331 84272 166 491 0 116830 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 469324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.03
CPU user time (s): 1799.94
CPU system time (s): 0.083987
CPU usage (%): 99.9847
Max. virtual memory (cumulated for all children) (KiB): 469324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.083987
maximum resident set size= 337088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27108
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= 5
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.35388 second user time and 8.51171 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 20:24:37
IDJOB=4107285
IDBENCH=72115
IDSOLVER=2550
FILE ID=node131/4107285-1466274277
RUNJOBID= node131-1466241681-3934
PBS_JOBID= 19918210
Free space on /tmp= 71704 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-rand9ffe99.cudf.paranoid.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107285-1466274277/watcher-4107285-1466274277 -o /tmp/evaluation-result-4107285-1466274277/solver-4107285-1466274277 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466241681-3934 --watchdog 1960 --input HOME/instance-4107285-1466274277.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 6dc4d743f213c8d9e25cb22ec7543a05
RANDOM SEED=405754600

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.56
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.752
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.752
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.56
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.752
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.57
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.752
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:        30188000 kB
Buffers:          155132 kB
Cached:           158804 kB
SwapCached:         1460 kB
Active:           412732 kB
Inactive:         218608 kB
Active(anon):     317116 kB
Inactive(anon):     2920 kB
Active(file):      95616 kB
Inactive(file):   215688 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:              3108 kB
Writeback:             0 kB
AnonPages:       1611120 kB
Mapped:             7668 kB
Shmem:                 0 kB
Slab:             603296 kB
SReclaimable:      47328 kB
SUnreclaim:       555968 kB
KernelStack:        1472 kB
PageTables:         7316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1764492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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= 71700 MiB
End job on node131 at 2016-06-18 20:54:38