Trace number 1061842

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
galac MSAT 3.2445 3.35587

General information on the benchmark

Namecsp/pseudo/jnh/
normalized-jnh-205.xml
MD5SUMfb2bae4019f0d0585559cbdb2396671a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.317951
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints900
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.55/1.62	c start processing
1.55/1.62	c start relation processing
1.65/1.79	c start cnf exporting
2.25/2.31	c parsing time : 1.489
2.25/2.31	c preprocessing time : 2.185
2.25/2.31	
2.25/2.31	c Nary constraints - conflicts : 726 supports : 0
2.25/2.32	c Binary constraints - conflicts : 174 supports :0
2.25/2.32	c max arity constraint : 11
2.25/2.32	c Max Tuples generated 2048
2.25/2.32	c relations : 11
2.25/2.32	c relations BDD: 8
2.25/2.32	c sampling 0/0
2.25/2.32	c vars : 3502 - clauses :  10231
2.25/2.32	
2.25/2.34	 
2.25/2.34	c --- SAT Solver Stats ---
2.25/2.34	 
2.25/2.36	c restarts              : 1
2.25/2.36	c conflicts             : 48             (3693 /sec)
2.25/2.36	c decisions             : 78             (0.00 % random) (6001 /sec)
2.25/2.36	c propagations          : 38124          (2933067 /sec)
2.25/2.36	c conflict literals     : 192            (30.18 % deleted)
2.25/2.36	c Memory used           : 2.33 MB
2.25/2.36	c CPU time              : 0.012998 s
2.25/2.36	
2.25/2.36	s SATISFIABLE
3.20/3.35	v 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 0 1

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-1061842-1215133457/watcher-1061842-1215133457 -o /tmp/evaluation-result-1061842-1215133457/solver-1061842-1215133457 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1061842-1215133457.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: 2.05 1.96 1.97 4/73 2001
/proc/meminfo: memFree=1886112/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=18572 CPUtime=0
/proc/2001/stat : 2001 (runsolver) R 1999 2001 1357 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1992315242 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2001/statm: 4643 292 257 25 0 2626 0

[startup+0.106251 s]
/proc/loadavg: 2.05 1.96 1.97 4/73 2001
/proc/meminfo: memFree=1886112/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=0.02
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 1992315242 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2001/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.20227 s]
/proc/loadavg: 2.05 1.96 1.97 4/73 2001
/proc/meminfo: memFree=1886112/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=0.02
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 1992315242 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2001/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.302294 s]
/proc/loadavg: 2.05 1.96 1.97 4/73 2001
/proc/meminfo: memFree=1886112/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=0.02
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 1992315242 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2001/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+0.701351 s]
/proc/loadavg: 2.05 1.96 1.97 4/73 2001
/proc/meminfo: memFree=1886112/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=0.02
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 1992315242 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2001/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47564

[startup+1.50149 s]
/proc/loadavg: 2.05 1.96 1.97 3/83 2024
/proc/meminfo: memFree=1845072/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=0.02
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 765 1698 0 0 0 1 0 1 18 0 1 0 1992315242 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 213111728986 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/2001/statm: 11891 364 245 79 0 219 0
[pid=2016] ppid=2001 vsize=812668 CPUtime=1.44
/proc/2016/stat : 2016 (java) S 2001 2001 1357 0 -1 0 13484 0 1 0 134 10 0 0 18 0 9 0 1992315246 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2016/statm: 203167 12699 2585 9 0 197200 0
[pid=2016/tid=2017] ppid=2001 vsize=812668 CPUtime=0.81
/proc/2016/task/2017/stat : 2017 (java) R 2001 2001 1357 0 -1 64 7456 0 1 0 76 5 0 0 25 0 9 0 1992315247 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2018] ppid=2001 vsize=812668 CPUtime=0.31
/proc/2016/task/2018/stat : 2018 (java) R 2001 2001 1357 0 -1 64 4462 0 0 0 29 2 0 0 16 0 9 0 1992315249 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 102350390 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2019] ppid=2001 vsize=812668 CPUtime=0
/proc/2016/task/2019/stat : 2019 (java) S 2001 2001 1357 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 1992315249 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2020] ppid=2001 vsize=812668 CPUtime=0
/proc/2016/task/2020/stat : 2020 (java) S 2001 2001 1357 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1992315249 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2021] ppid=2001 vsize=812668 CPUtime=0
/proc/2016/task/2021/stat : 2021 (java) S 2001 2001 1357 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 1992315251 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2022] ppid=2001 vsize=812668 CPUtime=0.28
/proc/2016/task/2022/stat : 2022 (java) S 2001 2001 1357 0 -1 64 864 0 0 0 27 1 0 0 15 0 9 0 1992315251 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2023] ppid=2001 vsize=812668 CPUtime=0
/proc/2016/task/2023/stat : 2023 (java) S 2001 2001 1357 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992315251 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2016/tid=2024] ppid=2001 vsize=812668 CPUtime=0
/proc/2016/task/2024/stat : 2024 (java) S 2001 2001 1357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992315251 832172032 12699 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 860232

[startup+3.10176 s]
/proc/loadavg: 2.05 1.96 1.97 3/83 2024
/proc/meminfo: memFree=1840080/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=2.29
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 836 18339 0 1 0 1 214 14 17 0 1 0 1992315242 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2001/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 47564

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

[startup+3.20178 s]
/proc/loadavg: 2.05 1.96 1.97 3/83 2024
/proc/meminfo: memFree=1840080/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47564 CPUtime=2.29
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 836 18339 0 1 0 1 214 14 17 0 1 0 1992315242 48705536 365 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2001/statm: 11891 365 245 79 0 219 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 47564

[startup+3.3018 s]
/proc/loadavg: 2.05 1.96 1.97 2/83 2035
/proc/meminfo: memFree=1864656/2055920 swapFree=4180444/4192956
[pid=2001] ppid=1999 vsize=47572 CPUtime=2.29
/proc/2001/stat : 2001 (galacM.sh) S 1999 2001 1357 0 -1 4194304 845 18339 0 1 0 1 214 14 16 0 1 0 1992315242 48713728 367 996147200 4194304 4520092 548682068832 18446744073709551615 213112291410 0 0 4096 73728 18446744071563648864 0 0 17 1 0 0
/proc/2001/statm: 11893 367 245 79 0 221 0
[pid=2026] ppid=2001 vsize=812680 CPUtime=0.91
/proc/2026/stat : 2026 (java) S 2001 2001 1357 0 -1 0 7542 0 1 0 85 6 0 0 18 0 9 0 1992315479 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2026/statm: 203170 6923 1911 9 0 197175 0
[pid=2026/tid=2027] ppid=2001 vsize=812680 CPUtime=0.61
/proc/2026/task/2027/stat : 2027 (java) S 2001 2001 1357 0 -1 64 5925 0 1 0 57 4 0 0 22 0 9 0 1992315480 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2029] ppid=2001 vsize=812680 CPUtime=0
/proc/2026/task/2029/stat : 2029 (java) S 2001 2001 1357 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1992315481 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 0 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2030] ppid=2001 vsize=812680 CPUtime=0
/proc/2026/task/2030/stat : 2030 (java) S 2001 2001 1357 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 1992315481 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2031] ppid=2001 vsize=812680 CPUtime=0
/proc/2026/task/2031/stat : 2031 (java) S 2001 2001 1357 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1992315482 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2032] ppid=2001 vsize=812680 CPUtime=0
/proc/2026/task/2032/stat : 2032 (java) S 2001 2001 1357 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992315484 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2033] ppid=2001 vsize=812680 CPUtime=0.27
/proc/2026/task/2033/stat : 2033 (java) S 2001 2001 1357 0 -1 64 904 0 0 0 27 0 0 0 16 0 9 0 1992315484 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2034] ppid=2001 vsize=812680 CPUtime=0
/proc/2026/task/2034/stat : 2034 (java) S 2001 2001 1357 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 1992315484 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
[pid=2026/tid=2035] ppid=2001 vsize=812680 CPUtime=0
/proc/2026/task/2035/stat : 2035 (java) S 2001 2001 1357 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992315484 832184320 6923 996147200 134512640 134550740 4294955616 18446744073709551615 4294960144 0 4 3670016 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 860252

Child status: 0
Real time (s): 3.35587
CPU time (s): 3.2445
CPU user time (s): 3.00754
CPU system time (s): 0.236963
CPU usage (%): 96.6816
Max. virtual memory (cumulated for all children) (KiB): 860252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00754
system time used= 0.236963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26931
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2659
involuntary context switches= 2611

runsolver used 0.003999 second user time and 0.020996 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 03:04:17
IDJOB=1061842
IDBENCH=54584
IDSOLVER=350
FILE ID=node68/1061842-1215133457
PBS_JOBID= 7877358
Free space on /tmp= 66544 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/pseudo/jnh/normalized-jnh-205.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061842-1215133457/watcher-1061842-1215133457 -o /tmp/evaluation-result-1061842-1215133457/solver-1061842-1215133457 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1061842-1215133457.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fb2bae4019f0d0585559cbdb2396671a
RANDOM SEED=703001859

node68.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.261
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.261
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:       1886528 kB
Buffers:         12912 kB
Cached:          77400 kB
SwapCached:       6520 kB
Active:          87180 kB
Inactive:        28676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886528 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            3496 kB
Writeback:           0 kB
Mapped:          32220 kB
Slab:            38892 kB
Committed_AS:  4223124 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node68 at 2008-07-04 03:04:20