Trace number 1774512

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
MiniSat 2.1 (Sat-race'08 Edition)UNSAT 78.827 78.8837

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.9045
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.79/0.89	c |  Number of variables:        286329                                         |
0.79/0.89	c |  Number of clauses:          837681                                         |
0.79/0.89	c |  Parse time:                   0.77 s                                       |
4.48/4.54	c |  Simplification time:          3.58 s                                       |
4.48/4.54	c |                                                                             |
4.48/4.54	c ============================[ Search Statistics ]==============================
4.48/4.54	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.48/4.54	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.48/4.54	c ===============================================================================
4.48/4.55	c |       100 |   40836   166136   499607 |    60916      100     13 |  8.243 % |
4.48/4.56	c |       250 |   40836   166136   499607 |    67008      250     12 |  8.243 % |
4.58/4.61	c |       475 |   40836   166136   499607 |    73709      475     14 |  8.243 % |
4.88/4.99	c |       812 |   40836   166136   499607 |    81079      812     14 |  8.243 % |
5.48/5.55	c |      1318 |   40836   166136   499607 |    89187     1318     16 |  8.243 % |
6.68/6.71	c |      2077 |   40836   166136   499607 |    98106     2077     15 |  8.243 % |
8.28/8.39	c |      3216 |   40836   166136   499607 |   107917     3216     14 |  8.243 % |
10.78/10.89	c |      4924 |   40836   166136   499607 |   118709     4924     15 |  8.243 % |
14.57/14.64	c |      7486 |   40836   166136   499607 |   130579     7486     14 |  8.243 % |
20.08/20.10	c |     11330 |   40836   166136   499607 |   143637    11330     14 |  8.243 % |
27.57/27.67	c |     17096 |   40836   166136   499607 |   158001    17096     15 |  8.243 % |
39.56/39.64	c |     25745 |   40836   166136   499607 |   173801    25745     15 |  8.243 % |
56.95/57.00	c |     38719 |   40818   166010   499208 |   191182    32410     15 |  8.249 % |
78.74/78.86	c ===============================================================================
78.74/78.87	c restarts              : 165
78.74/78.87	c conflicts             : 53966          (686 /sec)
78.74/78.87	c decisions             : 66005          (840 /sec)
78.74/78.87	c propagations          : 143659943      (1827292 /sec)
78.74/78.87	c conflict literals     : 784832         (66.82 % deleted)
78.74/78.87	c Memory used           : 86.14 MB
78.74/78.87	c CPU time              : 78.619 s
78.74/78.87	c 
78.74/78.87	s UNSATISFIABLE

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-1774512-1241219939/watcher-1774512-1241219939 -o /tmp/evaluation-result-1774512-1241219939/solver-1774512-1241219939 -C 10000 -W 12000 -M 1800 HOME/minisat HOME/instance-1774512-1241219939.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30595
/proc/meminfo: memFree=1369584/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=8188 CPUtime=0
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 150028025 8384512 531 1992294400 4194304 5092341 548682068848 18446744073709551615 4209789 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 2047 532 62 219 0 1825 0

[startup+0.0884491 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30595
/proc/meminfo: memFree=1369584/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=15624 CPUtime=0.08
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 2784 0 0 0 7 1 0 0 18 0 1 0 150028025 15998976 2637 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 3906 2637 63 219 0 3684 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15624

[startup+0.101449 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30595
/proc/meminfo: memFree=1369584/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=16512 CPUtime=0.09
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 3209 0 0 0 8 1 0 0 18 0 1 0 150028025 16908288 2971 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 4128 2972 63 219 0 3906 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16512

[startup+0.30147 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30595
/proc/meminfo: memFree=1369584/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=35676 CPUtime=0.29
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 8504 0 0 0 25 4 0 0 19 0 1 0 150028025 36532224 7866 1992294400 4194304 5092341 548682068848 18446744073709551615 4523536 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 8919 7866 63 219 0 8697 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35676

[startup+0.701509 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 30595
/proc/meminfo: memFree=1369584/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=77504 CPUtime=0.69
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 18455 0 0 0 59 10 0 0 23 0 1 0 150028025 79364096 16947 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 19376 16948 63 219 0 19154 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77504

[startup+1.50159 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1285032/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=98368 CPUtime=1.49
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 24467 0 0 0 136 13 0 0 25 0 1 0 150028025 100728832 22275 1992294400 4194304 5092341 548682068848 18446744073709551615 4247511 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 24592 22275 87 219 0 24370 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98368

[startup+3.10175 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1270568/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=118404 CPUtime=3.09
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 28870 0 0 0 295 14 0 0 25 0 1 0 150028025 121245696 26678 1992294400 4194304 5092341 548682068848 18446744073709551615 4498188 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 29601 26678 87 219 0 29379 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118404

[startup+6.30106 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1291816/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=85612 CPUtime=6.28
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31041 0 0 0 611 17 0 0 25 0 1 0 150028025 87666688 19447 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 21403 19447 100 219 0 21181 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 85612

[startup+12.7017 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1291624/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=85612 CPUtime=12.68
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31109 0 0 0 1251 17 0 0 25 0 1 0 150028025 87666688 19515 1992294400 4194304 5092341 548682068848 18446744073709551615 4249605 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 21403 19515 100 219 0 21181 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 85612

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1291304/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=85612 CPUtime=25.48
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31258 0 0 0 2530 18 0 0 25 0 1 0 150028025 87666688 19664 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 21403 19664 100 219 0 21181 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 85612

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1290024/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=85612 CPUtime=51.05
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31569 0 0 0 5086 19 0 0 25 0 1 0 150028025 87666688 19975 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 21403 19975 100 219 0 21181 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 85612

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

[startup+63.9018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1289448/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=63.84
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31713 0 0 0 6365 19 0 0 25 0 1 0 150028025 90324992 20119 1992294400 4194304 5092341 548682068848 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20119 100 219 0 21830 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 88208

[startup+70.3014 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1289192/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=70.25
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31780 0 0 0 7006 19 0 0 25 0 1 0 150028025 90324992 20186 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20186 100 219 0 21830 0
Current children cumulated CPU time (s) 70.25
Current children cumulated vsize (KiB) 88208

[startup+73.5017 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1289128/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=73.44
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31822 0 0 0 7325 19 0 0 25 0 1 0 150028025 90324992 20228 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20228 100 219 0 21830 0
Current children cumulated CPU time (s) 73.44
Current children cumulated vsize (KiB) 88208

[startup+76.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1288936/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=76.64
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31858 0 0 0 7645 19 0 0 25 0 1 0 150028025 90324992 20264 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20264 100 219 0 21830 0
Current children cumulated CPU time (s) 76.64
Current children cumulated vsize (KiB) 88208

[startup+77.5011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1288872/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=77.44
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31868 0 0 0 7725 19 0 0 25 0 1 0 150028025 90324992 20274 1992294400 4194304 5092341 548682068848 18446744073709551615 4240558 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20274 100 219 0 21830 0
Current children cumulated CPU time (s) 77.44
Current children cumulated vsize (KiB) 88208

[startup+78.3012 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1288808/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=78.24
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31877 0 0 0 7805 19 0 0 25 0 1 0 150028025 90324992 20283 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20283 100 219 0 21830 0
Current children cumulated CPU time (s) 78.24
Current children cumulated vsize (KiB) 88208

[startup+78.7013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1288808/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=78.64
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31881 0 0 0 7845 19 0 0 25 0 1 0 150028025 90324992 20287 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20287 100 219 0 21830 0
Current children cumulated CPU time (s) 78.64
Current children cumulated vsize (KiB) 88208

[startup+78.8013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 30596
/proc/meminfo: memFree=1288808/2055920 swapFree=4175308/4192956
[pid=30595] ppid=30593 vsize=88208 CPUtime=78.74
/proc/30595/stat : 30595 (minisat) R 30593 30595 30477 0 -1 4194304 31881 0 0 0 7855 19 0 0 25 0 1 0 150028025 90324992 20287 1992294400 4194304 5092341 548682068848 18446744073709551615 4240669 0 0 4096 3 0 0 0 17 0 0 0
/proc/30595/statm: 22052 20287 100 219 0 21830 0
Current children cumulated CPU time (s) 78.74
Current children cumulated vsize (KiB) 88208

Child status: 20
Real time (s): 78.8837
CPU time (s): 78.827
CPU user time (s): 78.619
CPU system time (s): 0.207968
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 131540

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

runsolver used 0.074988 second user time and 0.219966 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-02 01:19:00
IDJOB=1774512
IDBENCH=70954
IDSOLVER=608
FILE ID=node12/1774512-1241219939
PBS_JOBID= 9224760
Free space on /tmp= 66452 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774512-1241219939/watcher-1774512-1241219939 -o /tmp/evaluation-result-1774512-1241219939/solver-1774512-1241219939 -C 10000 -W 12000 -M 1800  HOME/minisat HOME/instance-1774512-1241219939.cnf

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=1166327362

node12.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.213
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.213
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:       1370000 kB
Buffers:         71592 kB
Cached:         513384 kB
SwapCached:      11928 kB
Active:          65300 kB
Inactive:       533996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1370000 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:           16084 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            72652 kB
Committed_AS:   821036 kB
PageTables:       1376 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= 66452 MiB
End job on node12 at 2009-05-02 01:20:19