Trace number 4088411

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.02 1800.3

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-rand0c02bc.cudf.paranoid.opb
MD5SUM80d4beb6552975b1ad66516326ec7dfd
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8730
Best CPU time to get the best result obtained on this benchmark0.302953
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5998
Total number of constraints26912
Number of constraints which are clauses26598
Number of constraints which are cardinality constraints (but not clauses)314
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 2216
Biggest coefficient in the objective function 1667
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 920182
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1667
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 920182
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= 5998 #constraint= 26912
216.66/216.78	c #Conflicts:       1000 | #Learnt:       1145 | 0.000
216.66/216.78	c total clause space: 78.2603MB
216.66/216.78	c total #watches: 1338480
593.00/593.12	c total #propagations: 1645607 / total #impl: 32917079 (eff. 0.050)
593.00/593.12	c #Conflicts:       2000 | #Learnt:       2257 | 0.000
593.00/593.12	c total clause space: 127.173MB
593.00/593.12	c total #watches: 2632594
795.86/796.04	c total #propagations: 2771106 / total #impl: 76855191 (eff. 0.036)
795.86/796.04	c GC COLLECT
795.86/796.04	c #Conflicts:       3000 | #Learnt:       2454 | 0.000
795.86/796.04	c total clause space: 127.173MB
795.86/796.04	c total #watches: 2917370
1135.31/1135.58	c total #propagations: 3699138 / total #impl: 164302246 (eff. 0.023)
1135.31/1135.58	c #Conflicts:       4000 | #Learnt:       3506 | 0.000
1135.31/1135.58	c total clause space: 206.656MB
1135.31/1135.58	c total #watches: 4218734
1373.98/1374.25	c total #propagations: 4398083 / total #impl: 206317013 (eff. 0.021)
1373.98/1374.25	c GC COLLECT
1373.98/1374.25	c #Conflicts:       5000 | #Learnt:       3048 | 0.000
1373.98/1374.25	c total clause space: 206.656MB
1373.98/1374.25	c total #watches: 3756755
1534.75/1535.00	c total #propagations: 4983404 / total #impl: 259792812 (eff. 0.019)
1534.75/1535.00	c #Conflicts:       6000 | #Learnt:       4063 | 0.000
1534.75/1535.00	c total clause space: 206.656MB
1534.75/1535.00	c total #watches: 4926571

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-4088411-1465436479/watcher-4088411-1465436479 -o /tmp/evaluation-result-4088411-1465436479/solver-4088411-1465436479 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465427006-30427 --watchdog 1960 --input HOME/instance-4088411-1465436479.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=31292
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.25 2.27 2.21 3/176 31295
/proc/meminfo: memFree=29696656/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 277 0 0 0 0 0 0 0 20 0 1 0 125580223 29810688 5268 33554432000 4194304 6201397 140734085003872 140736008842264 4211048 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 7278 5268 130 491 0 6777 0

[startup+0.100164 s]
/proc/loadavg: 2.25 2.27 2.21 3/176 31295
/proc/meminfo: memFree=29696656/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=34352 CPUtime=0.09 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 1376 0 0 0 9 0 0 0 20 0 1 0 125580223 35176448 7524 33554432000 4194304 6201397 140734085003872 140736008842264 4207438 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 8588 7524 142 491 0 8087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34352

[startup+0.200339 s]
/proc/loadavg: 2.25 2.27 2.21 3/176 31295
/proc/meminfo: memFree=29696656/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=37512 CPUtime=0.19 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 1722 0 0 0 19 0 0 0 20 0 1 0 125580223 38412288 7782 33554432000 4194304 6201397 140734085003872 140736008842264 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 9378 7782 147 491 0 8877 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37512

[startup+0.300267 s]
/proc/loadavg: 2.25 2.27 2.21 3/176 31295
/proc/meminfo: memFree=29696656/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=37636 CPUtime=0.29 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 1735 0 0 0 29 0 0 0 20 0 1 0 125580223 38539264 8306 33554432000 4194304 6201397 140734085003872 140736008842264 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 9409 8306 147 491 0 8908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37636

[startup+0.700276 s]
/proc/loadavg: 2.25 2.27 2.21 3/176 31295
/proc/meminfo: memFree=29696656/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=37636 CPUtime=0.69 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 1739 0 0 0 69 0 0 0 20 0 1 0 125580223 38539264 8310 33554432000 4194304 6201397 140734085003872 140734085002568 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 9409 8310 147 491 0 8908 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37636

[startup+1.50023 s]
/proc/loadavg: 2.25 2.27 2.21 3/177 31296
/proc/meminfo: memFree=29663636/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=37776 CPUtime=1.49 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 1780 0 0 0 149 0 0 0 20 0 1 0 125580223 38682624 8351 33554432000 4194304 6201397 140734085003872 140734085002440 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 9444 8351 147 491 0 8943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37776

[startup+3.10023 s]
/proc/loadavg: 2.25 2.27 2.21 3/177 31296
/proc/meminfo: memFree=29663148/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=38028 CPUtime=3.09 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 1828 0 0 0 309 0 0 0 20 0 1 0 125580223 38940672 8399 33554432000 4194304 6201397 140734085003872 140734085002584 4198549 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 9507 8399 147 491 0 9006 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38028

[startup+6.30027 s]
/proc/loadavg: 2.31 2.29 2.21 3/177 31296
/proc/meminfo: memFree=29662536/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=43500 CPUtime=6.29 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 2286 0 0 0 629 0 0 0 20 0 1 0 125580223 44544000 8822 33554432000 4194304 6201397 140734085003872 140734085002440 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 10875 8822 147 491 0 10374 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43500

[startup+12.7002 s]
/proc/loadavg: 2.29 2.28 2.21 3/177 31296
/proc/meminfo: memFree=29657928/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=52208 CPUtime=12.69 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 2840 0 0 0 1269 0 0 0 20 0 1 0 125580223 53460992 9854 33554432000 4194304 6201397 140734085003872 140734085002440 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 13052 9854 147 491 0 12551 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 52208

[startup+25.5003 s]
/proc/loadavg: 2.22 2.27 2.21 3/177 31296
/proc/meminfo: memFree=29653052/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=52632 CPUtime=25.48 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 3055 0 0 0 2548 0 0 0 20 0 1 0 125580223 53895168 11067 33554432000 4194304 6201397 140734085003872 140734085002824 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 13158 11067 147 491 0 12657 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52632

[startup+51.1003 s]
/proc/loadavg: 2.41 2.31 2.22 3/177 31296
/proc/meminfo: memFree=29635164/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=69488 CPUtime=51.08 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 4542 0 0 0 5107 1 0 0 20 0 1 0 125580223 71155712 15077 33554432000 4194304 6201397 140734085003872 140734085002584 4213192 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 17372 15077 147 491 0 16871 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 69488

[startup+102.3 s]
/proc/loadavg: 2.47 2.34 2.23 3/177 31297
/proc/meminfo: memFree=29619404/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=93952 CPUtime=102.28 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 6097 0 0 0 10227 1 0 0 20 0 1 0 125580223 96206848 19154 33554432000 4194304 6201397 140734085003872 140734085002824 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 23488 19154 147 491 0 22987 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 93952

[startup+162.3 s]
/proc/loadavg: 2.33 2.33 2.24 3/177 31299
/proc/meminfo: memFree=29581384/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=128116 CPUtime=162.26 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 7147 0 0 0 16225 1 0 0 20 0 1 0 125580223 131190784 23635 33554432000 4194304 6201397 140734085003872 140734085002904 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 32029 23635 147 491 0 31528 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 128116

[startup+222.308 s]
/proc/loadavg: 2.42 2.36 2.25 3/177 31300
/proc/meminfo: memFree=29567476/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=128116 CPUtime=222.26 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 7164 0 0 0 22224 2 0 0 20 0 1 0 125580223 131190784 24674 33554432000 4194304 6201397 140734085003872 140734085003000 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 32029 24674 160 491 0 31528 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 128116

[startup+282.3 s]
/proc/loadavg: 2.29 2.32 2.25 3/177 31301
/proc/meminfo: memFree=29539092/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=128116 CPUtime=282.25 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 7167 0 0 0 28223 2 0 0 20 0 1 0 125580223 131190784 26210 33554432000 4194304 6201397 140734085003872 140734085003000 4213087 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 32029 26210 160 491 0 31528 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 128116

[startup+342.3 s]
/proc/loadavg: 2.15 2.27 2.23 4/177 31302
/proc/meminfo: memFree=29519720/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=138140 CPUtime=342.23 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 9165 0 0 0 34221 2 0 0 20 0 1 0 125580223 141455360 30252 33554432000 4194304 6201397 140734085003872 140734085002584 4213170 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 34535 30252 160 491 0 34034 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 138140

[startup+402.3 s]
/proc/loadavg: 2.36 2.30 2.24 3/177 31303
/proc/meminfo: memFree=29511020/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=138560 CPUtime=402.22 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 9449 0 0 0 40220 2 0 0 20 0 1 0 125580223 141885440 32069 33554432000 4194304 6201397 140734085003872 140734085002536 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 34640 32069 160 491 0 34139 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 138560

[startup+462.3 s]
/proc/loadavg: 2.27 2.27 2.24 4/177 31305
/proc/meminfo: memFree=29500880/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=189208 CPUtime=462.21 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 9997 0 0 0 46219 2 0 0 20 0 1 0 125580223 193748992 34616 33554432000 4194304 6201397 140734085003872 140734085002584 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 47302 34616 160 491 0 46801 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 189208

[startup+522.3 s]
/proc/loadavg: 2.26 2.27 2.24 3/177 31306
/proc/meminfo: memFree=29493968/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=189640 CPUtime=522.21 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 10173 0 0 0 52218 3 0 0 20 0 1 0 125580223 194191360 36325 33554432000 4194304 6201397 140734085003872 140734085002584 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 47410 36325 160 491 0 46909 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 189640

[startup+582.3 s]
/proc/loadavg: 2.21 2.25 2.23 4/178 31310
/proc/meminfo: memFree=29478876/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=195244 CPUtime=582.2 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 11305 0 0 0 58217 3 0 0 20 0 1 0 125580223 199929856 40523 33554432000 4194304 6201397 140734085003872 140734085002440 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 48811 40523 160 491 0 48310 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 195244


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


[startup+942.3 s]
/proc/loadavg: 2.30 2.26 2.23 3/177 31317
/proc/meminfo: memFree=29426440/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=298436 CPUtime=942.14 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 16571 0 0 0 94210 4 0 0 20 0 1 0 125580223 305598464 52370 33554432000 4194304 6201397 140734085003872 140734085002440 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74609 52370 166 491 0 74108 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 298436

[startup+1002.3 s]
/proc/loadavg: 2.22 2.24 2.22 4/177 31318
/proc/meminfo: memFree=29411896/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=298756 CPUtime=1002.14 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 16985 0 0 0 100209 5 0 0 20 0 1 0 125580223 305926144 55850 33554432000 4194304 6201397 140734085003872 140734085002536 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74689 55850 166 491 0 74188 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 298756

[startup+1062.3 s]
/proc/loadavg: 2.17 2.22 2.22 4/177 31319
/proc/meminfo: memFree=29404240/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=298916 CPUtime=1062.13 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 17271 0 0 0 106208 5 0 0 20 0 1 0 125580223 306089984 57669 33554432000 4194304 6201397 140734085003872 140734085002536 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74729 57669 166 491 0 74228 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 298916

[startup+1122.3 s]
/proc/loadavg: 2.18 2.21 2.21 3/177 31321
/proc/meminfo: memFree=29397452/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=298916 CPUtime=1122.11 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 17443 0 0 0 112206 5 0 0 20 0 1 0 125580223 306089984 59374 33554432000 4194304 6201397 140734085003872 140734085002536 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74729 59374 166 491 0 74228 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 298916

[startup+1182.3 s]
/proc/loadavg: 2.13 2.18 2.20 3/178 31325
/proc/meminfo: memFree=29378536/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299076 CPUtime=1182.1 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18362 0 0 0 118205 5 0 0 20 0 1 0 125580223 306253824 64085 33554432000 4194304 6201397 140734085003872 140734085002584 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74769 64085 166 491 0 74268 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 299076

[startup+1242.3 s]
/proc/loadavg: 2.15 2.18 2.19 3/179 31349
/proc/meminfo: memFree=29374592/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299076 CPUtime=1242.09 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18362 0 0 0 124204 5 0 0 20 0 1 0 125580223 306253824 64085 33554432000 4194304 6201397 140734085003872 140734085002584 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74769 64085 166 491 0 74268 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 299076

[startup+1302.3 s]
/proc/loadavg: 2.17 2.17 2.18 4/178 31350
/proc/meminfo: memFree=29351608/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299076 CPUtime=1302.09 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18495 0 0 0 130203 6 0 0 20 0 1 0 125580223 306253824 64214 33554432000 4194304 6201397 140734085003872 140734085002584 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74769 64214 166 491 0 74268 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 299076

[startup+1362.3 s]
/proc/loadavg: 2.26 2.19 2.19 3/178 31351
/proc/meminfo: memFree=29319476/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299076 CPUtime=1362.08 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18495 0 0 0 136202 6 0 0 20 0 1 0 125580223 306253824 64216 33554432000 4194304 6201397 140734085003872 140734085002584 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74769 64216 166 491 0 74268 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 299076

[startup+1422.3 s]
/proc/loadavg: 2.10 2.15 2.17 3/178 32226
/proc/meminfo: memFree=29478596/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299076 CPUtime=1422.08 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18519 0 0 0 142202 6 0 0 20 0 1 0 125580223 306253824 64817 33554432000 4194304 6201397 140734085003872 140734085003000 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74769 64817 166 491 0 74268 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 299076

[startup+1482.3 s]
/proc/loadavg: 2.30 2.20 2.19 4/178 32227
/proc/meminfo: memFree=29424588/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299236 CPUtime=1482.06 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18534 0 0 0 148200 6 0 0 20 0 1 0 125580223 306417664 64832 33554432000 4194304 6201397 140734085003872 140734085002584 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74809 64832 166 491 0 74308 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 299236

[startup+1542.31 s]
/proc/loadavg: 2.20 2.19 2.18 3/178 32228
/proc/meminfo: memFree=29383836/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299556 CPUtime=1542.06 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18619 0 0 0 154200 6 0 0 20 0 1 0 125580223 306745344 68494 33554432000 4194304 6201397 140734085003872 140734085003000 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74889 68494 166 491 0 74388 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 299556

[startup+1602.3 s]
/proc/loadavg: 2.30 2.21 2.19 3/178 32229
/proc/meminfo: memFree=29306588/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299556 CPUtime=1602.04 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18643 0 0 0 160198 6 0 0 20 0 1 0 125580223 306745344 71073 33554432000 4194304 6201397 140734085003872 140734085003000 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74889 71073 166 491 0 74388 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 299556

[startup+1662.3 s]
/proc/loadavg: 2.32 2.23 2.19 4/178 32230
/proc/meminfo: memFree=29303844/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299556 CPUtime=1662.03 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18652 0 0 0 166197 6 0 0 20 0 1 0 125580223 306745344 71593 33554432000 4194304 6201397 140734085003872 140734085003000 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74889 71593 166 491 0 74388 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 299556

[startup+1722.3 s]
/proc/loadavg: 2.33 2.25 2.20 4/178 32232
/proc/meminfo: memFree=29290540/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=299716 CPUtime=1722.02 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 18681 0 0 0 172196 6 0 0 20 0 1 0 125580223 306909184 73666 33554432000 4194304 6201397 140734085003872 140734085002536 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 74929 73666 166 491 0 74428 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 299716

[startup+1782.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/179 32236
/proc/meminfo: memFree=29279960/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=442924 CPUtime=1782.02 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 20452 0 0 0 178195 7 0 0 20 0 1 0 125580223 453554176 75908 33554432000 4194304 6201397 140734085003872 140734085002584 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 110731 75908 166 491 0 110230 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 442924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/178 32236
/proc/meminfo: memFree=29271224/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=453296 CPUtime=1800.01 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 22107 0 0 0 179994 7 0 0 20 0 1 0 125580223 464175104 78074 33554432000 4194304 6201397 140734085003872 140734085002584 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 113324 78074 166 491 0 112823 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 453296

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

[startup+1800.3 s]
/proc/loadavg: 2.26 2.24 2.19 3/178 32236
/proc/meminfo: memFree=29271224/32872528 swapFree=16636/1570076
[pid=31295] ppid=31292 vsize=453296 CPUtime=1800.01 cores=0,2,4,6
/proc/31295/stat : 31295 (cdcl-cuttingpla) R 31292 31295 30411 0 -1 4202496 22107 0 0 0 179994 7 0 0 20 0 1 0 125580223 464175104 78074 33554432000 4194304 6201397 140734085003872 140734085002584 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/31295/statm: 113324 78074 166 491 0 112823 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 453296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.94
CPU system time (s): 0.079987
CPU usage (%): 99.9845
Max. virtual memory (cumulated for all children) (KiB): 453296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.079987
maximum resident set size= 312296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22107
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= 1859

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65329 second user time and 6.80596 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-09 03:41:19
IDJOB=4088411
IDBENCH=72120
IDSOLVER=2550
FILE ID=node140/4088411-1465436479
RUNJOBID= node140-1465427006-30427
PBS_JOBID= 19859776
Free space on /tmp= 71740 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.biglist/normalized-rand0c02bc.cudf.paranoid.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088411-1465436479/watcher-4088411-1465436479 -o /tmp/evaluation-result-4088411-1465436479/solver-4088411-1465436479 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465427006-30427 --watchdog 1960 --input HOME/instance-4088411-1465436479.opb ./cdcl-cuttingplanes-opt-linearsearch-release

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

MD5SUM BENCH= 80d4beb6552975b1ad66516326ec7dfd
RANDOM SEED=1491442588

node140.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.768
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.53
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.768
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.768
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.768
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.768
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.768
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.768
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29697192 kB
Buffers:          153888 kB
Cached:           560520 kB
SwapCached:         1664 kB
Active:           304632 kB
Inactive:         550680 kB
Active(anon):     140308 kB
Inactive(anon):     2932 kB
Active(file):     164324 kB
Inactive(file):   547748 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098768 kB
Dirty:              3204 kB
Writeback:             0 kB
AnonPages:       1710236 kB
Mapped:             7936 kB
Shmem:                 0 kB
Slab:             615632 kB
SReclaimable:      59380 kB
SUnreclaim:       556252 kB
KernelStack:        1456 kB
PageTables:         7096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1870728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1654784 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 node140 at 2016-06-09 04:11:19