Trace number 1849363

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.4 17.4125

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.51/4.58	c |         0 |  280610   744723 |      --       0       --      -- |     --   | -212332/-391993
4.51/4.58	c ==============================================================================
4.51/4.58	c Result  :   #vars: 51408   #clauses: 280610   #literals: 744723
4.51/4.58	c CPU time:   4.41 s
4.51/4.58	c ==============================================================================
4.81/4.89	This is MiniSat 2.0 beta
4.81/4.89	WARNING: for repeatability, setting FPU to use double precision
4.81/4.89	============================[ Problem Statistics ]=============================
4.81/4.89	|                                                                             |
4.81/4.89	|  Number of variables:  51408                                                |
4.81/4.89	|  Number of clauses:    280610                                               |
4.88/5.08	|  Parsing time:         0.17         s                                       |
4.88/5.09	============================[ Search Statistics ]==============================
4.88/5.09	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.88/5.09	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.88/5.09	===============================================================================
4.88/5.09	|         0 |   51408   280610   744723 |    93536        0    nan |  0.000 % |
4.88/5.25	|       100 |   50989   280610   744723 |   102890       82     25 | 16.550 % |
5.51/5.56	|       251 |   27302   134099   375890 |   113179      171     35 | 46.892 % |
5.81/5.89	|       476 |   24843   119187   336754 |   124497      327     30 | 51.978 % |
6.21/6.24	|       813 |   24252   115903   328790 |   136947      646     31 | 52.824 % |
6.81/6.90	|      1319 |   24014   114769   325772 |   150641     1144     51 | 53.340 % |
7.61/7.71	|      2078 |   23969   114519   325156 |   165705     1899     49 | 53.692 % |
9.11/9.21	|      3217 |   23795   113570   322765 |   182276     3016     53 | 53.713 % |
10.81/10.83	|      4928 |   23745   113312   322040 |   200504     4723     60 | 53.811 % |
13.71/13.74	|      7495 |   23735   113242   321853 |   220554     7288     62 | 54.038 % |
17.31/17.40	===============================================================================
17.31/17.40	restarts              : 10
17.31/17.40	conflicts             : 10665          (854 /sec)
17.31/17.40	decisions             : 24078          (0.77 % random) (1928 /sec)
17.31/17.40	propagations          : 19995681       (1600935 /sec)
17.31/17.40	conflict literals     : 556472         (49.57 % deleted)
17.31/17.40	Memory used           : 17.65 MB
17.31/17.40	CPU time              : 12.49 s
17.31/17.40	
17.31/17.40	UNSATISFIABLE
17.31/17.40	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-1849363-1244804911/watcher-1849363-1244804911 -o /tmp/evaluation-result-1849363-1244804911/solver-1849363-1244804911 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849363-1244804911.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.92 0.98 0.99 3/91 9563
/proc/meminfo: memFree=891660/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) R 9561 9563 18729 0 -1 4194304 354 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880252 3085129588 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=2412 CPUtime=0
/proc/9567/stat : 9567 (SatELiteGTI) R 9563 9563 18729 0 -1 4194368 34 0 0 0 0 0 0 0 25 0 1 0 77916388 2469888 64 4294967295 134512640 135169312 3215881776 3215880560 134788463 0 0 4 65536 0 0 0 17 1 0 0 0
/proc/9567/statm: 603 83 41 161 0 42 0

[startup+0.067106 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 9563
/proc/meminfo: memFree=891660/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880312 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=12992 CPUtime=0.07
/proc/9567/stat : 9567 (SatELite_releas) R 9563 9563 18729 0 -1 4202496 2934 0 0 0 5 2 0 0 25 0 1 0 77916388 13303808 2869 4294967295 134512640 135223648 3216109152 3216108032 134543108 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9567/statm: 3248 2869 46 174 0 3073 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15404

[startup+0.117099 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 9563
/proc/meminfo: memFree=891660/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880312 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=23144 CPUtime=0.12
/proc/9567/stat : 9567 (SatELite_releas) R 9563 9563 18729 0 -1 4202496 5531 0 0 0 10 2 0 0 25 0 1 0 77916388 23699456 5466 4294967295 134512640 135223648 3216109152 3216108104 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9567/statm: 5786 5467 46 174 0 5611 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25556

[startup+0.317076 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 9563
/proc/meminfo: memFree=891660/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880312 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=53988 CPUtime=0.32
/proc/9567/stat : 9567 (SatELite_releas) R 9563 9563 18729 0 -1 4202496 10520 0 0 0 26 6 0 0 25 0 1 0 77916388 55283712 10455 4294967295 134512640 135223648 3216109152 3216108104 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9567/statm: 13497 10455 46 174 0 13322 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56400

[startup+0.717031 s]
/proc/loadavg: 0.92 0.98 0.99 3/91 9563
/proc/meminfo: memFree=891660/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880312 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=77940 CPUtime=0.71
/proc/9567/stat : 9567 (SatELite_releas) R 9563 9563 18729 0 -1 4202496 16598 0 0 0 62 9 0 0 25 0 1 0 77916388 79810560 16533 4294967295 134512640 135223648 3216109152 3216107744 134549247 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9567/statm: 19485 16533 68 174 0 19310 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 80352

[startup+1.51694 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 9568
/proc/meminfo: memFree=821436/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880312 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=86172 CPUtime=1.51
/proc/9567/stat : 9567 (SatELite_releas) R 9563 9563 18729 0 -1 4202496 20117 0 0 0 140 11 0 0 25 0 1 0 77916388 88240128 18335 4294967295 134512640 135223648 3216109152 3216107168 134586756 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9567/statm: 21543 18335 73 174 0 21368 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 88584

[startup+3.11676 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 9568
/proc/meminfo: memFree=816972/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2412 CPUtime=0
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 368 644 0 0 0 0 0 0 25 0 1 0 77916388 2469888 276 4294967295 134512640 135169312 3215881776 3215880312 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/9563/statm: 603 276 235 161 0 42 0
[pid=9567] ppid=9563 vsize=88256 CPUtime=3.11
/proc/9567/stat : 9567 (SatELite_releas) R 9563 9563 18729 0 -1 4202496 22440 0 0 0 300 11 0 0 25 0 1 0 77916388 90374144 18851 4294967295 134512640 135223648 3216109152 3216106920 134737406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9567/statm: 22064 18851 73 174 0 21889 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 90668

[startup+6.31639 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9569
/proc/meminfo: memFree=866604/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2416 CPUtime=4.88
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 386 30338 0 0 0 0 470 18 20 0 1 0 77916388 2473984 277 4294967295 134512640 135169312 3215881776 3215877992 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9563/statm: 604 277 235 161 0 43 0
[pid=9569] ppid=9563 vsize=17676 CPUtime=1.43
/proc/9569/stat : 9569 (minisat_static) R 9563 9563 18729 0 -1 4202496 4150 0 0 0 141 2 0 0 25 0 1 0 77916877 18100224 4085 4294967295 134512640 135212939 3216623424 3216621888 134526557 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9569/statm: 4419 4085 75 171 0 4247 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 20092

[startup+12.7157 s]
/proc/loadavg: 0.93 0.98 0.99 2/93 9755
/proc/meminfo: memFree=866128/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2416 CPUtime=4.88
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 386 30338 0 0 0 0 470 18 20 0 1 0 77916388 2473984 277 4294967295 134512640 135169312 3215881776 3215877992 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9563/statm: 604 277 235 161 0 43 0
[pid=9569] ppid=9563 vsize=17676 CPUtime=7.83
/proc/9569/stat : 9569 (minisat_static) R 9563 9563 18729 0 -1 4202496 4159 0 0 0 781 2 0 0 25 0 1 0 77916877 18100224 4094 4294967295 134512640 135212939 3216623424 3216621600 134529431 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9569/statm: 4419 4094 76 171 0 4247 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 20092

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

[startup+15.9153 s]
/proc/loadavg: 0.94 0.98 0.99 3/93 9755
/proc/meminfo: memFree=865944/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2416 CPUtime=4.88
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 386 30338 0 0 0 0 470 18 20 0 1 0 77916388 2473984 277 4294967295 134512640 135169312 3215881776 3215877992 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9563/statm: 604 277 235 161 0 43 0
[pid=9569] ppid=9563 vsize=18072 CPUtime=11.03
/proc/9569/stat : 9569 (minisat_static) R 9563 9563 18729 0 -1 4202496 4245 0 0 0 1101 2 0 0 25 0 1 0 77916877 18505728 4180 4294967295 134512640 135212939 3216623424 3216621888 134526833 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9569/statm: 4518 4180 76 171 0 4346 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 20488

[startup+16.7152 s]
/proc/loadavg: 0.94 0.98 0.99 2/93 9755
/proc/meminfo: memFree=865944/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2416 CPUtime=4.88
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 386 30338 0 0 0 0 470 18 20 0 1 0 77916388 2473984 277 4294967295 134512640 135169312 3215881776 3215877992 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9563/statm: 604 277 235 161 0 43 0
[pid=9569] ppid=9563 vsize=18072 CPUtime=11.83
/proc/9569/stat : 9569 (minisat_static) R 9563 9563 18729 0 -1 4202496 4245 0 0 0 1181 2 0 0 25 0 1 0 77916877 18505728 4180 4294967295 134512640 135212939 3216623424 3216621888 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9569/statm: 4518 4180 76 171 0 4346 0
Current children cumulated CPU time (s) 16.71
Current children cumulated vsize (KiB) 20488

[startup+17.1151 s]
/proc/loadavg: 0.94 0.98 0.99 2/93 9755
/proc/meminfo: memFree=865944/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2416 CPUtime=4.88
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 386 30338 0 0 0 0 470 18 20 0 1 0 77916388 2473984 277 4294967295 134512640 135169312 3215881776 3215877992 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9563/statm: 604 277 235 161 0 43 0
[pid=9569] ppid=9563 vsize=18072 CPUtime=12.23
/proc/9569/stat : 9569 (minisat_static) R 9563 9563 18729 0 -1 4202496 4248 0 0 0 1221 2 0 0 25 0 1 0 77916877 18505728 4183 4294967295 134512640 135212939 3216623424 3216621888 134526587 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9569/statm: 4518 4183 76 171 0 4346 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 20488

[startup+17.3151 s]
/proc/loadavg: 0.94 0.98 0.99 2/93 9755
/proc/meminfo: memFree=865944/2074464 swapFree=1959888/1959888
[pid=9563] ppid=9561 vsize=2416 CPUtime=4.88
/proc/9563/stat : 9563 (SatELiteGTI) S 9561 9563 18729 0 -1 4194304 386 30338 0 0 0 0 470 18 20 0 1 0 77916388 2473984 277 4294967295 134512640 135169312 3215881776 3215877992 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/9563/statm: 604 277 235 161 0 43 0
[pid=9569] ppid=9563 vsize=18072 CPUtime=12.43
/proc/9569/stat : 9569 (minisat_static) R 9563 9563 18729 0 -1 4202496 4250 0 0 0 1241 2 0 0 25 0 1 0 77916877 18505728 4185 4294967295 134512640 135212939 3216623424 3216621888 134526682 0 0 0 3 0 0 0 17 3 0 0 0
/proc/9569/statm: 4518 4185 76 171 0 4346 0
Current children cumulated CPU time (s) 17.31
Current children cumulated vsize (KiB) 20488

Child status: 20
Real time (s): 17.4125
CPU time (s): 17.4
CPU user time (s): 17.19
CPU system time (s): 0.21
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 99700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.19
system time used= 0.21
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35260
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= 21
involuntary context switches= 233

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi07 at 2009-06-12 13:08:31
IDJOB=1849363
IDBENCH=20343
IDSOLVER=690
FILE ID=tipi07/1849363-1244804911
PBS_JOBID=
Free space on /tmp= 15680 MiB

SOLVER NAME= minisat2 070721/core
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-1849363-1244804911/watcher-1849363-1244804911 -o /tmp/evaluation-result-1849363-1244804911/solver-1849363-1244804911 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849363-1244804911.cnf

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

MD5SUM BENCH= 770fa9cd880a43d98e936f33f4e86d7a
RANDOM SEED= 1836039610

Linux tipi07 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.428
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.428
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.428
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.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
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:        891676 kB
Buffers:         54360 kB
Cached:         967204 kB
SwapCached:          0 kB
Active:         136188 kB
Inactive:       896584 kB
HighTotal:     1178688 kB
HighFree:       543620 kB
LowTotal:       895776 kB
LowFree:        348056 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           13904 kB
Writeback:           0 kB
AnonPages:       11332 kB
Mapped:           5292 kB
Slab:           141028 kB
PageTables:        632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    86048 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15680 MiB
End job on tipi07 at 2009-06-12 13:08:50