Trace number 1820531

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 r-2009-03-18UNSAT 17.63 17.676

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.81/0.86	c ==============================================================================
0.81/0.86	c |           |     ORIGINAL     |              LEARNT              |          |
0.81/0.86	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.81/0.86	c ==============================================================================
0.81/0.86	c |         0 |  869245  2324654 |  260773       0        0     nan |  0.000 % |
17.58/17.64	c (contradiction during subsumption)
17.58/17.64	c starts                :        0
17.58/17.64	c conflicts             :        0   (0 /sec)
17.58/17.64	c reduce learnts        :        0   (0 /sec)
17.58/17.64	c decisions             :        0   (0 /sec)
17.58/17.64	c propagations          :        0   (0 /sec)
17.58/17.64	c inspects              :        0   (0 /sec)
17.58/17.64	c memory used           :  156.484 MB
17.58/17.64	c CPU time              :    17.33 s
17.58/17.64	c 
17.58/17.65	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-1820531-1242452097/watcher-1820531-1242452097 -o /tmp/evaluation-result-1820531-1242452097/solver-1820531-1242452097 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820531-1242452097.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: 1.03 1.00 1.00 2/91 17926
/proc/meminfo: memFree=467480/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=816 CPUtime=0
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4194304 79 0 0 0 0 0 0 0 25 0 1 0 1009708221 835584 15 4294967295 134512640 135223648 3215576544 3215576320 134734703 0 0 0 0 0 0 0 17 1 0 0 0
/proc/17930/statm: 237 28 22 174 0 62 0

[startup+0.057406 s]
/proc/loadavg: 1.03 1.00 1.00 2/91 17926
/proc/meminfo: memFree=467480/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=25192 CPUtime=0.06
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 3537 0 0 0 5 1 0 0 25 0 1 0 1009708221 25796608 3282 4294967295 134512640 135223648 3215576544 3215575424 134543168 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17930/statm: 6298 3284 47 174 0 6123 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27608

[startup+0.107376 s]
/proc/loadavg: 1.03 1.00 1.00 2/91 17926
/proc/meminfo: memFree=467480/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=49512 CPUtime=0.11
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 6559 0 0 0 8 3 0 0 25 0 1 0 1009708221 50700288 6304 4294967295 134512640 135223648 3215576544 3215575424 134543108 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17930/statm: 12378 6306 47 174 0 12203 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 51928

[startup+0.30736 s]
/proc/loadavg: 1.03 1.00 1.00 2/91 17926
/proc/meminfo: memFree=467480/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=69928 CPUtime=0.31
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 12726 0 0 0 22 9 0 0 25 0 1 0 1009708221 71606272 12471 4294967295 134512640 135223648 3215576544 3215575496 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17930/statm: 17482 12472 47 174 0 17307 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 72344

[startup+0.70733 s]
/proc/loadavg: 1.03 1.00 1.00 2/91 17926
/proc/meminfo: memFree=467480/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=114244 CPUtime=0.71
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 23503 0 0 0 56 15 0 0 25 0 1 0 1009708221 116985856 23248 4294967295 134512640 135223648 3215576544 3215575496 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17930/statm: 28561 23249 47 174 0 28386 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 116660

[startup+1.50727 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17931
/proc/meminfo: memFree=348308/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=143532 CPUtime=1.51
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 33070 0 0 0 131 20 0 0 25 0 1 0 1009708221 146976768 30251 4294967295 134512640 135223648 3215576544 3215574560 134587344 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17930/statm: 35883 30251 73 174 0 35708 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 145948

[startup+3.10715 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17931
/proc/meminfo: memFree=337024/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=151680 CPUtime=3.1
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 34320 0 0 0 287 23 0 0 25 0 1 0 1009708221 155320320 31501 4294967295 134512640 135223648 3215576544 3215574312 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/17930/statm: 37920 31501 73 174 0 37745 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 154096

[startup+6.3069 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17932
/proc/meminfo: memFree=326732/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=155656 CPUtime=6.27
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 35096 0 0 0 604 23 0 0 25 0 1 0 1009708221 159391744 32277 4294967295 134512640 135223648 3215576544 3215574544 134548289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 38914 32277 73 174 0 38739 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 158072

[startup+12.7164 s]
/proc/loadavg: 1.03 1.00 1.00 2/93 17932
/proc/meminfo: memFree=315272/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=161136 CPUtime=12.68
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 36338 0 0 0 1242 26 0 0 25 0 1 0 1009708221 165003264 33519 4294967295 134512640 135223648 3215576544 3215574544 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 40284 33519 73 174 0 40109 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 163552

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

[startup+15.9162 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 17932
/proc/meminfo: memFree=310468/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=163368 CPUtime=15.88
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 36884 0 0 0 1560 28 0 0 25 0 1 0 1009708221 167288832 34065 4294967295 134512640 135223648 3215576544 3215574544 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 40842 34065 73 174 0 40667 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 165784

[startup+16.7161 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 17932
/proc/meminfo: memFree=309848/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=163368 CPUtime=16.68
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 36899 0 0 0 1640 28 0 0 25 0 1 0 1009708221 167288832 34080 4294967295 134512640 135223648 3215576544 3215574544 134549024 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 40842 34080 73 174 0 40667 0
Current children cumulated CPU time (s) 16.68
Current children cumulated vsize (KiB) 165784

[startup+17.1161 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 17932
/proc/meminfo: memFree=309848/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=163368 CPUtime=17.08
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 36905 0 0 0 1680 28 0 0 25 0 1 0 1009708221 167288832 34086 4294967295 134512640 135223648 3215576544 3215574560 134586851 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 40842 34086 73 174 0 40667 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 165784

[startup+17.516 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 17932
/proc/meminfo: memFree=309352/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=163368 CPUtime=17.48
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 36912 0 0 0 1720 28 0 0 25 0 1 0 1009708221 167288832 34093 4294967295 134512640 135223648 3215576544 3215574404 134725315 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 40842 34093 73 174 0 40667 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 165784

[startup+17.616 s]
/proc/loadavg: 1.02 1.00 1.00 2/93 17932
/proc/meminfo: memFree=309352/2074464 swapFree=1952056/1959888
[pid=17926] ppid=17924 vsize=2416 CPUtime=0
/proc/17926/stat : 17926 (SatELiteGTI) S 17924 17926 15108 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1009708221 2473984 277 4294967295 134512640 135169312 3215924800 3215923336 3085713134 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/17926/statm: 604 277 235 161 0 43 0
[pid=17930] ppid=17926 vsize=163368 CPUtime=17.58
/proc/17930/stat : 17930 (SatELite_releas) R 17926 17926 15108 0 -1 4202496 36913 0 0 0 1730 28 0 0 25 0 1 0 1009708221 167288832 34094 4294967295 134512640 135223648 3215576544 3215574544 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17930/statm: 40842 34094 73 174 0 40667 0
Current children cumulated CPU time (s) 17.58
Current children cumulated vsize (KiB) 165784

Child status: 20
Real time (s): 17.676
CPU time (s): 17.63
CPU user time (s): 17.33
CPU system time (s): 0.3
CPU usage (%): 99.7395
Max. virtual memory (cumulated for all children) (KiB): 165784

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

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-16 07:34:57
IDJOB=1820531
IDBENCH=20461
IDSOLVER=658
FILE ID=tipi24/1820531-1242452097
PBS_JOBID=
Free space on /tmp= 10760 MiB

SOLVER NAME= minisat_cumr r-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-1820531-1242452097/watcher-1820531-1242452097 -o /tmp/evaluation-result-1820531-1242452097/solver-1820531-1242452097 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820531-1242452097.cnf

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

MD5SUM BENCH= 1d84e062d693fe840d2f54155b9ad4a4
RANDOM SEED= 201571980

Linux tipi24 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.461
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.461
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:        467512 kB
Buffers:         40472 kB
Cached:        1453948 kB
SwapCached:       3968 kB
Active:         536448 kB
Inactive:       967560 kB
HighTotal:     1178688 kB
HighFree:        68504 kB
LowTotal:       895776 kB
LowFree:        399008 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:           19924 kB
Writeback:           0 kB
AnonPages:        8716 kB
Mapped:           3356 kB
Slab:            94056 kB
PageTables:        488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87804 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10760 MiB
End job on tipi24 at 2009-05-16 07:35:19