Trace number 1820530

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
minisat_cumr p-2009-03-18UNSAT 17.68 17.6868

General information on the benchmark

Nameindustrial/babic/hsatv17/
hsat_vc11813.cnf
MD5SUM1d84e062d693fe840d2f54155b9ad4a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.63
Satisfiable
(Un)Satisfiability was proved
Number of variables312579
Number of clauses905106
Sum of the clauses size2361159
Maximum clause length3
Minimum clause length1
Number of clauses of size 135218
Number of clauses of size 2283723
Number of clauses of size 3586165
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.82/0.87	c ==============================================================================
0.82/0.87	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.87	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.87	c ==============================================================================
0.82/0.87	c |         0 |  869245  2324654 |  260773       0        0     nan |  0.000 % |
17.62/17.65	c (contradiction during subsumption)
17.62/17.65	c starts                :        0
17.62/17.66	c conflicts             :        0   (0 /sec)
17.62/17.66	c reduce learnts        :        0   (0 /sec)
17.62/17.66	c decisions             :        0   (0 /sec)
17.62/17.66	c propagations          :        0   (0 /sec)
17.62/17.66	c inspects              :        0   (0 /sec)
17.62/17.66	c memory used           :  156.488 MB
17.62/17.66	c CPU time              :    17.44 s
17.62/17.66	c 
17.62/17.66	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820530-1242452090/watcher-1820530-1242452090 -o /tmp/evaluation-result-1820530-1242452090/solver-1820530-1242452090 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820530-1242452090.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.98 0.98 0.99 3/91 11791
/proc/meminfo: memFree=696488/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) R 11789 11791 9090 0 -1 4194304 354 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427532 3085264756 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=2416 CPUtime=0
/proc/11795/stat : 11795 (SatELiteGTI) R 11791 11791 9090 0 -1 4194368 65 0 0 0 0 0 0 0 25 0 1 0 1009709513 2473984 95 4294967295 134512640 135169312 3215429056 3215427684 3085265386 0 0 0 0 0 0 0 17 3 0 0 0
/proc/11795/statm: 238 30 23 174 0 63 0

[startup+0.118456 s]
/proc/loadavg: 0.98 0.98 0.99 3/91 11791
/proc/meminfo: memFree=696488/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=49772 CPUtime=0.12
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 7278 0 0 0 9 3 0 0 25 0 1 0 1009709513 50966528 7023 4294967295 134512640 135223648 3218727136 3218726016 134543095 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 12443 7028 47 174 0 12268 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 52188

[startup+0.21845 s]
/proc/loadavg: 0.98 0.98 0.99 3/91 11791
/proc/meminfo: memFree=696488/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=60684 CPUtime=0.22
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 10287 0 0 0 18 4 0 0 25 0 1 0 1009709513 62140416 10032 4294967295 134512640 135223648 3218727136 3218725720 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 15171 10034 47 174 0 14996 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 63100

[startup+0.318445 s]
/proc/loadavg: 0.98 0.98 0.99 3/91 11791
/proc/meminfo: memFree=696488/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=72276 CPUtime=0.32
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 13069 0 0 0 27 5 0 0 25 0 1 0 1009709513 74010624 12814 4294967295 134512640 135223648 3218727136 3218725720 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 18069 12814 47 174 0 17894 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 74692

[startup+0.718425 s]
/proc/loadavg: 0.98 0.98 0.99 3/91 11791
/proc/meminfo: memFree=696488/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=114776 CPUtime=0.72
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 23654 0 0 0 64 8 0 0 25 0 1 0 1009709513 117530624 23399 4294967295 134512640 135223648 3218727136 3218725720 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 28694 23400 47 174 0 28519 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 117192

[startup+1.51839 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11796
/proc/meminfo: memFree=575572/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=143536 CPUtime=1.52
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 33071 0 0 0 137 15 0 0 25 0 1 0 1009709513 146980864 30252 4294967295 134512640 135223648 3218727136 3218725228 134563184 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 35884 30252 73 174 0 35709 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 145952

[startup+3.11831 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11796
/proc/meminfo: memFree=564040/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=151684 CPUtime=3.12
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 34323 0 0 0 294 18 0 0 25 0 1 0 1009709513 155324416 31504 4294967295 134512640 135223648 3218727136 3218725136 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 37921 31504 73 174 0 37746 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 154100

[startup+6.31815 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11796
/proc/meminfo: memFree=554748/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=155660 CPUtime=6.32
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 35099 0 0 0 613 19 0 0 25 0 1 0 1009709513 159395840 32280 4294967295 134512640 135223648 3218727136 3218725136 134548984 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 38915 32280 73 174 0 38740 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 158076

[startup+12.7178 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11796
/proc/meminfo: memFree=543212/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=161140 CPUtime=12.72
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 36339 0 0 0 1250 22 0 0 25 0 1 0 1009709513 165007360 33520 4294967295 134512640 135223648 3218727136 3218725136 134548984 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 40285 33520 73 174 0 40110 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 163556

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

[startup+12.8178 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11796
/proc/meminfo: memFree=543212/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=161272 CPUtime=12.82
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 36352 0 0 0 1260 22 0 0 25 0 1 0 1009709513 165142528 33533 4294967295 134512640 135223648 3218727136 3218725136 134548993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 40318 33533 73 174 0 40143 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 163688

[startup+16.0177 s]
/proc/loadavg: 0.98 0.98 0.99 2/93 11981
/proc/meminfo: memFree=538004/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=163372 CPUtime=16.02
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 36887 0 0 0 1580 22 0 0 25 0 1 0 1009709513 167292928 34068 4294967295 134512640 135223648 3218727136 3218725136 134549042 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 40843 34068 73 174 0 40668 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 165788

[startup+16.8176 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11981
/proc/meminfo: memFree=537508/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=163372 CPUtime=16.82
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 36901 0 0 0 1660 22 0 0 25 0 1 0 1009709513 167292928 34082 4294967295 134512640 135223648 3218727136 3218725136 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 40843 34082 73 174 0 40668 0
Current children cumulated CPU time (s) 16.82
Current children cumulated vsize (KiB) 165788

[startup+17.2176 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11981
/proc/meminfo: memFree=537508/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=163372 CPUtime=17.22
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 36908 0 0 0 1700 22 0 0 25 0 1 0 1009709513 167292928 34089 4294967295 134512640 135223648 3218727136 3218725136 134549033 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 40843 34089 73 174 0 40668 0
Current children cumulated CPU time (s) 17.22
Current children cumulated vsize (KiB) 165788

[startup+17.6176 s]
/proc/loadavg: 0.98 0.98 0.99 3/93 11981
/proc/meminfo: memFree=537012/2074464 swapFree=1953004/1959888
[pid=11791] ppid=11789 vsize=2416 CPUtime=0
/proc/11791/stat : 11791 (SatELiteGTI) S 11789 11791 9090 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1009709512 2473984 277 4294967295 134512640 135169312 3215429056 3215427592 3085262574 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/11791/statm: 604 277 235 161 0 43 0
[pid=11795] ppid=11791 vsize=163372 CPUtime=17.62
/proc/11795/stat : 11795 (SatELite_releas) R 11791 11791 9090 0 -1 4202496 36914 0 0 0 1740 22 0 0 25 0 1 0 1009709513 167292928 34095 4294967295 134512640 135223648 3218727136 3218725136 134549024 0 0 0 3 0 0 0 17 3 0 0 0
/proc/11795/statm: 40843 34095 73 174 0 40668 0
Current children cumulated CPU time (s) 17.62
Current children cumulated vsize (KiB) 165788

Child status: 20
Real time (s): 17.6868
CPU time (s): 17.68
CPU user time (s): 17.44
CPU system time (s): 0.24
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 165788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.44
system time used= 0.24
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38215
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= 16
involuntary context switches= 279

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi19 at 2009-05-16 07:34:50
IDJOB=1820530
IDBENCH=20461
IDSOLVER=657
FILE ID=tipi19/1820530-1242452090
PBS_JOBID=
Free space on /tmp= 10107 MiB

SOLVER NAME= minisat_cumr p-2009-03-18
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820530-1242452090/watcher-1820530-1242452090 -o /tmp/evaluation-result-1820530-1242452090/solver-1820530-1242452090 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820530-1242452090.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1d84e062d693fe840d2f54155b9ad4a4
RANDOM SEED= 1630507338

Linux tipi19 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.426
cache size	: 1024 KB
physical id	: 1
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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        696520 kB
Buffers:         33708 kB
Cached:        1246416 kB
SwapCached:       3036 kB
Active:         490764 kB
Inactive:       799000 kB
HighTotal:     1178688 kB
HighFree:       205840 kB
LowTotal:       895776 kB
LowFree:        490680 kB
SwapTotal:     1959888 kB
SwapFree:      1953004 kB
Dirty:           19908 kB
Writeback:           0 kB
AnonPages:        9116 kB
Mapped:           3308 kB
Slab:            79856 kB
PageTables:        472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87776 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10107 MiB
End job on tipi19 at 2009-05-16 07:35:10