Trace number 1780603

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 351.1 351.516

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-5p1.cnf
MD5SUM10eca282b9263f77903cd90a479b46ee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1730.76
Satisfiable
(Un)Satisfiability was proved
Number of variables225926
Number of clauses1207249
Sum of the clauses size2914329
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2854772
Number of clauses of size 3284354
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

55.69/55.77	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780603-1243683176.cnf 
55.69/55.77	c Using SATTIMEOUT of 10000
55.69/55.77	c Using SATRAM of 2047
55.69/55.77	c Size of subset node = 16
55.69/55.77	c Variables = 225926
55.69/55.77	c Clauses = 1207249
55.69/55.77	c Literals = 2914329
55.69/55.77	c Reduced size:
55.69/55.77	c Variables = 225926
55.69/55.77	c Clauses = 941432
55.69/55.77	c Literals = 2325885
55.69/55.77	c a2
57.69/57.79	c a1
346.60/347.05	c Independent sub-problems = 1
346.60/347.05	c Sub-problem with 179082 variables and 941432 clauses
346.60/347.05	c using permutation method 4
346.60/347.05	c count = 1
346.60/347.05	c Ordering finished 346.160 seconds
346.60/347.05	c mapped 346.640 seconds
346.60/347.05	c permuted 346.640 seconds
346.60/347.05	c about to sort
346.90/347.32	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-1780603-1243683176/watcher-1780603-1243683176 -o /tmp/evaluation-result-1780603-1243683176/solver-1780603-1243683176 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780603-1243683176.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.93 3.01 3.61 5/118 30703
/proc/meminfo: memFree=3000584/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=1408 CPUtime=0.01
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 234 0 0 0 1 0 0 0 19 0 1 0 1132980589 1441792 190 4294967295 134512640 135237372 3220650688 3220649256 134685017 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 352 190 74 177 0 174 0

[startup+0.108278 s]
/proc/loadavg: 2.93 3.01 3.61 5/118 30703
/proc/meminfo: memFree=3000584/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=6284 CPUtime=0.11
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 1443 0 0 0 11 0 0 0 20 0 1 0 1132980589 6434816 1399 4294967295 134512640 135237372 3220650688 3220650192 134735125 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 1571 1399 74 177 0 1393 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6284

[startup+0.208275 s]
/proc/loadavg: 2.93 3.01 3.61 5/118 30703
/proc/meminfo: memFree=3000584/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=11616 CPUtime=0.21
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 2783 0 0 0 21 0 0 0 20 0 1 0 1132980589 11894784 2739 4294967295 134512640 135237372 3220650688 3220649168 134685872 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 2904 2739 75 177 0 2726 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 11616

[startup+0.308269 s]
/proc/loadavg: 2.93 3.01 3.61 5/118 30703
/proc/meminfo: memFree=3000584/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=16904 CPUtime=0.31
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 4079 0 0 0 31 0 0 0 20 0 1 0 1132980589 17309696 4035 4294967295 134512640 135237372 3220650688 3220650136 134731128 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 4226 4035 75 177 0 4048 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16904

[startup+0.708249 s]
/proc/loadavg: 2.93 3.01 3.61 5/118 30703
/proc/meminfo: memFree=3000584/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=36376 CPUtime=0.71
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 8883 0 0 0 70 1 0 0 21 0 1 0 1132980589 37249024 8839 4294967295 134512640 135237372 3220650688 3220650244 134738798 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 9094 8839 75 177 0 8916 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36376

[startup+1.50821 s]
/proc/loadavg: 2.93 3.01 3.61 4/119 30704
/proc/meminfo: memFree=2946120/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=72924 CPUtime=1.51
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 17732 0 0 0 143 8 0 0 23 0 1 0 1132980589 74674176 17688 4294967295 134512640 135237372 3220650688 3220649556 134884286 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 18231 17688 75 177 0 18053 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 72924

[startup+3.10812 s]
/proc/loadavg: 2.93 3.01 3.61 4/119 30709
/proc/meminfo: memFree=2920744/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=83480 CPUtime=3.11
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 19960 0 0 0 303 8 0 0 25 0 1 0 1132980589 85483520 19916 4294967295 134512640 135237372 3220650688 3220650380 134534317 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 20870 19916 75 177 0 20692 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 83480

[startup+6.30796 s]
/proc/loadavg: 2.93 3.01 3.61 4/118 30896
/proc/meminfo: memFree=2919500/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=83480 CPUtime=6.3
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 19960 0 0 0 622 8 0 0 25 0 1 0 1132980589 85483520 19916 4294967295 134512640 135237372 3220650688 3220650380 134534661 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 20870 19916 75 177 0 20692 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 83480

[startup+12.7076 s]
/proc/loadavg: 2.94 3.01 3.61 5/119 30905
/proc/meminfo: memFree=2920228/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=83480 CPUtime=12.7
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 19960 0 0 0 1261 9 0 0 25 0 1 0 1132980589 85483520 19916 4294967295 134512640 135237372 3220650688 3220650380 134534317 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 20870 19916 75 177 0 20692 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 83480

[startup+25.507 s]
/proc/loadavg: 2.95 3.01 3.60 5/120 30923
/proc/meminfo: memFree=2920612/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=83480 CPUtime=25.5
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 19960 0 0 0 2541 9 0 0 25 0 1 0 1132980589 85483520 19916 4294967295 134512640 135237372 3220650688 3220650380 134534272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 20870 19916 75 177 0 20692 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 83480

[startup+51.1056 s]
/proc/loadavg: 2.97 3.00 3.58 4/118 30961
/proc/meminfo: memFree=2920900/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=83480 CPUtime=51.09
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 19960 0 0 0 5097 12 0 0 25 0 1 0 1132980589 85483520 19916 4294967295 134512640 135237372 3220650688 3220650380 134534282 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 20870 19916 75 177 0 20692 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83480

[startup+102.313 s]
/proc/loadavg: 3.02 3.02 3.55 4/120 31222
/proc/meminfo: memFree=2816780/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=187484 CPUtime=102.23
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 61073 0 0 0 10199 24 0 0 25 0 1 0 1132980589 191983616 45779 4294967295 134512640 135237372 3220650688 3220650016 134555272 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 46871 45779 77 177 0 46693 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 187484

[startup+162.31 s]
/proc/loadavg: 3.01 3.01 3.52 4/118 31500
/proc/meminfo: memFree=2812516/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=191180 CPUtime=162.11
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 62252 0 0 0 16181 30 0 0 25 0 1 0 1132980589 195768320 46958 4294967295 134512640 135237372 3220650688 3220650048 134600966 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 47795 46958 77 177 0 47617 0
Current children cumulated CPU time (s) 162.11
Current children cumulated vsize (KiB) 191180

[startup+222.317 s]
/proc/loadavg: 3.00 3.00 3.48 4/118 31776
/proc/meminfo: memFree=2811936/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=191576 CPUtime=222.03
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 62362 0 0 0 22171 32 0 0 25 0 1 0 1132980589 196173824 47068 4294967295 134512640 135237372 3220650688 3220650048 134600972 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 47894 47068 77 177 0 47716 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 191576

[startup+282.314 s]
/proc/loadavg: 3.00 3.00 3.45 4/118 32052
/proc/meminfo: memFree=2811084/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=191840 CPUtime=281.95
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 62444 0 0 0 28161 34 0 0 25 0 1 0 1132980589 196444160 47150 4294967295 134512640 135237372 3220650688 3220650048 134600975 0 0 0 0 0 0 0 17 2 0 0 0
/proc/30703/statm: 47960 47150 77 177 0 47782 0
Current children cumulated CPU time (s) 281.95
Current children cumulated vsize (KiB) 191840

[startup+342.31 s]
/proc/loadavg: 3.00 3.00 3.42 4/118 32326
/proc/meminfo: memFree=2811208/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=191972 CPUtime=341.9
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 62521 0 0 0 34156 34 0 0 25 0 1 0 1132980589 196579328 47227 4294967295 134512640 135237372 3220650688 3220650048 134600975 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 47993 47227 77 177 0 47815 0
Current children cumulated CPU time (s) 341.9
Current children cumulated vsize (KiB) 191972

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

[startup+345.61 s]
/proc/loadavg: 3.00 3.00 3.41 4/118 32334
/proc/meminfo: memFree=2811084/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=192104 CPUtime=345.2
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 62525 0 0 0 34486 34 0 0 25 0 1 0 1132980589 196714496 47231 4294967295 134512640 135237372 3220650688 3220650048 134600728 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 48026 47231 77 177 0 47848 0
Current children cumulated CPU time (s) 345.2
Current children cumulated vsize (KiB) 192104

[startup+348.81 s]
/proc/loadavg: 3.00 3.00 3.41 4/118 32340
/proc/meminfo: memFree=2390816/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=616516 CPUtime=348.4
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4202496 171638 0 0 0 34769 71 0 0 25 0 1 0 1132980589 631312384 153551 4294967295 134512640 135237372 3220650688 3220078680 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 154129 153551 91 177 0 153951 0
Current children cumulated CPU time (s) 348.4
Current children cumulated vsize (KiB) 616516

[startup+350.41 s]
/proc/loadavg: 3.00 3.00 3.41 5/118 32340
/proc/meminfo: memFree=2309120/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=702372 CPUtime=350
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4204032 193334 0 0 0 34874 126 0 0 25 0 1 0 1132980589 719228928 174796 4294967295 134512640 135237372 3220650688 3212271496 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 175593 174796 104 177 0 175415 0
Current children cumulated CPU time (s) 350
Current children cumulated vsize (KiB) 702372

[startup+351.21 s]
/proc/loadavg: 3.00 3.00 3.41 4/118 32344
/proc/meminfo: memFree=1848380/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=702372 CPUtime=350.8
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4204032 193334 0 0 0 34874 206 0 0 25 0 1 0 1132980589 719228928 174796 4294967295 134512640 135237372 3220650688 3212271496 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 175593 174796 104 177 0 175415 0
Current children cumulated CPU time (s) 350.8
Current children cumulated vsize (KiB) 702372

[startup+351.41 s]
/proc/loadavg: 3.00 3.00 3.41 4/118 32344
/proc/meminfo: memFree=1848380/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=702372 CPUtime=351
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4204032 193979 0 0 0 34874 226 0 0 25 0 1 0 1132980589 719228928 175441 4294967295 134512640 135237372 3220650688 3212271496 134730102 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 175593 175441 749 177 0 175415 0
Current children cumulated CPU time (s) 351
Current children cumulated vsize (KiB) 702372

[startup+351.51 s]
/proc/loadavg: 3.00 3.00 3.41 4/118 32344
/proc/meminfo: memFree=1848380/3368532 swapFree=1959840/1959888
[pid=30703] ppid=30701 vsize=0 CPUtime=351.1
/proc/30703/stat : 30703 (ttsth-5-0) R 30701 30703 10612 0 -1 4204036 194045 0 0 0 34874 236 0 0 25 0 1 0 1132980589 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 1 0 0 0
/proc/30703/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 351.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 351.516
CPU time (s): 351.1
CPU user time (s): 348.74
CPU system time (s): 2.36
CPU usage (%): 99.8818
Max. virtual memory (cumulated for all children) (KiB): 702372

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:32:56
IDJOB=1780603
IDBENCH=71034
IDSOLVER=632
FILE ID=/1780603-1243683176
PBS_JOBID=
Free space on /tmp= 7959 MiB

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

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

MD5SUM BENCH= 10eca282b9263f77903cd90a479b46ee
RANDOM SEED= 1552602181

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.073
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.073
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.073
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.073
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:       3000584 kB
Buffers:        114992 kB
Cached:         132056 kB
SwapCached:          0 kB
Active:         173348 kB
Inactive:        95900 kB
HighTotal:     2489216 kB
HighFree:      2334836 kB
LowTotal:       879316 kB
LowFree:        665748 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           33620 kB
Writeback:           0 kB
AnonPages:       22280 kB
Mapped:           8216 kB
Slab:            87896 kB
SReclaimable:    75384 kB
SUnreclaim:      12512 kB
PageTables:        808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   123552 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7274 MiB
End job on  at 2009-05-30 13:38:50