Trace number 1820270

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
BinMiniSat 2009-03-21UNSAT 17.81 17.8105

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-5-11-u.cnf
MD5SUM770fa9cd880a43d98e936f33f4e86d7a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.4
Satisfiable
(Un)Satisfiability was proved
Number of variables156980
Number of clauses696581
Sum of the clauses size1582352
Maximum clause length10
Minimum clause length1
Number of clauses of size 113310
Number of clauses of size 2570471
Number of clauses of size 382900
Number of clauses of size 43320
Number of clauses of size 513280
Number of clauses of size over 513300

Solver Data

0.00/0.00	c Parsing...
0.62/0.61	c ==============================================================================
0.62/0.61	c |           |     ORIGINAL     |              LEARNT              |          |
0.62/0.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.62/0.61	c ==============================================================================
0.62/0.61	c |         0 |  683271  1569042 |  204981       0        0     nan |  0.000 % |
4.53/4.54	c |         0 |  280610   744723 |      --       0       --      -- |     --   | -212332/-391993
4.53/4.54	c ==============================================================================
4.53/4.54	c Result  :   #vars: 51408   #clauses: 280610   #literals: 744723
4.53/4.54	c CPU time:   4.31 s
4.53/4.54	c ==============================================================================
4.83/4.85	This is MiniSat 2.0 beta
4.83/4.85	WARNING: for repeatability, setting FPU to use double precision
4.83/4.85	============================[ Problem Statistics ]=============================
4.83/4.85	|                                                                             |
4.83/4.85	|  Number of variables:  51408                                                |
4.83/4.85	|  Number of clauses:    280610                                               |
4.85/5.04	|  Parsing time:         0.16         s                                       |
4.85/5.05	============================[ Search Statistics ]==============================
4.85/5.05	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.85/5.05	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.85/5.05	===============================================================================
4.85/5.06	|         0 |   51408   280610   744723 |    93536        0    nan |  0.000 % |
4.85/5.31	|       100 |   51022   280610   744723 |   102890       62     27 | 40.857 % |
5.53/5.57	|       250 |   29609   147893   408090 |   113179      154     35 | 44.258 % |
6.03/6.02	|       477 |   26460   128780   362396 |   124497      319     34 | 49.047 % |
6.53/6.59	|       815 |   25481   122577   347410 |   136947      638     43 | 50.644 % |
7.33/7.34	|      1324 |   25242   121265   343973 |   150641     1136     47 | 56.050 % |
8.23/8.29	|      2083 |   22166   105026   299360 |   165705     1813     47 | 56.991 % |
9.53/9.55	|      3225 |   22084   104475   297939 |   182276     2944     45 | 57.042 % |
11.72/11.75	|      4933 |   21966   103683   295934 |   200504     4625     38 | 57.271 % |
14.82/14.83	|      7495 |   21767   101175   289045 |   220554     6100     36 | 57.695 % |
17.72/17.80	===============================================================================
17.72/17.80	restarts              : 10
17.72/17.80	conflicts             : 10268          (795 /sec)
17.72/17.80	decisions             : 14294          (0.65 % random) (1106 /sec)
17.72/17.80	propagations          : 20579021       (1592803 /sec)
17.72/17.80	conflict literals     : 310972         (48.24 % deleted)
17.72/17.80	Memory used           : 17.45 MB
17.72/17.80	CPU time              : 12.92 s
17.72/17.80	
17.72/17.80	UNSATISFIABLE
17.72/17.80	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-1820270-1242420904/watcher-1820270-1242420904 -o /tmp/evaluation-result-1820270-1242420904/solver-1820270-1242420904 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820270-1242420904.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.75 0.22 0.07 3/93 14389
/proc/meminfo: memFree=371280/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) R 14387 14389 14060 0 -1 4194304 354 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340124 3085166452 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=2416 CPUtime=0
/proc/14393/stat : 14393 (SatELiteGTI) R 14389 14389 14060 0 -1 4194368 22 0 0 0 0 0 0 0 25 0 1 0 1006587670 2473984 56 4294967295 134512640 135169312 3213341648 3213340144 134792613 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/14393/statm: 604 65 22 161 0 43 0

[startup+0.086185 s]
/proc/loadavg: 0.75 0.22 0.07 3/93 14389
/proc/meminfo: memFree=371280/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340184 3085164270 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=20504 CPUtime=0.09
/proc/14393/stat : 14393 (SatELite_releas) R 14389 14389 14060 0 -1 4202496 3897 0 0 0 5 4 0 0 18 0 1 0 1006587670 20996096 3833 4294967295 134512640 135223648 3214921024 3214919608 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14393/statm: 5126 3835 46 174 0 4951 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22920

[startup+0.116181 s]
/proc/loadavg: 0.75 0.22 0.07 3/93 14389
/proc/meminfo: memFree=371280/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340184 3085164270 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=22880 CPUtime=0.12
/proc/14393/stat : 14393 (SatELite_releas) R 14389 14389 14060 0 -1 4202496 5438 0 0 0 6 6 0 0 18 0 1 0 1006587670 23429120 5374 4294967295 134512640 135223648 3214921024 3214919904 134543108 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14393/statm: 5720 5374 46 174 0 5545 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25296

[startup+0.316165 s]
/proc/loadavg: 0.75 0.22 0.07 3/93 14389
/proc/meminfo: memFree=371280/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340184 3085164270 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=53724 CPUtime=0.32
/proc/14393/stat : 14393 (SatELite_releas) R 14389 14389 14060 0 -1 4202496 10448 0 0 0 21 11 0 0 18 0 1 0 1006587670 55013376 10384 4294967295 134512640 135223648 3214921024 3214919608 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14393/statm: 13431 10385 46 174 0 13256 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56140

[startup+0.716128 s]
/proc/loadavg: 0.75 0.22 0.07 3/93 14389
/proc/meminfo: memFree=371280/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340184 3085164270 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=77940 CPUtime=0.72
/proc/14393/stat : 14393 (SatELite_releas) R 14389 14389 14060 0 -1 4202496 16590 0 0 0 59 13 0 0 18 0 1 0 1006587670 79810560 16526 4294967295 134512640 135223648 3214921024 3214919616 134548979 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14393/statm: 19485 16526 68 174 0 19310 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 80356

[startup+1.51606 s]
/proc/loadavg: 0.75 0.22 0.07 3/95 14394
/proc/meminfo: memFree=300840/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340184 3085164270 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=86172 CPUtime=1.52
/proc/14393/stat : 14393 (SatELite_releas) R 14389 14389 14060 0 -1 4202496 20116 0 0 0 133 19 0 0 20 0 1 0 1006587670 88240128 18335 4294967295 134512640 135223648 3214921024 3214919040 134586709 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14393/statm: 21543 18335 73 174 0 21368 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 88588

[startup+3.11592 s]
/proc/loadavg: 0.77 0.23 0.08 3/95 14394
/proc/meminfo: memFree=296252/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2416 CPUtime=0
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 368 645 0 0 0 0 0 0 25 0 1 0 1006587669 2473984 277 4294967295 134512640 135169312 3213341648 3213340184 3085164270 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/14389/statm: 604 277 235 161 0 43 0
[pid=14393] ppid=14389 vsize=88256 CPUtime=3.12
/proc/14393/stat : 14393 (SatELite_releas) R 14389 14389 14060 0 -1 4202496 22441 0 0 0 292 20 0 0 25 0 1 0 1006587670 90374144 18853 4294967295 134512640 135223648 3214921024 3214919080 134715370 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14393/statm: 22064 18853 73 174 0 21889 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 90672

[startup+6.32564 s]
/proc/loadavg: 0.77 0.23 0.08 3/95 14578
/proc/meminfo: memFree=345352/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2420 CPUtime=4.85
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 386 30338 0 0 0 0 459 26 20 0 1 0 1006587669 2478080 278 4294967295 134512640 135169312 3213341648 3213337864 3085164270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14389/statm: 605 278 235 161 0 44 0
[pid=14578] ppid=14389 vsize=18072 CPUtime=1.48
/proc/14578/stat : 14578 (minisat_static) R 14389 14389 14060 0 -1 4202496 4258 0 0 0 145 3 0 0 25 0 1 0 1006588155 18505728 4193 4294967295 134512640 135216011 3216561968 3216560320 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14578/statm: 4518 4193 71 172 0 4345 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 20492

[startup+12.7151 s]
/proc/loadavg: 0.81 0.26 0.09 3/95 14578
/proc/meminfo: memFree=345348/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2420 CPUtime=4.85
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 386 30338 0 0 0 0 459 26 20 0 1 0 1006587669 2478080 278 4294967295 134512640 135169312 3213341648 3213337864 3085164270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14389/statm: 605 278 235 161 0 44 0
[pid=14578] ppid=14389 vsize=18072 CPUtime=7.87
/proc/14578/stat : 14578 (minisat_static) R 14389 14389 14060 0 -1 4202496 4258 0 0 0 784 3 0 0 25 0 1 0 1006588155 18505728 4193 4294967295 134512640 135216011 3216561968 3216560320 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14578/statm: 4518 4193 71 172 0 4345 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 20492

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

[startup+15.9148 s]
/proc/loadavg: 0.81 0.26 0.09 3/95 14578
/proc/meminfo: memFree=345404/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2420 CPUtime=4.85
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 386 30338 0 0 0 0 459 26 20 0 1 0 1006587669 2478080 278 4294967295 134512640 135169312 3213341648 3213337864 3085164270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14389/statm: 605 278 235 161 0 44 0
[pid=14578] ppid=14389 vsize=18072 CPUtime=11.07
/proc/14578/stat : 14578 (minisat_static) R 14389 14389 14060 0 -1 4202496 4258 0 0 0 1104 3 0 0 25 0 1 0 1006588155 18505728 4193 4294967295 134512640 135216011 3216561968 3216560320 134527521 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14578/statm: 4518 4193 71 172 0 4345 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 20492

[startup+16.7147 s]
/proc/loadavg: 0.82 0.27 0.09 3/95 14578
/proc/meminfo: memFree=345404/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2420 CPUtime=4.85
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 386 30338 0 0 0 0 459 26 20 0 1 0 1006587669 2478080 278 4294967295 134512640 135169312 3213341648 3213337864 3085164270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14389/statm: 605 278 235 161 0 44 0
[pid=14578] ppid=14389 vsize=18072 CPUtime=11.87
/proc/14578/stat : 14578 (minisat_static) R 14389 14389 14060 0 -1 4202496 4258 0 0 0 1184 3 0 0 25 0 1 0 1006588155 18505728 4193 4294967295 134512640 135216011 3216561968 3216560320 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14578/statm: 4518 4193 71 172 0 4345 0
Current children cumulated CPU time (s) 16.72
Current children cumulated vsize (KiB) 20492

[startup+17.5147 s]
/proc/loadavg: 0.82 0.27 0.09 3/95 14578
/proc/meminfo: memFree=345404/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2420 CPUtime=4.85
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 386 30338 0 0 0 0 459 26 20 0 1 0 1006587669 2478080 278 4294967295 134512640 135169312 3213341648 3213337864 3085164270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14389/statm: 605 278 235 161 0 44 0
[pid=14578] ppid=14389 vsize=18072 CPUtime=12.67
/proc/14578/stat : 14578 (minisat_static) R 14389 14389 14060 0 -1 4202496 4258 0 0 0 1264 3 0 0 25 0 1 0 1006588155 18505728 4193 4294967295 134512640 135216011 3216561968 3216560320 134527208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14578/statm: 4518 4193 71 172 0 4345 0
Current children cumulated CPU time (s) 17.52
Current children cumulated vsize (KiB) 20492

[startup+17.7146 s]
/proc/loadavg: 0.82 0.27 0.09 3/95 14578
/proc/meminfo: memFree=345404/2074464 swapFree=1949056/1959888
[pid=14389] ppid=14387 vsize=2420 CPUtime=4.85
/proc/14389/stat : 14389 (SatELiteGTI) S 14387 14389 14060 0 -1 4194304 386 30338 0 0 0 0 459 26 20 0 1 0 1006587669 2478080 278 4294967295 134512640 135169312 3213341648 3213337864 3085164270 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/14389/statm: 605 278 235 161 0 44 0
[pid=14578] ppid=14389 vsize=18072 CPUtime=12.87
/proc/14578/stat : 14578 (minisat_static) R 14389 14389 14060 0 -1 4202496 4258 0 0 0 1284 3 0 0 25 0 1 0 1006588155 18505728 4193 4294967295 134512640 135216011 3216561968 3216560320 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/14578/statm: 4518 4193 71 172 0 4345 0
Current children cumulated CPU time (s) 17.72
Current children cumulated vsize (KiB) 20492

Child status: 20
Real time (s): 17.8105
CPU time (s): 17.81
CPU user time (s): 17.51
CPU system time (s): 0.3
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 99704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.51
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= 35268
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= 276

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-15 22:55:04
IDJOB=1820270
IDBENCH=20343
IDSOLVER=661
FILE ID=tipi27/1820270-1242420904
PBS_JOBID=
Free space on /tmp= 10124 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-5-11-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820270-1242420904/watcher-1820270-1242420904 -o /tmp/evaluation-result-1820270-1242420904/solver-1820270-1242420904 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820270-1242420904.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED= 1964947505

Linux tipi27 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.389
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.389
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.79

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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:        371296 kB
Buffers:         20712 kB
Cached:        1603620 kB
SwapCached:       5508 kB
Active:         889864 kB
Inactive:       744408 kB
HighTotal:     1178688 kB
HighFree:       117732 kB
LowTotal:       895776 kB
LowFree:        253564 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:           14084 kB
Writeback:           0 kB
AnonPages:        9024 kB
Mapped:           3396 kB
Slab:            59900 kB
PageTables:        688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10124 MiB
End job on tipi27 at 2009-05-15 22:55:23