Trace number 1820481

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
APTUSAT 2009-03-22UNSAT 26.16 26.1723

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.53
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c Parsing...
0.33/0.36	c ==============================================================================
0.33/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.33/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.33/0.36	c ==============================================================================
0.33/0.36	c |         0 |  414447  1073419 |  124334       0        0     nan |  0.000 % |
7.31/7.35	c |         0 |  257542  1484866 |      --       0       --      -- |     --   | -156905/411447
7.31/7.36	c ==============================================================================
7.31/7.36	c Result  :   #vars: 7948   #clauses: 257542   #literals: 1484866
7.31/7.36	c CPU time:   7.23 s
7.31/7.36	c ==============================================================================
7.81/7.82	This is MiniSat 2.0 beta
7.81/7.82	WARNING: for repeatability, setting FPU to use double precision
7.81/7.82	============================[ Problem Statistics ]=============================
7.81/7.82	|                                                                             |
7.81/7.83	|  Number of variables:  7948                                                 |
7.81/7.83	|  Number of clauses:    257542                                               |
7.82/8.05	|  Parsing time:         0.19         s                                       |
7.82/8.07	============================[ Search Statistics ]==============================
7.82/8.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.82/8.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.82/8.07	===============================================================================
7.82/8.07	|         0 |    7948   257542  1484866 |    85847        0    nan |  0.000 % |
7.82/8.10	|       101 |    7948   257542  1484866 |    94432      101     20 |  0.000 % |
7.82/8.35	|       251 |    7948   257542  1484866 |   103875      251     23 |  0.000 % |
7.82/8.74	|       476 |    7948   257542  1484866 |   114262      476     22 |  0.000 % |
9.21/9.22	|       813 |    7948   257542  1484866 |   125689      812     24 |  0.025 % |
9.31/9.34	|      1319 |    7948   257542  1484866 |   138257     1318     18 |  0.025 % |
9.91/10.01	|      2078 |    7948   257542  1484866 |   152083     2077     17 |  0.025 % |
10.81/10.83	|      3218 |    7946   257525  1484768 |   167292     3216     16 |  0.101 % |
12.21/12.28	|      4926 |    7938   257459  1484120 |   184021     4921     19 |  0.201 % |
13.71/13.76	|      7488 |    7938   257459  1484120 |   202423     7483     17 |  0.201 % |
15.81/15.86	|     11332 |    7932   257307  1483234 |   222665    11324     15 |  0.302 % |
19.31/19.35	|     17098 |    7920   257008  1481469 |   244932    17087     17 |  0.415 % |
23.81/23.85	|     25748 |    7902   256496  1478195 |   269425    21579     17 |  0.579 % |
26.11/26.15	===============================================================================
26.11/26.15	restarts              : 13
26.11/26.15	conflicts             : 30314          (1657 /sec)
26.11/26.15	decisions             : 51493          (1.60 % random) (2815 /sec)
26.11/26.15	propagations          : 18249733       (997798 /sec)
26.11/26.15	conflict literals     : 484531         (36.03 % deleted)
26.11/26.15	Memory used           : 19.52 MB
26.11/26.15	CPU time              : 18.29 s
26.11/26.15	
26.11/26.15	UNSATISFIABLE
26.11/26.15	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-1820481-1242449285/watcher-1820481-1242449285 -o /tmp/evaluation-result-1820481-1242449285/solver-1820481-1242449285 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820481-1242449285.cnf -restarts=1 

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.05 1.01 1.00 2/93 4202
/proc/meminfo: memFree=759384/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=952 CPUtime=0
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 114 0 0 0 0 0 0 0 18 0 1 0 1009429059 974848 50 4294967295 134512640 135223648 3221148464 3221147368 134736942 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4206/statm: 239 55 44 174 0 64 0

[startup+0.10637 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 4202
/proc/meminfo: memFree=759384/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=12672 CPUtime=0.11
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 2746 0 0 0 8 3 0 0 18 0 1 0 1009429059 12976128 2682 4294967295 134512640 135223648 3221148464 3221147416 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4206/statm: 3168 2682 47 174 0 2993 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15084

[startup+0.226359 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 4202
/proc/meminfo: memFree=759384/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=26952 CPUtime=0.23
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 6259 0 0 0 17 6 0 0 18 0 1 0 1009429059 27598848 6195 4294967295 134512640 135223648 3221148464 3221147416 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4206/statm: 6738 6198 47 174 0 6563 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 29364

[startup+0.326352 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 4202
/proc/meminfo: memFree=759384/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=43912 CPUtime=0.33
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 9803 0 0 0 27 6 0 0 18 0 1 0 1009429059 44965888 9739 4294967295 134512640 135223648 3221148464 3221147304 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4206/statm: 10978 9741 47 174 0 10803 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 46324

[startup+0.726322 s]
/proc/loadavg: 1.05 1.01 1.00 2/93 4202
/proc/meminfo: memFree=759384/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=52116 CPUtime=0.72
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 11635 0 0 0 64 8 0 0 18 0 1 0 1009429059 53366784 11357 4294967295 134512640 135223648 3221148464 3221146464 134548963 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4206/statm: 13029 11357 73 174 0 12854 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 54528

[startup+1.52626 s]
/proc/loadavg: 1.05 1.01 1.00 3/95 4207
/proc/meminfo: memFree=710396/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=54408 CPUtime=1.52
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 12176 0 0 0 142 10 0 0 20 0 1 0 1009429059 55713792 11898 4294967295 134512640 135223648 3221148464 3221146240 134585912 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4206/statm: 13602 11898 73 174 0 13427 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 56820

[startup+3.12613 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 4207
/proc/meminfo: memFree=704444/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=57448 CPUtime=3.12
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 12964 0 0 0 302 10 0 0 25 0 1 0 1009429059 58826752 12686 4294967295 134512640 135223648 3221148464 3221146464 134548161 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4206/statm: 14362 12686 73 174 0 14187 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 59860

[startup+6.31586 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 4207
/proc/meminfo: memFree=689952/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2412 CPUtime=0
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 364 648 0 0 0 0 0 0 18 0 1 0 1009429058 2469888 275 4294967295 134512640 135169312 3217932320 3217930856 3084947182 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4202/statm: 603 275 235 161 0 42 0
[pid=4206] ppid=4202 vsize=67588 CPUtime=6.31
/proc/4206/stat : 4206 (SatELite_releas) R 4202 4202 10436 0 -1 4202496 15249 0 0 0 619 12 0 0 25 0 1 0 1009429059 69210112 14803 4294967295 134512640 135223648 3221148464 3221146560 134585487 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4206/statm: 16897 14803 73 174 0 16722 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 70000

[startup+12.7153 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 4208
/proc/meminfo: memFree=721156/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2416 CPUtime=7.82
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 383 16799 0 0 0 0 767 15 18 0 1 0 1009429058 2473984 277 4294967295 134512640 135169312 3217932320 3217928536 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4202/statm: 604 277 235 161 0 43 0
[pid=4208] ppid=4202 vsize=17928 CPUtime=4.89
/proc/4208/stat : 4208 (minisat_static) R 4202 4202 10436 0 -1 4202496 4377 0 0 0 485 4 0 0 25 0 1 0 1009429841 18358272 4311 4294967295 134512640 135213731 3218989440 3218987920 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4208/statm: 4482 4311 75 172 0 4308 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 20344

[startup+25.5143 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 4210
/proc/meminfo: memFree=719236/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2416 CPUtime=7.82
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 383 16799 0 0 0 0 767 15 18 0 1 0 1009429058 2473984 277 4294967295 134512640 135169312 3217932320 3217928536 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4202/statm: 604 277 235 161 0 43 0
[pid=4208] ppid=4202 vsize=19988 CPUtime=17.69
/proc/4208/stat : 4208 (minisat_static) R 4202 4202 10436 0 -1 4202496 4883 0 0 0 1765 4 0 0 25 0 1 0 1009429841 20467712 4817 4294967295 134512640 135213731 3218989440 3218987920 134530096 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4208/statm: 4997 4817 75 172 0 4823 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 22404

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

[startup+25.6143 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 4210
/proc/meminfo: memFree=719236/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2416 CPUtime=7.82
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 383 16799 0 0 0 0 767 15 18 0 1 0 1009429058 2473984 277 4294967295 134512640 135169312 3217932320 3217928536 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4202/statm: 604 277 235 161 0 43 0
[pid=4208] ppid=4202 vsize=19988 CPUtime=17.79
/proc/4208/stat : 4208 (minisat_static) R 4202 4202 10436 0 -1 4202496 4883 0 0 0 1775 4 0 0 25 0 1 0 1009429841 20467712 4817 4294967295 134512640 135213731 3218989440 3218987920 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4208/statm: 4997 4817 75 172 0 4823 0
Current children cumulated CPU time (s) 25.61
Current children cumulated vsize (KiB) 22404

[startup+26.0142 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 4210
/proc/meminfo: memFree=719236/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2416 CPUtime=7.82
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 383 16799 0 0 0 0 767 15 18 0 1 0 1009429058 2473984 277 4294967295 134512640 135169312 3217932320 3217928536 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4202/statm: 604 277 235 161 0 43 0
[pid=4208] ppid=4202 vsize=19988 CPUtime=18.19
/proc/4208/stat : 4208 (minisat_static) R 4202 4202 10436 0 -1 4202496 4888 0 0 0 1815 4 0 0 25 0 1 0 1009429841 20467712 4822 4294967295 134512640 135213731 3218989440 3218987920 134529917 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4208/statm: 4997 4822 75 172 0 4823 0
Current children cumulated CPU time (s) 26.01
Current children cumulated vsize (KiB) 22404

[startup+26.1142 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 4210
/proc/meminfo: memFree=719236/2074464 swapFree=1948616/1959888
[pid=4202] ppid=4200 vsize=2416 CPUtime=7.82
/proc/4202/stat : 4202 (SatELiteGTI) S 4200 4202 10436 0 -1 4194304 383 16799 0 0 0 0 767 15 18 0 1 0 1009429058 2473984 277 4294967295 134512640 135169312 3217932320 3217928536 3084947182 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/4202/statm: 604 277 235 161 0 43 0
[pid=4208] ppid=4202 vsize=19988 CPUtime=18.29
/proc/4208/stat : 4208 (minisat_static) R 4202 4202 10436 0 -1 4202496 4888 0 0 0 1825 4 0 0 25 0 1 0 1009429841 20467712 4822 4294967295 134512640 135213731 3218989440 3218987696 134536125 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4208/statm: 4997 4822 75 172 0 4823 0
Current children cumulated CPU time (s) 26.11
Current children cumulated vsize (KiB) 22404

Child status: 20
Real time (s): 26.1723
CPU time (s): 26.16
CPU user time (s): 25.96
CPU system time (s): 0.2
CPU usage (%): 99.9531
Max. virtual memory (cumulated for all children) (KiB): 70432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.96
system time used= 0.2
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22356
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= 20
involuntary context switches= 80

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-16 06:48:05
IDJOB=1820481
IDBENCH=20415
IDSOLVER=662
FILE ID=tipi16/1820481-1242449285
PBS_JOBID=
Free space on /tmp= 5896 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820481-1242449285/watcher-1820481-1242449285 -o /tmp/evaluation-result-1820481-1242449285/solver-1820481-1242449285 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820481-1242449285.cnf -restarts=1

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED= 506692893

Linux tipi16 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.457
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.457
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.78

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

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


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        759392 kB
Buffers:         41300 kB
Cached:        1179180 kB
SwapCached:       6028 kB
Active:         698800 kB
Inactive:       531980 kB
HighTotal:     1178688 kB
HighFree:       209916 kB
LowTotal:       895776 kB
LowFree:        549476 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            8960 kB
Writeback:           0 kB
AnonPages:        9060 kB
Mapped:           3300 kB
Slab:            75964 kB
PageTables:        504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 5896 MiB
End job on tipi16 at 2009-05-16 06:48:32