Trace number 1780738

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
ttsth-5-0 2009-03-19 (4 threads)Signal 94.87 94.8591

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p1.cnf
MD5SUM3860cadf04571c4600e5fd531189ff9f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark631.96
Satisfiable
(Un)Satisfiability was proved
Number of variables163388
Number of clauses832285
Sum of the clauses size1984984
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2619899
Number of clauses of size 3162400
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

36.81/36.83	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780738-1243683766.cnf 
36.81/36.83	c Using SATTIMEOUT of 10000
36.81/36.83	c Using SATRAM of 2047
36.81/36.83	c Size of subset node = 16
36.81/36.83	c Variables = 163388
36.81/36.83	c Clauses = 832285
36.81/36.83	c Literals = 1984984
36.81/36.83	c Reduced size:
36.81/36.83	c Variables = 163388
36.81/36.83	c Clauses = 632425
36.81/36.83	c Literals = 1541567
36.81/36.83	c a2
38.11/38.15	c a1
91.61/91.66	c Independent sub-problems = 1
91.61/91.66	c Sub-problem with 127806 variables and 632425 clauses
91.61/91.66	c using permutation method 4
91.61/91.66	c count = 1
91.61/91.66	c Ordering finished 91.350 seconds
91.61/91.66	c mapped 91.670 seconds
91.61/91.66	c permuted 91.670 seconds
91.61/91.66	c about to sort
91.81/91.84	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780738-1243683766/watcher-1780738-1243683766 -o /tmp/evaluation-result-1780738-1243683766/solver-1780738-1243683766 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780738-1243683766.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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.22 3/115 17517
/proc/meminfo: memFree=2931128/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=1144 CPUtime=0.01
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 185 0 0 0 1 0 0 0 18 0 1 0 1133056499 1171456 141 4294967295 134512640 135237372 3216703232 3216701756 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 286 142 75 177 0 108 0

[startup+0.021073 s]
/proc/loadavg: 0.92 0.98 1.22 3/115 17517
/proc/meminfo: memFree=2931128/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=1952 CPUtime=0.03
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 396 0 0 0 3 0 0 0 18 0 1 0 1133056499 1998848 352 4294967295 134512640 135237372 3216703232 3216702680 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 488 352 75 177 0 310 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1952

[startup+0.111069 s]
/proc/loadavg: 0.92 0.98 1.22 3/115 17517
/proc/meminfo: memFree=2931128/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=6860 CPUtime=0.12
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 1560 0 0 0 11 1 0 0 18 0 1 0 1133056499 7024640 1516 4294967295 134512640 135237372 3216703232 3216702680 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 1715 1516 75 177 0 1537 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 6860

[startup+0.311061 s]
/proc/loadavg: 0.92 0.98 1.22 3/115 17517
/proc/meminfo: memFree=2931128/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=17564 CPUtime=0.32
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 4270 0 0 0 29 3 0 0 18 0 1 0 1133056499 17985536 4226 4294967295 134512640 135237372 3216703232 3216701756 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 4424 4227 75 177 0 4246 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17564

[startup+0.711046 s]
/proc/loadavg: 0.92 0.98 1.22 3/115 17517
/proc/meminfo: memFree=2931128/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=37168 CPUtime=0.72
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 9084 0 0 0 69 3 0 0 18 0 1 0 1133056499 38060032 9040 4294967295 134512640 135237372 3216703232 3216701756 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 9292 9041 75 177 0 9114 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 37168

[startup+1.51101 s]
/proc/loadavg: 0.92 0.98 1.22 2/116 17518
/proc/meminfo: memFree=2882732/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=58004 CPUtime=1.52
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 13880 0 0 0 146 6 0 0 20 0 1 0 1133056499 59396096 13836 4294967295 134512640 135237372 3216703232 3216702924 134534317 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 14501 13836 75 177 0 14323 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 58004

[startup+3.11095 s]
/proc/loadavg: 0.92 0.98 1.22 2/116 17518
/proc/meminfo: memFree=2876068/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=58004 CPUtime=3.12
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 13880 0 0 0 305 7 0 0 25 0 1 0 1133056499 59396096 13836 4294967295 134512640 135237372 3216703232 3216702924 134534272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 14501 13836 75 177 0 14323 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 58004

[startup+6.31082 s]
/proc/loadavg: 0.93 0.98 1.22 2/116 17520
/proc/meminfo: memFree=2876068/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=58004 CPUtime=6.32
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 13880 0 0 0 625 7 0 0 25 0 1 0 1133056499 59396096 13836 4294967295 134512640 135237372 3216703232 3216702924 134534118 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 14501 13836 75 177 0 14323 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 58004

[startup+12.7006 s]
/proc/loadavg: 0.93 0.98 1.22 2/116 17520
/proc/meminfo: memFree=2875884/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=58004 CPUtime=12.71
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 13880 0 0 0 1264 7 0 0 25 0 1 0 1133056499 59396096 13836 4294967295 134512640 135237372 3216703232 3216702924 134534121 0 0 0 0 0 0 0 17 0 0 0 0
/proc/17517/statm: 14501 13836 75 177 0 14323 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 58004

[startup+25.5101 s]
/proc/loadavg: 0.95 0.98 1.21 2/116 17520
/proc/meminfo: memFree=2875980/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=58004 CPUtime=25.51
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 13880 0 0 0 2544 7 0 0 25 0 1 0 1133056499 59396096 13836 4294967295 134512640 135237372 3216703232 3216702924 134533944 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 14501 13836 75 177 0 14323 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 58004

[startup+51.109 s]
/proc/loadavg: 0.96 0.98 1.21 2/116 17705
/proc/meminfo: memFree=2806904/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=126676 CPUtime=51.11
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 41376 0 0 0 5097 14 0 0 25 0 1 0 1133056499 129716224 31026 4294967295 134512640 135237372 3216703232 3216702592 134600960 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 31669 31026 77 177 0 31491 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 126676

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

[startup+76.708 s]
/proc/loadavg: 0.97 0.98 1.20 2/116 17707
/proc/meminfo: memFree=2802756/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=132160 CPUtime=76.71
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 42500 0 0 0 7657 14 0 0 25 0 1 0 1133056499 135331840 32150 4294967295 134512640 135237372 3216703232 3216702592 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 33040 32150 77 177 0 32862 0
Current children cumulated CPU time (s) 76.71
Current children cumulated vsize (KiB) 132160

[startup+83.1078 s]
/proc/loadavg: 0.98 0.98 1.20 2/116 17709
/proc/meminfo: memFree=2801812/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=132820 CPUtime=83.11
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 42745 0 0 0 8297 14 0 0 25 0 1 0 1133056499 136007680 32395 4294967295 134512640 135237372 3216703232 3216702560 134550999 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 33205 32395 77 177 0 33027 0
Current children cumulated CPU time (s) 83.11
Current children cumulated vsize (KiB) 132820

[startup+89.5075 s]
/proc/loadavg: 0.98 0.98 1.20 2/116 17709
/proc/meminfo: memFree=2800936/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=133480 CPUtime=89.51
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 42946 0 0 0 8937 14 0 0 25 0 1 0 1133056499 136683520 32596 4294967295 134512640 135237372 3216703232 3216702360 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 33370 32596 77 177 0 33192 0
Current children cumulated CPU time (s) 89.51
Current children cumulated vsize (KiB) 133480

[startup+92.7074 s]
/proc/loadavg: 0.98 0.98 1.20 2/116 17709
/proc/meminfo: memFree=2631904/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=428704 CPUtime=92.71
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 118994 0 0 0 9232 39 0 0 25 0 1 0 1133056499 438992896 106790 4294967295 134512640 135237372 3216703232 3216702500 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 107176 106791 88 177 0 106998 0
Current children cumulated CPU time (s) 92.71
Current children cumulated vsize (KiB) 428704

[startup+93.5173 s]
/proc/loadavg: 0.98 0.98 1.19 2/116 17709
/proc/meminfo: memFree=2452528/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=488792 CPUtime=93.52
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4202496 134092 0 0 0 9309 43 0 0 25 0 1 0 1133056499 500523008 121759 4294967295 134512640 135237372 3216703232 3211235480 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 122198 121760 91 177 0 122020 0
Current children cumulated CPU time (s) 93.52
Current children cumulated vsize (KiB) 488792

[startup+94.3073 s]
/proc/loadavg: 0.98 0.98 1.19 2/116 17709
/proc/meminfo: memFree=2452528/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=504696 CPUtime=94.31
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4204032 138136 0 0 0 9327 104 0 0 25 0 1 0 1133056499 516808704 125803 4294967295 134512640 135237372 3216703232 3208327168 134722963 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 126174 125803 104 177 0 125996 0
Current children cumulated CPU time (s) 94.31
Current children cumulated vsize (KiB) 504696

[startup+94.7073 s]
/proc/loadavg: 0.98 0.98 1.19 2/116 17709
/proc/meminfo: memFree=2066908/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=504696 CPUtime=94.71
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4204032 138136 0 0 0 9327 144 0 0 25 0 1 0 1133056499 516808704 125803 4294967295 134512640 135237372 3216703232 3208327168 134722963 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 126174 125803 104 177 0 125996 0
Current children cumulated CPU time (s) 94.71
Current children cumulated vsize (KiB) 504696

[startup+94.8073 s]
/proc/loadavg: 0.98 0.98 1.19 2/116 17709
/proc/meminfo: memFree=2066908/3368532 swapFree=1941392/1959888
[pid=17517] ppid=17515 vsize=504696 CPUtime=94.81
/proc/17517/stat : 17517 (ttsth-5-0) R 17515 17517 11443 0 -1 4204032 138420 0 0 0 9327 154 0 0 25 0 1 0 1133056499 516808704 126087 4294967295 134512640 135237372 3216703232 3208327168 134722963 0 0 0 0 0 0 0 17 2 0 0 0
/proc/17517/statm: 126174 126087 388 177 0 125996 0
Current children cumulated CPU time (s) 94.81
Current children cumulated vsize (KiB) 504696

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 94.8591
CPU time (s): 94.87
CPU user time (s): 93.27
CPU system time (s): 1.6
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 504696

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

runsolver used 0.02 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:42:46
IDJOB=1780738
IDBENCH=71061
IDSOLVER=632
FILE ID=/1780738-1243683766
PBS_JOBID=
Free space on /tmp= 15715 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p1.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780738-1243683766/watcher-1780738-1243683766 -o /tmp/evaluation-result-1780738-1243683766/solver-1780738-1243683766 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780738-1243683766.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 3860cadf04571c4600e5fd531189ff9f
RANDOM SEED= 58825824

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.17
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2931424 kB
Buffers:        104812 kB
Cached:         226768 kB
SwapCached:       4320 kB
Active:         211516 kB
Inactive:       130472 kB
HighTotal:     2489216 kB
HighFree:      2250168 kB
LowTotal:       879316 kB
LowFree:        681256 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           16296 kB
Writeback:           0 kB
AnonPages:        9236 kB
Mapped:           4212 kB
Slab:            84792 kB
SReclaimable:    74800 kB
SUnreclaim:       9992 kB
PageTables:        776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15222 MiB
End job on  at 2009-05-30 13:44:22