Trace number 1775758

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 171 171.016

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
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 variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

Solver Data

18.60/18.65	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775758-1243672151.cnf 
18.60/18.65	c Using SATTIMEOUT of 10000
18.60/18.65	c Using SATRAM of 2047
18.60/18.65	c Size of subset node = 16
18.60/18.65	c Variables = 208002
18.60/18.65	c Clauses = 986543
18.60/18.65	c Literals = 2288164
18.60/18.65	c Reduced size:
18.60/18.65	c Variables = 208002
18.60/18.65	c Clauses = 763380
18.60/18.65	c Literals = 1805777
18.60/18.65	c a2
20.00/20.09	c a1
167.30/167.35	c Independent sub-problems = 1
167.30/167.35	c Sub-problem with 162395 variables and 763380 clauses
167.30/167.35	c using permutation method 4
167.30/167.35	c count = 1
167.30/167.35	c Ordering finished 166.920 seconds
167.30/167.35	c mapped 167.310 seconds
167.30/167.35	c permuted 167.310 seconds
167.30/167.35	c about to sort
167.50/167.56	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-1775758-1243672151/watcher-1775758-1243672151 -o /tmp/evaluation-result-1775758-1243672151/solver-1775758-1243672151 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775758-1243672151.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: 4.54 4.43 3.81 5/111 22045
/proc/meminfo: memFree=3100668/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=3632 CPUtime=0.05
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 772 0 0 0 4 1 0 0 21 0 1 0 1131879345 3719168 728 4294967295 134512640 135237372 3218915600 3218914080 134685167 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 908 728 75 177 0 730 0

[startup+0.149987 s]
/proc/loadavg: 4.54 4.43 3.81 5/111 22045
/proc/meminfo: memFree=3100668/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=8816 CPUtime=0.15
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 2088 0 0 0 13 2 0 0 22 0 1 0 1131879345 9027584 2044 4294967295 134512640 135237372 3218915600 3218915212 134737704 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 2204 2044 75 177 0 2026 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 8816

[startup+0.209984 s]
/proc/loadavg: 4.54 4.43 3.81 5/111 22045
/proc/meminfo: memFree=3100668/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=12120 CPUtime=0.21
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 2894 0 0 0 19 2 0 0 22 0 1 0 1131879345 12410880 2850 4294967295 134512640 135237372 3218915600 3218914196 134887121 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 3030 2850 75 177 0 2852 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 12120

[startup+0.309976 s]
/proc/loadavg: 4.54 4.43 3.81 5/111 22045
/proc/meminfo: memFree=3100668/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=17408 CPUtime=0.31
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 4228 0 0 0 29 2 0 0 22 0 1 0 1131879345 17825792 4184 4294967295 134512640 135237372 3218915600 3218914196 134887194 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 4352 4184 75 177 0 4174 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17408

[startup+0.709945 s]
/proc/loadavg: 4.54 4.43 3.81 5/111 22045
/proc/meminfo: memFree=3100668/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=36748 CPUtime=0.71
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 8966 0 0 0 63 8 0 0 24 0 1 0 1131879345 37629952 8922 4294967295 134512640 135237372 3218915600 3218915048 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 9187 8922 75 177 0 9009 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36748

[startup+1.50988 s]
/proc/loadavg: 4.54 4.43 3.81 5/112 22046
/proc/meminfo: memFree=3048868/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=68188 CPUtime=1.51
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 16474 0 0 0 139 12 0 0 25 0 1 0 1131879345 69824512 16430 4294967295 134512640 135237372 3218915600 3218915292 134534317 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 17047 16430 75 177 0 16869 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 68188

[startup+3.10974 s]
/proc/loadavg: 4.54 4.43 3.81 5/112 22046
/proc/meminfo: memFree=3037408/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=68188 CPUtime=3.11
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 16474 0 0 0 299 12 0 0 25 0 1 0 1131879345 69824512 16430 4294967295 134512640 135237372 3218915600 3218915292 134534311 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 17047 16430 75 177 0 16869 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 68188

[startup+6.30948 s]
/proc/loadavg: 4.50 4.43 3.81 5/112 22046
/proc/meminfo: memFree=3037376/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=68188 CPUtime=6.31
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 16474 0 0 0 619 12 0 0 25 0 1 0 1131879345 69824512 16430 4294967295 134512640 135237372 3218915600 3218915292 134534317 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 17047 16430 75 177 0 16869 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 68188

[startup+12.7089 s]
/proc/loadavg: 4.46 4.42 3.82 5/112 22046
/proc/meminfo: memFree=3037356/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=68188 CPUtime=12.71
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 16474 0 0 0 1259 12 0 0 25 0 1 0 1131879345 69824512 16430 4294967295 134512640 135237372 3218915600 3218915292 134534520 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 17047 16430 75 177 0 16869 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 68188

[startup+25.5079 s]
/proc/loadavg: 4.51 4.43 3.83 6/113 22142
/proc/meminfo: memFree=2958524/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=146836 CPUtime=25.5
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 47274 0 0 0 2528 22 0 0 25 0 1 0 1131879345 150360064 35972 4294967295 134512640 135237372 3218915600 3218914960 134600972 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 36709 35972 77 177 0 36531 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 146836

[startup+51.1058 s]
/proc/loadavg: 4.51 4.44 3.85 5/112 22231
/proc/meminfo: memFree=2955628/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=151096 CPUtime=51.09
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 48307 0 0 0 5087 22 0 0 25 0 1 0 1131879345 154722304 37005 4294967295 134512640 135237372 3218915600 3218914928 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 37774 37005 77 177 0 37596 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151096

[startup+102.312 s]
/proc/loadavg: 4.73 4.50 3.89 6/113 22407
/proc/meminfo: memFree=2949936/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=156864 CPUtime=102.3
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 49696 0 0 0 10208 22 0 0 25 0 1 0 1131879345 160628736 38394 4294967295 134512640 135237372 3218915600 3218914928 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 39216 38394 77 177 0 39038 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156864

[startup+162.317 s]
/proc/loadavg: 4.61 4.48 3.93 6/113 22535
/proc/meminfo: memFree=2948488/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=157656 CPUtime=162.3
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 49951 0 0 0 16208 22 0 0 25 0 1 0 1131879345 161439744 38649 4294967295 134512640 135237372 3218915600 3218914960 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 39414 38649 77 177 0 39236 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 157656

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

[startup+166.416 s]
/proc/loadavg: 4.64 4.49 3.93 6/113 22570
/proc/meminfo: memFree=2948420/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=157656 CPUtime=166.4
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 49951 0 0 0 16618 22 0 0 25 0 1 0 1131879345 161439744 38649 4294967295 134512640 135237372 3218915600 3218914960 134600707 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 39414 38649 77 177 0 39236 0
Current children cumulated CPU time (s) 166.4
Current children cumulated vsize (KiB) 157656

[startup+169.616 s]
/proc/loadavg: 4.67 4.50 3.94 7/113 22598
/proc/meminfo: memFree=2516032/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=606080 CPUtime=169.6
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4202496 164470 0 0 0 16900 60 0 0 25 0 1 0 1131879345 620625920 150695 4294967295 134512640 135237372 3218915600 3210751452 134726788 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 151520 150695 91 177 0 151342 0
Current children cumulated CPU time (s) 169.6
Current children cumulated vsize (KiB) 606080

[startup+170.416 s]
/proc/loadavg: 4.67 4.50 3.94 7/113 22598
/proc/meminfo: memFree=2516032/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=607076 CPUtime=170.4
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4204032 164734 0 0 0 16901 139 0 0 25 0 1 0 1131879345 621645824 150959 4294967295 134512640 135237372 3218915600 3210539008 134730080 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 151769 150959 104 177 0 151591 0
Current children cumulated CPU time (s) 170.4
Current children cumulated vsize (KiB) 607076

[startup+170.816 s]
/proc/loadavg: 4.67 4.50 3.94 6/113 22606
/proc/meminfo: memFree=2095576/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=607076 CPUtime=170.8
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4204032 164734 0 0 0 16901 179 0 0 25 0 1 0 1131879345 621645824 150959 4294967295 134512640 135237372 3218915600 3210539008 134730080 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 151769 150959 104 177 0 151591 0
Current children cumulated CPU time (s) 170.8
Current children cumulated vsize (KiB) 607076

[startup+171.016 s]
/proc/loadavg: 4.67 4.50 3.94 6/113 22606
/proc/meminfo: memFree=2095576/3368532 swapFree=1953788/1959888
[pid=22045] ppid=22043 vsize=0 CPUtime=171
/proc/22045/stat : 22045 (ttsth-5-0) R 22043 22045 20065 0 -1 4204036 165458 0 0 0 16901 199 0 0 25 0 1 0 1131879345 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 1 0 0 0
/proc/22045/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 171
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 171.016
CPU time (s): 171
CPU user time (s): 169.01
CPU system time (s): 1.99
CPU usage (%): 99.9906
Max. virtual memory (cumulated for all children) (KiB): 607076

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 10:29:11
IDJOB=1775758
IDBENCH=20381
IDSOLVER=632
FILE ID=/1775758-1243672151
PBS_JOBID=
Free space on /tmp= 6459 MiB

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

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

MD5SUM BENCH= 3be331331884289c55e55acdeed55dc7
RANDOM SEED= 1924727859

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.061
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.061
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.061
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.061
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:       3102740 kB
Buffers:         84956 kB
Cached:          67932 kB
SwapCached:       2256 kB
Active:         140244 kB
Inactive:        29496 kB
HighTotal:     2489216 kB
HighFree:      2402860 kB
LowTotal:       879316 kB
LowFree:        699880 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           22084 kB
Writeback:           0 kB
AnonPages:       15868 kB
Mapped:           5228 kB
Slab:            86164 kB
SReclaimable:    72088 kB
SUnreclaim:      14076 kB
PageTables:        696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112688 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5868 MiB
End job on  at 2009-05-30 10:32:04