Trace number 1821088

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 5.51 5.51787

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-04.cnf
MD5SUM019984f9d84c315e8eec645fb9d169da
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.66
Satisfiable
(Un)Satisfiability was proved
Number of variables68679
Number of clauses223994
Sum of the clauses size580546
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 291178
Number of clauses of size 3132687
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.21/0.22	c ==============================================================================
0.21/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.21/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.21/0.22	c ==============================================================================
0.21/0.22	c |         0 |  223351   578876 |   67005       0        0     nan |  0.000 % |
1.11/1.11	c |         0 |  161435   546307 |      --       0       --      -- |     --   | -61916/-32569
1.11/1.11	c ==============================================================================
1.11/1.11	c Result  :   #vars: 28147   #clauses: 161435   #literals: 546307
1.11/1.11	c CPU time:   1.01 s
1.11/1.11	c ==============================================================================
1.31/1.31	c This is MiniSat 2.0 beta
1.31/1.31	c WARNING: for repeatability, setting FPU to use double precision
1.31/1.31	c ============================[ Problem Statistics ]=============================
1.31/1.31	c |                                                                             |
1.31/1.31	c |  Number of variables:  28147                                                |
1.31/1.31	c |  Number of clauses:    161435                                               |
1.31/1.43	c |  Parsing time:         0.11         s                                       |
1.31/1.44	c ============================[ Search Statistics ]==============================
1.31/1.44	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.31/1.44	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.31/1.44	c ===============================================================================
1.31/1.44	c |         0 |   28147   161435   546307 |    53811        0    nan |  0.000 % |
2.31/2.31	c |       101 |   28144   161435   546307 |    53811       98    102 |  0.025 % |
3.01/3.06	c |       202 |   28140   161382   546155 |    53811      196     86 |  0.025 % |
4.41/4.50	c |       302 |   28140   161382   546155 |    53811      296     93 |  0.025 % |
5.41/5.50	c ===============================================================================
5.41/5.50	c restarts              : 4
5.41/5.50	c conflicts             : 366            (88 /sec)
5.41/5.50	c decisions             : 1215           (1.65 % random) (291 /sec)
5.41/5.50	c propagations          : 3536878        (848172 /sec)
5.41/5.50	c conflict literals     : 33319          (31.31 % deleted)
5.41/5.50	c Memory used           : 12.77 MB
5.41/5.50	c CPU time              : 4.17 s
5.41/5.50	c 
5.41/5.50	s UNSATISFIABLE
5.41/5.50	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-1821088-1242505962/watcher-1821088-1242505962 -o /tmp/evaluation-result-1821088-1242505962/solver-1821088-1242505962 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821088-1242505962.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.95 0.96 0.98 2/93 2630
/proc/meminfo: memFree=945884/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2416 CPUtime=0
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015097344 2473984 276 4294967295 134512640 135169312 3216346784 3216345320 3085328110 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/2630/statm: 604 276 235 161 0 43 0
[pid=2635] ppid=2630 vsize=956 CPUtime=0
/proc/2635/stat : 2635 (SatELite_releas) R 2630 2630 20977 0 -1 4202496 148 0 0 0 0 0 0 0 25 0 1 0 1015097345 978944 84 4294967295 134512640 135223648 3216545488 3216544368 134543108 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2635/statm: 239 86 45 174 0 64 0

[startup+0.109309 s]
/proc/loadavg: 0.95 0.96 0.98 2/93 2630
/proc/meminfo: memFree=945884/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2416 CPUtime=0
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015097344 2473984 276 4294967295 134512640 135169312 3216346784 3216345320 3085328110 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/2630/statm: 604 276 235 161 0 43 0
[pid=2635] ppid=2630 vsize=23164 CPUtime=0.11
/proc/2635/stat : 2635 (SatELite_releas) R 2630 2630 20977 0 -1 4202496 4439 0 0 0 6 5 0 0 25 0 1 0 1015097345 23719936 4229 4294967295 134512640 135223648 3216545488 3216544440 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2635/statm: 5791 4229 47 174 0 5616 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 25580

[startup+0.209301 s]
/proc/loadavg: 0.95 0.96 0.98 2/93 2630
/proc/meminfo: memFree=945884/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2416 CPUtime=0
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015097344 2473984 276 4294967295 134512640 135169312 3216346784 3216345320 3085328110 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/2630/statm: 604 276 235 161 0 43 0
[pid=2635] ppid=2630 vsize=31992 CPUtime=0.21
/proc/2635/stat : 2635 (SatELite_releas) R 2630 2630 20977 0 -1 4202496 6627 0 0 0 13 8 0 0 25 0 1 0 1015097345 32759808 6417 4294967295 134512640 135223648 3216545488 3216544496 134547553 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2635/statm: 7998 6417 47 174 0 7823 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 34408

[startup+0.309289 s]
/proc/loadavg: 0.95 0.96 0.98 2/93 2630
/proc/meminfo: memFree=945884/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2416 CPUtime=0
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015097344 2473984 276 4294967295 134512640 135169312 3216346784 3216345320 3085328110 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/2630/statm: 604 276 235 161 0 43 0
[pid=2635] ppid=2630 vsize=35520 CPUtime=0.31
/proc/2635/stat : 2635 (SatELite_releas) R 2630 2630 20977 0 -1 4202496 7669 0 0 0 22 9 0 0 25 0 1 0 1015097345 36372480 7258 4294967295 134512640 135223648 3216545488 3216543296 134721786 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2635/statm: 8880 7259 72 174 0 8705 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 37936

[startup+0.709249 s]
/proc/loadavg: 0.95 0.96 0.98 2/93 2630
/proc/meminfo: memFree=945884/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2416 CPUtime=0
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015097344 2473984 276 4294967295 134512640 135169312 3216346784 3216345320 3085328110 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/2630/statm: 604 276 235 161 0 43 0
[pid=2635] ppid=2630 vsize=42344 CPUtime=0.71
/proc/2635/stat : 2635 (SatELite_releas) R 2630 2630 20977 0 -1 4202496 9270 0 0 0 61 10 0 0 25 0 1 0 1015097345 43360256 8859 4294967295 134512640 135223648 3216545488 3216543504 134586782 0 0 0 3 0 0 0 17 0 0 0 0
/proc/2635/statm: 10586 8859 73 174 0 10411 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 44760

[startup+1.50918 s]
/proc/loadavg: 0.95 0.96 0.98 3/95 2636
/proc/meminfo: memFree=906560/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2420 CPUtime=1.31
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 386 10450 0 0 0 0 121 10 18 0 1 0 1015097344 2478080 278 4294967295 134512640 135169312 3216346784 3216343000 3085328110 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2630/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2420

[startup+3.10901 s]
/proc/loadavg: 0.96 0.96 0.98 3/95 2637
/proc/meminfo: memFree=927764/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2420 CPUtime=1.31
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 386 10450 0 0 0 0 121 10 18 0 1 0 1015097344 2478080 278 4294967295 134512640 135169312 3216346784 3216343000 3085328110 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2630/statm: 605 278 235 161 0 44 0
[pid=2637] ppid=2630 vsize=12768 CPUtime=1.8
/proc/2637/stat : 2637 (minisat_static) R 2630 2630 20977 0 -1 4202496 3006 0 0 0 179 1 0 0 25 0 1 0 1015097476 13074432 2939 4294967295 134512640 135215339 3220497136 3220495424 134528691 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2637/statm: 3192 2939 72 172 0 3019 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 15188

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

[startup+3.209 s]
/proc/loadavg: 0.96 0.96 0.98 3/95 2637
/proc/meminfo: memFree=927764/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2420 CPUtime=1.31
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 386 10450 0 0 0 0 121 10 18 0 1 0 1015097344 2478080 278 4294967295 134512640 135169312 3216346784 3216343000 3085328110 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2630/statm: 605 278 235 161 0 44 0
[pid=2637] ppid=2630 vsize=12768 CPUtime=1.9
/proc/2637/stat : 2637 (minisat_static) R 2630 2630 20977 0 -1 4202496 3010 0 0 0 189 1 0 0 25 0 1 0 1015097476 13074432 2943 4294967295 134512640 135215339 3220497136 3220495424 134529054 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2637/statm: 3192 2943 72 172 0 3019 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 15188

[startup+4.80885 s]
/proc/loadavg: 0.96 0.96 0.98 3/95 2638
/proc/meminfo: memFree=927144/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2420 CPUtime=1.31
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 386 10450 0 0 0 0 121 10 18 0 1 0 1015097344 2478080 278 4294967295 134512640 135169312 3216346784 3216343000 3085328110 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2630/statm: 605 278 235 161 0 44 0
[pid=2637] ppid=2630 vsize=13076 CPUtime=3.5
/proc/2637/stat : 2637 (minisat_static) R 2630 2630 20977 0 -1 4202496 3052 0 0 0 348 2 0 0 25 0 1 0 1015097476 13389824 2985 4294967295 134512640 135215339 3220497136 3220495424 134528863 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2637/statm: 3269 2985 72 172 0 3096 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 15496

[startup+5.20881 s]
/proc/loadavg: 0.96 0.96 0.98 3/95 2638
/proc/meminfo: memFree=927144/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2420 CPUtime=1.31
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 386 10450 0 0 0 0 121 10 18 0 1 0 1015097344 2478080 278 4294967295 134512640 135169312 3216346784 3216343000 3085328110 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2630/statm: 605 278 235 161 0 44 0
[pid=2637] ppid=2630 vsize=13076 CPUtime=3.9
/proc/2637/stat : 2637 (minisat_static) R 2630 2630 20977 0 -1 4202496 3055 0 0 0 388 2 0 0 25 0 1 0 1015097476 13389824 2988 4294967295 134512640 135215339 3220497136 3220495424 134528633 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2637/statm: 3269 2988 72 172 0 3096 0
Current children cumulated CPU time (s) 5.21
Current children cumulated vsize (KiB) 15496

[startup+5.40879 s]
/proc/loadavg: 0.96 0.96 0.98 3/95 2638
/proc/meminfo: memFree=927144/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2420 CPUtime=1.31
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 386 10450 0 0 0 0 121 10 18 0 1 0 1015097344 2478080 278 4294967295 134512640 135169312 3216346784 3216343000 3085328110 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/2630/statm: 605 278 235 161 0 44 0
[pid=2637] ppid=2630 vsize=13076 CPUtime=4.1
/proc/2637/stat : 2637 (minisat_static) R 2630 2630 20977 0 -1 4202496 3055 0 0 0 408 2 0 0 25 0 1 0 1015097476 13389824 2988 4294967295 134512640 135215339 3220497136 3220495424 134528682 0 0 0 3 0 0 0 17 1 0 0 0
/proc/2637/statm: 3269 2988 72 172 0 3096 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 15496

[startup+5.5088 s]
/proc/loadavg: 0.96 0.96 0.98 4/95 2639
/proc/meminfo: memFree=938212/2074464 swapFree=1951864/1959888
[pid=2630] ppid=2628 vsize=2936 CPUtime=5.5
/proc/2630/stat : 2630 (SatELiteGTI) S 2628 2630 20977 0 -1 4194304 474 13512 0 0 0 0 538 12 18 0 1 0 1015097344 3006464 346 4294967295 134512640 135169312 3216346784 3216342168 3085328110 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/2630/statm: 734 346 237 161 0 173 0
[pid=2639] ppid=2630 vsize=1588 CPUtime=0.01
/proc/2639/stat : 2639 (rm) R 2630 2630 20977 0 -1 4194304 169 0 0 0 0 1 0 0 21 0 1 0 1015097895 1626112 97 4294967295 134512640 134544820 3219515984 3219515180 3085756829 0 0 0 0 0 0 0 17 2 0 0 0
/proc/2639/statm: 397 97 78 8 0 62 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 4524

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2630 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=380000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=130000
# CPU time returned by wait4() is 5.51
# while last known CPU time is 5.51
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5.51787
CPU time (s): 5.51
CPU user time (s): 5.38
CPU system time (s): 0.13
CPU usage (%): 99.8573
Max. virtual memory (cumulated for all children) (KiB): 45504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.38
system time used= 0.13
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14171
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= 22
involuntary context switches= 329

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-16 22:32:42
IDJOB=1821088
IDBENCH=70827
IDSOLVER=657
FILE ID=tipi10/1821088-1242505962
PBS_JOBID=
Free space on /tmp= 4164 MiB

SOLVER NAME= minisat_cumr p-2009-03-18
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-04.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821088-1242505962/watcher-1821088-1242505962 -o /tmp/evaluation-result-1821088-1242505962/solver-1821088-1242505962 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821088-1242505962.cnf

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

MD5SUM BENCH= 019984f9d84c315e8eec645fb9d169da
RANDOM SEED= 1420897036

Linux tipi10 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.367
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.367
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.367
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:        945884 kB
Buffers:         24924 kB
Cached:         989792 kB
SwapCached:       2732 kB
Active:         468252 kB
Inactive:       556380 kB
HighTotal:     1178688 kB
HighFree:       333556 kB
LowTotal:       895776 kB
LowFree:        612328 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            5748 kB
Writeback:           0 kB
AnonPages:        9320 kB
Mapped:           3244 kB
Slab:            95048 kB
PageTables:        576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4164 MiB
End job on tipi10 at 2009-05-16 22:32:49