Trace number 1778848

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 76.66 76.657

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.61/0.67	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778848-1243677357.cnf 
0.61/0.67	c Using SATTIMEOUT of 10000
0.61/0.67	c Using SATRAM of 2047
0.61/0.67	c Size of subset node = 16
0.61/0.67	c Variables = 138559
0.61/0.67	c Clauses = 415292
0.61/0.67	c Literals = 969012
0.61/0.67	c Reduced size:
0.61/0.67	c Variables = 138559
0.61/0.67	c Clauses = 415288
0.61/0.67	c Literals = 969005
0.61/0.67	c a2
1.21/1.29	c a1
73.41/73.48	c Independent sub-problems = 1
73.41/73.48	c Sub-problem with 138557 variables and 415288 clauses
73.41/73.48	c using permutation method 4
73.41/73.48	c count = 1
73.41/73.48	c Ordering finished 73.280 seconds
73.41/73.48	c mapped 73.480 seconds
73.41/73.48	c permuted 73.490 seconds
73.41/73.48	c about to sort
73.51/73.59	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-1778848-1243677357/watcher-1778848-1243677357 -o /tmp/evaluation-result-1778848-1243677357/solver-1778848-1243677357 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778848-1243677357.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.94 3.41 2.39 3/98 16307
/proc/meminfo: memFree=3108432/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=1144 CPUtime=0
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 175 0 0 0 0 0 0 0 18 0 1 0 949312488 1171456 130 4294967295 134512640 135237372 3217526720 3217525244 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 286 130 75 177 0 108 0

[startup+0.064939 s]
/proc/loadavg: 3.94 3.41 2.39 3/98 16307
/proc/meminfo: memFree=3108432/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=4160 CPUtime=0.06
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 911 0 0 0 6 0 0 0 18 0 1 0 949312488 4259840 866 4294967295 134512640 135237372 3217526720 3217526168 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 1040 866 75 177 0 862 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4160

[startup+0.114936 s]
/proc/loadavg: 3.94 3.41 2.39 3/98 16307
/proc/meminfo: memFree=3108432/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=6572 CPUtime=0.11
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 1497 0 0 0 9 2 0 0 18 0 1 0 949312488 6729728 1452 4294967295 134512640 135237372 3217526720 3217526168 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 1643 1453 75 177 0 1465 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6572

[startup+0.314918 s]
/proc/loadavg: 3.94 3.41 2.39 3/98 16307
/proc/meminfo: memFree=3108432/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=15956 CPUtime=0.31
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 3825 0 0 0 29 2 0 0 18 0 1 0 949312488 16338944 3780 4294967295 134512640 135237372 3217526720 3217525244 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 3989 3781 75 177 0 3811 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15956

[startup+0.71489 s]
/proc/loadavg: 3.94 3.41 2.39 3/98 16307
/proc/meminfo: memFree=3108432/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=40500 CPUtime=0.71
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 9715 0 0 0 66 5 0 0 18 0 1 0 949312488 41472000 9670 4294967295 134512640 135237372 3217526720 3217525988 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 10125 9671 76 177 0 9947 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 40500

[startup+1.51482 s]
/proc/loadavg: 3.94 3.41 2.39 2/99 16308
/proc/meminfo: memFree=3055260/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=58564 CPUtime=1.51
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 14889 0 0 0 145 6 0 0 20 0 1 0 949312488 59969536 13893 4294967295 134512640 135237372 3217526720 3217526172 134726984 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 14641 13893 76 177 0 14463 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 58564

[startup+3.11469 s]
/proc/loadavg: 3.94 3.41 2.39 2/99 16308
/proc/meminfo: memFree=3033652/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=77268 CPUtime=3.11
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 24142 0 0 0 302 9 0 0 25 0 1 0 949312488 79122432 18765 4294967295 134512640 135237372 3217526720 3217526080 134600960 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 19317 18765 77 177 0 19139 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 77268

[startup+6.31443 s]
/proc/loadavg: 3.70 3.37 2.39 2/99 16309
/proc/meminfo: memFree=3033504/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=77696 CPUtime=6.31
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 24245 0 0 0 622 9 0 0 25 0 1 0 949312488 79560704 18868 4294967295 134512640 135237372 3217526720 3217526060 134553870 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 19424 18868 77 177 0 19246 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 77696

[startup+12.7139 s]
/proc/loadavg: 3.48 3.33 2.38 2/99 16310
/proc/meminfo: memFree=3032396/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=78516 CPUtime=12.71
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 24418 0 0 0 1262 9 0 0 25 0 1 0 949312488 80400384 19041 4294967295 134512640 135237372 3217526720 3217526048 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 19629 19041 77 177 0 19451 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 78516

[startup+25.5129 s]
/proc/loadavg: 2.93 3.22 2.36 2/99 16310
/proc/meminfo: memFree=3031260/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=79760 CPUtime=25.51
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 24726 0 0 0 2542 9 0 0 25 0 1 0 949312488 81674240 19349 4294967295 134512640 135237372 3217526720 3217526048 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 19940 19349 77 177 0 19762 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 79760

[startup+51.1108 s]
/proc/loadavg: 2.27 3.04 2.32 2/99 16494
/proc/meminfo: memFree=3028660/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=82380 CPUtime=51.11
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 25319 0 0 0 5102 9 0 0 25 0 1 0 949312488 84357120 19942 4294967295 134512640 135237372 3217526720 3217526080 134600972 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 20595 19942 77 177 0 20417 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 82380

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

[startup+63.9097 s]
/proc/loadavg: 1.99 2.94 2.30 2/99 16495
/proc/meminfo: memFree=3027608/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=83304 CPUtime=63.91
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 25623 0 0 0 6382 9 0 0 25 0 1 0 949312488 85303296 20246 4294967295 134512640 135237372 3217526720 3217526048 134550999 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 20826 20246 77 177 0 20648 0
Current children cumulated CPU time (s) 63.91
Current children cumulated vsize (KiB) 83304

[startup+70.3092 s]
/proc/loadavg: 1.91 2.90 2.29 2/99 16495
/proc/meminfo: memFree=3026648/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=83964 CPUtime=70.32
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 25831 0 0 0 7023 9 0 0 25 0 1 0 949312488 85979136 20454 4294967295 134512640 135237372 3217526720 3217526080 134600972 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 20991 20454 77 177 0 20813 0
Current children cumulated CPU time (s) 70.32
Current children cumulated vsize (KiB) 83964

[startup+73.5089 s]
/proc/loadavg: 1.91 2.90 2.29 2/99 16496
/proc/meminfo: memFree=3026392/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=84428 CPUtime=73.51
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 27276 0 0 0 7341 10 0 0 25 0 1 0 949312488 86454272 20681 4294967295 134512640 135237372 3217526720 3217526016 134749353 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 21107 20681 86 177 0 20929 0
Current children cumulated CPU time (s) 73.51
Current children cumulated vsize (KiB) 84428

[startup+75.1088 s]
/proc/loadavg: 1.84 2.87 2.28 2/99 16497
/proc/meminfo: memFree=2690004/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=426416 CPUtime=75.11
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4202496 112512 0 0 0 7478 33 0 0 25 0 1 0 949312488 436649984 105909 4294967295 134512640 135237372 3217526720 3217296424 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 106604 105909 91 177 0 106426 0
Current children cumulated CPU time (s) 75.11
Current children cumulated vsize (KiB) 426416

[startup+75.9187 s]
/proc/loadavg: 1.84 2.87 2.28 2/99 16497
/proc/meminfo: memFree=2546824/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=468556 CPUtime=75.92
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4204032 123030 0 0 0 7525 67 0 0 25 0 1 0 949312488 479801344 116329 4294967295 134512640 135237372 3217526720 3209150464 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 117139 116329 104 177 0 116961 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 468556

[startup+76.3087 s]
/proc/loadavg: 1.84 2.87 2.28 2/99 16497
/proc/meminfo: memFree=2546824/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=468556 CPUtime=76.31
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4204032 123030 0 0 0 7525 106 0 0 25 0 1 0 949312488 479801344 116329 4294967295 134512640 135237372 3217526720 3209150464 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 117139 116329 104 177 0 116961 0
Current children cumulated CPU time (s) 76.31
Current children cumulated vsize (KiB) 468556

[startup+76.5087 s]
/proc/loadavg: 1.84 2.87 2.28 2/99 16497
/proc/meminfo: memFree=2546824/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=468556 CPUtime=76.51
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4204032 123030 0 0 0 7525 126 0 0 25 0 1 0 949312488 479801344 116329 4294967295 134512640 135237372 3217526720 3209150464 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 117139 116329 104 177 0 116961 0
Current children cumulated CPU time (s) 76.51
Current children cumulated vsize (KiB) 468556

[startup+76.6087 s]
/proc/loadavg: 1.84 2.87 2.28 2/99 16497
/proc/meminfo: memFree=2546824/3368532 swapFree=1959840/1959888
[pid=16307] ppid=16305 vsize=468556 CPUtime=76.61
/proc/16307/stat : 16307 (ttsth-5-0) R 16305 16307 30226 0 -1 4204032 123753 0 0 0 7525 136 0 0 25 0 1 0 949312488 479801344 117052 4294967295 134512640 135237372 3217526720 3209150464 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/16307/statm: 117139 117052 827 177 0 116961 0
Current children cumulated CPU time (s) 76.61
Current children cumulated vsize (KiB) 468556

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 76.657
CPU time (s): 76.66
CPU user time (s): 75.25
CPU system time (s): 1.41
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 468556

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 11:55:57
IDJOB=1778848
IDBENCH=70772
IDSOLVER=632
FILE ID=tipi39/1778848-1243677357
PBS_JOBID=
Free space on /tmp= 5737 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778848-1243677357/watcher-1778848-1243677357 -o /tmp/evaluation-result-1778848-1243677357/solver-1778848-1243677357 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1778848-1243677357.cnf

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED= 1555257811

Linux tipi39 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.067
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.41
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.067
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.10
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.067
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.16
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.067
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:       3108432 kB
Buffers:         64540 kB
Cached:          90496 kB
SwapCached:          0 kB
Active:         105168 kB
Inactive:        65836 kB
HighTotal:     2489216 kB
HighFree:      2385008 kB
LowTotal:       879316 kB
LowFree:        723424 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            7904 kB
Writeback:           0 kB
AnonPages:       16004 kB
Mapped:           5940 kB
Slab:            78952 kB
SReclaimable:    68520 kB
SUnreclaim:      10432 kB
PageTables:        512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    94796 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5281 MiB
End job on tipi39 at 2009-05-30 11:57:14