Trace number 2090920

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
pcs 0.3.2UNSAT 301.067 301.911

DiagnosticValue
ASSIGNMENTS4781

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-35_ext.xml
MD5SUMc7f9b743b9ebf6f69a5c9d77e719e07d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.47862
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.00/0.02	c Seed is 538705366
0.00/0.02	c Constructing HOME/instance-2090920-1247731208.xml  with 84 constraints
0.67/0.77	c Solving 4781 backtracks 12 restarts
301.04/301.90	s UNSATISFIABLE
301.04/301.90	d ASSIGNMENTS 4781

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2090920-1247731208/watcher-2090920-1247731208 -o /tmp/evaluation-result-2090920-1247731208/solver-2090920-1247731208 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 538705366 HOME/instance-2090920-1247731208.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: 2.01 2.00 2.00 4/84 19991
/proc/meminfo: memFree=1575344/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=5356 CPUtime=0
/proc/19991/stat : 19991 (pcssolve) R 19989 19991 19528 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 60183567 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 209560595103 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19991/statm: 1339 241 200 169 0 50 0
[pid=19992] ppid=19991 vsize=0 CPUtime=0
/proc/19992/stat : 19992 (pcssolve) R 19991 19991 19528 0 -1 4194368 22 0 0 0 0 0 0 0 22 0 1 0 60183567 0 0 996147200 0 0 0 18446744073709551615 209560595751 0 0 4096 0 0 0 0 17 1 0 0
/proc/19992/statm: 0 0 0 0 0 0 0
[pid=19993] ppid=19991 vsize=5356 CPUtime=0
/proc/19993/stat : 19993 (pcssolve) R 19991 19991 19528 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 60183568 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 209560595103 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/19993/statm: 1339 241 200 169 0 50 0

[startup+0.0929029 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 19991
/proc/meminfo: memFree=1575344/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=5224 CPUtime=0.06
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 899 656 0 0 6 0 0 0 23 0 1 0 60183567 5349376 530 996147200 134512640 135215973 4294956304 18446744073709551615 134837559 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 1306 530 383 171 0 231 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5224

[startup+0.102927 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 19991
/proc/meminfo: memFree=1575344/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=5364 CPUtime=0.07
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 910 656 0 0 7 0 0 0 23 0 1 0 60183567 5492736 541 996147200 134512640 135215973 4294956304 18446744073709551615 134837536 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 1341 541 383 171 0 266 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5364

[startup+0.301934 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 19991
/proc/meminfo: memFree=1575344/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=7508 CPUtime=0.27
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 1160 656 0 0 27 0 0 0 25 0 1 0 60183567 7688192 791 996147200 134512640 135215973 4294956304 18446744073709551615 9174690 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 1877 791 383 171 0 802 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 7508

[startup+0.702003 s]
/proc/loadavg: 2.01 2.00 2.00 4/84 19991
/proc/meminfo: memFree=1575344/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=11840 CPUtime=0.67
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 1662 656 0 0 66 1 0 0 25 0 1 0 60183567 12124160 1293 996147200 134512640 135215973 4294956304 18446744073709551615 9199176 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 2960 1293 383 171 0 1885 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 11840

[startup+1.50114 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19996
/proc/meminfo: memFree=1570472/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=13200 CPUtime=1.46
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 1986 656 0 0 145 1 0 0 25 0 1 0 60183567 13516800 1617 996147200 134512640 135215973 4294956304 18446744073709551615 135020335 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 3300 1617 401 171 0 2225 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 13200

[startup+3.10141 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19996
/proc/meminfo: memFree=1570088/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=13200 CPUtime=3.05
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 2023 656 0 0 304 1 0 0 25 0 1 0 60183567 13516800 1654 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 3300 1654 401 171 0 2225 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 13200

[startup+6.30196 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19996
/proc/meminfo: memFree=1570024/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=13200 CPUtime=6.22
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 2065 656 0 0 621 1 0 0 25 0 1 0 60183567 13516800 1696 996147200 134512640 135215973 4294956304 18446744073709551615 134597390 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 3300 1696 401 171 0 2225 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 13200

[startup+12.701 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19996
/proc/meminfo: memFree=1569512/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=13200 CPUtime=12.55
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 2178 656 0 0 1254 1 0 0 25 0 1 0 60183567 13516800 1809 996147200 134512640 135215973 4294956304 18446744073709551615 135027106 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 3300 1809 401 171 0 2225 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 13200

[startup+25.5022 s]
/proc/loadavg: 2.01 2.00 2.00 3/85 19996
/proc/meminfo: memFree=1568808/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=13200 CPUtime=25.23
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 2389 656 0 0 2522 1 0 0 25 0 1 0 60183567 13516800 2020 996147200 134512640 135215973 4294956304 18446744073709551615 135027106 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 3300 2020 401 171 0 2225 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 13200

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 19996
/proc/meminfo: memFree=1567016/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=13200 CPUtime=50.59
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 2827 656 0 0 5058 1 0 0 25 0 1 0 60183567 13516800 2458 996147200 134512640 135215973 4294956304 18446744073709551615 134590427 0 0 4096 0 0 0 0 17 1 0 0
/proc/19991/statm: 3300 2458 401 171 0 2225 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 13200

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1597176/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=17144 CPUtime=101.53
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 3990 656 0 0 10151 2 0 0 25 0 1 0 60183567 17555456 3556 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 4286 3556 401 171 0 3211 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 17144

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1585336/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=23080 CPUtime=161.5
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 5479 656 0 0 16146 4 0 0 25 0 1 0 60183567 23633920 5045 996147200 134512640 135215973 4294956304 18446744073709551615 135026968 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 5770 5045 401 171 0 4695 0
Current children cumulated CPU time (s) 161.5
Current children cumulated vsize (KiB) 23080

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1572536/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=29396 CPUtime=221.47
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 7126 656 0 0 22142 5 0 0 25 0 1 0 60183567 30101504 6563 996147200 134512640 135215973 4294956304 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 7349 6563 401 171 0 6274 0
Current children cumulated CPU time (s) 221.47
Current children cumulated vsize (KiB) 29396

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1565112/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=35588 CPUtime=281.44
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 8673 656 0 0 28138 6 0 0 25 0 1 0 60183567 36442112 8110 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 8897 8110 401 171 0 7822 0
Current children cumulated CPU time (s) 281.44
Current children cumulated vsize (KiB) 35588

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

[startup+294.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1563448/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=36644 CPUtime=293.43
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 8967 656 0 0 29337 6 0 0 25 0 1 0 60183567 37523456 8404 996147200 134512640 135215973 4294956304 18446744073709551615 4158960571 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 9161 8404 401 171 0 8086 0
Current children cumulated CPU time (s) 293.43
Current children cumulated vsize (KiB) 36644

[startup+297.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1562936/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=37040 CPUtime=296.63
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 9054 656 0 0 29657 6 0 0 25 0 1 0 60183567 37928960 8491 996147200 134512640 135215973 4294956304 18446744073709551615 134590188 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 9260 8491 401 171 0 8185 0
Current children cumulated CPU time (s) 296.63
Current children cumulated vsize (KiB) 37040

[startup+299.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1562552/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=37172 CPUtime=298.25
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 9100 656 0 0 29818 7 0 0 25 0 1 0 60183567 38064128 8537 996147200 134512640 135215973 4294956304 18446744073709551615 135018627 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 9293 8537 401 171 0 8218 0
Current children cumulated CPU time (s) 298.25
Current children cumulated vsize (KiB) 37172

[startup+300.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1562360/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=37436 CPUtime=299.84
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 9149 656 0 0 29977 7 0 0 25 0 1 0 60183567 38334464 8586 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 9359 8586 401 171 0 8284 0
Current children cumulated CPU time (s) 299.84
Current children cumulated vsize (KiB) 37436

[startup+301.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1562232/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=37568 CPUtime=300.64
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 9181 656 0 0 30057 7 0 0 25 0 1 0 60183567 38469632 8618 996147200 134512640 135215973 4294956304 18446744073709551615 4158960815 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 9392 8618 401 171 0 8317 0
Current children cumulated CPU time (s) 300.64
Current children cumulated vsize (KiB) 37568

[startup+301.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 20035
/proc/meminfo: memFree=1562232/2055920 swapFree=4192812/4192956
[pid=19991] ppid=19989 vsize=37308 CPUtime=301.04
/proc/19991/stat : 19991 (pcs.big) R 19989 19991 19528 0 -1 4194304 9197 656 0 0 30097 7 0 0 25 0 1 0 60183567 38203392 8595 996147200 134512640 135215973 4294956304 18446744073709551615 9162750 0 0 4096 0 0 0 0 17 0 0 0
/proc/19991/statm: 9327 8595 401 171 0 8252 0
Current children cumulated CPU time (s) 301.04
Current children cumulated vsize (KiB) 37308

Child status: 0
Real time (s): 301.911
CPU time (s): 301.067
CPU user time (s): 300.98
CPU system time (s): 0.086986
CPU usage (%): 99.7206
Max. virtual memory (cumulated for all children) (KiB): 37568

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

runsolver used 0.351946 second user time and 1.02884 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-16 10:00:09
IDJOB=2090920
IDBENCH=59946
IDSOLVER=733
FILE ID=node68/2090920-1247731208
PBS_JOBID= 9521590
Free space on /tmp= 66416 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-35_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090920-1247731208/watcher-2090920-1247731208 -o /tmp/evaluation-result-2090920-1247731208/solver-2090920-1247731208 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 538705366 HOME/instance-2090920-1247731208.xml

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

MD5SUM BENCH= c7f9b743b9ebf6f69a5c9d77e719e07d
RANDOM SEED=538705366

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.258
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.258
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:       1575824 kB
Buffers:         78276 kB
Cached:         274576 kB
SwapCached:          0 kB
Active:         141544 kB
Inactive:       269744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3664 kB
Writeback:           0 kB
Mapped:          79056 kB
Slab:            53484 kB
Committed_AS:   673412 kB
PageTables:       2096 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= 66416 MiB
End job on node68 at 2009-07-16 10:05:11