Trace number 1780573

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 136.45 136.509

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-10p0.cnf
MD5SUMabc6c44b372f4addd18c6a7b2eac59f5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark392.2
Satisfiable
(Un)Satisfiability was proved
Number of variables199586
Number of clauses1006679
Sum of the clauses size2394657
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2757762
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

46.86/46.94	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780573-1243683035.cnf 
46.86/46.94	c Using SATTIMEOUT of 10000
46.86/46.94	c Using SATRAM of 2047
46.86/46.94	c Size of subset node = 16
46.86/46.94	c Variables = 199586
46.86/46.94	c Clauses = 1006679
46.86/46.94	c Literals = 2394657
46.86/46.94	c Reduced size:
46.86/46.94	c Variables = 199586
46.86/46.94	c Clauses = 744731
46.86/46.94	c Literals = 1809281
46.86/46.94	c a2
48.37/48.49	c a1
132.64/132.79	c Independent sub-problems = 1
132.64/132.79	c Sub-problem with 151442 variables and 744731 clauses
132.64/132.79	c using permutation method 4
132.64/132.79	c count = 1
132.64/132.79	c Ordering finished 132.360 seconds
132.64/132.79	c mapped 132.740 seconds
132.64/132.79	c permuted 132.740 seconds
132.64/132.79	c about to sort
132.95/133.00	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-1780573-1243683035/watcher-1780573-1243683035 -o /tmp/evaluation-result-1780573-1243683035/solver-1780573-1243683035 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780573-1243683035.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: 3.09 3.05 3.73 4/117 30084
/proc/meminfo: memFree=3021356/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=1012 CPUtime=0.01
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 140 0 0 0 1 0 0 0 25 0 1 0 1132966396 1036288 95 4294967295 134512640 135237372 3212866384 3212864864 134685545 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 253 95 74 177 0 75 0

[startup+0.080833 s]
/proc/loadavg: 3.09 3.05 3.73 4/117 30084
/proc/meminfo: memFree=3021356/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=4964 CPUtime=0.08
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 1091 0 0 0 7 1 0 0 25 0 1 0 1132966396 5083136 1046 4294967295 134512640 135237372 3212866384 3212865832 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 1241 1046 75 177 0 1063 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4964

[startup+0.110892 s]
/proc/loadavg: 3.09 3.05 3.73 4/117 30084
/proc/meminfo: memFree=3021356/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=6284 CPUtime=0.11
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 1471 0 0 0 10 1 0 0 25 0 1 0 1132966396 6434816 1426 4294967295 134512640 135237372 3212866384 3212865832 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 1571 1426 75 177 0 1393 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6284

[startup+0.310816 s]
/proc/loadavg: 3.09 3.05 3.73 4/117 30084
/proc/meminfo: memFree=3021356/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=17300 CPUtime=0.31
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 4192 0 0 0 30 1 0 0 25 0 1 0 1132966396 17715200 4147 4294967295 134512640 135237372 3212866384 3212865832 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 4325 4147 75 177 0 4147 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17300

[startup+0.710795 s]
/proc/loadavg: 3.09 3.05 3.73 4/117 30084
/proc/meminfo: memFree=3021356/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=36244 CPUtime=0.71
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 8830 0 0 0 68 3 0 0 25 0 1 0 1132966396 37113856 8785 4294967295 134512640 135237372 3212866384 3212865832 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 9061 8785 75 177 0 8883 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36244

[startup+1.51075 s]
/proc/loadavg: 3.09 3.05 3.73 4/118 30085
/proc/meminfo: memFree=2971036/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=69304 CPUtime=1.51
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 16778 0 0 0 144 7 0 0 25 0 1 0 1132966396 70967296 16733 4294967295 134512640 135237372 3212866384 3212866076 134533977 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 17326 16733 75 177 0 17148 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 69304

[startup+3.11067 s]
/proc/loadavg: 3.09 3.05 3.73 4/118 30089
/proc/meminfo: memFree=2954348/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=69304 CPUtime=3.11
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 16778 0 0 0 304 7 0 0 25 0 1 0 1132966396 70967296 16733 4294967295 134512640 135237372 3212866384 3212866076 134534331 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 17326 16733 75 177 0 17148 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 69304

[startup+6.3105 s]
/proc/loadavg: 3.08 3.05 3.72 4/118 30093
/proc/meminfo: memFree=2954240/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=69304 CPUtime=6.31
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 16778 0 0 0 624 7 0 0 25 0 1 0 1132966396 70967296 16733 4294967295 134512640 135237372 3212866384 3212866076 134534098 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 17326 16733 75 177 0 17148 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 69304

[startup+12.7102 s]
/proc/loadavg: 3.07 3.05 3.72 4/118 30101
/proc/meminfo: memFree=2954324/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=69304 CPUtime=12.71
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 16778 0 0 0 1264 7 0 0 25 0 1 0 1132966396 70967296 16733 4294967295 134512640 135237372 3212866384 3212866076 134534262 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 17326 16733 75 177 0 17148 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 69304

[startup+25.5095 s]
/proc/loadavg: 3.06 3.04 3.71 4/118 30122
/proc/meminfo: memFree=2954520/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=69304 CPUtime=25.51
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 16778 0 0 0 2544 7 0 0 25 0 1 0 1132966396 70967296 16733 4294967295 134512640 135237372 3212866384 3212866076 134534331 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 17326 16733 75 177 0 17148 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 69304

[startup+51.1082 s]
/proc/loadavg: 3.04 3.04 3.69 4/118 30348
/proc/meminfo: memFree=2876824/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=146996 CPUtime=51.06
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 47006 0 0 0 5094 12 0 0 25 0 1 0 1132966396 150523904 36075 4294967295 134512640 135237372 3212866384 3212865712 134550999 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 36749 36075 77 177 0 36571 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 146996

[startup+102.315 s]
/proc/loadavg: 3.01 3.03 3.65 4/118 30610
/proc/meminfo: memFree=2867324/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=156260 CPUtime=102.26
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 49104 0 0 0 10214 12 0 0 25 0 1 0 1132966396 160010240 38173 4294967295 134512640 135237372 3212866384 3212865744 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 39065 38173 77 177 0 38887 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 156260

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

[startup+115.105 s]
/proc/loadavg: 3.01 3.03 3.64 4/118 30632
/proc/meminfo: memFree=2866132/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=157316 CPUtime=115.05
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 49431 0 0 0 11493 12 0 0 25 0 1 0 1132966396 161091584 38500 4294967295 134512640 135237372 3212866384 3212865744 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 39329 38500 77 177 0 39151 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 157316

[startup+127.904 s]
/proc/loadavg: 3.01 3.03 3.63 4/118 30645
/proc/meminfo: memFree=2864900/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=157976 CPUtime=127.84
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 49639 0 0 0 12772 12 0 0 25 0 1 0 1132966396 161767424 38708 4294967295 134512640 135237372 3212866384 3212865744 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 39494 38708 77 177 0 39316 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 157976

[startup+131.104 s]
/proc/loadavg: 3.01 3.03 3.63 4/118 30649
/proc/meminfo: memFree=2865056/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=157976 CPUtime=131.04
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 49659 0 0 0 13092 12 0 0 25 0 1 0 1132966396 161767424 38728 4294967295 134512640 135237372 3212866384 3212865744 134600718 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 39494 38728 77 177 0 39316 0
Current children cumulated CPU time (s) 131.04
Current children cumulated vsize (KiB) 157976

[startup+134.304 s]
/proc/loadavg: 3.01 3.03 3.63 4/118 30653
/proc/meminfo: memFree=2510232/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=524056 CPUtime=134.24
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4202496 143351 0 0 0 13381 43 0 0 25 0 1 0 1132966396 536633344 130195 4294967295 134512640 135237372 3212866384 3211693720 134732614 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 131014 130195 91 177 0 130836 0
Current children cumulated CPU time (s) 134.24
Current children cumulated vsize (KiB) 524056

[startup+135.904 s]
/proc/loadavg: 3.01 3.03 3.62 4/118 30653
/proc/meminfo: memFree=2405792/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=594580 CPUtime=135.84
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4204032 161433 0 0 0 13461 123 0 0 25 0 1 0 1132966396 608849920 147826 4294967295 134512640 135237372 3212866384 3204489096 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 148645 147826 104 177 0 148467 0
Current children cumulated CPU time (s) 135.84
Current children cumulated vsize (KiB) 594580

[startup+136.304 s]
/proc/loadavg: 3.01 3.03 3.62 4/118 30658
/proc/meminfo: memFree=1905512/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=594580 CPUtime=136.25
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4204032 161433 0 0 0 13461 164 0 0 25 0 1 0 1132966396 608849920 147826 4294967295 134512640 135237372 3212866384 3204489096 134730102 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 148645 147826 104 177 0 148467 0
Current children cumulated CPU time (s) 136.25
Current children cumulated vsize (KiB) 594580

[startup+136.504 s]
/proc/loadavg: 3.01 3.03 3.62 4/118 30658
/proc/meminfo: memFree=1905512/3368532 swapFree=1959840/1959888
[pid=30084] ppid=30082 vsize=0 CPUtime=136.44
/proc/30084/stat : 30084 (ttsth-5-0) R 30082 30084 10612 0 -1 4204036 162166 0 0 0 13461 183 0 0 25 0 1 0 1132966396 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30084/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 136.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 136.509
CPU time (s): 136.45
CPU user time (s): 134.61
CPU system time (s): 1.84
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 594580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.61
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= 162166
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= 1
involuntary context switches= 373

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:30:35
IDJOB=1780573
IDBENCH=71025
IDSOLVER=632
FILE ID=/1780573-1243683035
PBS_JOBID=
Free space on /tmp= 7964 MiB

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

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

MD5SUM BENCH= abc6c44b372f4addd18c6a7b2eac59f5
RANDOM SEED= 1674311790

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.073
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.073
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.12
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.073
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.14
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3021504 kB
Buffers:        105708 kB
Cached:         123020 kB
SwapCached:          0 kB
Active:         159644 kB
Inactive:        90904 kB
HighTotal:     2489216 kB
HighFree:      2344388 kB
LowTotal:       879316 kB
LowFree:        677116 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           28000 kB
Writeback:           0 kB
AnonPages:       22084 kB
Mapped:           8200 kB
Slab:            85984 kB
SReclaimable:    73580 kB
SUnreclaim:      12404 kB
PageTables:        796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123556 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7384 MiB
End job on  at 2009-05-30 13:32:53