Trace number 4088305

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

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/area_delay/normalized-fir08_area_delay.opb
MD5SUMe9d9fc2aedf45217e1b47072b194c567
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark28.6836
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 31
Optimality of the best value was proved NO
Number of variables124856
Total number of constraints521620
Number of constraints which are clauses521620
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint1023
Number of terms in the objective function 61556
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 61556
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 61556
Number of bits of the biggest sum of numbers16
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= 124856 #constraint= 521620
32.69/32.76	c #Conflicts:       1000 | #Learnt:       1000 | 0.000
32.69/32.76	c total clause space: 2341.61MB
32.69/32.76	c total #watches: 46553399
79.47/79.57	c total #propagations: 9354012 / total #impl: 109738147 (eff. 0.085)
79.47/79.57	c #Conflicts:       2000 | #Learnt:       2000 | 0.000
79.47/79.57	c total clause space: 3805.12MB
79.47/79.57	c total #watches: 93968265
97.89/97.91	c total #propagations: 18600511 / total #impl: 227984634 (eff. 0.082)
97.89/97.91	c GC COLLECT
97.89/97.91	c #Conflicts:       3000 | #Learnt:       1910 | 0.000
97.89/97.91	c total clause space: 3805.12MB
97.89/97.91	c total #watches: 90158136
155.37/155.41	c total #propagations: 18848165 / total #impl: 396419667 (eff. 0.048)
155.37/155.41	c #Conflicts:       4000 | #Learnt:       2910 | 0.000
155.37/155.41	c total clause space: 2087.32MB
155.37/155.41	c total #watches: 138879431
330.33/330.44	c total #propagations: 19668881 / total #impl: 841131044 (eff. 0.023)
330.33/330.44	c GC COLLECT
330.33/330.44	c #Conflicts:       5000 | #Learnt:       2220 | 0.000
330.33/330.44	c total clause space: 2087.32MB
330.33/330.44	c total #watches: 88193222
411.12/411.29	c total #propagations: 22892011 / total #impl: 1716683942 (eff. 0.013)
411.12/411.29	c #Conflicts:       6000 | #Learnt:       3220 | 0.000
411.12/411.29	c total clause space: 2087.32MB
411.12/411.29	c total #watches: 133279221
512.00/512.16	c total #propagations: 24892880 / total #impl: 1844395713 (eff. 0.013)
512.00/512.16	c #Conflicts:       7000 | #Learnt:       4220 | 0.000
512.00/512.16	c total clause space: 2087.32MB
512.00/512.16	c total #watches: 169735692

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-4088305-1465432463/watcher-4088305-1465432463 -o /tmp/evaluation-result-4088305-1465432463/solver-4088305-1465432463 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465427060-31326 --watchdog 1960 --input HOME/instance-4088305-1465432463.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=31831
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.09 2.10 3/177 31834
/proc/meminfo: memFree=29721412/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 125180957 29810688 5268 33554432000 4194304 6201397 140735833704880 140733501506776 4211056 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 7278 5268 130 491 0 6777 0

[startup+0.100214 s]
/proc/loadavg: 2.08 2.09 2.10 3/177 31834
/proc/meminfo: memFree=29721412/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=35876 CPUtime=0.09 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 2056 0 0 0 9 0 0 0 20 0 1 0 125180957 36737024 7863 33554432000 4194304 6201397 140735833704880 140733501506776 5408672 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 8969 7863 142 491 0 8468 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35876

[startup+0.200351 s]
/proc/loadavg: 2.08 2.09 2.10 3/177 31834
/proc/meminfo: memFree=29721412/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=38972 CPUtime=0.19 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 3456 0 0 0 19 0 0 0 20 0 1 0 125180957 39907328 8698 33554432000 4194304 6201397 140735833704880 140735833703016 4207438 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 9743 8698 143 491 0 9242 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 38972

[startup+0.300313 s]
/proc/loadavg: 2.08 2.09 2.10 3/177 31834
/proc/meminfo: memFree=29721412/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=44780 CPUtime=0.29 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 4772 0 0 0 29 0 0 0 20 0 1 0 125180957 45854720 10077 33554432000 4194304 6201397 140735833704880 140735833703016 4208163 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 11195 10077 143 491 0 10694 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44780

[startup+0.70023 s]
/proc/loadavg: 2.08 2.09 2.10 3/177 31834
/proc/meminfo: memFree=29721412/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=67040 CPUtime=0.69 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 6886 0 0 0 68 1 0 0 20 0 1 0 125180957 68648960 15216 33554432000 4194304 6201397 140735833704880 140735833703016 5150858 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 16760 15216 143 491 0 16259 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67040

[startup+1.50023 s]
/proc/loadavg: 2.07 2.09 2.10 3/178 31835
/proc/meminfo: memFree=29639056/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=123532 CPUtime=1.49 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 10643 0 0 0 147 2 0 0 20 0 1 0 125180957 126496768 25565 33554432000 4194304 6201397 140735833704880 140735833703016 5091637 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 30883 25565 143 491 0 30382 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123532

[startup+3.10029 s]
/proc/loadavg: 2.07 2.09 2.10 3/178 31835
/proc/meminfo: memFree=29575028/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=293752 CPUtime=3.09 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 21550 0 0 0 304 5 0 0 20 0 1 0 125180957 300802048 65027 33554432000 4194304 6201397 140735833704880 140735833703160 4214458 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 73438 65027 147 491 0 72937 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 293752

[startup+6.3003 s]
/proc/loadavg: 2.07 2.09 2.10 3/178 31835
/proc/meminfo: memFree=29150284/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=734412 CPUtime=6.29 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 45066 0 0 0 617 12 0 0 20 0 1 0 125180957 752037888 161616 33554432000 4194304 6201397 140735833704880 140735833703160 4222244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 183603 161616 147 491 0 183102 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 734412

[startup+12.7003 s]
/proc/loadavg: 2.14 2.10 2.10 3/178 31835
/proc/meminfo: memFree=28714408/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=1208336 CPUtime=12.69 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 76495 0 0 0 1251 18 0 0 20 0 1 0 125180957 1237336064 252320 33554432000 4194304 6201397 140735833704880 140735833703592 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 302084 252320 147 491 0 301583 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1208336

[startup+25.5004 s]
/proc/loadavg: 2.12 2.10 2.10 3/178 31835
/proc/meminfo: memFree=27915028/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=2022944 CPUtime=25.49 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 138510 0 0 0 2515 34 0 0 20 0 1 0 125180957 2071494656 449750 33554432000 4194304 6201397 140735833704880 140735833703592 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 505736 449750 147 491 0 505235 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2022944

[startup+51.1004 s]
/proc/loadavg: 2.08 2.09 2.10 3/178 31835
/proc/meminfo: memFree=26655828/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=3436440 CPUtime=51.08 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 234238 0 0 0 5050 58 0 0 20 0 1 0 125180957 3518914560 764697 33554432000 4194304 6201397 140735833704880 140735833703592 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 859110 764697 160 491 0 858609 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3436440

[startup+102.3 s]
/proc/loadavg: 2.15 2.10 2.10 3/178 31836
/proc/meminfo: memFree=24793424/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=5723708 CPUtime=102.28 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 387154 0 0 0 10127 101 0 0 20 0 1 0 125180957 5861076992 1225746 33554432000 4194304 6201397 140735833704880 140735833703160 4222241 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 1430927 1225746 160 491 0 1430426 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 5723708

[startup+162.3 s]
/proc/loadavg: 2.22 2.13 2.10 3/178 31837
/proc/meminfo: memFree=23546092/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8162060 CPUtime=162.26 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 416241 0 0 0 16103 123 0 0 20 0 1 0 125180957 8357949440 1535372 33554432000 4194304 6201397 140735833704880 140735833704008 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2040515 1535372 166 491 0 2040014 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 8162060

[startup+222.307 s]
/proc/loadavg: 2.17 2.13 2.10 3/178 31839
/proc/meminfo: memFree=23262540/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8162672 CPUtime=222.26 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 422322 0 0 0 22099 127 0 0 20 0 1 0 125180957 8358576128 1605328 33554432000 4194304 6201397 140735833704880 140735833703592 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2040668 1605328 166 491 0 2040167 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 8162672

[startup+282.3 s]
/proc/loadavg: 2.25 2.15 2.10 3/178 31840
/proc/meminfo: memFree=23206708/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8162672 CPUtime=282.24 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 423481 0 0 0 28096 128 0 0 20 0 1 0 125180957 8358576128 1619262 33554432000 4194304 6201397 140735833704880 140735833703592 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2040668 1619262 166 491 0 2040167 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 8162672

[startup+342.3 s]
/proc/loadavg: 2.40 2.21 2.12 3/179 31844
/proc/meminfo: memFree=23206072/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8162672 CPUtime=342.23 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 423496 0 0 0 34095 128 0 0 20 0 1 0 125180957 8358576128 1619274 33554432000 4194304 6201397 140735833704880 140735833704008 4222244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2040668 1619274 166 491 0 2040167 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 8162672

[startup+402.3 s]
/proc/loadavg: 2.19 2.19 2.12 3/178 31845
/proc/meminfo: memFree=23190272/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8162984 CPUtime=402.22 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 427407 0 0 0 40093 129 0 0 20 0 1 0 125180957 8358895616 1623182 33554432000 4194304 6201397 140735833704880 140735833703592 4215820 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2040746 1623182 166 491 0 2040245 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 8162984

[startup+462.3 s]
/proc/loadavg: 2.19 2.18 2.12 3/178 31892
/proc/meminfo: memFree=22944472/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8366728 CPUtime=462.21 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 462445 0 0 0 46082 139 0 0 20 0 1 0 125180957 8567529472 1743554 33554432000 4194304 6201397 140735833704880 140735833703592 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2091682 1743554 166 491 0 2091181 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 8366728

[startup+522.3 s]
/proc/loadavg: 2.15 2.17 2.12 3/178 31894
/proc/meminfo: memFree=22317328/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8368536 CPUtime=522.2 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 474531 0 0 0 52069 151 0 0 20 0 1 0 125180957 8569380864 1899233 33554432000 4194304 6201397 140735833704880 140735833704008 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092134 1899233 166 491 0 2091633 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 8368536

[startup+582.3 s]
/proc/loadavg: 2.13 2.17 2.12 3/178 31895
/proc/meminfo: memFree=22285028/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369032 CPUtime=582.19 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 474885 0 0 0 58068 151 0 0 20 0 1 0 125180957 8569888768 1902142 33554432000 4194304 6201397 140735833704880 140735833703592 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092258 1902142 166 491 0 2091757 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 8369032


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


[startup+942.3 s]
/proc/loadavg: 2.09 2.13 2.10 3/179 31905
/proc/meminfo: memFree=22212444/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=942.13 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485757 0 0 0 94060 153 0 0 20 0 1 0 125180957 8569901056 1903238 33554432000 4194304 6201397 140735833704880 140735833703592 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1903238 166 491 0 2091760 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 8369044

[startup+1002.3 s]
/proc/loadavg: 2.22 2.15 2.10 3/178 31906
/proc/meminfo: memFree=22184200/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1002.12 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485758 0 0 0 100059 153 0 0 20 0 1 0 125180957 8569901056 1906464 33554432000 4194304 6201397 140735833704880 140735833703592 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1906464 166 491 0 2091760 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 8369044

[startup+1062.3 s]
/proc/loadavg: 2.12 2.14 2.10 3/178 31907
/proc/meminfo: memFree=22093456/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1062.11 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485758 0 0 0 106058 153 0 0 20 0 1 0 125180957 8569901056 1909758 33554432000 4194304 6201397 140735833704880 140735833703592 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1909758 166 491 0 2091760 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 8369044

[startup+1122.3 s]
/proc/loadavg: 2.15 2.14 2.10 3/178 31909
/proc/meminfo: memFree=22035960/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1122.1 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485758 0 0 0 112057 153 0 0 20 0 1 0 125180957 8569901056 1913044 33554432000 4194304 6201397 140735833704880 140735833703592 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1913044 166 491 0 2091760 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 8369044

[startup+1182.3 s]
/proc/loadavg: 2.21 2.16 2.10 4/178 31910
/proc/meminfo: memFree=21997524/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1182.09 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485758 0 0 0 118056 153 0 0 20 0 1 0 125180957 8569901056 1916359 33554432000 4194304 6201397 140735833704880 140735833703592 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1916359 166 491 0 2091760 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 8369044

[startup+1242.3 s]
/proc/loadavg: 2.12 2.14 2.09 3/178 31911
/proc/meminfo: memFree=21972428/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1242.09 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485758 0 0 0 124056 153 0 0 20 0 1 0 125180957 8569901056 1919645 33554432000 4194304 6201397 140735833704880 140735833703592 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1919645 166 491 0 2091760 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 8369044

[startup+1302.3 s]
/proc/loadavg: 2.21 2.16 2.10 3/178 31912
/proc/meminfo: memFree=21961684/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1302.08 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485758 0 0 0 130055 153 0 0 20 0 1 0 125180957 8569901056 1922932 33554432000 4194304 6201397 140735833704880 140735833703592 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1922932 166 491 0 2091760 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 8369044

[startup+1362.3 s]
/proc/loadavg: 2.19 2.16 2.10 3/178 31913
/proc/meminfo: memFree=21945692/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1362.07 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 136054 153 0 0 20 0 1 0 125180957 8569901056 1926226 33554432000 4194304 6201397 140735833704880 140735833703592 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1926226 166 491 0 2091760 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 8369044

[startup+1422.3 s]
/proc/loadavg: 2.18 2.16 2.10 4/178 31915
/proc/meminfo: memFree=21933388/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1422.07 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 142054 153 0 0 20 0 1 0 125180957 8569901056 1929270 33554432000 4194304 6201397 140735833704880 140735833703592 4213268 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1929270 166 491 0 2091760 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 8369044

[startup+1482.3 s]
/proc/loadavg: 2.16 2.15 2.10 3/178 31916
/proc/meminfo: memFree=21892364/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1482.05 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 148052 153 0 0 20 0 1 0 125180957 8569901056 1936188 33554432000 4194304 6201397 140735833704880 140735833703592 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1936188 166 491 0 2091760 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 8369044

[startup+1542.31 s]
/proc/loadavg: 2.24 2.17 2.10 3/179 31920
/proc/meminfo: memFree=21853876/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1542.05 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 154052 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213268 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 8369044

[startup+1602.3 s]
/proc/loadavg: 2.15 2.15 2.09 3/179 31944
/proc/meminfo: memFree=21831632/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1602.03 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 160050 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 8369044

[startup+1662.3 s]
/proc/loadavg: 2.18 2.15 2.09 3/178 31945
/proc/meminfo: memFree=21824248/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1662.02 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 166049 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 8369044

[startup+1722.3 s]
/proc/loadavg: 2.22 2.17 2.10 4/177 31946
/proc/meminfo: memFree=21819536/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1722.01 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 172048 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 8369044

[startup+1782.3 s]
/proc/loadavg: 2.14 2.15 2.09 3/178 31948
/proc/meminfo: memFree=21812520/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1782 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 178047 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 8369044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.11 2.14 2.09 3/178 31948
/proc/meminfo: memFree=21810224/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1800 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 179847 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 8369044

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

[startup+1800.3 s]
/proc/loadavg: 2.11 2.14 2.09 3/178 31948
/proc/meminfo: memFree=21810224/32872528 swapFree=12208/1156848
[pid=31834] ppid=31831 vsize=8369044 CPUtime=1800 cores=0,2,4,6
/proc/31834/stat : 31834 (cdcl-cuttingpla) R 31831 31834 31310 0 -1 4202496 485761 0 0 0 179847 153 0 0 20 0 1 0 125180957 8569901056 1940773 33554432000 4194304 6201397 140735833704880 140735833703592 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31834/statm: 2092261 1940773 166 491 0 2091760 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 8369044

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.32
CPU time (s): 1800.03
CPU user time (s): 1798.48
CPU system time (s): 1.55676
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 8370840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 1.55676
maximum resident set size= 7763092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 485761
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= 27
involuntary context switches= 1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5733 second user time and 6.90595 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-09 02:34:24
IDJOB=4088305
IDBENCH=25009
IDSOLVER=2550
FILE ID=node114/4088305-1465432463
RUNJOBID= node114-1465427060-31326
PBS_JOBID= 19859793
Free space on /tmp= 71716 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/area_delay/normalized-fir08_area_delay.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088305-1465432463/watcher-4088305-1465432463 -o /tmp/evaluation-result-4088305-1465432463/solver-4088305-1465432463 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465427060-31326 --watchdog 1960 --input HOME/instance-4088305-1465432463.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= e9d9fc2aedf45217e1b47072b194c567
RANDOM SEED=1631933343

node114.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.852
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.70
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.852
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.852
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.852
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.852
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.852
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.852
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.54
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.852
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:        29722172 kB
Buffers:          142368 kB
Cached:           783800 kB
SwapCached:         1644 kB
Active:           610852 kB
Inactive:         640512 kB
Active(anon):     324648 kB
Inactive(anon):     2916 kB
Active(file):     286204 kB
Inactive(file):   637596 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096772 kB
Dirty:             19820 kB
Writeback:             0 kB
AnonPages:       1481208 kB
Mapped:             7828 kB
Shmem:                 0 kB
Slab:             610408 kB
SReclaimable:      54468 kB
SUnreclaim:       555940 kB
KernelStack:        1488 kB
PageTables:         6840 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1724336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1456128 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= 71712 MiB
End job on node114 at 2016-06-09 03:04:24