Trace number 1781473

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 65.48 65.4943

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark258.3
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

Solver Data

1.31/1.41	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781473-1243687276.cnf 
1.31/1.41	c Using SATTIMEOUT of 10000
1.31/1.41	c Using SATRAM of 2047
1.31/1.41	c Size of subset node = 16
1.31/1.41	c Variables = 98746
1.31/1.41	c Clauses = 307346
1.31/1.41	c Literals = 757661
1.31/1.41	c Reduced size:
1.31/1.41	c Variables = 98746
1.31/1.41	c Clauses = 304245
1.31/1.41	c Literals = 749810
1.31/1.41	c a2
1.91/1.96	c a1
63.39/63.45	c Independent sub-problems = 1
63.39/63.45	c Sub-problem with 97861 variables and 304245 clauses
63.39/63.45	c using permutation method 4
63.39/63.45	c count = 1
63.39/63.45	c Ordering finished 63.320 seconds
63.39/63.45	c mapped 63.440 seconds
63.39/63.45	c permuted 63.440 seconds
63.39/63.45	c about to sort
63.49/63.54	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-1781473-1243687276/watcher-1781473-1243687276 -o /tmp/evaluation-result-1781473-1243687276/solver-1781473-1243687276 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781473-1243687276.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: 5.33 5.37 5.20 4/100 16564
/proc/meminfo: memFree=2985980/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=1144 CPUtime=0
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 177 0 0 0 0 0 0 0 18 0 1 0 950304341 1171456 132 4294967295 134512640 135237372 3217627104 3217626552 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 286 132 75 177 0 108 0

[startup+0.095482 s]
/proc/loadavg: 5.33 5.37 5.20 4/100 16564
/proc/meminfo: memFree=2985980/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=5468 CPUtime=0.09
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 1239 0 0 0 9 0 0 0 18 0 1 0 950304341 5599232 1194 4294967295 134512640 135237372 3217627104 3217625628 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 1367 1194 75 177 0 1189 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5468

[startup+0.115477 s]
/proc/loadavg: 5.33 5.37 5.20 4/100 16564
/proc/meminfo: memFree=2985980/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=6260 CPUtime=0.11
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 1468 0 0 0 11 0 0 0 18 0 1 0 950304341 6410240 1423 4294967295 134512640 135237372 3217627104 3217625628 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 1565 1424 75 177 0 1387 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6260

[startup+0.315462 s]
/proc/loadavg: 5.33 5.37 5.20 4/100 16564
/proc/meminfo: memFree=2985980/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=15692 CPUtime=0.31
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 3751 0 0 0 31 0 0 0 18 0 1 0 950304341 16068608 3706 4294967295 134512640 135237372 3217627104 3217625628 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 3923 3707 75 177 0 3745 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 15692

[startup+0.715437 s]
/proc/loadavg: 5.33 5.37 5.20 4/100 16564
/proc/meminfo: memFree=2985980/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=23004 CPUtime=0.71
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 5453 0 0 0 71 0 0 0 18 0 1 0 950304341 23556096 5408 4294967295 134512640 135237372 3217627104 3217626796 134534243 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 5751 5408 75 177 0 5573 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 23004

[startup+1.51536 s]
/proc/loadavg: 5.33 5.37 5.20 3/101 16565
/proc/meminfo: memFree=2965060/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=40812 CPUtime=1.51
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 9909 0 0 0 151 0 0 0 20 0 1 0 950304341 41791488 9864 4294967295 134512640 135237372 3217627104 3217626372 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 10203 9867 76 177 0 10025 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 40812

[startup+3.11523 s]
/proc/loadavg: 5.33 5.37 5.20 3/101 16565
/proc/meminfo: memFree=2940752/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=57864 CPUtime=3.11
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 15163 0 0 0 310 1 0 0 25 0 1 0 950304341 59252736 14035 4294967295 134512640 135237372 3217627104 3217626432 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 14466 14035 77 177 0 14288 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 57864

[startup+6.31497 s]
/proc/loadavg: 5.15 5.33 5.19 3/101 16748
/proc/meminfo: memFree=2929400/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=58212 CPUtime=6.31
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 15261 0 0 0 629 2 0 0 25 0 1 0 950304341 59609088 14133 4294967295 134512640 135237372 3217627104 3217626464 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 14553 14133 77 177 0 14375 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 58212

[startup+12.7144 s]
/proc/loadavg: 4.89 5.28 5.17 3/101 16748
/proc/meminfo: memFree=2928636/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=59136 CPUtime=12.71
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 15468 0 0 0 1268 3 0 0 25 0 1 0 950304341 60555264 14340 4294967295 134512640 135237372 3217627104 3217626432 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 14784 14340 77 177 0 14606 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 59136

[startup+25.5134 s]
/proc/loadavg: 4.25 5.12 5.12 3/101 16749
/proc/meminfo: memFree=2926996/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=60968 CPUtime=25.5
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 15925 0 0 0 2546 4 0 0 25 0 1 0 950304341 62431232 14797 4294967295 134512640 135237372 3217627104 3217626464 134600966 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 15242 14797 77 177 0 15064 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 60968

[startup+51.1113 s]
/proc/loadavg: 3.48 4.87 5.04 3/101 16750
/proc/meminfo: memFree=2925168/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=62928 CPUtime=51.09
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 16346 0 0 0 5105 4 0 0 25 0 1 0 950304341 64438272 15218 4294967295 134512640 135237372 3217627104 3217626464 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 15732 15218 77 177 0 15554 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62928

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

[startup+57.5108 s]
/proc/loadavg: 3.36 4.82 5.02 3/101 16756
/proc/meminfo: memFree=2925020/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=63060 CPUtime=57.49
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 16366 0 0 0 5745 4 0 0 25 0 1 0 950304341 64573440 15238 4294967295 134512640 135237372 3217627104 3217626464 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 15765 15238 77 177 0 15587 0
Current children cumulated CPU time (s) 57.49
Current children cumulated vsize (KiB) 63060

[startup+60.7105 s]
/proc/loadavg: 3.25 4.77 5.00 3/101 16756
/proc/meminfo: memFree=2925020/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=63060 CPUtime=60.69
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 16369 0 0 0 6065 4 0 0 25 0 1 0 950304341 64573440 15241 4294967295 134512640 135237372 3217627104 3217626464 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 15765 15241 77 177 0 15587 0
Current children cumulated CPU time (s) 60.69
Current children cumulated vsize (KiB) 63060

[startup+63.9102 s]
/proc/loadavg: 3.25 4.77 5.00 3/101 16757
/proc/meminfo: memFree=2874280/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=208720 CPUtime=63.89
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4202496 53152 0 0 0 6373 16 0 0 25 0 1 0 950304341 213729280 51726 4294967295 134512640 135237372 3217627104 3217626456 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 52180 51732 88 177 0 52002 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 208720

[startup+64.7102 s]
/proc/loadavg: 3.25 4.77 5.00 3/101 16757
/proc/meminfo: memFree=2874280/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=347756 CPUtime=64.69
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4204032 87971 0 0 0 6441 28 0 0 25 0 1 0 950304341 356102144 86545 4294967295 134512640 135237372 3217627104 3209248696 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 86939 86545 104 177 0 86761 0
Current children cumulated CPU time (s) 64.69
Current children cumulated vsize (KiB) 347756

[startup+65.1101 s]
/proc/loadavg: 3.31 4.76 5.00 3/101 16940
/proc/meminfo: memFree=2587224/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=347756 CPUtime=65.09
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4204032 87972 0 0 0 6441 68 0 0 25 0 1 0 950304341 356102144 86546 4294967295 134512640 135237372 3217627104 3209248696 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 86939 86546 105 177 0 86761 0
Current children cumulated CPU time (s) 65.09
Current children cumulated vsize (KiB) 347756

[startup+65.3101 s]
/proc/loadavg: 3.31 4.76 5.00 3/101 16940
/proc/meminfo: memFree=2587224/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=347756 CPUtime=65.29
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4204032 87972 0 0 0 6441 88 0 0 25 0 1 0 950304341 356102144 86546 4294967295 134512640 135237372 3217627104 3209248696 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 86939 86546 105 177 0 86761 0
Current children cumulated CPU time (s) 65.29
Current children cumulated vsize (KiB) 347756

[startup+65.4101 s]
/proc/loadavg: 3.31 4.76 5.00 3/101 16940
/proc/meminfo: memFree=2587224/3368532 swapFree=1959840/1959888
[pid=16564] ppid=16562 vsize=347756 CPUtime=65.39
/proc/16564/stat : 16564 (ttsth-5-0) R 16562 16564 30226 0 -1 4204032 87972 0 0 0 6441 98 0 0 25 0 1 0 950304341 356102144 86546 4294967295 134512640 135237372 3217627104 3209248696 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/16564/statm: 86939 86546 105 177 0 86761 0
Current children cumulated CPU time (s) 65.39
Current children cumulated vsize (KiB) 347756

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 65.4943
CPU time (s): 65.48
CPU user time (s): 64.41
CPU system time (s): 1.07
CPU usage (%): 99.9782
Max. virtual memory (cumulated for all children) (KiB): 347756

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-30 14:41:16
IDJOB=1781473
IDBENCH=71751
IDSOLVER=632
FILE ID=tipi39/1781473-1243687276
PBS_JOBID=
Free space on /tmp= 5739 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781473-1243687276/watcher-1781473-1243687276 -o /tmp/evaluation-result-1781473-1243687276/solver-1781473-1243687276 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781473-1243687276.cnf

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED= 1085347044

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:       2985980 kB
Buffers:        118616 kB
Cached:         142056 kB
SwapCached:          0 kB
Active:         171080 kB
Inactive:       106736 kB
HighTotal:     2489216 kB
HighFree:      2332956 kB
LowTotal:       879316 kB
LowFree:        653024 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            6404 kB
Writeback:           0 kB
AnonPages:       16720 kB
Mapped:           7352 kB
Slab:            94896 kB
SReclaimable:    84680 kB
SUnreclaim:      10216 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    96184 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5400 MiB
End job on tipi39 at 2009-05-30 14:42:22