Trace number 3308669

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 NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1300.02 1300.01

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
MD5SUM48f03e5fbe31fc85b9a464480fc8aa5a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark752.735
Satisfiable
(Un)Satisfiability was proved
Number of variables1575206
Number of clauses8464620
Sum of the clauses size20118920
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 28393300
Number of clauses of size 3400
Number of clauses of size 41600
Number of clauses of size 54000
Number of clauses of size over 564600

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c num clauses = 8464620
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  1575206                                              |
0.00/0.00	c |  Number of clauses:    8464620                                              |
2.49/2.50	c |  Parsing time:         2.31         s                                       |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3308669-1303983742/watcher-3308669-1303983742 -o /tmp/evaluation-result-3308669-1303983742/solver-3308669-1303983742 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308669-1303983742.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.08 3.33 1.72 5/192 9005
/proc/meminfo: memFree=30214828/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) R 9003 9005 8895 0 -1 4202496 340 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640679829 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0

[startup+0.0895109 s]
/proc/loadavg: 4.08 3.33 1.72 5/192 9005
/proc/meminfo: memFree=30214828/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100512 s]
/proc/loadavg: 4.08 3.33 1.72 5/192 9005
/proc/meminfo: memFree=30214828/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300475 s]
/proc/loadavg: 4.08 3.33 1.72 5/192 9005
/proc/meminfo: memFree=30214828/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700398 s]
/proc/loadavg: 4.08 3.33 1.72 5/192 9005
/proc/meminfo: memFree=30214828/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50026 s]
/proc/loadavg: 4.08 3.33 1.72 5/194 9008
/proc/meminfo: memFree=30010212/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=325884 CPUtime=1.48 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 78306 0 0 0 138 10 0 0 25 0 1 0 509975150 333705216 78260 33554432000 134512640 135217611 4289030384 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 81471 78261 60 173 0 81296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 334588

[startup+3.10097 s]
/proc/loadavg: 4.08 3.33 1.72 5/194 9008
/proc/meminfo: memFree=29783292/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=552088 CPUtime=3.09 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 129247 0 0 0 291 18 0 0 25 0 1 0 509975150 565338112 129201 33554432000 134512640 135217611 4289030384 18446744073709551615 134527886 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 138022 129201 73 173 0 137847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 560792

[startup+6.3004 s]
/proc/loadavg: 4.07 3.34 1.73 5/194 9008
/proc/meminfo: memFree=29700836/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=553192 CPUtime=6.29 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 129519 0 0 0 611 18 0 0 25 0 1 0 509975150 566468608 129473 33554432000 134512640 135217611 4289030384 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 138298 129473 74 173 0 138123 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 561896

[startup+12.7002 s]
/proc/loadavg: 4.07 3.35 1.75 5/194 9008
/proc/meminfo: memFree=29695136/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=560792 CPUtime=12.69 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 131382 0 0 0 1250 19 0 0 25 0 1 0 509975150 574251008 131336 33554432000 134512640 135217611 4289030384 18446744073709551615 134528056 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 140198 131336 76 173 0 140023 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 569496

[startup+25.5009 s]
/proc/loadavg: 4.05 3.39 1.78 5/194 9009
/proc/meminfo: memFree=29671212/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=582304 CPUtime=25.49 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 136627 0 0 0 2529 20 0 0 25 0 1 0 509975150 596279296 136580 33554432000 134512640 135217611 4289030384 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 145576 136580 76 173 0 145401 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 591008

[startup+51.1003 s]
/proc/loadavg: 4.03 3.43 1.84 5/194 9009
/proc/meminfo: memFree=29641496/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=610852 CPUtime=51.08 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 143845 0 0 0 5087 21 0 0 25 0 1 0 509975150 625512448 143765 33554432000 134512640 135217611 4289030384 18446744073709551615 134537229 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 152713 143765 76 173 0 152538 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 619556

[startup+102.307 s]
/proc/loadavg: 4.01 3.52 1.95 5/194 9011
/proc/meminfo: memFree=29532492/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=716648 CPUtime=102.29 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 170291 0 0 0 10202 27 0 0 25 0 1 0 509975150 733847552 170211 33554432000 134512640 135217611 4289030384 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 179162 170211 76 173 0 178987 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 725352

[startup+162.301 s]
/proc/loadavg: 4.00 3.60 2.08 5/194 9012
/proc/meminfo: memFree=29502560/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=742376 CPUtime=162.29 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 176692 0 0 0 16200 29 0 0 25 0 1 0 509975150 760193024 176612 33554432000 134512640 135217611 4289030384 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 185594 176612 76 173 0 185419 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 751080

[startup+222.301 s]
/proc/loadavg: 4.00 3.67 2.19 5/194 9014
/proc/meminfo: memFree=29480324/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=757696 CPUtime=222.29 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 180514 0 0 0 22200 29 0 0 25 0 1 0 509975150 775880704 180434 33554432000 134512640 135217611 4289030384 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 189424 180434 76 173 0 189249 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 766400

[startup+282.3 s]
/proc/loadavg: 4.03 3.74 2.31 5/194 9016
/proc/meminfo: memFree=29349220/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=883132 CPUtime=282.29 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 211870 0 0 0 28194 35 0 0 25 0 1 0 509975150 904327168 211790 33554432000 134512640 135217611 4289030384 18446744073709551615 134527984 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 220783 211790 76 173 0 220608 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 891836

[startup+342.3 s]
/proc/loadavg: 4.04 3.80 2.42 5/194 9017
/proc/meminfo: memFree=29311864/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=917028 CPUtime=342.29 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 221878 0 0 0 34192 37 0 0 25 0 1 0 509975150 939036672 220288 33554432000 134512640 135217611 4289030384 18446744073709551615 134527890 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 229257 220288 76 173 0 229082 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 925732

[startup+402.301 s]
/proc/loadavg: 4.01 3.83 2.51 5/194 9019
/proc/meminfo: memFree=29308104/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3

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

/proc/9007/statm: 229257 220294 76 173 0 229082 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 925732

[startup+642.301 s]
/proc/loadavg: 4.00 3.93 2.85 5/194 9025
/proc/meminfo: memFree=29295904/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=917028 CPUtime=642.31 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 221884 0 0 0 64194 37 0 0 25 0 1 0 509975150 939036672 220294 33554432000 134512640 135217611 4289030384 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 229257 220294 76 173 0 229082 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 925732

[startup+702.301 s]
/proc/loadavg: 4.00 3.94 2.91 5/194 9027
/proc/meminfo: memFree=29288916/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=917028 CPUtime=702.3 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 221884 0 0 0 70193 37 0 0 25 0 1 0 509975150 939036672 220294 33554432000 134512640 135217611 4289030384 18446744073709551615 134532690 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 229257 220294 76 173 0 229082 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 925732

[startup+762.307 s]
/proc/loadavg: 4.05 3.96 2.98 5/194 9028
/proc/meminfo: memFree=29280180/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=919076 CPUtime=762.31 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 222244 0 0 0 76194 37 0 0 25 0 1 0 509975150 941133824 220654 33554432000 134512640 135217611 4289030384 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 229769 220654 76 173 0 229594 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 927780

[startup+822.3 s]
/proc/loadavg: 3.89 3.92 3.03 5/194 9241
/proc/meminfo: memFree=29369020/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=919076 CPUtime=822.3 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 222244 0 0 0 82193 37 0 0 25 0 1 0 509975150 941133824 220654 33554432000 134512640 135217611 4289030384 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 229769 220654 76 173 0 229594 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 927780

[startup+882.3 s]
/proc/loadavg: 3.96 3.93 3.09 5/194 9273
/proc/meminfo: memFree=29362200/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=919076 CPUtime=882.31 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 222244 0 0 0 88194 37 0 0 25 0 1 0 509975150 941133824 220654 33554432000 134512640 135217611 4289030384 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 229769 220654 76 173 0 229594 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 927780

[startup+942.3 s]
/proc/loadavg: 3.98 3.94 3.14 5/194 9274
/proc/meminfo: memFree=29324940/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=946628 CPUtime=942.31 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 229127 0 0 0 94193 38 0 0 25 0 1 0 509975150 969347072 227537 33554432000 134512640 135217611 4289030384 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 236657 227537 76 173 0 236482 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 955332

[startup+1002.3 s]
/proc/loadavg: 3.99 3.95 3.19 5/194 9276
/proc/meminfo: memFree=29274548/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=987532 CPUtime=1002.31 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 239360 0 0 0 100191 40 0 0 25 0 1 0 509975150 1011232768 237770 33554432000 134512640 135217611 4289030384 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 246883 237770 76 173 0 246708 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 996236

[startup+1062.3 s]
/proc/loadavg: 3.99 3.95 3.24 5/194 9277
/proc/meminfo: memFree=29266564/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=987532 CPUtime=1062.31 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 239360 0 0 0 106191 40 0 0 25 0 1 0 509975150 1011232768 237770 33554432000 134512640 135217611 4289030384 18446744073709551615 134528012 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 246883 237770 76 173 0 246708 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 996236

[startup+1122.3 s]
/proc/loadavg: 3.99 3.96 3.29 5/194 9288
/proc/meminfo: memFree=29259272/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=987696 CPUtime=1122.32 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 239374 0 0 0 112192 40 0 0 25 0 1 0 509975150 1011400704 237784 33554432000 134512640 135217611 4289030384 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 246924 237784 76 173 0 246749 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 996400

[startup+1182.3 s]
/proc/loadavg: 4.06 3.98 3.33 5/194 9320
/proc/meminfo: memFree=29307168/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=987696 CPUtime=1182.32 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 239374 0 0 0 118192 40 0 0 25 0 1 0 509975150 1011400704 237784 33554432000 134512640 135217611 4289030384 18446744073709551615 134527868 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 246924 237784 76 173 0 246749 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 996400

[startup+1242.3 s]
/proc/loadavg: 4.13 4.01 3.38 5/194 9321
/proc/meminfo: memFree=29297628/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=987696 CPUtime=1242.32 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 239374 0 0 0 124192 40 0 0 25 0 1 0 509975150 1011400704 237784 33554432000 134512640 135217611 4289030384 18446744073709551615 134532883 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 246924 237784 76 173 0 246749 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 996400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.42 5/194 9326
/proc/meminfo: memFree=29259740/32951124 swapFree=67111364/67111528
[pid=9005] ppid=9003 vsize=8704 CPUtime=0 cores=1,3
/proc/9005/stat : 9005 (glucose.sh) S 9003 9005 8895 0 -1 4202496 358 111 0 0 0 0 0 0 22 0 1 0 509975149 8912896 254 33554432000 4194304 4922060 140736155835456 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9005/statm: 2176 254 211 178 0 69 0
[pid=9007] ppid=9005 vsize=1019348 CPUtime=1300.02 cores=1,3
/proc/9007/stat : 9007 (glucose_static) R 9005 9005 8895 0 -1 4202496 247274 0 0 0 129961 41 0 0 25 0 1 0 509975150 1043812352 245684 33554432000 134512640 135217611 4289030384 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9007/statm: 254837 245684 76 173 0 254662 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1028052

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9005 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.61
CPU system time (s): 0.41
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1028052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469
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= 6
involuntary context switches= 2

runsolver used 2.06369 second user time and 5.04223 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-28 11:42:28
IDJOB=3308669
IDBENCH=82388
IDSOLVER=1691
FILE ID=node106/3308669-1303983742
RUNJOBID= node106-1303983222-8915
PBS_JOBID= 13168720
Free space on /tmp= 71956 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.050-SAT.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308669-1303983742/watcher-3308669-1303983742 -o /tmp/evaluation-result-3308669-1303983742/solver-3308669-1303983742 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308669-1303983742.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 48f03e5fbe31fc85b9a464480fc8aa5a
RANDOM SEED=1510113225

node106.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30215100 kB
Buffers:        184296 kB
Cached:        2126184 kB
SwapCached:         88 kB
Active:         935300 kB
Inactive:      1583732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30215100 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          172556 kB
Writeback:           0 kB
AnonPages:      208408 kB
Mapped:          16068 kB
Slab:           151296 kB
PageTables:       5664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   398244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71944 MiB
End job on node106 at 2011-04-28 12:04:10