Trace number 1820906

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 10.13 10.1284

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor032.cnf
MD5SUM25c7914ccc82f6f574febbd03924feed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.29
Satisfiable
(Un)Satisfiability was proved
Number of variables16239
Number of clauses48332
Sum of the clauses size112772
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 232220
Number of clauses of size 316110
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.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   48330   112770 |   14498       0        0     nan |  0.000 % |
0.32/0.38	c |         0 |   26089    88039 |      --       0       --      -- |     --   | -22219/-24678
0.32/0.38	c ==============================================================================
0.32/0.38	c Result  :   #vars: 5259   #clauses: 26089   #literals: 88039
0.32/0.38	c CPU time:   0.36 s
0.32/0.38	c ==============================================================================
0.42/0.43	This is MiniSat 2.0 beta
0.42/0.43	WARNING: for repeatability, setting FPU to use double precision
0.42/0.43	============================[ Problem Statistics ]=============================
0.42/0.43	|                                                                             |
0.42/0.43	|  Number of variables:  5259                                                 |
0.42/0.43	|  Number of clauses:    26089                                                |
0.42/0.43	|  Parsing time:         0.01         s                                       |
0.42/0.43	============================[ Search Statistics ]==============================
0.42/0.43	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.42/0.43	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.42/0.43	===============================================================================
0.42/0.43	|         0 |    5259    26089    88039 |     8696        0    nan |  0.000 % |
0.42/0.46	|       101 |    5259    26089    88039 |     9565      101     45 |  0.000 % |
0.42/0.50	|       253 |    5259    26089    88039 |    10522      253     33 |  0.001 % |
0.42/0.54	|       479 |    5256    26056    87973 |    11574      476     36 |  0.076 % |
0.42/0.59	|       816 |    5255    25954    87767 |    12732      812     30 |  0.077 % |
0.42/0.67	|      1322 |    5255    25954    87767 |    14005     1318     27 |  0.079 % |
0.42/0.84	|      2081 |    5245    25854    87566 |    15406     2073     29 |  0.266 % |
0.42/1.00	|      3220 |    5245    25794    87430 |    16946     3207     27 |  0.267 % |
1.23/1.28	|      4928 |    5239    25741    87286 |    18641     4531     27 |  0.380 % |
1.73/1.77	|      7490 |    5239    25545    86842 |    20505     7010     28 |  0.383 % |
2.63/2.62	|     11334 |    5236    25490    86690 |    22556    10346     31 |  0.437 % |
4.03/4.02	|     17100 |    5235    25405    86486 |    24811    16009     35 |  0.456 % |
6.93/7.01	|     25751 |    5233    25345    86314 |    27292    23513     42 |  0.608 % |
10.13/10.12	===============================================================================
10.13/10.12	restarts              : 13
10.13/10.12	conflicts             : 33796          (3484 /sec)
10.13/10.12	decisions             : 124576         (1.33 % random) (12843 /sec)
10.13/10.12	propagations          : 12857238       (1325488 /sec)
10.13/10.12	conflict literals     : 1315946        (33.82 % deleted)
10.13/10.12	Memory used           : 9.74 MB
10.13/10.12	CPU time              : 9.7 s
10.13/10.12	
10.13/10.12	UNSATISFIABLE
10.13/10.12	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-1820906-1242486205/watcher-1820906-1242486205 -o /tmp/evaluation-result-1820906-1242486205/solver-1820906-1242486205 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820906-1242486205.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.93 0.97 0.99 2/93 29457
/proc/meminfo: memFree=645892/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2412 CPUtime=0.01
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 366 645 0 0 0 0 0 1 18 0 1 0 1013117597 2469888 276 4294967295 134512640 135169312 3221064480 3221063016 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29457/statm: 603 276 235 161 0 42 0
[pid=29461] ppid=29457 vsize=820 CPUtime=0
/proc/29461/stat : 29461 (SatELite_releas) R 29457 29457 14060 0 -1 4202496 83 0 0 0 0 0 0 0 20 0 1 0 1013117598 839680 19 4294967295 134512640 135223648 3219896832 3219896644 134927824 0 0 0 0 0 0 0 17 0 0 0 0
/proc/29461/statm: 238 31 24 174 0 63 0

[startup+0.061776 s]
/proc/loadavg: 0.93 0.97 0.99 2/93 29457
/proc/meminfo: memFree=645892/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2412 CPUtime=0.01
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 366 645 0 0 0 0 0 1 18 0 1 0 1013117597 2469888 276 4294967295 134512640 135169312 3221064480 3221063016 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29457/statm: 603 276 235 161 0 42 0
[pid=29461] ppid=29457 vsize=7876 CPUtime=0.06
/proc/29461/stat : 29461 (SatELite_releas) R 29457 29457 14060 0 -1 4202496 1911 0 0 0 6 0 0 0 21 0 1 0 1013117598 8065024 1751 4294967295 134512640 135223648 3219896832 3219894832 134549033 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29461/statm: 1969 1751 73 174 0 1794 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10288

[startup+0.111771 s]
/proc/loadavg: 0.93 0.97 0.99 2/93 29457
/proc/meminfo: memFree=645892/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2412 CPUtime=0.01
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 366 645 0 0 0 0 0 1 18 0 1 0 1013117597 2469888 276 4294967295 134512640 135169312 3221064480 3221063016 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29457/statm: 603 276 235 161 0 42 0
[pid=29461] ppid=29457 vsize=7876 CPUtime=0.11
/proc/29461/stat : 29461 (SatELite_releas) R 29457 29457 14060 0 -1 4202496 1933 0 0 0 11 0 0 0 21 0 1 0 1013117598 8065024 1773 4294967295 134512640 135223648 3219896832 3219894720 134734631 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29461/statm: 1969 1773 73 174 0 1794 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10288

[startup+0.311753 s]
/proc/loadavg: 0.93 0.97 0.99 2/93 29457
/proc/meminfo: memFree=645892/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2412 CPUtime=0.01
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 366 645 0 0 0 0 0 1 18 0 1 0 1013117597 2469888 276 4294967295 134512640 135169312 3221064480 3221063016 3085569774 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29457/statm: 603 276 235 161 0 42 0
[pid=29461] ppid=29457 vsize=8500 CPUtime=0.31
/proc/29461/stat : 29461 (SatELite_releas) R 29457 29457 14060 0 -1 4202496 2055 0 0 0 30 1 0 0 21 0 1 0 1013117598 8704000 1895 4294967295 134512640 135223648 3219896832 3219894848 134586939 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29461/statm: 2125 1895 73 174 0 1950 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 10912

[startup+0.711718 s]
/proc/loadavg: 0.93 0.97 0.99 2/93 29457
/proc/meminfo: memFree=645892/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2416

[startup+1.52165 s]
/proc/loadavg: 0.93 0.97 0.99 2/95 29463
/proc/meminfo: memFree=641272/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=4400 CPUtime=1.11
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 904 0 0 0 111 0 0 0 20 0 1 0 1013117639 4505600 839 4294967295 134512640 135216011 3220138640 3220136992 134527521 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 1100 839 71 172 0 927 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 6816

[startup+3.12151 s]
/proc/loadavg: 0.94 0.97 0.99 2/95 29463
/proc/meminfo: memFree=640528/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=5756 CPUtime=2.71
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 1228 0 0 0 270 1 0 0 25 0 1 0 1013117639 5894144 1163 4294967295 134512640 135216011 3220138640 3220136992 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 1439 1163 71 172 0 1266 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 8172

[startup+6.32123 s]
/proc/loadavg: 0.94 0.97 0.99 2/95 29463
/proc/meminfo: memFree=637924/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=8216 CPUtime=5.91
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 1850 0 0 0 590 1 0 0 25 0 1 0 1013117639 8413184 1785 4294967295 134512640 135216011 3220138640 3220136992 134527839 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 2054 1785 71 172 0 1881 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 10632

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

[startup+7.92109 s]
/proc/loadavg: 1.10 1.00 1.00 4/95 29646
/proc/meminfo: memFree=636016/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=9140 CPUtime=7.51
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 2085 0 0 0 750 1 0 0 25 0 1 0 1013117639 9359360 2020 4294967295 134512640 135216011 3220138640 3220137104 134540569 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 2285 2020 71 172 0 2112 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 11556

[startup+9.52096 s]
/proc/loadavg: 1.10 1.00 1.00 3/95 29647
/proc/meminfo: memFree=635396/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=9832 CPUtime=9.11
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 2248 0 0 0 910 1 0 0 25 0 1 0 1013117639 10067968 2183 4294967295 134512640 135216011 3220138640 3220136720 134524336 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 2458 2183 71 172 0 2285 0
Current children cumulated CPU time (s) 9.53
Current children cumulated vsize (KiB) 12248

[startup+9.92092 s]
/proc/loadavg: 1.10 1.00 1.00 3/95 29647
/proc/meminfo: memFree=635148/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=9968 CPUtime=9.51
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 2272 0 0 0 950 1 0 0 25 0 1 0 1013117639 10207232 2207 4294967295 134512640 135216011 3220138640 3220136992 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 2492 2207 71 172 0 2319 0
Current children cumulated CPU time (s) 9.93
Current children cumulated vsize (KiB) 12384

[startup+10.1209 s]
/proc/loadavg: 1.10 1.00 1.00 3/95 29647
/proc/meminfo: memFree=635148/2074464 swapFree=1949056/1959888
[pid=29457] ppid=29455 vsize=2416 CPUtime=0.42
/proc/29457/stat : 29457 (SatELiteGTI) S 29455 29457 14060 0 -1 4194304 385 2872 0 0 0 0 39 3 16 0 1 0 1013117597 2473984 277 4294967295 134512640 135169312 3221064480 3221060696 3085569774 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29457/statm: 604 277 235 161 0 43 0
[pid=29463] ppid=29457 vsize=9968 CPUtime=9.71
/proc/29463/stat : 29463 (minisat_static) R 29457 29457 14060 0 -1 4202496 2293 0 0 0 970 1 0 0 25 0 1 0 1013117639 10207232 2228 4294967295 134512640 135216011 3220138640 3220136992 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29463/statm: 2492 2228 71 172 0 2319 0
Current children cumulated CPU time (s) 10.13
Current children cumulated vsize (KiB) 12384

Child status: 20

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

Real time (s): 10.1284
CPU time (s): 10.13
CPU user time (s): 10.09
CPU system time (s): 0.04
CPU usage (%): 100.016
Max. virtual memory (cumulated for all children) (KiB): 12384

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 17:03:25
IDJOB=1820906
IDBENCH=70768
IDSOLVER=661
FILE ID=tipi27/1820906-1242486205
PBS_JOBID=
Free space on /tmp= 9232 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820906-1242486205/watcher-1820906-1242486205 -o /tmp/evaluation-result-1820906-1242486205/solver-1820906-1242486205 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820906-1242486205.cnf

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

MD5SUM BENCH= 25c7914ccc82f6f574febbd03924feed
RANDOM SEED= 986441148

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:        646396 kB
Buffers:         60472 kB
Cached:        1242156 kB
SwapCached:       5508 kB
Active:         660376 kB
Inactive:       652012 kB
HighTotal:     1178688 kB
HighFree:       362072 kB
LowTotal:       895776 kB
LowFree:        284324 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            2564 kB
Writeback:           0 kB
AnonPages:        9088 kB
Mapped:           3388 kB
Slab:           106832 kB
PageTables:        424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90624 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9232 MiB
End job on tipi27 at 2009-05-16 17:03:35