Trace number 1775211

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
precosat 236UNSAT 28.9496 28.959

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_06_UNSAT.cnf
MD5SUM540450986cd3d9879ae19d42219d1fab
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9167
Satisfiable
(Un)Satisfiability was proved
Number of variables980
Number of clauses47620
Sum of the clauses size141221
Maximum clause length7
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21731
Number of clauses of size 345866
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1775211-1241200581.cnf
0.00/0.00	c found header 'p cnf 980 47620'
0.01/0.03	c finished parsing
0.01/0.03	c
0.01/0.03	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.01/0.03	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.01/0.03	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.01/0.03	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.01/0.03	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.01/0.03	c --random=1 --spread=2000 --seed=0 --skip=25
0.01/0.03	c
0.01/0.03	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.01/0.03	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.01/0.03	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.01/0.03	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.01/0.03	c
0.01/0.03	c starting search after 0.0 seconds
0.01/0.03	c no decision limit
0.01/0.03	c
0.01/0.03	c       original/binary      fixed     eliminated      learned       agility
0.01/0.03	c   seconds        variables     equivalent    conflicts       height       MB
0.01/0.03	c
0.01/0.03	c *    0.0    47620     913      0    67      0       0      0    0.0   0    3
0.89/0.93	c s    0.9    46810     532      0   157    291       0      0    0.0   0    3
0.89/0.93	c l    0.9    46810     532      0   157    291       0  45508    0.0   0    3
0.89/0.95	c R    1.0    46810     532      0   157    291     100    100   71.5  12    3
0.89/0.98	c R    1.0    46810     532      0   157    291     200    200   48.1  15    3
1.09/1.11	c R    1.1    46810     532      0   157    291     802    802   26.7  17    4
1.09/1.16	c B    1.2    46810     532      0   157    291    1000   1000   25.8  15    4
1.29/1.36	c B    1.4    46810     532      0   157    291    2000   2000   22.1  17    4
1.39/1.42	c R    1.4    46810     532      0   157    291    2410   2410   23.2  11    4
2.19/2.23	c R    2.2    46810     532      0   157    291    6427   6427   18.8  16    5
2.39/2.49	c B    2.5    46810     532      0   157    291    8004   8004   18.6  19    5
4.19/4.26	c R    4.3    46810     532      0   157    291   16049  16049   16.0  14    6
6.09/6.16	c B    6.2    46810     532      0   157    291   24011  24011   14.9  17    7
9.29/9.37	c s    9.4    46811     532      0   157    291   36091  36090   13.9  15    7
9.89/9.90	c R    9.9    46811     532      0   157    291   38500  38499   13.7  11    8
11.99/12.05	c +   12.0    46856     531      1   157    291   45508  50058   13.3  14   10
15.79/15.87	c +   15.9    46856     531      1   157    291   56885  55063   13.2  13   10
18.18/18.29	c B   18.3    46856     531      1   157    291   64022  55065   13.0  14   11
19.88/19.94	c s   19.9    46248     531      1   157    291   66168  52317   13.0  13    8
19.88/19.94	c
19.88/19.94	c       original/binary      fixed     eliminated      learned       agility
19.88/19.94	c   seconds        variables     equivalent    conflicts       height       MB
19.88/19.94	c
19.88/19.94	c -   19.9    46248     531      1   157    291   66168  54513   13.0  13    8
21.38/21.47	c +   21.5    46248     531      1   157    291   70394  59964   12.9  13   11
28.58/28.68	c +   28.7    46405     526      6   157    291   87991  65960   12.2  14   12
28.88/28.95	c 0   28.9    46601     474     58   157    291   88636  60587   12.1  16   12
28.88/28.95	c
28.88/28.95	s UNSATISFIABLE
28.88/28.95	c
28.88/28.95	c 88636 conflicts, 109425 decisions, 2 random
28.88/28.95	c 8 iterations, 293 restarts, 0 skipped
28.88/28.95	c 4 enlarged, 10 shrunken, 866 rescored, 37 rebiased
28.88/28.95	c 3 simplifications, 0 reductions
28.88/28.95	c
28.88/28.95	c vars: 58 fixed, 157 equiv, 291 elim, 159 merged
28.88/28.95	c elim: 489042 resolutions, 2 phases, 2 rounds
28.88/28.95	c sbst: 100% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
28.88/28.95	c arty: 2.24 and 0.00 xor average arity
28.88/28.95	c prbe: 11252 probed, 10 phases, 10 rounds
28.88/28.95	c prbe: 0 failed, 0 lifted, 0 merged
28.88/28.95	c sccs: 0 non trivial, 0 fixed, 0 merged
28.88/28.95	c hash: 5 units, 159 merged
28.88/28.95	c mins: 1258976 learned, 22% deleted, 63 strong, 13 depth
28.88/28.95	c subs: 435 forward, 0 backward, 157 doms
28.88/28.95	c strs: 0 forward, 0 backward
28.88/28.95	c doms: 159 dominators, 21 high, 71 low
28.88/28.95	c prps: 10276571 propagations, 0.36 megaprops
28.88/28.95	c
28.88/28.95	c 28.9 seconds, 12 MB max, 3 MB recycled

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-1775211-1241200581/watcher-1775211-1241200581 -o /tmp/evaluation-result-1775211-1241200581/solver-1775211-1241200581 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1775211-1241200581.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: 1.00 1.00 1.00 3/64 28519
/proc/meminfo: memFree=1970040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=1052 CPUtime=0
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 176 0 0 0 0 0 0 0 18 0 1 0 148086703 1077248 161 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 263 161 64 155 0 106 0

[startup+0.0160011 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28519
/proc/meminfo: memFree=1970040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=2108 CPUtime=0.01
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 420 0 0 0 1 0 0 0 18 0 1 0 148086703 2158592 405 1992294400 134512640 135151029 4294956240 18446744073709551615 134647422 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 527 405 64 155 0 370 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2108

[startup+0.102008 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28519
/proc/meminfo: memFree=1970040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=4868 CPUtime=0.09
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 1236 0 0 0 9 0 0 0 18 0 1 0 148086703 4984832 1128 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 1217 1129 79 155 0 1060 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4868

[startup+0.301028 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28519
/proc/meminfo: memFree=1970040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=6588 CPUtime=0.29
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 1647 0 0 0 29 0 0 0 19 0 1 0 148086703 6746112 1538 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 1647 1538 79 155 0 1490 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6588

[startup+0.701068 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28519
/proc/meminfo: memFree=1970040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=6588 CPUtime=0.69
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 1647 0 0 0 69 0 0 0 22 0 1 0 148086703 6746112 1538 1992294400 134512640 135151029 4294956240 18446744073709551615 134526328 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 1647 1538 79 155 0 1490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6588

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1964144/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=6552 CPUtime=1.49
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 1647 0 0 0 149 0 0 0 25 0 1 0 148086703 6709248 1538 1992294400 134512640 135151029 4294956240 18446744073709551615 134555216 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 1638 1538 79 155 0 1481 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6552

[startup+3.10131 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1964016/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=6684 CPUtime=3.09
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 1677 0 0 0 309 0 0 0 25 0 1 0 148086703 6844416 1568 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 1671 1568 79 155 0 1514 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6684

[startup+6.30162 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1962544/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=8740 CPUtime=6.29
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 2145 0 0 0 628 1 0 0 25 0 1 0 148086703 8949760 2036 1992294400 134512640 135151029 4294956240 18446744073709551615 134574547 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 2185 2036 79 155 0 2028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8740

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1959344/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=11780 CPUtime=12.69
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 2891 0 0 0 1267 2 0 0 25 0 1 0 148086703 12062720 2782 1992294400 134512640 135151029 4294956240 18446744073709551615 134551562 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 2945 2782 79 155 0 2788 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11780

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1957040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=13788 CPUtime=25.48
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 3412 0 0 0 2546 2 0 0 25 0 1 0 148086703 14118912 3281 1992294400 134512640 135151029 4294956240 18446744073709551615 134555146 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 3447 3281 79 155 0 3290 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 13788

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

[startup+27.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1957040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=13948 CPUtime=27.08
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 3440 0 0 0 2706 2 0 0 25 0 1 0 148086703 14282752 3309 1992294400 134512640 135151029 4294956240 18446744073709551615 134574614 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 3487 3309 79 155 0 3330 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 13948

[startup+27.9018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1957040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=13948 CPUtime=27.88
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 3440 0 0 0 2786 2 0 0 25 0 1 0 148086703 14282752 3309 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 3487 3309 79 155 0 3330 0
Current children cumulated CPU time (s) 27.88
Current children cumulated vsize (KiB) 13948

[startup+28.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1957040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=13948 CPUtime=28.68
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 3440 0 0 0 2866 2 0 0 25 0 1 0 148086703 14282752 3309 1992294400 134512640 135151029 4294956240 18446744073709551615 134520387 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 3487 3309 79 155 0 3330 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 13948

[startup+28.9019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28520
/proc/meminfo: memFree=1957040/2055920 swapFree=4180284/4192956
[pid=28519] ppid=28517 vsize=14108 CPUtime=28.88
/proc/28519/stat : 28519 (precosat) R 28517 28519 28306 0 -1 4194304 3445 0 0 0 2886 2 0 0 25 0 1 0 148086703 14446592 3314 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/28519/statm: 3527 3314 79 155 0 3370 0
Current children cumulated CPU time (s) 28.88
Current children cumulated vsize (KiB) 14108

Child status: 20
Real time (s): 28.959
CPU time (s): 28.9496
CPU user time (s): 28.9186
CPU system time (s): 0.030995
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 14108

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

runsolver used 0.038994 second user time and 0.06299 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-01 19:56:21
IDJOB=1775211
IDBENCH=71102
IDSOLVER=607
FILE ID=node36/1775211-1241200581
PBS_JOBID= 9224656
Free space on /tmp= 66464 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_06_UNSAT.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775211-1241200581/watcher-1775211-1241200581 -o /tmp/evaluation-result-1775211-1241200581/solver-1775211-1241200581 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1775211-1241200581.cnf

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

MD5SUM BENCH= 540450986cd3d9879ae19d42219d1fab
RANDOM SEED=884351350

node36.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.232
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.232
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:       1970456 kB
Buffers:          5580 kB
Cached:          31056 kB
SwapCached:       6612 kB
Active:          12636 kB
Inactive:        32120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1970456 kB
SwapTotal:     4192956 kB
SwapFree:      4180284 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          11936 kB
Slab:            26776 kB
Committed_AS:   644100 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= 66460 MiB
End job on node36 at 2009-05-01 19:56:50