Trace number 2063956

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 1.545SAT 132.468 132.525

DiagnosticValue
ASSIGNMENTS24047
CHECKS167593000
NODES24047

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-4.xml
MD5SUM4cd54922d836889c49a4e7e21135e1e1
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.468
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints6186
Maximum constraint arity15
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5307
Global constraints used (with number of constraints)alldifferent(879)

Solver Data

0.00/0.00	c mistral version 1.545
132.34/132.42	s SATISFIABLE
132.34/132.42	v 37 22 28 10 40 15 34 27 4 30 44 38 23 35 38 32 3 16 20 14 16 22 5 8 12 8 41 12 2 3 29 17 35 17 37 32 35 36 20 43 23 25 41 0 18 39 23 34 22 44 32 11 2 11 41 29 31 17 37 43 27 15 22 30 24 21 18 28 25 21 7 28 21 9 3 20 35 38 10 39 38 25 24 14 44 1 2 41 18 43 20 20 5 35 24 9 44 33 39 32 16 43 43 24 33 37 0 30 26 0 19 44 0 36 0 8 4 7 35 0 30 9 39 26 12 28 40 13 42 17 43 31 8 10 7 8 32 28 21 4 9 26 34 40 12 4 19 13 27 20 5 14 11 4 3 3 15 41 38 33 26 12 23 26 21 11 5 43 6 32 1 31 13 33 8 38 8 16 11 42 29 1 9 6 6 36 16 35 40 23 19 5 18 2 31 27 44 6 1 19 2 0 9 4 8 9 0 5 9 4 8 8 1 6 4 9 0 6 2 9 9 9 6 2 0 0 8 4 9 6 1 0 8 9 8 5 2 5 1 7 2 9 0 7 1 4 8 2 4 4 6 1 0 9 2 0 5 5 9 8 9 6 6 9 4 8 9 8 4 9 6 0 4 8 4 7 0 5 6 9 1 8 6 2 1 0 1 9 0 2 9 8 8 7 7 0 2 8 0 7 8 1 9 1 1 1 0 1 4 9 0 6 8 2 2 6 0 2 9 6 8 4 5 8 9 7 1 4 1 2 6 0 7 8 0 8 8 1 6 8 1 9 8 0 8 6 2 8 6 0 4 8 7 1 2 8 8 1 2 0 1 1 0 6 0 8 9 0 8 0 2 4 9 3 1 6 9 0 0 5 4 1 6 6 1 9 2 1 9 9 9 1 8 8 9 8 9 9 8 1
132.34/132.42	d CHECKS 167593389
132.34/132.42	d ASSIGNMENTS 24047
132.34/132.42	d NODES 24047 BACKTRACKS 23181 FAILURES 23181 RUNTIME 131.88 TOTALTIME 132.38 NODES/s 182.34 CHECKS/s 1.2708e+06

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063956-1247333414/watcher-2063956-1247333414 -o /tmp/evaluation-result-2063956-1247333414/solver-2063956-1247333414 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063956-1247333414.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 15324
/proc/meminfo: memFree=1906144/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=4804 CPUtime=0
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 181 0 0 0 0 0 0 0 18 0 1 0 20409023 4919296 162 996147200 1448431616 1448550632 4294956208 18446744073709551615 1448480482 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 1201 162 137 29 0 16 0

[startup+0.025384 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 15324
/proc/meminfo: memFree=1906144/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=5204 CPUtime=0.01
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 516 0 0 0 1 0 0 0 18 0 1 0 20409023 5328896 495 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 1301 495 376 29 0 116 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5204

[startup+0.101395 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 15324
/proc/meminfo: memFree=1906144/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=6100 CPUtime=0.09
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 734 0 0 0 9 0 0 0 18 0 1 0 20409023 6246400 713 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 1525 713 376 29 0 340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6100

[startup+0.301427 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 15324
/proc/meminfo: memFree=1906144/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=13424 CPUtime=0.29
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 2573 0 0 0 28 1 0 0 19 0 1 0 20409023 13746176 2552 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157381179 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 3356 2554 382 29 0 2171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13424

[startup+0.701491 s]
/proc/loadavg: 1.85 1.97 1.99 4/74 15324
/proc/meminfo: memFree=1906144/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40656 CPUtime=0.69
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9194 0 0 0 65 4 0 0 23 0 1 0 20409023 41631744 9173 996147200 1448431616 1448550632 4294956208 18446744073709551615 134821875 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10164 9173 423 29 0 8979 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40656

[startup+1.50162 s]
/proc/loadavg: 1.85 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1871128/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=1.49
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9212 0 0 0 145 4 0 0 25 0 1 0 20409023 41783296 9191 996147200 1448431616 1448550632 4294956208 18446744073709551615 134835088 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9191 426 29 0 9016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40804

[startup+3.10188 s]
/proc/loadavg: 1.85 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1871000/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=3.09
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9213 0 0 0 305 4 0 0 25 0 1 0 20409023 41783296 9192 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897000 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9192 426 29 0 9016 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40804

[startup+6.3014 s]
/proc/loadavg: 1.86 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1870872/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=6.29
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9213 0 0 0 625 4 0 0 25 0 1 0 20409023 41783296 9192 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865017 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9192 426 29 0 9016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40804

[startup+12.7014 s]
/proc/loadavg: 1.87 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1870744/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=12.69
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9213 0 0 0 1265 4 0 0 25 0 1 0 20409023 41783296 9192 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9192 426 29 0 9016 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40804

[startup+25.5015 s]
/proc/loadavg: 1.90 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1870872/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=25.48
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9213 0 0 0 2544 4 0 0 25 0 1 0 20409023 41783296 9192 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865054 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9192 426 29 0 9016 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40804

[startup+51.1016 s]
/proc/loadavg: 1.93 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1870872/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=51.07
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9214 0 0 0 5103 4 0 0 25 0 1 0 20409023 41783296 9193 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9193 426 29 0 9016 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40804

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/75 15325
/proc/meminfo: memFree=1870744/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=102.25
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 10221 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 134814864 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 40804

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

[startup+115.102 s]
/proc/loadavg: 1.97 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=115.04
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 11500 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 134835318 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 115.04
Current children cumulated vsize (KiB) 40804

[startup+121.502 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=121.44
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 12140 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 121.44
Current children cumulated vsize (KiB) 40804

[startup+127.901 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=127.84
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 12780 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161272 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 40804

[startup+131.102 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=131.04
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 13100 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 134897005 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 40804

[startup+131.902 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=131.84
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 13180 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 131.84
Current children cumulated vsize (KiB) 40804

[startup+132.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=40804 CPUtime=132.24
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9215 0 0 0 13220 4 0 0 25 0 1 0 20409023 41783296 9194 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 10201 9194 426 29 0 9016 0
Current children cumulated CPU time (s) 132.24
Current children cumulated vsize (KiB) 40804

[startup+132.502 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 15326
/proc/meminfo: memFree=1870736/2055920 swapFree=4192812/4192956
[pid=15324] ppid=15322 vsize=39604 CPUtime=132.43
/proc/15324/stat : 15324 (ld-linux.so.2) R 15322 15324 15287 0 -1 4194304 9279 0 0 0 13239 4 0 0 25 0 1 0 20409023 40554496 9054 996147200 1448431616 1448550632 4294956208 18446744073709551615 135014364 0 0 4096 0 0 0 0 17 0 0 0
/proc/15324/statm: 9901 9054 464 29 0 8716 0
Current children cumulated CPU time (s) 132.43
Current children cumulated vsize (KiB) 39604

Child status: 0
Real time (s): 132.525
CPU time (s): 132.468
CPU user time (s): 132.416
CPU system time (s): 0.051992
CPU usage (%): 99.9572
Max. virtual memory (cumulated for all children) (KiB): 40804

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

runsolver used 0.137979 second user time and 0.351946 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-11 19:30:14
IDJOB=2063956
IDBENCH=54109
IDSOLVER=769
FILE ID=node3/2063956-1247333414
PBS_JOBID= 9506696
Free space on /tmp= 66384 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-4.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063956-1247333414/watcher-2063956-1247333414 -o /tmp/evaluation-result-2063956-1247333414/solver-2063956-1247333414 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2063956-1247333414.xml

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

MD5SUM BENCH= 4cd54922d836889c49a4e7e21135e1e1
RANDOM SEED=555634934

node3.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.259
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.259
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:       1906624 kB
Buffers:          9608 kB
Cached:          66000 kB
SwapCached:        144 kB
Active:          70724 kB
Inactive:        23700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          29472 kB
Slab:            40180 kB
Committed_AS:   219604 kB
PageTables:       1716 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= 66380 MiB
End job on node3 at 2009-07-11 19:32:27