Trace number 1820834

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 31.12 31.1211

General information on the benchmark

Namecmu-bmc-longmult15.cnf
MD5SUM21b49b73035bb6e7a1dd17830907ac9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.79
Satisfiable
(Un)Satisfiability was proved
Number of variables7807
Number of clauses24351
Sum of the clauses size58557
Maximum clause length18
Minimum clause length1
Number of clauses of size 153
Number of clauses of size 216386
Number of clauses of size 36700
Number of clauses of size 4908
Number of clauses of size 516
Number of clauses of size over 5288

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   24298    58504 |    7289       0        0     nan |  0.000 % |
0.12/0.15	c |         0 |   10295    33687 |      --       0       --      -- |     --   | -12080/-19460
0.12/0.15	c ==============================================================================
0.12/0.15	c Result  :   #vars: 1804   #clauses: 10295   #literals: 33687
0.12/0.15	c CPU time:   0.15 s
0.12/0.15	c ==============================================================================
0.12/0.16	This is MiniSat 2.0 beta
0.12/0.16	WARNING: for repeatability, setting FPU to use double precision
0.12/0.16	============================[ Problem Statistics ]=============================
0.12/0.16	|                                                                             |
0.12/0.16	|  Number of variables:  1804                                                 |
0.12/0.16	|  Number of clauses:    10295                                                |
0.12/0.17	|  Parsing time:         0.01         s                                       |
0.12/0.17	============================[ Search Statistics ]==============================
0.12/0.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.12/0.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.12/0.17	===============================================================================
0.12/0.17	|         0 |    1804    10295    33687 |     3431        0    nan |  0.000 % |
0.12/0.18	|       100 |    1804    10295    33687 |     3774      100     14 |  0.001 % |
0.12/0.19	|       251 |    1804    10295    33687 |     4152      251     16 |  0.000 % |
0.12/0.21	|       478 |    1804    10295    33687 |     4567      478     17 |  0.000 % |
0.16/0.23	|       816 |    1804    10295    33687 |     5024      816     15 |  0.000 % |
0.16/0.28	|      1322 |    1804    10295    33687 |     5526     1322     18 |  0.000 % |
0.16/0.36	|      2082 |    1804    10295    33687 |     6079     2082     18 |  0.000 % |
0.16/0.45	|      3223 |    1804    10295    33687 |     6687     3223     17 |  0.000 % |
0.16/0.68	|      4932 |    1804    10295    33687 |     7356     4932     19 |  0.000 % |
1.12/1.12	|      7495 |    1804    10295    33687 |     8091     7495     20 |  0.000 % |
1.72/1.72	|     11339 |    1804    10295    33687 |     8900     6773     21 |  0.000 % |
2.42/2.43	|     17107 |    1804    10295    33687 |     9790     7948     14 |  0.000 % |
3.92/4.01	|     25758 |    1804    10295    33687 |    10770     6313     16 |  0.000 % |
6.42/6.42	|     38734 |    1804    10295    33687 |    11847     8219     16 |  0.000 % |
10.72/10.77	|     58195 |    1804    10295    33687 |    13031     9027     13 |  0.011 % |
17.12/17.21	|     87388 |    1722     9589    31502 |    14334    10780     14 |  4.551 % |
27.82/27.89	|    131179 |    1714     9440    31037 |    15768     5438     14 |  4.989 % |
31.12/31.11	===============================================================================
31.12/31.11	restarts              : 17
31.12/31.11	conflicts             : 144579         (4671 /sec)
31.12/31.11	decisions             : 162412         (0.95 % random) (5248 /sec)
31.12/31.11	propagations          : 46084251       (1488990 /sec)
31.12/31.11	conflict literals     : 2225691        (60.46 % deleted)
31.12/31.11	Memory used           : 4.24 MB
31.12/31.11	CPU time              : 30.95 s
31.12/31.11	
31.12/31.11	UNSATISFIABLE
31.12/31.11	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-1820834-1242482010/watcher-1820834-1242482010 -o /tmp/evaluation-result-1820834-1242482010/solver-1820834-1242482010 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820834-1242482010.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: 1.02 1.04 1.01 2/96 12279
/proc/meminfo: memFree=1140828/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2412 CPUtime=0
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 367 644 0 0 0 0 0 0 18 0 1 0 1012699301 2469888 276 4294967295 134512640 135169312 3217983536 3217982072 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12279/statm: 603 276 235 161 0 42 0
[pid=12283] ppid=12279 vsize=952 CPUtime=0
/proc/12283/stat : 12283 (SatELite_releas) R 12279 12279 11066 0 -1 4202496 134 0 0 0 0 0 0 0 18 0 1 0 1012699301 974848 69 4294967295 134512640 135223648 3215697392 3215695960 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12283/statm: 238 70 46 174 0 63 0

[startup+0.08846 s]
/proc/loadavg: 1.02 1.04 1.01 2/96 12279
/proc/meminfo: memFree=1140828/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2412 CPUtime=0
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 367 644 0 0 0 0 0 0 18 0 1 0 1012699301 2469888 276 4294967295 134512640 135169312 3217983536 3217982072 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12279/statm: 603 276 235 161 0 42 0
[pid=12283] ppid=12279 vsize=4616 CPUtime=0.09
/proc/12283/stat : 12283 (SatELite_releas) R 12279 12279 11066 0 -1 4202496 1082 0 0 0 9 0 0 0 18 0 1 0 1012699301 4726784 964 4294967295 134512640 135223648 3215697392 3215695392 134549074 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12283/statm: 1154 964 73 174 0 979 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7028

[startup+0.118465 s]
/proc/loadavg: 1.02 1.04 1.01 2/96 12279
/proc/meminfo: memFree=1140828/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2412 CPUtime=0
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 367 644 0 0 0 0 0 0 18 0 1 0 1012699301 2469888 276 4294967295 134512640 135169312 3217983536 3217982072 3085512430 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12279/statm: 603 276 235 161 0 42 0
[pid=12283] ppid=12279 vsize=4616 CPUtime=0.12
/proc/12283/stat : 12283 (SatELite_releas) R 12279 12279 11066 0 -1 4202496 1085 0 0 0 12 0 0 0 18 0 1 0 1012699301 4726784 967 4294967295 134512640 135223648 3215697392 3215695488 134585500 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12283/statm: 1154 967 73 174 0 979 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 7028

[startup+0.318448 s]
/proc/loadavg: 1.02 1.04 1.01 2/96 12279
/proc/meminfo: memFree=1140828/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 2416

[startup+0.718426 s]
/proc/loadavg: 1.02 1.04 1.01 2/96 12279
/proc/meminfo: memFree=1140828/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 2416

[startup+1.51838 s]
/proc/loadavg: 1.02 1.04 1.01 2/98 12285
/proc/meminfo: memFree=1138680/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=3632 CPUtime=1.36
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 636 0 0 0 135 1 0 0 23 0 1 0 1012699317 3719168 571 4294967295 134512640 135216011 3219163552 3219161904 134527314 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 908 571 71 172 0 735 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 6048

[startup+3.1183 s]
/proc/loadavg: 1.02 1.04 1.01 2/98 12285
/proc/meminfo: memFree=1138308/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=3764 CPUtime=2.96
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 660 0 0 0 295 1 0 0 25 0 1 0 1012699317 3854336 595 4294967295 134512640 135216011 3219163552 3219161904 134527559 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 941 595 71 172 0 768 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 6180

[startup+6.31812 s]
/proc/loadavg: 1.02 1.04 1.01 2/98 12285
/proc/meminfo: memFree=1138060/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=3896 CPUtime=6.16
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 703 0 0 0 615 1 0 0 25 0 1 0 1012699317 3989504 638 4294967295 134512640 135216011 3219163552 3219161904 134527435 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 974 638 71 172 0 801 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 6312

[startup+12.7178 s]
/proc/loadavg: 1.02 1.04 1.00 3/98 12468
/proc/meminfo: memFree=1137432/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=4068 CPUtime=12.56
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 758 0 0 0 1255 1 0 0 25 0 1 0 1012699317 4165632 693 4294967295 134512640 135216011 3219163552 3219161904 134527565 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 1017 693 71 172 0 844 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 6484

[startup+25.5171 s]
/proc/loadavg: 1.01 1.03 1.00 2/98 12468
/proc/meminfo: memFree=1137560/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=4336 CPUtime=25.36
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 803 0 0 0 2535 1 0 0 25 0 1 0 1012699317 4440064 738 4294967295 134512640 135216011 3219163552 3219161904 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 1084 738 71 172 0 911 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 6752

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

[startup+28.7169 s]
/proc/loadavg: 1.01 1.03 1.00 2/98 12468
/proc/meminfo: memFree=1137468/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=4336 CPUtime=28.56
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 808 0 0 0 2855 1 0 0 25 0 1 0 1012699317 4440064 743 4294967295 134512640 135216011 3219163552 3219161904 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 1084 743 71 172 0 911 0
Current children cumulated CPU time (s) 28.72
Current children cumulated vsize (KiB) 6752

[startup+30.3168 s]
/proc/loadavg: 1.01 1.03 1.00 2/98 12468
/proc/meminfo: memFree=1137468/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=4336 CPUtime=30.16
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 821 0 0 0 3015 1 0 0 25 0 1 0 1012699317 4440064 756 4294967295 134512640 135216011 3219163552 3219161696 134536553 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 1084 756 71 172 0 911 0
Current children cumulated CPU time (s) 30.32
Current children cumulated vsize (KiB) 6752

[startup+30.7168 s]
/proc/loadavg: 1.01 1.03 1.00 2/98 12468
/proc/meminfo: memFree=1137468/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=4336 CPUtime=30.56
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 821 0 0 0 3055 1 0 0 25 0 1 0 1012699317 4440064 756 4294967295 134512640 135216011 3219163552 3219161904 134527441 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 1084 756 71 172 0 911 0
Current children cumulated CPU time (s) 30.72
Current children cumulated vsize (KiB) 6752

[startup+31.1168 s]
/proc/loadavg: 1.01 1.03 1.00 2/98 12468
/proc/meminfo: memFree=1137468/2074464 swapFree=1950760/1959888
[pid=12279] ppid=12277 vsize=2416 CPUtime=0.16
/proc/12279/stat : 12279 (SatELiteGTI) S 12277 12279 11066 0 -1 4194304 386 1825 0 0 0 0 16 0 18 0 1 0 1012699301 2473984 277 4294967295 134512640 135169312 3217983536 3217979752 3085512430 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12279/statm: 604 277 235 161 0 43 0
[pid=12285] ppid=12279 vsize=4336 CPUtime=30.96
/proc/12285/stat : 12285 (minisat_static) R 12279 12279 11066 0 -1 4202496 821 0 0 0 3095 1 0 0 25 0 1 0 1012699317 4440064 756 4294967295 134512640 135216011 3219163552 3219161904 134527723 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12285/statm: 1084 756 71 172 0 911 0
Current children cumulated CPU time (s) 31.12
Current children cumulated vsize (KiB) 6752

Child status: 20

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

Real time (s): 31.1211
CPU time (s): 31.12
CPU user time (s): 31.11
CPU system time (s): 0.01
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 7028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.11
system time used= 0.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3316
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= 19
involuntary context switches= 30

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 15:53:30
IDJOB=1820834
IDBENCH=69621
IDSOLVER=661
FILE ID=tipi23/1820834-1242482010
PBS_JOBID=
Free space on /tmp= 8964 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-longmult15.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820834-1242482010/watcher-1820834-1242482010 -o /tmp/evaluation-result-1820834-1242482010/solver-1820834-1242482010 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820834-1242482010.cnf

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED= 246851874

Linux tipi23 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.377
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.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
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.377
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.377
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:       1140844 kB
Buffers:         30068 kB
Cached:         808332 kB
SwapCached:       3660 kB
Active:         442704 kB
Inactive:       407600 kB
HighTotal:     1178688 kB
HighFree:       493160 kB
LowTotal:       895776 kB
LowFree:        647684 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            1796 kB
Writeback:          68 kB
AnonPages:       11216 kB
Mapped:           4364 kB
Slab:            74692 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8964 MiB
End job on tipi23 at 2009-05-16 15:54:01