Trace number 4088422

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-rand18b530.cudf.paranoid.opb
MD5SUM7d47423dbe0b5ddfaa03904c8689e004
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6563
Best CPU time to get the best result obtained on this benchmark0.229964
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5740
Total number of constraints25674
Number of constraints which are clauses25378
Number of constraints which are cardinality constraints (but not clauses)296
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 2129
Biggest coefficient in the objective function 1580
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 872158
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1580
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 872158
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= 5740 #constraint= 25674
202.47/202.54	c #Conflicts:       1000 | #Learnt:       1219 | 0.000
202.47/202.54	c total clause space: 78.2603MB
202.47/202.54	c total #watches: 1498373
578.90/579.02	c total #propagations: 1616465 / total #impl: 16273523 (eff. 0.099)
578.90/579.02	c #Conflicts:       2000 | #Learnt:       2380 | 0.000
578.90/579.02	c total clause space: 127.173MB
578.90/579.02	c total #watches: 3071036
781.57/781.75	c total #propagations: 2856221 / total #impl: 71089580 (eff. 0.040)
781.57/781.75	c GC COLLECT
781.57/781.75	c #Conflicts:       3000 | #Learnt:       2542 | 0.000
781.57/781.75	c total clause space: 127.173MB
781.57/781.75	c total #watches: 3578131
1013.23/1013.42	c total #propagations: 3801627 / total #impl: 110163749 (eff. 0.035)
1013.23/1013.42	c #Conflicts:       4000 | #Learnt:       3593 | 0.000
1013.23/1013.42	c total clause space: 206.656MB
1013.23/1013.42	c total #watches: 4915804
1314.40/1314.66	c total #propagations: 4918463 / total #impl: 358476413 (eff. 0.014)
1314.40/1314.66	c GC COLLECT
1314.40/1314.66	c #Conflicts:       5000 | #Learnt:       3247 | 0.000
1314.40/1314.66	c total clause space: 206.656MB
1314.40/1314.66	c total #watches: 4495398
1768.63/1768.98	c total #propagations: 5953771 / total #impl: 493975129 (eff. 0.012)
1768.63/1768.98	c #Conflicts:       6000 | #Learnt:       4353 | 0.000
1768.63/1768.98	c total clause space: 335.816MB
1768.63/1768.98	c total #watches: 6328879

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

pid=32458
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.10 2.13 2.09 3/176 32461
/proc/meminfo: memFree=29932060/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=29112 CPUtime=0 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 276 0 0 0 0 0 0 0 20 0 1 0 125541275 29810688 5268 33554432000 4194304 6201397 140733340094800 140734411519400 5194163 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 7278 5268 130 491 0 6777 0

[startup+0.100121 s]
/proc/loadavg: 2.10 2.13 2.09 3/176 32461
/proc/meminfo: memFree=29932060/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=34360 CPUtime=0.09 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 1388 0 0 0 9 0 0 0 20 0 1 0 125541275 35184640 7520 33554432000 4194304 6201397 140733340094800 140734411519400 4207438 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 8590 7520 142 491 0 8089 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34360

[startup+0.20034 s]
/proc/loadavg: 2.10 2.13 2.09 3/176 32461
/proc/meminfo: memFree=29932060/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=37460 CPUtime=0.19 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 1647 0 0 0 18 1 0 0 20 0 1 0 125541275 38359040 8240 33554432000 4194304 6201397 140733340094800 140734411519400 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 9365 8240 147 491 0 8864 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37460

[startup+0.300272 s]
/proc/loadavg: 2.10 2.13 2.09 3/176 32461
/proc/meminfo: memFree=29932060/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=37592 CPUtime=0.29 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 1684 0 0 0 28 1 0 0 20 0 1 0 125541275 38494208 8277 33554432000 4194304 6201397 140733340094800 140734411519400 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 9398 8277 147 491 0 8897 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37592

[startup+0.70023 s]
/proc/loadavg: 2.10 2.13 2.09 3/176 32461
/proc/meminfo: memFree=29932060/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=37856 CPUtime=0.69 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 1724 0 0 0 68 1 0 0 20 0 1 0 125541275 38764544 8317 33554432000 4194304 6201397 140733340094800 140734411519400 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 9464 8317 147 491 0 8963 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37856

[startup+1.50024 s]
/proc/loadavg: 2.10 2.13 2.09 3/177 32462
/proc/meminfo: memFree=29899056/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=37988 CPUtime=1.49 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 1761 0 0 0 148 1 0 0 20 0 1 0 125541275 38899712 8354 33554432000 4194304 6201397 140733340094800 140733340093368 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 9497 8354 147 491 0 8996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37988

[startup+3.10023 s]
/proc/loadavg: 2.10 2.13 2.09 3/177 32462
/proc/meminfo: memFree=29898436/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=42808 CPUtime=3.09 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 1919 0 0 0 308 1 0 0 20 0 1 0 125541275 43835392 8501 33554432000 4194304 6201397 140733340094800 140733340093688 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 10702 8501 147 491 0 10201 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42808

[startup+6.30024 s]
/proc/loadavg: 2.09 2.13 2.09 3/177 32462
/proc/meminfo: memFree=29897256/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=43708 CPUtime=6.29 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 2288 0 0 0 628 1 0 0 20 0 1 0 125541275 44756992 9358 33554432000 4194304 6201397 140733340094800 140733340093432 4213178 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 10927 9358 147 491 0 10426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43708

[startup+12.7002 s]
/proc/loadavg: 2.08 2.12 2.09 3/177 32462
/proc/meminfo: memFree=29888352/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=53092 CPUtime=12.69 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 3052 0 0 0 1268 1 0 0 20 0 1 0 125541275 54366208 10589 33554432000 4194304 6201397 140733340094800 140733340093608 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 13273 10589 147 491 0 12772 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53092

[startup+25.5003 s]
/proc/loadavg: 2.13 2.13 2.09 3/177 32462
/proc/meminfo: memFree=29877060/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=67284 CPUtime=25.49 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 3890 0 0 0 2548 1 0 0 20 0 1 0 125541275 68898816 13428 33554432000 4194304 6201397 140733340094800 140733340093496 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 16821 13428 147 491 0 16320 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67284

[startup+51.1003 s]
/proc/loadavg: 2.08 2.12 2.09 3/177 32462
/proc/meminfo: memFree=29862300/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=92028 CPUtime=51.08 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 5553 0 0 0 5107 1 0 0 20 0 1 0 125541275 94236672 17099 33554432000 4194304 6201397 140733340094800 140733340093464 4213257 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 23007 17099 147 491 0 22506 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 92028

[startup+102.3 s]
/proc/loadavg: 2.08 2.11 2.09 4/177 32463
/proc/meminfo: memFree=29841104/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=96448 CPUtime=102.28 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 6666 0 0 0 10227 1 0 0 20 0 1 0 125541275 98762752 21278 33554432000 4194304 6201397 140733340094800 140733340093512 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 24112 21278 147 491 0 23611 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 96448

[startup+162.3 s]
/proc/loadavg: 2.17 2.13 2.09 4/177 32464
/proc/meminfo: memFree=29830004/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=127268 CPUtime=162.27 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 6872 0 0 0 16225 2 0 0 20 0 1 0 125541275 130322432 22983 33554432000 4194304 6201397 140733340094800 140733340093832 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 31817 22983 147 491 0 31316 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 127268

[startup+222.307 s]
/proc/loadavg: 2.11 2.12 2.09 3/177 32510
/proc/meminfo: memFree=29886948/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=134588 CPUtime=222.26 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 8291 0 0 0 22224 2 0 0 20 0 1 0 125541275 137818112 26446 33554432000 4194304 6201397 140733340094800 140733340093464 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 33647 26446 160 491 0 33146 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 134588

[startup+282.3 s]
/proc/loadavg: 2.12 2.13 2.09 4/177 32512
/proc/meminfo: memFree=29852884/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=136156 CPUtime=282.25 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 8677 0 0 0 28223 2 0 0 20 0 1 0 125541275 139423744 28365 33554432000 4194304 6201397 140733340094800 140733340093464 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 34039 28365 160 491 0 33538 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 136156

[startup+342.3 s]
/proc/loadavg: 2.18 2.14 2.10 3/178 32516
/proc/meminfo: memFree=29828904/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=143604 CPUtime=342.23 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 10412 0 0 0 34221 2 0 0 20 0 1 0 125541275 147050496 32125 33554432000 4194304 6201397 140733340094800 140733340093256 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 35901 32125 160 491 0 35400 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 143604

[startup+402.3 s]
/proc/loadavg: 2.12 2.13 2.09 3/177 32517
/proc/meminfo: memFree=29796576/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=193980 CPUtime=402.23 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 10909 0 0 0 40220 3 0 0 20 0 1 0 125541275 198635520 35160 33554432000 4194304 6201397 140733340094800 140733340093464 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 48495 35160 160 491 0 47994 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 193980

[startup+462.3 s]
/proc/loadavg: 2.04 2.11 2.08 3/177 32518
/proc/meminfo: memFree=29765608/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=193980 CPUtime=462.22 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 11093 0 0 0 46219 3 0 0 20 0 1 0 125541275 198635520 37899 33554432000 4194304 6201397 140733340094800 140733340093464 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 48495 37899 160 491 0 47994 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 193980

[startup+522.3 s]
/proc/loadavg: 2.08 2.10 2.08 3/177 32519
/proc/meminfo: memFree=29744572/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=193980 CPUtime=522.21 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 11234 0 0 0 52218 3 0 0 20 0 1 0 125541275 198635520 40595 33554432000 4194304 6201397 140733340094800 140733340093464 4213170 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 48495 40595 160 491 0 47994 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 193980

[startup+582.3 s]
/proc/loadavg: 2.17 2.12 2.09 3/177 32521
/proc/meminfo: memFree=29718728/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=193980 CPUtime=582.2 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 11699 0 0 0 58217 3 0 0 20 0 1 0 125541275 198635520 44113 33554432000 4194304 6201397 140733340094800 140733340093928 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 48495 44113 160 491 0 47994 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 193980


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


[startup+942.3 s]
/proc/loadavg: 2.17 2.16 2.10 3/178 32531
/proc/meminfo: memFree=29577140/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308600 CPUtime=942.14 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 18174 0 0 0 94209 5 0 0 20 0 1 0 125541275 316006400 60759 33554432000 4194304 6201397 140733340094800 140733340093512 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77150 60759 166 491 0 76649 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 308600

[startup+1002.3 s]
/proc/loadavg: 2.22 2.17 2.10 4/177 32532
/proc/meminfo: memFree=29552036/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1002.13 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 18598 0 0 0 100208 5 0 0 20 0 1 0 125541275 316170240 63738 33554432000 4194304 6201397 140733340094800 140733340093464 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 63738 166 491 0 76689 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 308760

[startup+1062.3 s]
/proc/loadavg: 2.36 2.21 2.12 3/177 32533
/proc/meminfo: memFree=29521420/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1062.13 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19629 0 0 0 106207 6 0 0 20 0 1 0 125541275 316170240 69040 33554432000 4194304 6201397 140733340094800 140733340093928 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69040 166 491 0 76689 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 308760

[startup+1122.3 s]
/proc/loadavg: 2.27 2.22 2.12 3/177 32534
/proc/meminfo: memFree=29514168/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1122.12 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19734 0 0 0 112206 6 0 0 20 0 1 0 125541275 316170240 69143 33554432000 4194304 6201397 140733340094800 140733340093928 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69143 166 491 0 76689 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 308760

[startup+1182.3 s]
/proc/loadavg: 2.14 2.19 2.12 3/177 32536
/proc/meminfo: memFree=29514168/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1182.11 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19736 0 0 0 118205 6 0 0 20 0 1 0 125541275 316170240 69145 33554432000 4194304 6201397 140733340094800 140733340093928 4213186 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69145 166 491 0 76689 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 308760

[startup+1242.3 s]
/proc/loadavg: 2.29 2.23 2.13 3/177 32537
/proc/meminfo: memFree=29513796/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1242.1 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19736 0 0 0 124204 6 0 0 20 0 1 0 125541275 316170240 69145 33554432000 4194304 6201397 140733340094800 140733340093928 4213244 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69145 166 491 0 76689 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 308760

[startup+1302.3 s]
/proc/loadavg: 2.20 2.21 2.13 3/177 32538
/proc/meminfo: memFree=29513428/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1302.09 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19736 0 0 0 130203 6 0 0 20 0 1 0 125541275 316170240 69145 33554432000 4194304 6201397 140733340094800 140733340093928 4213170 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69145 166 491 0 76689 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 308760

[startup+1362.3 s]
/proc/loadavg: 2.12 2.19 2.12 3/177 32539
/proc/meminfo: memFree=29513808/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1362.08 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19736 0 0 0 136202 6 0 0 20 0 1 0 125541275 316170240 69145 33554432000 4194304 6201397 140733340094800 140733340093928 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69145 166 491 0 76689 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 308760

[startup+1422.3 s]
/proc/loadavg: 2.18 2.19 2.13 3/177 32540
/proc/meminfo: memFree=29513152/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1422.08 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19741 0 0 0 142202 6 0 0 20 0 1 0 125541275 316170240 69150 33554432000 4194304 6201397 140733340094800 140733340093928 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69150 166 491 0 76689 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 308760

[startup+1482.3 s]
/proc/loadavg: 2.34 2.23 2.14 3/177 32542
/proc/meminfo: memFree=29512988/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1482.06 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19772 0 0 0 148200 6 0 0 20 0 1 0 125541275 316170240 69181 33554432000 4194304 6201397 140733340094800 140733340093928 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 69181 166 491 0 76689 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 308760

[startup+1542.31 s]
/proc/loadavg: 2.34 2.26 2.16 3/178 32546
/proc/meminfo: memFree=29506944/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1542.06 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19934 0 0 0 154200 6 0 0 20 0 1 0 125541275 316170240 70696 33554432000 4194304 6201397 140733340094800 140733340093928 4213253 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 70696 166 491 0 76689 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 308760

[startup+1602.3 s]
/proc/loadavg: 2.23 2.24 2.16 3/179 32570
/proc/meminfo: memFree=29488412/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1602.05 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 19996 0 0 0 160199 6 0 0 20 0 1 0 125541275 316170240 72802 33554432000 4194304 6201397 140733340094800 140733340093928 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 72802 166 491 0 76689 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 308760

[startup+1662.3 s]
/proc/loadavg: 2.18 2.22 2.16 4/178 32571
/proc/meminfo: memFree=29479988/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=308760 CPUtime=1662.04 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 20004 0 0 0 166198 6 0 0 20 0 1 0 125541275 316170240 74854 33554432000 4194304 6201397 140733340094800 140733340093928 4213261 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 77190 74854 166 491 0 76689 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 308760

[startup+1722.3 s]
/proc/loadavg: 2.20 2.23 2.16 3/178 32572
/proc/meminfo: memFree=29467868/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=441020 CPUtime=1722.03 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 20016 0 0 0 172197 6 0 0 20 0 1 0 125541275 451604480 76399 33554432000 4194304 6201397 140733340094800 140733340093832 4213249 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 110255 76399 166 491 0 109754 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 441020

[startup+1782.3 s]
/proc/loadavg: 2.29 2.24 2.17 3/177 32573
/proc/meminfo: memFree=29460936/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=441020 CPUtime=1782.02 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 20031 0 0 0 178196 6 0 0 20 0 1 0 125541275 451604480 77947 33554432000 4194304 6201397 140733340094800 140733340093928 4213168 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 110255 77947 166 491 0 109754 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 441020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.34 2.26 2.18 3/178 32575
/proc/meminfo: memFree=29456208/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=441020 CPUtime=1800.01 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 20064 0 0 0 179995 6 0 0 20 0 1 0 125541275 451604480 79002 33554432000 4194304 6201397 140733340094800 140733340093928 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 110255 79002 166 491 0 109754 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 441020

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

[startup+1800.3 s]
/proc/loadavg: 2.34 2.26 2.18 3/178 32575
/proc/meminfo: memFree=29456208/32872528 swapFree=12208/1156848
[pid=32461] ppid=32458 vsize=441020 CPUtime=1800.01 cores=0,2,4,6
/proc/32461/stat : 32461 (cdcl-cuttingpla) R 32458 32461 31310 0 -1 4202496 20064 0 0 0 179995 6 0 0 20 0 1 0 125541275 451604480 79002 33554432000 4194304 6201397 140733340094800 140733340093928 4213240 0 0 4096 8388610 0 0 0 17 2 0 0 0 0 0
/proc/32461/statm: 110255 79002 166 491 0 109754 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 441020

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.067989
maximum resident set size= 316008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20064
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= 1860

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5843 second user time and 6.87795 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-09 03:34:27
IDJOB=4088422
IDBENCH=72091
IDSOLVER=2550
FILE ID=node114/4088422-1465436067
RUNJOBID= node114-1465427060-31326
PBS_JOBID= 19859793
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 7d47423dbe0b5ddfaa03904c8689e004
RANDOM SEED=1813345569

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:        29932480 kB
Buffers:          145308 kB
Cached:           772164 kB
SwapCached:         1644 kB
Active:           392476 kB
Inactive:         646068 kB
Active(anon):     120496 kB
Inactive(anon):     2916 kB
Active(file):     271980 kB
Inactive(file):   643152 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096772 kB
Dirty:              3124 kB
Writeback:             0 kB
AnonPages:       1279212 kB
Mapped:             7840 kB
Shmem:                 0 kB
Slab:             610264 kB
SReclaimable:      54108 kB
SUnreclaim:       556156 kB
KernelStack:        1432 kB
PageTables:         6516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1444852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1255424 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 node114 at 2016-06-09 04:04:28