Trace number 1775503

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 219.68 227.19

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1648.18
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

37.60/37.68	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775503-1243671870.cnf 
37.60/37.68	c Using SATTIMEOUT of 10000
37.60/37.68	c Using SATRAM of 2047
37.60/37.68	c Size of subset node = 16
37.60/37.68	c Variables = 226208
37.60/37.68	c Clauses = 1021181
37.60/37.68	c Literals = 2332626
37.60/37.68	c Reduced size:
37.60/37.68	c Variables = 226208
37.60/37.68	c Clauses = 728577
37.60/37.68	c Literals = 1692371
37.60/37.68	c a2
38.90/38.99	c a1
216.11/216.15	c Independent sub-problems = 1
216.11/216.15	c Sub-problem with 166485 variables and 728577 clauses
216.11/216.15	c using permutation method 4
216.11/216.15	c count = 1
216.11/216.15	c Ordering finished 215.810 seconds
216.11/216.15	c mapped 216.160 seconds
216.11/216.15	c permuted 216.170 seconds
216.11/216.15	c about to sort
216.31/216.35	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-1775503-1243671870/watcher-1775503-1243671870 -o /tmp/evaluation-result-1775503-1243671870/solver-1775503-1243671870 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775503-1243671870.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.16 0.03 0.01 3/115 11479
/proc/meminfo: memFree=3095836/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=1144 CPUtime=0
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 165 0 0 0 0 0 0 0 18 0 1 0 1131866929 1171456 121 4294967295 134512640 135237372 3219708368 3219707164 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 286 121 74 177 0 108 0

[startup+0.026472 s]
/proc/loadavg: 0.16 0.03 0.01 3/115 11479
/proc/meminfo: memFree=3095836/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=2080 CPUtime=0.02
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 425 0 0 0 2 0 0 0 18 0 1 0 1131866929 2129920 381 4294967295 134512640 135237372 3219708368 3219706892 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 520 382 75 177 0 342 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2080

[startup+0.106459 s]
/proc/loadavg: 0.16 0.03 0.01 3/115 11479
/proc/meminfo: memFree=3095836/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=6404 CPUtime=0.1
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 1480 0 0 0 10 0 0 0 18 0 1 0 1131866929 6557696 1436 4294967295 134512640 135237372 3219708368 3219707164 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 1601 1437 75 177 0 1423 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6404

[startup+0.30645 s]
/proc/loadavg: 0.16 0.03 0.01 3/115 11479
/proc/meminfo: memFree=3095836/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=16892 CPUtime=0.3
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 4058 0 0 0 28 2 0 0 18 0 1 0 1131866929 17297408 4014 4294967295 134512640 135237372 3219708368 3219706892 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 4223 4015 75 177 0 4045 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16892

[startup+0.706441 s]
/proc/loadavg: 0.16 0.03 0.01 3/115 11479
/proc/meminfo: memFree=3095836/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=35308 CPUtime=0.7
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 8577 0 0 0 65 5 0 0 18 0 1 0 1131866929 36155392 8533 4294967295 134512640 135237372 3219708368 3219707816 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 8827 8533 75 177 0 8649 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 35308

[startup+1.5064 s]
/proc/loadavg: 0.16 0.03 0.01 2/116 11480
/proc/meminfo: memFree=3046872/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=70860 CPUtime=1.5
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 17143 0 0 0 144 6 0 0 20 0 1 0 1131866929 72560640 17099 4294967295 134512640 135237372 3219708368 3219708060 134534262 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 17715 17099 75 177 0 17537 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 70860

[startup+3.10634 s]
/proc/loadavg: 0.16 0.03 0.01 2/116 11480
/proc/meminfo: memFree=3027564/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=70860 CPUtime=3.1
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 17143 0 0 0 304 6 0 0 25 0 1 0 1131866929 72560640 17099 4294967295 134512640 135237372 3219708368 3219708060 134534272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 17715 17099 75 177 0 17537 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 70860

[startup+6.30621 s]
/proc/loadavg: 0.23 0.05 0.02 2/116 11480
/proc/meminfo: memFree=3027596/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=70860 CPUtime=6.3
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 17143 0 0 0 624 6 0 0 25 0 1 0 1131866929 72560640 17099 4294967295 134512640 135237372 3219708368 3219708060 134534331 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 17715 17099 75 177 0 17537 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 70860

[startup+12.706 s]
/proc/loadavg: 0.29 0.06 0.02 2/116 11481
/proc/meminfo: memFree=3027348/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=70860 CPUtime=12.7
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 17143 0 0 0 1264 6 0 0 25 0 1 0 1131866929 72560640 17099 4294967295 134512640 135237372 3219708368 3219708060 134534121 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 17715 17099 75 177 0 17537 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 70860

[startup+25.5054 s]
/proc/loadavg: 0.45 0.11 0.04 2/116 11481
/proc/meminfo: memFree=3027436/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=70860 CPUtime=25.5
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 17143 0 0 0 2544 6 0 0 25 0 1 0 1131866929 72560640 17099 4294967295 134512640 135237372 3219708368 3219708060 134534272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 17715 17099 75 177 0 17537 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 70860

[startup+51.1044 s]
/proc/loadavg: 0.63 0.18 0.06 2/116 11668
/proc/meminfo: memFree=2951768/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=147460 CPUtime=51.1
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 48010 0 0 0 5090 20 0 0 25 0 1 0 1131866929 150999040 36041 4294967295 134512640 135237372 3219708368 3219707728 134600963 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 36865 36041 77 177 0 36687 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 147460

[startup+102.322 s]
/proc/loadavg: 0.84 0.30 0.11 2/116 11854
/proc/meminfo: memFree=2945968/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=153472 CPUtime=102.32
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 49345 0 0 0 10212 20 0 0 25 0 1 0 1131866929 157155328 37376 4294967295 134512640 135237372 3219708368 3219707696 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 38368 37376 77 177 0 38190 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 153472

[startup+162.31 s]
/proc/loadavg: 0.94 0.43 0.16 2/116 12042
/proc/meminfo: memFree=2942960/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=156112 CPUtime=162.31
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4202496 50168 0 0 0 16210 21 0 0 25 0 1 0 1131866929 159858688 38199 4294967295 134512640 135237372 3219708368 3219707728 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 39028 38199 77 177 0 38850 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 156112

[startup+222.308 s]
/proc/loadavg: 1.14 0.56 0.22 2/116 12235
/proc/meminfo: memFree=2121640/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=611140 CPUtime=219.17
/proc/11479/stat : 11479 (ttsth-5-0) D 11477 11479 11443 0 -1 4204032 166245 0 0 0 21784 133 0 0 18 0 1 0 1131866929 625807360 151905 4294967295 134512640 135237372 3219708368 3211329536 134730080 0 0 0 0 3222693324 0 0 17 3 0 0 0
/proc/11479/statm: 152785 151905 104 177 0 152607 0
Current children cumulated CPU time (s) 219.17
Current children cumulated vsize (KiB) 611140

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

[startup+223.908 s]
/proc/loadavg: 1.14 0.56 0.22 1/116 12235
/proc/meminfo: memFree=2064112/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=611140 CPUtime=219.28
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4204032 166245 0 0 0 21784 144 0 0 18 0 1 0 1131866929 625807360 151905 4294967295 134512640 135237372 3219708368 3211329536 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 152785 151905 104 177 0 152607 0
Current children cumulated CPU time (s) 219.28
Current children cumulated vsize (KiB) 611140

[startup+225.507 s]
/proc/loadavg: 1.12 0.57 0.22 1/116 12235
/proc/meminfo: memFree=1943320/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=611140 CPUtime=219.48
/proc/11479/stat : 11479 (ttsth-5-0) D 11477 11479 11443 0 -1 4204032 166245 0 0 0 21784 164 0 0 18 0 1 0 1131866929 625807360 151905 4294967295 134512640 135237372 3219708368 3211329536 134730080 0 0 0 0 3222693324 0 0 17 3 0 0 0
/proc/11479/statm: 152785 151905 104 177 0 152607 0
Current children cumulated CPU time (s) 219.48
Current children cumulated vsize (KiB) 611140

[startup+226.307 s]
/proc/loadavg: 1.12 0.57 0.22 1/116 12235
/proc/meminfo: memFree=1943320/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=611140 CPUtime=219.56
/proc/11479/stat : 11479 (ttsth-5-0) D 11477 11479 11443 0 -1 4204032 166818 0 0 0 21784 172 0 0 18 0 1 0 1131866929 625807360 152478 4294967295 134512640 135237372 3219708368 3211329536 134730080 0 0 0 0 3222693324 0 0 17 3 0 0 0
/proc/11479/statm: 152785 152478 677 177 0 152607 0
Current children cumulated CPU time (s) 219.56
Current children cumulated vsize (KiB) 611140

[startup+226.707 s]
/proc/loadavg: 1.12 0.57 0.22 1/116 12235
/proc/meminfo: memFree=1883036/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=611140 CPUtime=219.59
/proc/11479/stat : 11479 (ttsth-5-0) R 11477 11479 11443 0 -1 4204032 166980 0 0 0 21784 175 0 0 18 0 1 0 1131866929 625807360 152640 4294967295 134512640 135237372 3219708368 3211329536 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11479/statm: 152785 152640 839 177 0 152607 0
Current children cumulated CPU time (s) 219.59
Current children cumulated vsize (KiB) 611140

[startup+227.107 s]
/proc/loadavg: 1.12 0.57 0.22 1/116 12235
/proc/meminfo: memFree=1883036/3368532 swapFree=1941392/1959888
[pid=11479] ppid=11477 vsize=611140 CPUtime=219.64
/proc/11479/stat : 11479 (ttsth-5-0) D 11477 11479 11443 0 -1 4204032 167038 0 0 0 21784 180 0 0 18 0 1 0 1131866929 625807360 152698 4294967295 134512640 135237372 3219708368 3211329536 134730080 0 0 0 0 3222693324 0 0 17 3 0 0 0
/proc/11479/statm: 152785 152698 897 177 0 152607 0
Current children cumulated CPU time (s) 219.64
Current children cumulated vsize (KiB) 611140

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 227.19
CPU time (s): 219.68
CPU user time (s): 217.84
CPU system time (s): 1.84
CPU usage (%): 96.6946
Max. virtual memory (cumulated for all children) (KiB): 611140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.84
system time used= 1.84
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167039
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= 42
involuntary context switches= 923

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:24:30
IDJOB=1775503
IDBENCH=20342
IDSOLVER=632
FILE ID=/1775503-1243671870
PBS_JOBID=
Free space on /tmp= 15712 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775503-1243671870/watcher-1775503-1243671870 -o /tmp/evaluation-result-1775503-1243671870/solver-1775503-1243671870 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775503-1243671870.cnf

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED= 1285029220

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:       3097856 kB
Buffers:         51276 kB
Cached:         134212 kB
SwapCached:       4320 kB
Active:         159480 kB
Inactive:        36544 kB
HighTotal:     2489216 kB
HighFree:      2342404 kB
LowTotal:       879316 kB
LowFree:        755452 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           19252 kB
Writeback:           0 kB
AnonPages:        9308 kB
Mapped:           4384 kB
Slab:            64248 kB
SReclaimable:    55688 kB
SUnreclaim:       8560 kB
PageTables:        744 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= 15117 MiB
End job on  at 2009-05-30 10:28:19