Trace number 1780513

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 350.21 350.243

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p1.cnf
MD5SUMc530016627d60451f148c386bba0e9bf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3611.89
Satisfiable
(Un)Satisfiability was proved
Number of variables224962
Number of clauses1204358
Sum of the clauses size2908547
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2851881
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.82/55.86	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780513-1243682520.cnf 
55.82/55.86	c Using SATTIMEOUT of 10000
55.82/55.86	c Using SATRAM of 2047
55.82/55.86	c Size of subset node = 16
55.82/55.86	c Variables = 224962
55.82/55.86	c Clauses = 1204358
55.82/55.86	c Literals = 2908547
55.82/55.86	c Reduced size:
55.82/55.86	c Variables = 224962
55.82/55.86	c Clauses = 938541
55.82/55.86	c Literals = 2320103
55.82/55.86	c a2
57.80/57.87	c a1
346.07/346.11	c Independent sub-problems = 1
346.07/346.11	c Sub-problem with 178118 variables and 938541 clauses
346.07/346.11	c using permutation method 4
346.07/346.11	c count = 1
346.07/346.11	c Ordering finished 345.590 seconds
346.07/346.11	c mapped 346.080 seconds
346.07/346.11	c permuted 346.080 seconds
346.07/346.11	c about to sort
346.27/346.38	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-1780513-1243682520/watcher-1780513-1243682520 -o /tmp/evaluation-result-1780513-1243682520/solver-1780513-1243682520 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780513-1243682520.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: 5.90 5.23 4.74 4/113 19086
/proc/meminfo: memFree=3075716/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=2224 CPUtime=0.03
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 431 0 0 0 2 1 0 0 19 0 1 0 1132916147 2277376 386 4294967295 134512640 135237372 3215695360 3215694156 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 556 386 74 177 0 378 0

[startup+0.049957 s]
/proc/loadavg: 5.90 5.23 4.74 4/113 19086
/proc/meminfo: memFree=3075716/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=3524 CPUtime=0.05
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 768 0 0 0 4 1 0 0 21 0 1 0 1132916147 3608576 723 4294967295 134512640 135237372 3215695360 3215694808 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 881 723 74 177 0 703 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3524

[startup+0.109946 s]
/proc/loadavg: 5.90 5.23 4.74 4/113 19086
/proc/meminfo: memFree=3075716/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=6548 CPUtime=0.11
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 1523 0 0 0 10 1 0 0 21 0 1 0 1132916147 6705152 1478 4294967295 134512640 135237372 3215695360 3215694808 134732614 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 1637 1478 74 177 0 1459 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 6548

[startup+0.309932 s]
/proc/loadavg: 5.90 5.23 4.74 4/113 19086
/proc/meminfo: memFree=3075716/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=17300 CPUtime=0.31
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 4189 0 0 0 27 4 0 0 22 0 1 0 1132916147 17715200 4144 4294967295 134512640 135237372 3215695360 3215694156 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 4325 4144 75 177 0 4147 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 17300

[startup+0.709891 s]
/proc/loadavg: 5.90 5.23 4.74 4/113 19086
/proc/meminfo: memFree=3075716/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=36904 CPUtime=0.71
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 9000 0 0 0 65 6 0 0 24 0 1 0 1132916147 37789696 8955 4294967295 134512640 135237372 3215695360 3215693884 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 9226 8955 75 177 0 9048 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 36904

[startup+1.50982 s]
/proc/loadavg: 5.90 5.23 4.74 4/114 19091
/proc/meminfo: memFree=3025480/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=73848 CPUtime=1.51
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 18001 0 0 0 143 8 0 0 25 0 1 0 1132916147 75620352 17956 4294967295 134512640 135237372 3215695360 3215693884 134639534 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 18462 17956 75 177 0 18284 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 73848

[startup+3.10968 s]
/proc/loadavg: 5.75 5.21 4.74 4/114 19091
/proc/meminfo: memFree=2997064/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=83308 CPUtime=3.11
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 19911 0 0 0 303 8 0 0 25 0 1 0 1132916147 85307392 19866 4294967295 134512640 135237372 3215695360 3215695052 134534331 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 20827 19866 75 177 0 20649 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 83308

[startup+6.31941 s]
/proc/loadavg: 5.75 5.21 4.74 4/114 19095
/proc/meminfo: memFree=2996948/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=83308 CPUtime=6.32
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 19911 0 0 0 624 8 0 0 25 0 1 0 1132916147 85307392 19866 4294967295 134512640 135237372 3215695360 3215695052 134534132 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 20827 19866 75 177 0 20649 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 83308

[startup+12.7189 s]
/proc/loadavg: 5.33 5.14 4.72 4/114 19107
/proc/meminfo: memFree=2996948/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=83308 CPUtime=12.72
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 19911 0 0 0 1264 8 0 0 25 0 1 0 1132916147 85307392 19866 4294967295 134512640 135237372 3215695360 3215695052 134534121 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 20827 19866 75 177 0 20649 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 83308

[startup+25.5178 s]
/proc/loadavg: 4.97 5.07 4.70 4/116 19125
/proc/meminfo: memFree=2997340/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=83308 CPUtime=25.52
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 19911 0 0 0 2544 8 0 0 25 0 1 0 1132916147 85307392 19866 4294967295 134512640 135237372 3215695360 3215695052 134534259 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 20827 19866 75 177 0 20649 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 83308

[startup+51.1155 s]
/proc/loadavg: 4.30 4.90 4.66 4/114 19167
/proc/meminfo: memFree=2997240/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=83308 CPUtime=51.12
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 19911 0 0 0 5104 8 0 0 25 0 1 0 1132916147 85307392 19866 4294967295 134512640 135237372 3215695360 3215695052 134534132 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 20827 19866 75 177 0 20649 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 83308

[startup+102.311 s]
/proc/loadavg: 3.52 4.58 4.56 4/114 19429
/proc/meminfo: memFree=2895592/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=184240 CPUtime=102.3
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 58614 0 0 0 10207 23 0 0 25 0 1 0 1132916147 188661760 45243 4294967295 134512640 135237372 3215695360 3215694704 134555287 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 46060 45243 77 177 0 45882 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184240

[startup+162.306 s]
/proc/loadavg: 3.19 4.29 4.46 4/116 19703
/proc/meminfo: memFree=2888724/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=190932 CPUtime=162.28
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 60296 0 0 0 16204 24 0 0 25 0 1 0 1132916147 195514368 46925 4294967295 134512640 135237372 3215695360 3215694720 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 47733 46925 77 177 0 47555 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 190932

[startup+222.311 s]
/proc/loadavg: 3.07 4.05 4.36 4/114 19982
/proc/meminfo: memFree=2887592/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=191328 CPUtime=222.29
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 60408 0 0 0 22205 24 0 0 25 0 1 0 1132916147 195919872 47037 4294967295 134512640 135237372 3215695360 3215694720 134600966 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 47832 47037 77 177 0 47654 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 191328

[startup+282.306 s]
/proc/loadavg: 3.02 3.86 4.27 4/114 20258
/proc/meminfo: memFree=2887368/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=191592 CPUtime=282.28
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 60491 0 0 0 28204 24 0 0 25 0 1 0 1132916147 196190208 47120 4294967295 134512640 135237372 3215695360 3215694720 134600975 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 47898 47120 77 177 0 47720 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 191592

[startup+342.31 s]
/proc/loadavg: 3.01 3.70 4.19 4/114 20536
/proc/meminfo: memFree=2887004/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=191856 CPUtime=342.27
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 60567 0 0 0 34202 25 0 0 25 0 1 0 1132916147 196460544 47196 4294967295 134512640 135237372 3215695360 3215694720 134600978 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 47964 47196 77 177 0 47786 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 191856

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

[startup+345.51 s]
/proc/loadavg: 3.01 3.70 4.19 4/114 20540
/proc/meminfo: memFree=2887004/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=191856 CPUtime=345.47
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4202496 60741 0 0 0 34522 25 0 0 25 0 1 0 1132916147 196460544 47370 4294967295 134512640 135237372 3215695360 3215694680 134728922 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 47964 47370 77 177 0 47786 0
Current children cumulated CPU time (s) 345.47
Current children cumulated vsize (KiB) 191856

[startup+348.72 s]
/proc/loadavg: 3.01 3.69 4.18 4/114 20545
/proc/meminfo: memFree=2402944/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=686312 CPUtime=348.68
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4204032 187651 0 0 0 34800 68 0 0 25 0 1 0 1132916147 702783488 171045 4294967295 134512640 135237372 3215695360 3207319552 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 171578 171045 104 177 0 171400 0
Current children cumulated CPU time (s) 348.68
Current children cumulated vsize (KiB) 686312

[startup+349.51 s]
/proc/loadavg: 3.01 3.69 4.18 4/114 20545
/proc/meminfo: memFree=2402944/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=686312 CPUtime=349.47
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4204032 187651 0 0 0 34800 147 0 0 25 0 1 0 1132916147 702783488 171045 4294967295 134512640 135237372 3215695360 3207319552 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 171578 171045 104 177 0 171400 0
Current children cumulated CPU time (s) 349.47
Current children cumulated vsize (KiB) 686312

[startup+349.91 s]
/proc/loadavg: 3.01 3.69 4.18 4/114 20552
/proc/meminfo: memFree=1924252/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=686312 CPUtime=349.87
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4204032 187651 0 0 0 34800 187 0 0 25 0 1 0 1132916147 702783488 171045 4294967295 134512640 135237372 3215695360 3207319552 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 171578 171045 104 177 0 171400 0
Current children cumulated CPU time (s) 349.87
Current children cumulated vsize (KiB) 686312

[startup+350.11 s]
/proc/loadavg: 3.01 3.69 4.18 4/114 20552
/proc/meminfo: memFree=1924252/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=686312 CPUtime=350.07
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4204032 188042 0 0 0 34800 207 0 0 25 0 1 0 1132916147 702783488 171436 4294967295 134512640 135237372 3215695360 3207319552 134730080 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 171578 171436 495 177 0 171400 0
Current children cumulated CPU time (s) 350.07
Current children cumulated vsize (KiB) 686312

[startup+350.21 s]
/proc/loadavg: 3.01 3.69 4.18 4/114 20552
/proc/meminfo: memFree=1924252/3368532 swapFree=1954888/1959888
[pid=19086] ppid=19084 vsize=0 CPUtime=350.17
/proc/19086/stat : 19086 (ttsth-5-0) R 19084 19086 32205 0 -1 4204036 188098 0 0 0 34800 217 0 0 25 0 1 0 1132916147 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 17 3 0 0 0
/proc/19086/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 350.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 350.243
CPU time (s): 350.21
CPU user time (s): 348
CPU system time (s): 2.21
CPU usage (%): 99.9905
Max. virtual memory (cumulated for all children) (KiB): 686312

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 13:22:00
IDJOB=1780513
IDBENCH=71013
IDSOLVER=632
FILE ID=/1780513-1243682520
PBS_JOBID=
Free space on /tmp= 15857 MiB

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

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

MD5SUM BENCH= c530016627d60451f148c386bba0e9bf
RANDOM SEED= 2116696748

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.43
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:       3076704 kB
Buffers:         54656 kB
Cached:         136020 kB
SwapCached:        720 kB
Active:         139980 kB
Inactive:        66500 kB
HighTotal:     2489216 kB
HighFree:      2333748 kB
LowTotal:       879316 kB
LowFree:        742956 kB
SwapTotal:     1959888 kB
SwapFree:      1954888 kB
Dirty:           23860 kB
Writeback:           0 kB
AnonPages:       15116 kB
Mapped:           6136 kB
Slab:            74952 kB
SReclaimable:    65004 kB
SUnreclaim:       9948 kB
PageTables:        712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   117272 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15187 MiB
End job on  at 2009-05-30 13:27:52