Trace number 1781293

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 198.73 198.712

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.21
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.80/0.84	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781293-1243686274.cnf 
0.80/0.84	c Using SATTIMEOUT of 10000
0.80/0.84	c Using SATRAM of 2047
0.80/0.84	c Size of subset node = 16
0.80/0.84	c Variables = 169072
0.80/0.84	c Clauses = 501421
0.80/0.84	c Literals = 1169981
0.80/0.84	c Reduced size:
0.80/0.84	c Variables = 169072
0.80/0.84	c Clauses = 501418
0.80/0.84	c Literals = 1169975
0.80/0.84	c a2
1.50/1.57	c a1
194.92/194.96	c Independent sub-problems = 1
194.92/194.96	c Sub-problem with 169071 variables and 501418 clauses
194.92/194.96	c using permutation method 4
194.92/194.96	c count = 1
194.92/194.96	c Ordering finished 194.790 seconds
194.92/194.96	c mapped 194.970 seconds
194.92/194.96	c permuted 194.980 seconds
194.92/194.96	c about to sort
195.02/195.09	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-1781293-1243686274/watcher-1781293-1243686274 -o /tmp/evaluation-result-1781293-1243686274/solver-1781293-1243686274 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781293-1243686274.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.04 4.44 4.17 3/99 4356
/proc/meminfo: memFree=2941148/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=1140 CPUtime=0
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 170 0 0 0 0 0 0 0 18 0 1 0 1133291869 1167360 126 4294967295 134512640 135237372 3215269280 3215268728 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 285 126 75 177 0 107 0

[startup+0.098186 s]
/proc/loadavg: 4.04 4.44 4.17 3/99 4356
/proc/meminfo: memFree=2941148/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=5596 CPUtime=0.09
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 1276 0 0 0 9 0 0 0 18 0 1 0 1133291869 5730304 1232 4294967295 134512640 135237372 3215269280 3215267804 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 1399 1232 75 177 0 1221 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5596

[startup+0.108186 s]
/proc/loadavg: 4.04 4.44 4.17 3/99 4356
/proc/meminfo: memFree=2941148/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=5992 CPUtime=0.1
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 1392 0 0 0 10 0 0 0 18 0 1 0 1133291869 6135808 1348 4294967295 134512640 135237372 3215269280 3215267804 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 1498 1348 75 177 0 1320 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 5992

[startup+0.308165 s]
/proc/loadavg: 4.04 4.44 4.17 3/99 4356
/proc/meminfo: memFree=2941148/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=15556 CPUtime=0.3
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 3703 0 0 0 30 0 0 0 18 0 1 0 1133291869 15929344 3659 4294967295 134512640 135237372 3215269280 3215267804 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 3889 3659 75 177 0 3711 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 15556

[startup+0.708129 s]
/proc/loadavg: 4.04 4.44 4.17 3/99 4356
/proc/meminfo: memFree=2941148/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=37708 CPUtime=0.7
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 8806 0 0 0 69 1 0 0 18 0 1 0 1133291869 38612992 8762 4294967295 134512640 135237372 3215269280 3215268972 134533994 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 9427 8762 75 177 0 9249 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 37708

[startup+1.50805 s]
/proc/loadavg: 4.04 4.44 4.17 2/100 4357
/proc/meminfo: memFree=2875040/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=72700 CPUtime=1.5
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 17545 0 0 0 147 3 0 0 20 0 1 0 1133291869 74444800 17500 4294967295 134512640 135237372 3215269280 3215268464 134680356 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 18175 17500 76 177 0 17997 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 72700

[startup+3.1079 s]
/proc/loadavg: 3.80 4.39 4.15 2/100 4357
/proc/meminfo: memFree=2860804/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=93704 CPUtime=3.1
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 29675 0 0 0 301 9 0 0 25 0 1 0 1133291869 95952896 22786 4294967295 134512640 135237372 3215269280 3215268608 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 23426 22786 77 177 0 23248 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 93704

[startup+6.30759 s]
/proc/loadavg: 3.80 4.39 4.15 2/100 4357
/proc/meminfo: memFree=2850188/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=94044 CPUtime=6.3
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 29735 0 0 0 621 9 0 0 25 0 1 0 1133291869 96301056 22846 4294967295 134512640 135237372 3215269280 3215268640 134600972 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 23511 22846 77 177 0 23333 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 94044

[startup+12.707 s]
/proc/loadavg: 3.57 4.33 4.14 2/100 4540
/proc/meminfo: memFree=2848724/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=94340 CPUtime=12.7
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 29827 0 0 0 1261 9 0 0 25 0 1 0 1133291869 96604160 22938 4294967295 134512640 135237372 3215269280 3215268608 134555272 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 23585 22938 77 177 0 23407 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 94340

[startup+25.5058 s]
/proc/loadavg: 3.00 4.16 4.08 2/100 4541
/proc/meminfo: memFree=2847840/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=95160 CPUtime=25.5
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 30046 0 0 0 2541 9 0 0 25 0 1 0 1133291869 97443840 23157 4294967295 134512640 135237372 3215269280 3215268640 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 23790 23157 77 177 0 23612 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 95160

[startup+51.1133 s]
/proc/loadavg: 2.32 3.91 4.00 2/100 4542
/proc/meminfo: memFree=2846612/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=96800 CPUtime=51.11
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 30450 0 0 0 5102 9 0 0 25 0 1 0 1133291869 99123200 23561 4294967295 134512640 135237372 3215269280 3215268640 134600972 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 24200 23561 77 177 0 24022 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 96800

[startup+102.318 s]
/proc/loadavg: 1.52 3.42 3.83 2/100 4730
/proc/meminfo: memFree=2844488/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=99156 CPUtime=102.32
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 30965 0 0 0 10223 9 0 0 25 0 1 0 1133291869 101535744 24076 4294967295 134512640 135237372 3215269280 3215268640 134600707 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 24789 24076 77 177 0 24611 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 99156

[startup+162.313 s]
/proc/loadavg: 1.21 3.01 3.66 2/100 4918
/proc/meminfo: memFree=2844752/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=99420 CPUtime=162.32
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 31040 0 0 0 16223 9 0 0 25 0 1 0 1133291869 101806080 24151 4294967295 134512640 135237372 3215269280 3215268640 134600707 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 24855 24151 77 177 0 24677 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 99420

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

[startup+179.111 s]
/proc/loadavg: 1.15 2.88 3.60 2/100 4919
/proc/meminfo: memFree=2844620/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=99420 CPUtime=179.12
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 31060 0 0 0 17903 9 0 0 25 0 1 0 1133291869 101806080 24171 4294967295 134512640 135237372 3215269280 3215268640 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 24855 24171 77 177 0 24677 0
Current children cumulated CPU time (s) 179.12
Current children cumulated vsize (KiB) 99420

[startup+191.91 s]
/proc/loadavg: 1.12 2.82 3.57 3/100 4986
/proc/meminfo: memFree=2844312/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=99552 CPUtime=191.92
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 31070 0 0 0 19183 9 0 0 25 0 1 0 1133291869 101941248 24181 4294967295 134512640 135237372 3215269280 3215268640 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 24888 24181 77 177 0 24710 0
Current children cumulated CPU time (s) 191.92
Current children cumulated vsize (KiB) 99552

[startup+195.11 s]
/proc/loadavg: 1.11 2.79 3.56 2/100 5103
/proc/meminfo: memFree=2844248/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=107492 CPUtime=195.12
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 33560 0 0 0 19502 10 0 0 25 0 1 0 1133291869 110071808 26181 4294967295 134512640 135237372 3215269280 3215268864 134574080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 26873 26181 88 177 0 26695 0
Current children cumulated CPU time (s) 195.12
Current children cumulated vsize (KiB) 107492

[startup+196.709 s]
/proc/loadavg: 1.11 2.79 3.56 2/100 5103
/proc/meminfo: memFree=2617400/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=510340 CPUtime=196.72
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4202496 134632 0 0 0 19629 43 0 0 25 0 1 0 1133291869 522588160 127245 4294967295 134512640 135237372 3215269280 3214771136 134735855 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 127585 127245 91 177 0 127407 0
Current children cumulated CPU time (s) 196.72
Current children cumulated vsize (KiB) 510340

[startup+197.509 s]
/proc/loadavg: 1.11 2.79 3.56 2/100 5103
/proc/meminfo: memFree=2426380/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=566564 CPUtime=197.52
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4204032 148827 0 0 0 19696 56 0 0 25 0 1 0 1133291869 580161536 141246 4294967295 134512640 135237372 3215269280 3206885272 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 141641 141246 104 177 0 141463 0
Current children cumulated CPU time (s) 197.52
Current children cumulated vsize (KiB) 566564

[startup+198.309 s]
/proc/loadavg: 1.10 2.76 3.55 2/100 5103
/proc/meminfo: memFree=2153400/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=566564 CPUtime=198.32
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4204032 148827 0 0 0 19696 136 0 0 25 0 1 0 1133291869 580161536 141246 4294967295 134512640 135237372 3215269280 3206885272 134730102 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 141641 141246 104 177 0 141463 0
Current children cumulated CPU time (s) 198.32
Current children cumulated vsize (KiB) 566564

[startup+198.709 s]
/proc/loadavg: 1.10 2.76 3.55 2/100 5103
/proc/meminfo: memFree=2153400/3368532 swapFree=1953580/1959888
[pid=4356] ppid=4354 vsize=0 CPUtime=198.72
/proc/4356/stat : 4356 (ttsth-5-0) R 4354 4356 20984 0 -1 4204036 149136 0 0 0 19696 176 0 0 25 0 1 0 1133291869 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 3 0 0 0
/proc/4356/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 198.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 198.712
CPU time (s): 198.73
CPU user time (s): 196.96
CPU system time (s): 1.77
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 566564

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 14:24:34
IDJOB=1781293
IDBENCH=71715
IDSOLVER=632
FILE ID=/1781293-1243686274
PBS_JOBID=
Free space on /tmp= 15877 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781293-1243686274/watcher-1781293-1243686274 -o /tmp/evaluation-result-1781293-1243686274/solver-1781293-1243686274 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1781293-1243686274.cnf

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED= 2144759485

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.105
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.105
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.105
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.105
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:       2941444 kB
Buffers:        134452 kB
Cached:         179884 kB
SwapCached:       2424 kB
Active:         197512 kB
Inactive:       126940 kB
HighTotal:     2489216 kB
HighFree:      2296912 kB
LowTotal:       879316 kB
LowFree:        644532 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            9716 kB
Writeback:           0 kB
AnonPages:        9632 kB
Mapped:           4764 kB
Slab:            93364 kB
SReclaimable:    84048 kB
SUnreclaim:       9316 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93560 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15323 MiB
End job on  at 2009-05-30 14:27:53