Trace number 2703620

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
SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver? (MO) 38.0762 38.2996

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
haplotype/normalized-simp-nonunif-100_100.10.opb
MD5SUMf304ba5324add428c73c7022630c48ee
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 49
Optimality of the best value was proved YES
Number of variables27027
Total number of constraints1883063
Number of constraints which are clauses1877876
Number of constraints which are cardinality constraints (but not clauses)5187
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint182
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 180
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 362
Number of bits of the biggest sum of numbers9
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 SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2703620-1278563232.opb>
30.39/30.46	c original problem has 27027 variables (27027 bin, 0 int, 0 impl, 0 cont) and 1883063 constraints
30.39/30.46	c problem read
30.39/30.46	c presolving settings loaded
35.89/36.12	c pressed CTRL-C 1 times (5 times for forcing termination)
36.07/36.30	c presolving:
36.07/36.31	c presolving (0 rounds):
36.07/36.31	c  0 deleted vars, 0 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
36.07/36.31	c  0 implications, 0 cliques
36.07/36.31	c presolving was interrupted.
36.07/36.31	c Presolving Time: 0.18
36.07/36.31	c - non default parameters ----------------------------------------------------------------------
36.07/36.31	c # SCIP version 1.2.1.3
36.07/36.31	c 
36.07/36.31	c # frequency for displaying node information lines
36.07/36.31	c # [type: int, range: [-1,2147483647], default: 100]
36.07/36.31	c display/freq = 10000
36.07/36.31	c 
36.07/36.31	c # maximal time in seconds to run
36.07/36.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
36.07/36.31	c limits/time = 1759.56
36.07/36.31	c 
36.07/36.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
36.07/36.31	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
36.07/36.31	c limits/memory = 1620
36.07/36.31	c 
36.07/36.31	c # default clock type (1: CPU user seconds, 2: wall clock time)
36.07/36.31	c # [type: int, range: [1,2], default: 1]
36.07/36.31	c timing/clocktype = 2
36.07/36.31	c 
36.07/36.31	c # should presolving try to simplify inequalities
36.07/36.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.07/36.31	c constraints/linear/simplifyinequalities = TRUE
36.07/36.31	c 
36.07/36.31	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
36.07/36.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.07/36.31	c constraints/indicator/addCouplingCons = TRUE
36.07/36.31	c 
36.07/36.31	c # should presolving try to simplify knapsacks
36.07/36.31	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
36.07/36.31	c constraints/knapsack/simplifyinequalities = TRUE
36.07/36.31	c 
36.07/36.31	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
36.07/36.31	c # [type: int, range: [-1,2147483647], default: -1]
36.07/36.31	c separating/rapidlearning/freq = 0
36.07/36.31	c 
36.07/36.31	c -----------------------------------------------------------------------------------------------
36.07/36.31	c start solving
36.07/36.36	c presolving:

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2703620-1278563232/watcher-2703620-1278563232 -o /tmp/evaluation-result-2703620-1278563232/solver-2703620-1278563232 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703620-1278563232.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27678
/proc/meminfo: memFree=1623388/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=7904 CPUtime=0
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 1223 0 0 0 0 0 0 0 20 0 1 0 24530568 8093696 1135 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382157 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 1976 1144 365 1026 0 946 0

[startup+0.101306 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27678
/proc/meminfo: memFree=1623388/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=20528 CPUtime=0.09
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 4430 0 0 0 8 1 0 0 20 0 1 0 24530568 21020672 4342 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382031 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 5132 4343 393 1026 0 4102 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20528

[startup+0.201326 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27678
/proc/meminfo: memFree=1623388/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=24044 CPUtime=0.19
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 5289 0 0 0 18 1 0 0 20 0 1 0 24530568 24621056 5201 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 6011 5201 393 1026 0 4981 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24044

[startup+0.301339 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27678
/proc/meminfo: memFree=1623388/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=26104 CPUtime=0.29
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 5816 0 0 0 28 1 0 0 20 0 1 0 24530568 26730496 5728 1992294400 4194304 8395647 140733270270624 18446744073709551615 6765655 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 6526 5728 393 1026 0 5496 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26104

[startup+0.701409 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27678
/proc/meminfo: memFree=1623388/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=35272 CPUtime=0.69
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 8120 0 0 0 67 2 0 0 20 0 1 0 24530568 36118528 8032 1992294400 4194304 8395647 140733270270624 18446744073709551615 7370192 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 8818 8032 393 1026 0 7788 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35272

[startup+1.50055 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27679
/proc/meminfo: memFree=1583452/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=52656 CPUtime=1.49
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 12469 0 0 0 145 4 0 0 23 0 1 0 24530568 53919744 12381 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 13164 12381 393 1026 0 12134 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52656

[startup+3.10083 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 27679
/proc/meminfo: memFree=1559892/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=88676 CPUtime=3.09
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 21472 0 0 0 302 7 0 0 25 0 1 0 24530568 90804224 21384 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382041 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 22169 21384 393 1026 0 21139 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88676

[startup+6.30038 s]
/proc/loadavg: 1.08 1.02 1.01 2/107 27679
/proc/meminfo: memFree=1486484/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=159480 CPUtime=6.29
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 39136 0 0 0 615 14 0 0 25 0 1 0 24530568 163307520 39048 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 39870 39048 393 1026 0 38840 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159480

[startup+12.7005 s]
/proc/loadavg: 1.07 1.02 1.00 2/107 27679
/proc/meminfo: memFree=1339296/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=302364 CPUtime=12.69
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 74785 0 0 0 1240 29 0 0 25 0 1 0 24530568 309620736 74697 1992294400 4194304 8395647 140733270270624 18446744073709551615 7382056 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 75591 74697 393 1026 0 74561 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 302364

[startup+25.5017 s]
/proc/loadavg: 1.06 1.01 1.00 2/107 27679
/proc/meminfo: memFree=1045044/2059040 swapFree=4139720/4192956
[pid=27678] ppid=27676 vsize=588968 CPUtime=25.48
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 146210 0 0 0 2492 56 0 0 25 0 1 0 24530568 603103232 146122 1992294400 4194304 8395647 140733270270624 18446744073709551615 4975199 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27678/statm: 147242 146122 393 1026 0 146212 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 588968



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+36.1036 s]
/proc/loadavg: 1.05 1.01 1.00 2/107 27680
/proc/meminfo: memFree=7848/2059040 swapFree=4139716/4192956
[pid=27678] ppid=27676 vsize=1858016 CPUtime=35.89
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 460953 0 0 0 3405 184 0 0 25 0 1 0 24530568 1902608384 460511 1992294400 4194304 8395647 140733270270624 18446744073709551615 7385290 0 0 4096 16384 0 0 0 17 1 0 0 19
/proc/27678/statm: 464504 460511 420 1026 0 463474 0
Current children cumulated CPU time (s) 35.89
Current children cumulated vsize (KiB) 1858016

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -27678

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

[startup+36.8007 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 27681
/proc/meminfo: memFree=10620/2059040 swapFree=4139716/4192956
[pid=27678] ppid=27676 vsize=1858016 CPUtime=36.57
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 461012 0 0 0 3473 184 0 0 25 0 1 0 24530568 1902608384 460570 1992294400 4194304 8395647 140733270270624 18446744073709551615 4995169 0 0 4096 16384 0 0 0 17 1 0 0 19
/proc/27678/statm: 464504 460570 479 1026 0 463474 0
Current children cumulated CPU time (s) 36.57
Current children cumulated vsize (KiB) 1858016

[startup+37.6088 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 27681
/proc/meminfo: memFree=10620/2059040 swapFree=4139716/4192956
[pid=27678] ppid=27676 vsize=1858016 CPUtime=37.38
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 461012 0 0 0 3554 184 0 0 25 0 1 0 24530568 1902608384 460570 1992294400 4194304 8395647 140733270270624 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 1 0 0 19
/proc/27678/statm: 464504 460570 479 1026 0 463474 0
Current children cumulated CPU time (s) 37.38
Current children cumulated vsize (KiB) 1858016

[startup+38.0009 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 27681
/proc/meminfo: memFree=10620/2059040 swapFree=4139716/4192956
[pid=27678] ppid=27676 vsize=1858016 CPUtime=37.77
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4202496 461012 0 0 0 3593 184 0 0 25 0 1 0 24530568 1902608384 460570 1992294400 4194304 8395647 140733270270624 18446744073709551615 4995703 0 0 4096 16384 0 0 0 17 1 0 0 19
/proc/27678/statm: 464504 460570 479 1026 0 463474 0
Current children cumulated CPU time (s) 37.77
Current children cumulated vsize (KiB) 1858016

[startup+38.2009 s]
/proc/loadavg: 1.05 1.01 1.00 2/108 27681
/proc/meminfo: memFree=10620/2059040 swapFree=4139716/4192956
[pid=27678] ppid=27676 vsize=0 CPUtime=37.97
/proc/27678/stat : 27678 (pbscip.linux.x8) R 27676 27678 27376 0 -1 4203524 461013 0 0 0 3605 192 0 0 25 0 1 0 24530568 0 0 1992294400 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 1 0 0 19
/proc/27678/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.97
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 38.2996
CPU time (s): 38.0762
CPU user time (s): 36.0535
CPU system time (s): 2.02269
CPU usage (%): 99.4169
Max. virtual memory (cumulated for all children) (KiB): 1858016

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

runsolver used 0.06199 second user time and 0.212967 second system time

The end

Launcher Data

Begin job on node048 at 2010-07-08 06:27:15
IDJOB=2703620
IDBENCH=2950
IDSOLVER=1213
FILE ID=node048/2703620-1278563232
PBS_JOBID= 11239564
Free space on /tmp= 62508 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.3 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/haplotype/normalized-simp-nonunif-100_100.10.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2703620-1278563232/watcher-2703620-1278563232 -o /tmp/evaluation-result-2703620-1278563232/solver-2703620-1278563232 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2703620-1278563232.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f304ba5324add428c73c7022630c48ee
RANDOM SEED=724814990

node048.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.262
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1623916 kB
Buffers:         72040 kB
Cached:         271640 kB
SwapCached:       7124 kB
Active:         196328 kB
Inactive:       161400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1623916 kB
SwapTotal:     4192956 kB
SwapFree:      4139720 kB
Dirty:           77400 kB
Writeback:           0 kB
AnonPages:       11408 kB
Mapped:          11940 kB
Slab:            55380 kB
PageTables:       4132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180236 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62496 MiB
End job on node048 at 2010-07-08 06:27:54