Trace number 1849358

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
minisat2 070721/coreUNSAT 17.8 17.8033

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.88	c ==============================================================================
0.82/0.88	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.88	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.88	c ==============================================================================
0.82/0.88	c |         0 |  869245  2324654 |  260773       0        0     nan |  0.000 % |
17.71/17.77	c (contradiction during subsumption)
17.71/17.77	c starts                :        0
17.71/17.77	c conflicts             :        0   (0 /sec)
17.71/17.77	c reduce learnts        :        0   (0 /sec)
17.71/17.77	c decisions             :        0   (0 /sec)
17.71/17.77	c propagations          :        0   (0 /sec)
17.71/17.77	c inspects              :        0   (0 /sec)
17.71/17.77	c memory used           :  156.488 MB
17.71/17.77	c CPU time              :    17.54 s
17.71/17.77	c 
17.71/17.77	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-1849358-1244803770/watcher-1849358-1244803770 -o /tmp/evaluation-result-1849358-1244803770/solver-1849358-1244803770 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849358-1244803770.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.00 1.00 1.00 2/91 5671
/proc/meminfo: memFree=661692/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=952 CPUtime=0
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 113 0 0 0 0 0 0 0 25 0 1 0 77802436 974848 49 4294967295 134512640 135223648 3218450592 3218449496 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 239 55 44 174 0 64 0

[startup+0.094079 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5671
/proc/meminfo: memFree=661692/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=25452 CPUtime=0.09
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 5964 0 0 0 5 4 0 0 25 0 1 0 77802436 26062848 5709 4294967295 134512640 135223648 3218450592 3218449472 134543095 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 6363 5709 47 174 0 6188 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27868

[startup+0.114078 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5671
/proc/meminfo: memFree=661692/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=49516 CPUtime=0.11
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 7145 0 0 0 6 5 0 0 25 0 1 0 77802436 50704384 6890 4294967295 134512640 135223648 3218450592 3218449472 134543168 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 12379 6892 47 174 0 12204 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 51932

[startup+0.314063 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5671
/proc/meminfo: memFree=661692/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=72012 CPUtime=0.31
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 12997 0 0 0 22 9 0 0 25 0 1 0 77802436 73740288 12742 4294967295 134512640 135223648 3218450592 3218449092 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 18003 12743 47 174 0 17828 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 74428

[startup+0.714034 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 5671
/proc/meminfo: memFree=661692/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=113852 CPUtime=0.71
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 23417 0 0 0 57 14 0 0 25 0 1 0 77802436 116584448 23162 4294967295 134512640 135223648 3218450592 3218449544 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 28463 23162 47 174 0 28288 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 116268

[startup+1.51398 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5676
/proc/meminfo: memFree=542240/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=143536 CPUtime=1.51
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 33067 0 0 0 133 18 0 0 25 0 1 0 77802436 146980864 30248 4294967295 134512640 135223648 3218450592 3218448496 134541184 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 35884 30248 73 174 0 35709 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 145952

[startup+3.11386 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5676
/proc/meminfo: memFree=531204/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=151684 CPUtime=3.11
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 34317 0 0 0 291 20 0 0 25 0 1 0 77802436 155324416 31498 4294967295 134512640 135223648 3218450592 3218448592 134548161 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 37921 31498 73 174 0 37746 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 154100

[startup+6.31364 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5677
/proc/meminfo: memFree=520912/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=155660 CPUtime=6.31
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 35096 0 0 0 610 21 0 0 25 0 1 0 77802436 159395840 32277 4294967295 134512640 135223648 3218450592 3218448592 134548993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5675/statm: 38915 32277 73 174 0 38740 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 158076

[startup+12.7132 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5678
/proc/meminfo: memFree=509096/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=161140 CPUtime=12.71
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 36337 0 0 0 1250 21 0 0 25 0 1 0 77802436 165007360 33518 4294967295 134512640 135223648 3218450592 3218448592 134548280 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5675/statm: 40285 33518 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+15.913 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 5678
/proc/meminfo: memFree=504416/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=163372 CPUtime=15.9
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 36882 0 0 0 1569 21 0 0 25 0 1 0 77802436 167292928 34063 4294967295 134512640 135223648 3218450592 3218448592 134548984 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5675/statm: 40843 34063 73 174 0 40668 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 165788

[startup+16.7129 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5678
/proc/meminfo: memFree=503796/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=163372 CPUtime=16.7
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 36897 0 0 0 1649 21 0 0 25 0 1 0 77802436 167292928 34078 4294967295 134512640 135223648 3218450592 3218448608 134586647 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5675/statm: 40843 34078 73 174 0 40668 0
Current children cumulated CPU time (s) 16.71
Current children cumulated vsize (KiB) 165788

[startup+17.5128 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5678
/proc/meminfo: memFree=503300/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=163372 CPUtime=17.5
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 36910 0 0 0 1728 22 0 0 25 0 1 0 77802436 167292928 34091 4294967295 134512640 135223648 3218450592 3218448592 134549042 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5675/statm: 40843 34091 73 174 0 40668 0
Current children cumulated CPU time (s) 17.51
Current children cumulated vsize (KiB) 165788

[startup+17.7128 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 5678
/proc/meminfo: memFree=503300/2074464 swapFree=1959888/1959888
[pid=5671] ppid=5669 vsize=2416 CPUtime=0.01
/proc/5671/stat : 5671 (SatELiteGTI) S 5669 5671 18459 0 -1 4194304 367 646 0 0 1 0 0 0 25 0 1 0 77802436 2473984 277 4294967295 134512640 135169312 3221080880 3221079416 3084934894 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/5671/statm: 604 277 235 161 0 43 0
[pid=5675] ppid=5671 vsize=163372 CPUtime=17.7
/proc/5675/stat : 5675 (SatELite_releas) R 5671 5671 18459 0 -1 4202496 36913 0 0 0 1748 22 0 0 25 0 1 0 77802436 167292928 34094 4294967295 134512640 135223648 3218450592 3218448592 134548993 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5675/statm: 40843 34094 73 174 0 40668 0
Current children cumulated CPU time (s) 17.71
Current children cumulated vsize (KiB) 165788

Child status: 20
Real time (s): 17.8033
CPU time (s): 17.8
CPU user time (s): 17.55
CPU system time (s): 0.25
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 165788

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi06 at 2009-06-12 12:49:30
IDJOB=1849358
IDBENCH=20461
IDSOLVER=690
FILE ID=tipi06/1849358-1244803770
PBS_JOBID=
Free space on /tmp= 15754 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/babic/hsatv17/hsat_vc11813.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849358-1244803770/watcher-1849358-1244803770 -o /tmp/evaluation-result-1849358-1244803770/solver-1849358-1244803770 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849358-1244803770.cnf

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

MD5SUM BENCH= 1d84e062d693fe840d2f54155b9ad4a4
RANDOM SEED= 513123860

Linux tipi06 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.76

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.76


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        661708 kB
Buffers:         74556 kB
Cached:        1171544 kB
SwapCached:          0 kB
Active:         380500 kB
Inactive:       876784 kB
HighTotal:     1178688 kB
HighFree:       387856 kB
LowTotal:       895776 kB
LowFree:        273852 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           19944 kB
Writeback:           0 kB
AnonPages:       11000 kB
Mapped:           5500 kB
Slab:           146516 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85604 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15754 MiB
End job on tipi06 at 2009-06-12 12:49:50