Trace number 1093858

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
Mistral-prime 1.313SAT 180.927 182.662

DiagnosticValue
ASSIGNMENTS179
CHECKS6618400

General information on the benchmark

Namecsp/queens/
normalized-queens-180.xml
MD5SUMc14abf4d20a38dc3ddd30b1ce4c8122e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.4924
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints16110
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16110
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.01	c mistral-prime version 1.313
180.46/182.26	s SATISFIABLE
180.46/182.26	v 32 34 1 37 33 114 117 105 31 106 104 115 12 103 113 45 102 120 123 23 21 112 122 54 119 131 141 153 16 55 15 167 169 158 166 164 156 30 27 147 157 5 24 126 25 107 56 101 92 96 116 109 129 118 125 70 78 14 64 95 69 88 17 47 18 138 140 50 136 90 94 20 124 121 77 110 10 133 97 142 108 130 100 85 11 28 91 127 75 66 178 67 172 39 179 177 163 135 9 29 150 180 161 144 165 26 176 149 168 2 174 42 155 52 58 160 162 154 175 86 111 40 139 143 98 51 151 35 99 7 72 93 38 83 4 49 73 82 36 8 43 74 71 65 46 44 41 3 146 87 68 137 159 132 148 145 152 89 170 128 13 134 173 171 76 80 60 53 84 59 79 62 6 22 19 48 61 81 57 63
180.46/182.27	d CHECKS 6618400
180.46/182.27	d ASSIGNMENTS 179

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093858-1215278327/watcher-1093858-1215278327 -o /tmp/evaluation-result-1093858-1215278327/solver-1093858-1215278327 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1093858-1215278327.xml 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24740
/proc/meminfo: memFree=1624392/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=18572 CPUtime=0
/proc/24740/stat : 24740 (runsolver) R 24738 24740 23823 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2006805320 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 234211568935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24740/statm: 4643 292 257 25 0 2626 0

[startup+0.071603 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24740
/proc/meminfo: memFree=1624392/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=6276 CPUtime=0.06
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 880 0 0 0 6 0 0 0 20 0 1 0 2006805320 6426624 846 996147200 134512640 135237403 4294956240 18446744073709551615 134619502 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 1569 846 373 176 0 473 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6276

[startup+0.102607 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24740
/proc/meminfo: memFree=1624392/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=7060 CPUtime=0.09
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 1083 0 0 0 9 0 0 0 20 0 1 0 2006805320 7229440 1049 996147200 134512640 135237403 4294956240 18446744073709551615 4160505743 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 1765 1049 373 176 0 669 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7060

[startup+0.302651 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24740
/proc/meminfo: memFree=1624392/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=12300 CPUtime=0.28
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 2404 0 0 0 27 1 0 0 21 0 1 0 2006805320 12595200 2304 996147200 134512640 135237403 4294956240 18446744073709551615 2252288 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 3075 2304 373 176 0 1979 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12300

[startup+0.702746 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 24740
/proc/meminfo: memFree=1624392/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=22200 CPUtime=0.68
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 5000 0 0 0 65 3 0 0 25 0 1 0 2006805320 22732800 4770 996147200 134512640 135237403 4294956240 18446744073709551615 134903419 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 5550 4770 373 176 0 4454 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22200

[startup+1.50189 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1522560/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=140532 CPUtime=1.47
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 34616 0 0 0 130 17 0 0 25 0 1 0 2006805320 143904768 34273 996147200 134512640 135237403 4294956240 18446744073709551615 135018417 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 35133 34273 411 176 0 34037 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 140532

[startup+3.10122 s]
/proc/loadavg: 1.92 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1488256/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=140532 CPUtime=3.06
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 34616 0 0 0 289 17 0 0 25 0 1 0 2006805320 143904768 34273 996147200 134512640 135237403 4294956240 18446744073709551615 135014492 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 35133 34273 411 176 0 34037 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 140532

[startup+6.30189 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1486592/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=140928 CPUtime=6.23
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 34743 0 0 0 606 17 0 0 25 0 1 0 2006805320 144310272 34400 996147200 134512640 135237403 4294956240 18446744073709551615 135018417 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 35232 34400 412 176 0 34136 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 140928

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1485440/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=142068 CPUtime=12.56
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 35176 0 0 0 1239 17 0 0 25 0 1 0 2006805320 145477632 34606 996147200 134512640 135237403 4294956240 18446744073709551615 135018364 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 35517 34606 413 176 0 34421 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 142068

[startup+25.5029 s]
/proc/loadavg: 1.95 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1483328/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=145140 CPUtime=25.24
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 36292 0 0 0 2506 18 0 0 25 0 1 0 2006805320 148623360 34952 996147200 134512640 135237403 4294956240 18446744073709551615 135018425 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 36285 34952 413 176 0 35189 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 145140

[startup+51.1022 s]
/proc/loadavg: 1.96 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1478528/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=149236 CPUtime=50.6
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 38017 0 0 0 5041 19 0 0 25 0 1 0 2006805320 152817664 35652 996147200 134512640 135237403 4294956240 18446744073709551615 135014533 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 37309 35652 413 176 0 36213 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 149236

[startup+102.308 s]
/proc/loadavg: 1.98 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1450944/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=168120 CPUtime=101.32
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 44139 0 0 0 10110 22 0 0 25 0 1 0 2006805320 172154880 39725 996147200 134512640 135237403 4294956240 18446744073709551615 135018211 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 42030 39725 413 176 0 40934 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 168120

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1390528/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=207868 CPUtime=160.75
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 56390 0 0 0 16048 27 0 0 25 0 1 0 2006805320 212856832 47879 996147200 134512640 135237403 4294956240 18446744073709551615 135065226 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 51967 47879 413 176 0 50871 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 207868

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

[startup+166.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1387264/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=209848 CPUtime=164.71
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 57147 0 0 0 16443 28 0 0 25 0 1 0 2006805320 214884352 48636 996147200 134512640 135237403 4294956240 18446744073709551615 135013275 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 52462 48636 413 176 0 51366 0
Current children cumulated CPU time (s) 164.71
Current children cumulated vsize (KiB) 209848

[startup+172.707 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1381568/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=213544 CPUtime=171.05
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 58525 0 0 0 17077 28 0 0 25 0 1 0 2006805320 218669056 50014 996147200 134512640 135237403 4294956240 18446744073709551615 135014531 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 53386 50014 413 176 0 52290 0
Current children cumulated CPU time (s) 171.05
Current children cumulated vsize (KiB) 213544

[startup+179.102 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1375424/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=217768 CPUtime=177.39
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 60342 0 0 0 17710 29 0 0 25 0 1 0 2006805320 222994432 51831 996147200 134512640 135237403 4294956240 18446744073709551615 135018241 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 54442 51831 413 176 0 53346 0
Current children cumulated CPU time (s) 177.39
Current children cumulated vsize (KiB) 217768

[startup+180.702 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1372416/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=219088 CPUtime=178.98
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 60930 0 0 0 17868 30 0 0 25 0 1 0 2006805320 224346112 52419 996147200 134512640 135237403 4294956240 18446744073709551615 135014480 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 54772 52419 413 176 0 53676 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 219088

[startup+181.506 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1370432/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=219880 CPUtime=179.77
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 61310 0 0 0 17947 30 0 0 25 0 1 0 2006805320 225157120 52799 996147200 134512640 135237403 4294956240 18446744073709551615 135018241 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 54970 52799 413 176 0 53874 0
Current children cumulated CPU time (s) 179.77
Current children cumulated vsize (KiB) 219880

[startup+182.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1370432/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=220672 CPUtime=180.56
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 61751 0 0 0 18026 30 0 0 25 0 1 0 2006805320 225968128 53240 996147200 134512640 135237403 4294956240 18446744073709551615 2252284 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 55168 53240 420 176 0 54072 0
Current children cumulated CPU time (s) 180.56
Current children cumulated vsize (KiB) 220672

[startup+182.501 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1368576/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=220672 CPUtime=180.76
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 61752 0 0 0 18046 30 0 0 25 0 1 0 2006805320 225968128 53241 996147200 134512640 135237403 4294956240 18446744073709551615 2252354 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 55168 53241 421 176 0 54072 0
Current children cumulated CPU time (s) 180.76
Current children cumulated vsize (KiB) 220672

[startup+182.607 s]
/proc/loadavg: 1.99 1.98 1.99 3/74 24741
/proc/meminfo: memFree=1368576/2055920 swapFree=4179680/4192956
[pid=24740] ppid=24738 vsize=25060 CPUtime=180.86
/proc/24740/stat : 24740 (xsolve) R 24738 24740 23823 0 -1 4194304 61758 0 0 0 18053 33 0 0 25 0 1 0 2006805320 25661440 5517 996147200 134512640 135237403 4294956240 18446744073709551615 134918348 0 0 4096 0 0 0 0 17 1 0 0
/proc/24740/statm: 6265 5517 427 176 0 5169 0
Current children cumulated CPU time (s) 180.86
Current children cumulated vsize (KiB) 25060

Child status: 0
Real time (s): 182.662
CPU time (s): 180.927
CPU user time (s): 180.586
CPU system time (s): 0.340948
CPU usage (%): 99.0497
Max. virtual memory (cumulated for all children) (KiB): 220672

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

runsolver used 0.221966 second user time and 0.616906 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-05 19:18:47
IDJOB=1093858
IDBENCH=58731
IDSOLVER=358
FILE ID=node54/1093858-1215278327
PBS_JOBID= 7882186
Free space on /tmp= 66524 MiB

SOLVER NAME= Mistral-prime 1.313
BENCH NAME= CPAI08/csp/queens/normalized-queens-180.xml
COMMAND LINE= HOME/xsolve BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093858-1215278327/watcher-1093858-1215278327 -o /tmp/evaluation-result-1093858-1215278327/solver-1093858-1215278327 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1093858-1215278327.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c14abf4d20a38dc3ddd30b1ce4c8122e
RANDOM SEED=623494371

node54.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.279
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.279
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624872 kB
Buffers:         39876 kB
Cached:         191668 kB
SwapCached:       6932 kB
Active:         252220 kB
Inactive:       125608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624872 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            6132 kB
Writeback:           0 kB
Mapped:         153424 kB
Slab:            38412 kB
Committed_AS:  4087992 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node54 at 2008-07-05 19:21:49