Trace number 1775593

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 123.44 130.926

General information on the benchmark

Nameindustrial/anbulagan/
medium-sat/partial-5-13-s.cnf
MD5SUM8440e7259e120363fc65b24385da09e8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.38
Satisfiable
(Un)Satisfiability was proved
Number of variables184675
Number of clauses842981
Sum of the clauses size1930752
Maximum clause length10
Minimum clause length1
Number of clauses of size 113965
Number of clauses of size 2674001
Number of clauses of size 3120435
Number of clauses of size 43840
Number of clauses of size 515360
Number of clauses of size over 515380

Solver Data

30.11/30.18	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775593-1243671679.cnf 
30.11/30.18	c Using SATTIMEOUT of 10000
30.11/30.18	c Using SATRAM of 2047
30.11/30.18	c Size of subset node = 16
30.11/30.18	c Variables = 184675
30.11/30.18	c Clauses = 842981
30.11/30.18	c Literals = 1930752
30.11/30.18	c Reduced size:
30.11/30.18	c Variables = 184675
30.11/30.18	c Clauses = 630984
30.11/30.18	c Literals = 1467391
30.11/30.18	c a2
31.31/31.35	c a1
120.02/120.19	c Independent sub-problems = 1
120.02/120.19	c Sub-problem with 141628 variables and 630984 clauses
120.02/120.19	c using permutation method 4
120.02/120.19	c count = 1
120.02/120.19	c Ordering finished 119.780 seconds
120.02/120.19	c mapped 120.100 seconds
120.02/120.19	c permuted 120.110 seconds
120.02/120.19	c about to sort
120.22/120.36	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-1775593-1243671679/watcher-1775593-1243671679 -o /tmp/evaluation-result-1775593-1243671679/solver-1775593-1243671679 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775593-1243671679.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: 2.48 2.49 2.45 5/104 2576
/proc/meminfo: memFree=2270728/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=1008 CPUtime=0
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 152 0 0 0 0 0 0 0 18 0 1 0 1121269159 1032192 107 4294967295 134512640 135237372 3215322528 3215321052 134639534 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 252 107 75 177 0 74 0

[startup+0.069678 s]
/proc/loadavg: 2.48 2.49 2.45 5/104 2576
/proc/meminfo: memFree=2270728/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=4552 CPUtime=0.07
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 1038 0 0 0 7 0 0 0 18 0 1 0 1121269159 4661248 993 4294967295 134512640 135237372 3215322528 3215321976 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 1138 994 75 177 0 960 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4552

[startup+0.109675 s]
/proc/loadavg: 2.48 2.49 2.45 5/104 2576
/proc/meminfo: memFree=2270728/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=6964 CPUtime=0.11
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 1583 0 0 0 10 1 0 0 18 0 1 0 1121269159 7131136 1538 4294967295 134512640 135237372 3215322528 3215321976 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 1741 1539 75 177 0 1563 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6964

[startup+0.309662 s]
/proc/loadavg: 2.48 2.49 2.45 5/104 2576
/proc/meminfo: memFree=2270728/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=17668 CPUtime=0.31
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 4278 0 0 0 29 2 0 0 18 0 1 0 1121269159 18092032 4233 4294967295 134512640 135237372 3215322528 3215321976 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 4417 4234 75 177 0 4239 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17668

[startup+0.709634 s]
/proc/loadavg: 2.48 2.49 2.45 5/104 2576
/proc/meminfo: memFree=2270728/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=37404 CPUtime=0.71
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 9149 0 0 0 68 3 0 0 19 0 1 0 1121269159 38301696 9104 4294967295 134512640 135237372 3215322528 3215321976 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 9351 9104 75 177 0 9173 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 37404

[startup+1.50958 s]
/proc/loadavg: 2.48 2.49 2.45 4/105 2577
/proc/meminfo: memFree=2221740/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=59344 CPUtime=1.51
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 14159 0 0 0 147 4 0 0 20 0 1 0 1121269159 60768256 14114 4294967295 134512640 135237372 3215322528 3215322220 134534553 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 14836 14114 75 177 0 14658 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 59344

[startup+3.10947 s]
/proc/loadavg: 2.60 2.51 2.46 4/105 2577
/proc/meminfo: memFree=2214552/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=59344 CPUtime=3.11
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 14159 0 0 0 307 4 0 0 25 0 1 0 1121269159 60768256 14114 4294967295 134512640 135237372 3215322528 3215322220 134534331 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 14836 14114 75 177 0 14658 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 59344

[startup+6.30926 s]
/proc/loadavg: 2.60 2.51 2.46 4/105 2578
/proc/meminfo: memFree=2214552/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=59344 CPUtime=6.31
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 14159 0 0 0 627 4 0 0 25 0 1 0 1121269159 60768256 14114 4294967295 134512640 135237372 3215322528 3215322220 134534132 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 14836 14114 75 177 0 14658 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 59344

[startup+12.7088 s]
/proc/loadavg: 2.74 2.54 2.47 4/105 2580
/proc/meminfo: memFree=2214212/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=59344 CPUtime=12.71
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 14159 0 0 0 1267 4 0 0 25 0 1 0 1121269159 60768256 14114 4294967295 134512640 135237372 3215322528 3215322220 134534043 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 14836 14114 75 177 0 14658 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 59344

[startup+25.508 s]
/proc/loadavg: 2.86 2.58 2.48 4/105 2580
/proc/meminfo: memFree=2214184/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=59344 CPUtime=25.51
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 14159 0 0 0 2547 4 0 0 25 0 1 0 1121269159 60768256 14114 4294967295 134512640 135237372 3215322528 3215322220 134534317 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 14836 14114 75 177 0 14658 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 59344

[startup+51.1062 s]
/proc/loadavg: 3.04 2.64 2.51 4/105 2582
/proc/meminfo: memFree=2146992/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=126320 CPUtime=51.11
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 40489 0 0 0 5101 10 0 0 25 0 1 0 1121269159 129351680 30788 4294967295 134512640 135237372 3215322528 3215321856 134555272 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 31580 30788 77 177 0 31402 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 126320

[startup+102.313 s]
/proc/loadavg: 3.34 2.79 2.56 4/105 2776
/proc/meminfo: memFree=2139520/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=132352 CPUtime=102.28
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 41959 0 0 0 10216 12 0 0 25 0 1 0 1121269159 135528448 32258 4294967295 134512640 135237372 3215322528 3215321888 134600966 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 33088 32258 77 177 0 32910 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 132352

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

[startup+115.102 s]
/proc/loadavg: 3.37 2.81 2.57 4/105 2963
/proc/meminfo: memFree=2138044/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=132748 CPUtime=115.02
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 42092 0 0 0 11490 12 0 0 25 0 1 0 1121269159 135933952 32391 4294967295 134512640 135237372 3215322528 3215321888 134600707 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 33187 32391 77 177 0 33009 0
Current children cumulated CPU time (s) 115.02
Current children cumulated vsize (KiB) 132748

[startup+121.501 s]
/proc/loadavg: 3.34 2.82 2.57 4/105 2963
/proc/meminfo: memFree=1936764/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=470180 CPUtime=121.42
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4202496 128778 0 0 0 12105 37 0 0 25 0 1 0 1121269159 481464320 117226 4294967295 134512640 135237372 3215322528 3214593496 134732614 0 0 0 0 0 0 0 17 0 0 0 0
/proc/2576/statm: 117545 117226 91 177 0 117367 0
Current children cumulated CPU time (s) 121.42
Current children cumulated vsize (KiB) 470180

[startup+127.911 s]
/proc/loadavg: 3.36 2.84 2.58 3/105 2963
/proc/meminfo: memFree=1372740/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=525812 CPUtime=123.1
/proc/2576/stat : 2576 (ttsth-5-0) D 2574 2576 2540 0 -1 4204032 142806 0 0 0 12173 137 0 0 18 0 1 0 1121269159 538431488 131027 4294967295 134512640 135237372 3215322528 3206938520 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/2576/statm: 131453 131027 104 177 0 131275 0
Current children cumulated CPU time (s) 123.1
Current children cumulated vsize (KiB) 525812

[startup+129.511 s]
/proc/loadavg: 3.36 2.84 2.58 3/105 2963
/proc/meminfo: memFree=1320992/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=525812 CPUtime=123.26
/proc/2576/stat : 2576 (ttsth-5-0) D 2574 2576 2540 0 -1 4204032 142806 0 0 0 12173 153 0 0 18 0 1 0 1121269159 538431488 131027 4294967295 134512640 135237372 3215322528 3206938520 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/2576/statm: 131453 131027 104 177 0 131275 0
Current children cumulated CPU time (s) 123.26
Current children cumulated vsize (KiB) 525812

[startup+130.311 s]
/proc/loadavg: 3.36 2.84 2.58 3/105 2964
/proc/meminfo: memFree=1270048/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=525812 CPUtime=123.34
/proc/2576/stat : 2576 (ttsth-5-0) D 2574 2576 2540 0 -1 4204032 143104 0 0 0 12173 161 0 0 18 0 1 0 1121269159 538431488 131325 4294967295 134512640 135237372 3215322528 3206938520 134730102 0 0 0 0 3222693324 0 0 17 1 0 0 0
/proc/2576/statm: 131453 131325 402 177 0 131275 0
Current children cumulated CPU time (s) 123.34
Current children cumulated vsize (KiB) 525812

[startup+130.711 s]
/proc/loadavg: 3.36 2.84 2.58 3/105 2964
/proc/meminfo: memFree=1270048/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=525812 CPUtime=123.38
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4204032 143146 0 0 0 12173 165 0 0 18 0 1 0 1121269159 538431488 131367 4294967295 134512640 135237372 3215322528 3206938520 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2576/statm: 131453 131367 444 177 0 131275 0
Current children cumulated CPU time (s) 123.38
Current children cumulated vsize (KiB) 525812

[startup+130.921 s]
/proc/loadavg: 3.36 2.84 2.58 3/105 2964
/proc/meminfo: memFree=1218548/3368532 swapFree=1954076/1959888
[pid=2576] ppid=2574 vsize=0 CPUtime=123.44
/proc/2576/stat : 2576 (ttsth-5-0) R 2574 2576 2540 0 -1 4204036 143146 0 0 0 12173 171 0 0 18 0 1 0 1121269159 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 1 0 0 0
/proc/2576/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 123.44
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2576 and gives
#  childrusage.ru_utime.tv_sec=121
#  childrusage.ru_utime.tv_usec=730000
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=710000
# CPU time returned by wait4() is 123.44
# while last known CPU time is 123.44
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 130.926
CPU time (s): 123.44
CPU user time (s): 121.73
CPU system time (s): 1.71
CPU usage (%): 94.2822
Max. virtual memory (cumulated for all children) (KiB): 525812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.73
system time used= 1.71
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143146
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= 54
involuntary context switches= 650

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 10:21:19
IDJOB=1775593
IDBENCH=20357
IDSOLVER=632
FILE ID=tipi44/1775593-1243671679
PBS_JOBID=
Free space on /tmp= 15879 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/medium-sat/partial-5-13-s.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775593-1243671679/watcher-1775593-1243671679 -o /tmp/evaluation-result-1775593-1243671679/solver-1775593-1243671679 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1775593-1243671679.cnf

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

MD5SUM BENCH= 8440e7259e120363fc65b24385da09e8
RANDOM SEED= 1832334925

Linux tipi44 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.116
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.116
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2272208 kB
Buffers:        135680 kB
Cached:         654888 kB
SwapCached:       2180 kB
Active:         830336 kB
Inactive:       169384 kB
HighTotal:     2489216 kB
HighFree:      1628044 kB
LowTotal:       879316 kB
LowFree:        644164 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           33740 kB
Writeback:           0 kB
AnonPages:      208388 kB
Mapped:           5612 kB
Slab:            87224 kB
SReclaimable:    76608 kB
SUnreclaim:      10616 kB
PageTables:        776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   290904 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15366 MiB
End job on tipi44 at 2009-05-30 10:23:31