Trace number 2085860

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.2? 298.822 300.397

DiagnosticValue
ASSIGNMENTS1000000

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-4-insertions-4-4.xml
MD5SUM085e453a39e64b1799e73e4b2f36d4a9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables475
Number of constraints1795
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1795
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c small-domain mode
0.18/0.21	c Seed is 229907632
0.18/0.21	c Constructing HOME/instance-2085860-1247726486.xml  with 1795 constraints
0.18/0.21	c Solving 1000001 backtracks 25 restarts
298.71/300.39	s UNKNOWN
298.71/300.39	c Too many backtracks
298.71/300.39	d ASSIGNMENTS 1000001

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2085860-1247726486/watcher-2085860-1247726486 -o /tmp/evaluation-result-2085860-1247726486/solver-2085860-1247726486 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 229907632 HOME/instance-2085860-1247726486.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.03 2.00 2.00 6/84 17027
/proc/meminfo: memFree=1495520/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=5356 CPUtime=0
/proc/17025/stat : 17025 (pcssolve) R 17023 17025 16586 0 -1 4194304 305 0 0 0 0 0 0 0 20 0 1 0 59713556 5484544 242 996147200 4194304 4889804 548682068800 18446744073709551615 224264774468 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/17025/statm: 1339 242 201 169 0 50 0
[pid=17026] ppid=17025 vsize=0 CPUtime=0
/proc/17026/stat : 17026 (fgrep) Z 17025 17025 16586 0 -1 4194316 155 0 0 0 0 0 0 0 18 0 1 0 59713557 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/17026/statm: 0 0 0 0 0 0 0
[pid=17027] ppid=17025 vsize=0 CPUtime=0
/proc/17027/stat : 17027 (grep) Z 17025 17025 16586 0 -1 4194316 162 0 0 0 0 0 0 0 18 0 1 0 59713557 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 0 0 0
/proc/17027/statm: 0 0 0 0 0 0 0

[startup+0.096831 s]
/proc/loadavg: 2.03 2.00 2.00 6/84 17027
/proc/meminfo: memFree=1495520/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=4772 CPUtime=0.07
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 936 822 0 0 7 0 0 0 18 0 1 0 59713556 4886528 545 996147200 134512640 135095119 4294956304 18446744073709551615 134591663 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 1193 545 385 142 0 147 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4772

[startup+0.101831 s]
/proc/loadavg: 2.03 2.00 2.00 6/84 17027
/proc/meminfo: memFree=1495520/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=4772 CPUtime=0.08
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 936 822 0 0 8 0 0 0 18 0 1 0 59713556 4886528 545 996147200 134512640 135095119 4294956304 18446744073709551615 134839224 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 1193 545 385 142 0 147 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4772

[startup+0.301868 s]
/proc/loadavg: 2.03 2.00 2.00 6/84 17027
/proc/meminfo: memFree=1495520/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=5032 CPUtime=0.28
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 990 822 0 0 28 0 0 0 19 0 1 0 59713556 5152768 599 996147200 134512640 135095119 4294956304 18446744073709551615 134591800 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 1258 599 385 142 0 212 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5032

[startup+0.701942 s]
/proc/loadavg: 2.03 2.00 2.00 6/84 17027
/proc/meminfo: memFree=1495520/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=6720 CPUtime=0.68
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 1428 822 0 0 68 0 0 0 23 0 1 0 59713556 6881280 939 996147200 134512640 135095119 4294956304 18446744073709551615 134555279 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 1680 939 385 142 0 634 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6720

[startup+1.50109 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1493288/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=9312 CPUtime=1.48
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 2154 822 0 0 147 1 0 0 25 0 1 0 59713556 9535488 1503 996147200 134512640 135095119 4294956304 18446744073709551615 134590383 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 2328 1503 385 142 0 1282 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9312

[startup+3.10139 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1490600/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=14748 CPUtime=3.07
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 3760 822 0 0 305 2 0 0 25 0 1 0 59713556 15101952 2787 996147200 134512640 135095119 4294956304 18446744073709551615 6983102 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 3687 2787 385 142 0 2641 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14748

[startup+6.30198 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1482480/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=19356 CPUtime=6.26
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 5091 822 0 0 623 3 0 0 25 0 1 0 59713556 19820544 4118 996147200 134512640 135095119 4294956304 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 4839 4118 385 142 0 3793 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 19356

[startup+12.7012 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1469568/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=32176 CPUtime=12.62
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 8703 822 0 0 1257 5 0 0 25 0 1 0 59713556 32948224 7217 996147200 134512640 135095119 4294956304 18446744073709551615 6985339 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 8044 7217 385 142 0 6998 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 32176

[startup+25.5016 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1434568/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=69088 CPUtime=25.35
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 18672 822 0 0 2524 11 0 0 25 0 1 0 59713556 70746112 15775 996147200 134512640 135095119 4294956304 18446744073709551615 134838129 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 17272 15775 385 142 0 16226 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 69088

[startup+51.1013 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1367240/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=140764 CPUtime=50.82
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 37428 822 0 0 5063 19 0 0 25 0 1 0 59713556 144142336 32482 996147200 134512640 135095119 4294956304 18446744073709551615 134838329 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 35191 32482 385 142 0 34145 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 140764

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1326536/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=174940 CPUtime=101.77
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 47550 822 0 0 10149 28 0 0 25 0 1 0 59713556 179138560 42604 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 43735 42604 385 142 0 42689 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 174940

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17031
/proc/meminfo: memFree=1230792/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=281784 CPUtime=161.46
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 75520 822 0 0 16104 42 0 0 25 0 1 0 59713556 288546816 66477 996147200 134512640 135095119 4294956304 18446744073709551615 134642970 0 0 4096 0 0 0 0 17 0 0 0
/proc/17025/statm: 70446 66477 385 142 0 69400 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 281784

[startup+222.301 s]
/proc/loadavg: 1.85 1.97 1.99 4/83 17105
/proc/meminfo: memFree=1203416/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=324148 CPUtime=221.02
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 88453 822 0 0 22047 55 0 0 25 0 1 0 59713556 331927552 78385 996147200 134512640 135095119 4294956304 18446744073709551615 134589562 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 81037 78385 385 142 0 79991 0
Current children cumulated CPU time (s) 221.02
Current children cumulated vsize (KiB) 324148

[startup+282.301 s]
/proc/loadavg: 1.94 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1130896/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=379444 CPUtime=280.78
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 103554 822 0 0 28008 70 0 0 25 0 1 0 59713556 388550656 93486 996147200 134512640 135095119 4294956304 18446744073709551615 134555265 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 94861 93486 385 142 0 93815 0
Current children cumulated CPU time (s) 280.78
Current children cumulated vsize (KiB) 379444

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

[startup+287.901 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1124880/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=384564 CPUtime=286.36
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 104949 822 0 0 28565 71 0 0 25 0 1 0 59713556 393793536 94881 996147200 134512640 135095119 4294956304 18446744073709551615 134615440 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 96141 94881 385 142 0 95095 0
Current children cumulated CPU time (s) 286.36
Current children cumulated vsize (KiB) 384564

[startup+294.303 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1118928/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=390068 CPUtime=292.73
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 106458 822 0 0 29201 72 0 0 25 0 1 0 59713556 399429632 96390 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 97517 96390 385 142 0 96471 0
Current children cumulated CPU time (s) 292.73
Current children cumulated vsize (KiB) 390068

[startup+297.501 s]
/proc/loadavg: 1.95 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1115728/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=393012 CPUtime=295.92
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 107259 822 0 0 29520 72 0 0 25 0 1 0 59713556 402444288 97191 996147200 134512640 135095119 4294956304 18446744073709551615 134589560 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 98253 97191 385 142 0 97207 0
Current children cumulated CPU time (s) 295.92
Current children cumulated vsize (KiB) 393012

[startup+299.103 s]
/proc/loadavg: 1.96 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1113296/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=394548 CPUtime=297.52
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 107683 822 0 0 29679 73 0 0 25 0 1 0 59713556 404017152 97615 996147200 134512640 135095119 4294956304 18446744073709551615 134617027 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 98637 97615 385 142 0 97591 0
Current children cumulated CPU time (s) 297.52
Current children cumulated vsize (KiB) 394548

[startup+299.902 s]
/proc/loadavg: 1.96 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1113296/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=361904 CPUtime=298.31
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 107722 822 0 0 29758 73 0 0 25 0 1 0 59713556 370589696 89827 996147200 134512640 135095119 4294956304 18446744073709551615 6983108 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 90476 89827 385 142 0 89430 0
Current children cumulated CPU time (s) 298.31
Current children cumulated vsize (KiB) 361904

[startup+300.307 s]
/proc/loadavg: 1.96 1.97 1.99 3/83 17107
/proc/meminfo: memFree=1144272/2055920 swapFree=4192812/4192956
[pid=17025] ppid=17023 vsize=361904 CPUtime=298.71
/proc/17025/stat : 17025 (pcs.small) R 17023 17025 16586 0 -1 4194304 107722 822 0 0 29798 73 0 0 25 0 1 0 59713556 370589696 89827 996147200 134512640 135095119 4294956304 18446744073709551615 6979736 0 0 4096 0 0 0 0 17 1 0 0
/proc/17025/statm: 90476 89827 385 142 0 89430 0
Current children cumulated CPU time (s) 298.71
Current children cumulated vsize (KiB) 361904

Child status: 0
Real time (s): 300.397
CPU time (s): 298.822
CPU user time (s): 298.02
CPU system time (s): 0.801878
CPU usage (%): 99.4754
Max. virtual memory (cumulated for all children) (KiB): 394676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.02
system time used= 0.801878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108546
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= 4108

runsolver used 0.310952 second user time and 0.791879 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-16 08:41:26
IDJOB=2085860
IDBENCH=58523
IDSOLVER=733
FILE ID=node82/2085860-1247726486
PBS_JOBID= 9521606
Free space on /tmp= 66316 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-4-insertions-4-4.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2085860-1247726486/watcher-2085860-1247726486 -o /tmp/evaluation-result-2085860-1247726486/solver-2085860-1247726486 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 229907632 HOME/instance-2085860-1247726486.xml

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

MD5SUM BENCH= 085e453a39e64b1799e73e4b2f36d4a9
RANDOM SEED=229907632

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1496400 kB
Buffers:         78876 kB
Cached:         350068 kB
SwapCached:          0 kB
Active:          87944 kB
Inactive:       384712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2756 kB
Writeback:           0 kB
Mapped:          64116 kB
Slab:            72004 kB
Committed_AS:   579912 kB
PageTables:       1900 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= 66312 MiB
End job on node82 at 2009-07-16 08:46:26