Trace number 1780408

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 40.21 40.2077

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p1.cnf
MD5SUM71709b0ed450234f1e59c71288c2c81a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark41.75
Satisfiable
(Un)Satisfiability was proved
Number of variables104856
Number of clauses508020
Sum of the clauses size1195339
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2399325
Number of clauses of size 375997
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

12.61/12.71	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780408-1243682577.cnf 
12.61/12.71	c Using SATTIMEOUT of 10000
12.61/12.71	c Using SATRAM of 2047
12.61/12.71	c Size of subset node = 16
12.61/12.71	c Variables = 104856
12.61/12.71	c Clauses = 508020
12.61/12.71	c Literals = 1195339
12.61/12.71	c Reduced size:
12.61/12.71	c Variables = 104856
12.61/12.71	c Clauses = 352254
12.61/12.71	c Literals = 844000
12.61/12.71	c a2
13.41/13.41	c a1
38.21/38.25	c Independent sub-problems = 1
38.21/38.25	c Sub-problem with 75129 variables and 352254 clauses
38.21/38.25	c using permutation method 4
38.21/38.25	c count = 1
38.21/38.25	c Ordering finished 38.120 seconds
38.21/38.25	c mapped 38.250 seconds
38.21/38.25	c permuted 38.260 seconds
38.21/38.25	c about to sort
38.31/38.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-1780408-1243682577/watcher-1780408-1243682577 -o /tmp/evaluation-result-1780408-1243682577/solver-1780408-1243682577 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780408-1243682577.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: 1.16 1.11 1.93 3/115 13627
/proc/meminfo: memFree=2968452/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=1144 CPUtime=0
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 182 0 0 0 0 0 0 0 18 0 1 0 1132937517 1171456 138 4294967295 134512640 135237372 3215885872 3215884396 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 286 139 75 177 0 108 0

[startup+0.104514 s]
/proc/loadavg: 1.16 1.11 1.93 3/115 13627
/proc/meminfo: memFree=2968452/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=6596 CPUtime=0.1
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 1507 0 0 0 9 1 0 0 18 0 1 0 1132937517 6754304 1463 4294967295 134512640 135237372 3215885872 3215884396 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 1649 1464 75 177 0 1471 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6596

[startup+0.21451 s]
/proc/loadavg: 1.16 1.11 1.93 3/115 13627
/proc/meminfo: memFree=2968452/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=12276 CPUtime=0.21
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 2934 0 0 0 18 3 0 0 18 0 1 0 1132937517 12570624 2890 4294967295 134512640 135237372 3215885872 3215885236 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 3069 2890 75 177 0 2891 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 12276

[startup+0.314506 s]
/proc/loadavg: 1.16 1.11 1.93 3/115 13627
/proc/meminfo: memFree=2968452/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=17168 CPUtime=0.31
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 4145 0 0 0 26 5 0 0 18 0 1 0 1132937517 17580032 4101 4294967295 134512640 135237372 3215885872 3215885320 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 4292 4101 75 177 0 4114 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17168

[startup+0.714491 s]
/proc/loadavg: 1.16 1.11 1.93 3/115 13627
/proc/meminfo: memFree=2968452/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=36272 CPUtime=0.71
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 8579 0 0 0 64 7 0 0 18 0 1 0 1132937517 37142528 8535 4294967295 134512640 135237372 3215885872 3215885564 134534259 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 9068 8535 75 177 0 8890 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36272

[startup+1.51446 s]
/proc/loadavg: 1.16 1.11 1.93 2/116 13628
/proc/meminfo: memFree=2934708/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=36272 CPUtime=1.51
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 8579 0 0 0 144 7 0 0 20 0 1 0 1132937517 37142528 8535 4294967295 134512640 135237372 3215885872 3215885564 134534043 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 9068 8535 75 177 0 8890 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 36272

[startup+3.11439 s]
/proc/loadavg: 1.16 1.11 1.93 2/116 13628
/proc/meminfo: memFree=2934780/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=36272 CPUtime=3.11
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 8579 0 0 0 304 7 0 0 25 0 1 0 1132937517 37142528 8535 4294967295 134512640 135237372 3215885872 3215885564 134534068 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 9068 8535 75 177 0 8890 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 36272

[startup+6.31427 s]
/proc/loadavg: 1.15 1.11 1.93 2/116 13628
/proc/meminfo: memFree=2934836/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=36272 CPUtime=6.31
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 8579 0 0 0 624 7 0 0 25 0 1 0 1132937517 37142528 8535 4294967295 134512640 135237372 3215885872 3215885564 134534266 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 9068 8535 75 177 0 8890 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 36272

[startup+12.714 s]
/proc/loadavg: 1.13 1.11 1.92 2/116 13628
/proc/meminfo: memFree=2934724/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=39208 CPUtime=12.71
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 9308 0 0 0 1264 7 0 0 25 0 1 0 1132937517 40148992 9264 4294967295 134512640 135237372 3215885872 3215885140 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 9802 9266 76 177 0 9624 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 39208

[startup+25.5135 s]
/proc/loadavg: 1.10 1.10 1.90 2/116 13629
/proc/meminfo: memFree=2895652/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=75096 CPUtime=25.51
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 19691 0 0 0 2542 9 0 0 25 0 1 0 1132937517 76898304 18349 4294967295 134512640 135237372 3215885872 3215885200 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 18774 18349 77 177 0 18596 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 75096

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

[startup+25.6135 s]
/proc/loadavg: 1.10 1.10 1.90 2/116 13629
/proc/meminfo: memFree=2895652/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=75096 CPUtime=25.61
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 19694 0 0 0 2552 9 0 0 25 0 1 0 1132937517 76898304 18352 4294967295 134512640 135237372 3215885872 3215885200 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 18774 18352 77 177 0 18596 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 75096

[startup+32.0132 s]
/proc/loadavg: 1.10 1.10 1.90 2/116 13630
/proc/meminfo: memFree=2894372/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=76792 CPUtime=32.01
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 20005 0 0 0 3192 9 0 0 25 0 1 0 1132937517 78635008 18663 4294967295 134512640 135237372 3215885872 3215885200 134550999 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 19198 18663 77 177 0 19020 0
Current children cumulated CPU time (s) 32.01
Current children cumulated vsize (KiB) 76792

[startup+35.2131 s]
/proc/loadavg: 1.09 1.10 1.89 2/116 13630
/proc/meminfo: memFree=2893860/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=77188 CPUtime=35.22
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 20135 0 0 0 3513 9 0 0 25 0 1 0 1132937517 79040512 18793 4294967295 134512640 135237372 3215885872 3215885232 134600718 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 19297 18793 77 177 0 19119 0
Current children cumulated CPU time (s) 35.22
Current children cumulated vsize (KiB) 77188

[startup+38.413 s]
/proc/loadavg: 1.09 1.10 1.89 2/116 13813
/proc/meminfo: memFree=2892920/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=82476 CPUtime=38.41
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 21701 0 0 0 3832 9 0 0 25 0 1 0 1132937517 84455424 20015 4294967295 134512640 135237372 3215885872 3215885456 134574383 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 20619 20016 88 177 0 20441 0
Current children cumulated CPU time (s) 38.41
Current children cumulated vsize (KiB) 82476

[startup+39.213 s]
/proc/loadavg: 1.08 1.10 1.89 2/116 13813
/proc/meminfo: memFree=2841700/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=280752 CPUtime=39.21
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4202496 71294 0 0 0 3903 18 0 0 25 0 1 0 1132937517 287490048 69608 4294967295 134512640 135237372 3215885872 3213500920 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 70188 69609 91 177 0 70010 0
Current children cumulated CPU time (s) 39.21
Current children cumulated vsize (KiB) 280752

[startup+39.6129 s]
/proc/loadavg: 1.08 1.10 1.89 2/116 13813
/proc/meminfo: memFree=2611352/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=309104 CPUtime=39.62
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4204032 78454 0 0 0 3933 29 0 0 25 0 1 0 1132937517 316522496 76639 4294967295 134512640 135237372 3215885872 3207507912 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 77276 76639 104 177 0 77098 0
Current children cumulated CPU time (s) 39.62
Current children cumulated vsize (KiB) 309104

[startup+40.0129 s]
/proc/loadavg: 1.08 1.10 1.89 2/116 13813
/proc/meminfo: memFree=2611352/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=309104 CPUtime=40.01
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4204032 78454 0 0 0 3933 68 0 0 25 0 1 0 1132937517 316522496 76639 4294967295 134512640 135237372 3215885872 3207507912 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 77276 76639 104 177 0 77098 0
Current children cumulated CPU time (s) 40.01
Current children cumulated vsize (KiB) 309104

[startup+40.1129 s]
/proc/loadavg: 1.08 1.10 1.89 2/116 13813
/proc/meminfo: memFree=2611352/3368532 swapFree=1941392/1959888
[pid=13627] ppid=13625 vsize=309104 CPUtime=40.11
/proc/13627/stat : 13627 (ttsth-5-0) R 13625 13627 11443 0 -1 4204032 78454 0 0 0 3933 78 0 0 25 0 1 0 1132937517 316522496 76639 4294967295 134512640 135237372 3215885872 3207507912 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/13627/statm: 77276 76639 104 177 0 77098 0
Current children cumulated CPU time (s) 40.11
Current children cumulated vsize (KiB) 309104

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 40.2077
CPU time (s): 40.21
CPU user time (s): 39.33
CPU system time (s): 0.88
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 309104

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

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:22:57
IDJOB=1780408
IDBENCH=70998
IDSOLVER=632
FILE ID=/1780408-1243682577
PBS_JOBID=
Free space on /tmp= 15722 MiB

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

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

MD5SUM BENCH= 71709b0ed450234f1e59c71288c2c81a
RANDOM SEED= 690546476

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:       2968452 kB
Buffers:         91260 kB
Cached:         205536 kB
SwapCached:       4320 kB
Active:         191648 kB
Inactive:       115956 kB
HighTotal:     2489216 kB
HighFree:      2270648 kB
LowTotal:       879316 kB
LowFree:        697804 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           15412 kB
Writeback:           0 kB
AnonPages:        9228 kB
Mapped:           4432 kB
Slab:            82268 kB
SReclaimable:    72208 kB
SUnreclaim:      10060 kB
PageTables:        776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127076 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15421 MiB
End job on  at 2009-05-30 13:23:37