Trace number 3262508

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
CryptoMiniSat Strange-Night2-st? (TO) 1300.04 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_462.cnf
MD5SUM4975f32607352c0a4d9db1abea12627a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.62714
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses28738
Sum of the clauses size129678
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326363
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52298

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3262508-1307669801.cnf'
0.00/0.00	c -- header says num vars:            231
0.00/0.00	c -- header says num clauses:       28738
0.00/0.01	c -- clauses added:            0 learnts,        28738 normals,            0 xors
0.00/0.01	c -- vars added        231
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       231     28661        77         0    129678         0   no data   no data
0.09/0.18	c asymm  cl-useful: 0/28661/28661 lits-rem:0 time: 0.17
0.09/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
0.09/0.19	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
0.29/0.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
0.29/0.38	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.39	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.29/0.39	c calculated reachability. Time: 0.00
0.29/0.39	c Calc default polars -  time:   0.00 s pos:     231 undec:       0 neg:       0
0.29/0.39	c =========================================================================================
0.29/0.39	c types(t): F = full restart, N = normal restart
0.29/0.39	c types(t): S = simplification begin/end, E = solution found
0.29/0.39	c restart types(rt): st = static, dy = dynamic
0.29/0.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.29/0.39	c  B st     0         0       231     28661        77         0    129678         0   no data   no data
0.59/0.65	c  N dy    12      4066       231     28661        77      3888    129678     84037     12.61     13.28
0.89/0.91	c  N dy    18      8161       231     28661        77      5400    129678    107659     11.65     14.71
1.10/1.19	c  N dy    25     12252       231     28661        77      5224    129678     93595     11.22     12.12
1.39/1.48	c  N dy    32     16725       231     28661        77      9487    129678    179375     11.04     11.64
1.69/1.78	c  N dy    51     20762       231     28661        77      7989    129678    142451     11.15     11.80
1.99/2.08	c  F st    68     25000       231     28661        77     12026    129678    227167     11.11      9.57
1.99/2.09	c  N st    68     25000       231     28661        77     12026    129678    227167     11.11      9.57
2.39/2.44	c  N dy    74     30002       231     28661        77     10287    129678    186865     11.11   no data
2.39/2.44	c  S st    74     30002       231     28661        77     10287    129678    186865     11.11   no data
2.39/2.48	c  S st    74     30503       231     28661        77     10784    129678    199132     11.11   no data
2.39/2.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
2.39/2.49	c blocked clauses removed:        0 vars:      0 tried:         231 T: 0.00 s
2.39/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
2.49/2.50	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
2.49/2.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.49/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.64	c lits-rem:       212  cl-subs:     1984  v-elim:      0  v-fix:    0  time:  0.13 s
2.89/2.90	c asymm  cl-useful: 2/28661/28661 lits-rem:2 time: 0.26
2.89/2.90	c calculated reachability. Time: 0.00
2.89/2.90	c  N dy    74     30503       231     28661        77      8800    129676    177828     11.11   no data
3.19/3.29	c  N dy    95     35930       231     28661        77     13975    129676    286793     11.12     11.73
3.59/3.61	c  N dy   116     40041       231     28661        77     10413    129676    188167     11.15     11.76
3.99/4.02	c  N dy   131     45754       231     28661        77     15794    129676    300564     11.09     10.75
3.99/4.02	c  S st   131     45754       231     28661        77     15794    129676    300564     11.09     10.75
3.99/4.06	c  S st   131     46255       231     28661        77     16285    129676    312536     11.09   no data
3.99/4.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
3.99/4.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.99/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
3.99/4.08	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
3.99/4.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
3.99/4.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4.20/4.26	c lits-rem:       135  cl-subs:     1936  v-elim:      0  v-fix:    0  time:  0.16 s
4.20/4.27	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
4.20/4.27	c vivif2 --  cl tried    14349 cl shrink        0 lits rem          0 time: 0.00
4.50/4.58	c asymm  cl-useful: 1/28661/28661 lits-rem:1 time: 0.31
4.50/4.58	c calculated reachability. Time: 0.00
4.50/4.58	c  N dy   131     46255       231     28661        77     14349    129675    290154     11.09   no data
4.89/4.92	c  N dy   145     50519       231     28661        77      9963    129675    178307     11.09     11.69
5.19/5.24	c  N dy   156     54993       231     28661        77     14262    129675    266657     11.03     11.65
5.50/5.58	c  N dy   175     59321       231     28661        77     18375    129675    351091     11.02     11.69
5.89/5.91	c  N dy   196     63638       231     28661        77     13058    129675    223958     11.05     11.64
6.19/6.22	c  N dy   220     67729       231     28661        77     16973    129675    306829     11.09     12.20
6.29/6.35	c  S st   227     69382       231     28661        77     18543    129675    337622     11.09   no data
6.29/6.39	c  S st   227     69883       231     28661        77     19042    129675    348518     11.09   no data
6.29/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.39/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
6.39/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.39/6.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.39/6.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
6.39/6.41	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
6.39/6.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.39/6.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
6.59/6.64	c lits-rem:       230  cl-subs:     1873  v-elim:      0  v-fix:    0  time:  0.21 s
6.59/6.64	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
6.59/6.65	c vivif2 --  cl tried    17169 cl shrink        0 lits rem          0 time: 0.00
6.89/6.96	c asymm  cl-useful: 0/28661/28661 lits-rem:0 time: 0.32
6.89/6.97	c calculated reachability. Time: 0.00
6.89/6.97	c  N dy   227     69883       231     28661        77     17169    129675    326701     11.09   no data
7.39/7.44	c  N dy   246     75778       231     28661        77     12313    129675    201936     11.06     11.71
7.79/7.82	c  N dy   261     81002       231     28661        77     17250    129675    302534     11.03     11.62
8.19/8.25	c  N dy   279     86452       231     28661        77     22451    129675    411090     11.03     11.62
8.29/8.36	c  F st   282     87502       231     28661        77     12066    129675    188356     11.02      9.83
8.70/8.73	c  N dy   288     92697       231     28661        77     17029    129675    298047     11.02   no data
9.19/9.21	c  N dy   316     98643       231     28661        77     22727    129675    416783     11.03     12.98
9.69/9.72	c  S st   345    104824       231     28661        77     16202    129675    269982     11.04      9.63
9.69/9.76	c  S st   345    105326       231     28661        77     16701    129675    281534     11.04   no data
9.69/9.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.69/9.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.69/9.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.69/9.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.69/9.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.69/9.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
9.69/9.77	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
9.69/9.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.69/9.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.90/9.92	c lits-rem:       113  cl-subs:     1693  v-elim:      0  v-fix:    0  time:  0.13 s
9.90/9.92	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
9.90/9.93	c vivif2 --  cl tried    15008 cl shrink        0 lits rem          0 time: 0.00
10.19/10.22	c asymm  cl-useful: 2/28661/28661 lits-rem:2 time: 0.30
10.19/10.22	c calculated reachability. Time: 0.00
10.19/10.22	c  N dy   345    105326       231     28661        77     15008    129673    264251     11.04   no data
10.69/10.75	c  N dy   365    112131       231     28661        77     21489    129673    396755     11.03     11.64
11.29/11.38	c  N dy   392    119361       231     28661        77     15080    129673    248426     11.03     12.50
11.89/11.97	c  N dy   414    126994       231     28661        77     22289    129673    389359     11.01     15.52
12.69/12.73	c  N dy   446    135863       231     28661        77     16452    129673    277888     11.00     11.60
13.39/13.42	c  N dy   484    144561       231     28661        77     24753    129673    447402     11.01     14.22
14.30/14.36	c  N dy   523    155493       231     28661        77     19902    129673    318975     10.99     11.64
14.49/14.57	c  S st   537    157992       231     28661        77     22287    129673    369765     11.00   no data
14.59/14.61	c  S st   537    158493       231     28661        77     22786    129673    381534     11.00   no data
14.59/14.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.59/14.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
14.59/14.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.59/14.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.59/14.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.59/14.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
14.59/14.63	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
14.59/14.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
14.59/14.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
14.89/14.92	c lits-rem:       174  cl-subs:     2692  v-elim:      0  v-fix:    0  time:  0.26 s
14.89/14.92	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
14.89/14.93	c vivif2 --  cl tried    20094 cl shrink        0 lits rem          0 time: 0.00
15.19/15.27	c asymm  cl-useful: 1/28661/28661 lits-rem:1 time: 0.34
15.19/15.27	c calculated reachability. Time: 0.00
15.19/15.27	c  N dy   537    158493       231     28661        77     20094    129672    351965     11.00   no data
16.09/16.15	c  N dy   588    168932       231     28661        77     30036    129672    557870     11.01     11.64
17.09/17.10	c  N dy   643    179970       231     28661        77     24474    129672    411817     11.03     11.64
18.09/18.16	c  N dy   717    191498       231     28661        77     18366    129672    278216     11.07     12.15
19.09/19.17	c  N dy   759    203989       231     28661        77     30232    129672    516275     11.05     11.73
20.19/20.29	c  N dy   801    217059       231     28661        77     24591    129672    384718     11.03     11.62
21.39/21.50	c  N dy   845    230929       231     28661        77     37824    129672    647726     11.00     11.62
22.00/22.09	c  S st   869    237740       231     28661        77     25273    129672    389363     11.00   no data
22.10/22.14	c  S st   869    238242       231     28661        77     25768    129672    400765     11.00   no data
22.10/22.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.10/22.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
22.10/22.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.10/22.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.10/22.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.10/22.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
22.10/22.16	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
22.10/22.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
22.10/22.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
22.49/22.50	c lits-rem:       299  cl-subs:     2345  v-elim:      0  v-fix:    0  time:  0.32 s
22.49/22.51	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
22.49/22.51	c vivif2 --  cl tried    23423 cl shrink        0 lits rem          0 time: 0.01
22.69/22.71	c asymm  cl-useful: 0/10424/28661 lits-rem:0 time: 0.20
22.69/22.72	c calculated reachability. Time: 0.00
22.69/22.72	c  N dy   869    238242       231     28661        77     23423    129672    376844     11.00   no data
24.10/24.14	c  N dy   933    254253       231     28661        77     38721    129672    696142     11.01     11.67
25.49/25.55	c  N dy   977    270571       231     28661        77     34264    129672    570119     10.98     11.68
27.09/27.15	c  N dy  1058    288173       231     28661        77     30116    129672    482703     11.00     11.62
28.80/28.89	c  F st  1154    306250       231     28661        77     25475    129672    376221     11.02      9.81
28.90/28.95	c  N st  1156    306876       231     28661        77     26067    129672    388088     11.02   no data
30.70/30.72	c  N dy  1208    326884       231     28661        77     45098    129672    772913     11.01     11.62
32.49/32.54	c  N dy  1280    346896       231     28661        77     41263    129672    684217     11.01     11.63
33.59/33.61	c  S st  1329    357364       231     28661        77     27459    129672    400417     11.02   no data
33.59/33.66	c  S st  1329    357865       231     28661        77     27955    129672    411749     11.02   no data
33.59/33.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.59/33.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
33.59/33.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.59/33.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.59/33.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.59/33.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
33.59/33.68	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
33.59/33.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.69/33.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
33.89/33.94	c lits-rem:       167  cl-subs:     2216  v-elim:      0  v-fix:    0  time:  0.24 s
33.89/33.94	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
33.89/33.95	c vivif2 --  cl tried    25739 cl shrink        0 lits rem          0 time: 0.01
34.10/34.13	c asymm  cl-useful: 0/18237/28661 lits-rem:0 time: 0.18
34.10/34.13	c calculated reachability. Time: 0.00
34.10/34.13	c  N dy  1329    357865       231     28661        77     25739    129672    391084     11.02   no data
35.99/36.00	c  N dy  1403    377927       231     28661        77     44802    129672    774193     11.01     12.94
37.89/37.91	c  N dy  1485    397962       231     28661        77     39172    129672    641062     11.00     11.69
39.79/39.86	c  N dy  1552    417980       231     28661        77     32588    129672    502851     10.99     11.57
41.70/41.78	c  N dy  1602    438524       231     28661        77     52124    129672    893405     10.97     11.60
43.69/43.72	c  N dy  1680    458661       231     28661        77     44631    129672    742960     10.97     11.57
45.79/45.82	c  N dy  1765    479293       231     28661        77     36680    129672    580893     10.97     11.56
47.80/47.87	c  N dy  1845    499343       231     28661        77     55797    129672    964872     10.97     11.58
49.80/49.87	c  N dy  1917    519611       231     28661        77     46546    129672    776972     10.96     11.64
51.70/51.70	c  S st  1976    536797       231     28661        77     33456    129672    515122     10.96      9.76
51.70/51.75	c  S st  1976    537298       231     28661        77     33953    129672    526749     10.96   no data
51.70/51.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.70/51.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
51.70/51.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.70/51.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.70/51.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.70/51.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
51.70/51.78	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
51.70/51.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.79/51.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
52.09/52.15	c lits-rem:       279  cl-subs:     1805  v-elim:      0  v-fix:    0  time:  0.34 s
52.09/52.15	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
52.09/52.16	c vivif2 --  cl tried    32148 cl shrink        0 lits rem          0 time: 0.01
52.29/52.33	c asymm  cl-useful: 0/6100/28661 lits-rem:0 time: 0.18
52.29/52.34	c calculated reachability. Time: 0.00
52.29/52.34	c  N dy  1976    537298       231     28661        77     32148    129672    509409     10.96   no data
54.49/54.58	c  N dy  2043    560431       231     28661        77     53974    129672    931955     10.94     11.61
56.69/56.75	c  N dy  2114    580846       231     28661        77     43034    129672    704988     10.94     11.60
58.90/58.90	c  N dy  2187    601079       231     28661        77     62320    129672   1092030     10.93     11.52
60.89/60.93	c  N dy  2249    621554       231     28661        77     50396    129672    832339     10.92     11.54
63.29/63.30	c  N dy  2324    643628       231     28661        77     39095    129672    591226     10.92     11.53
65.29/65.37	c  N dy  2405    663917       231     28661        77     58490    129672    979888     10.93     11.55
67.49/67.50	c  N dy  2479    684085       231     28661        77     44342    129672    678020     10.92     11.54
69.59/69.64	c  N dy  2548    704434       231     28661        77     63732    129672   1060562     10.92     11.56
71.69/71.74	c  N dy  2620    724513       231     28661        77     48576    129672    756888     10.92     11.50
73.99/74.00	c  N dy  2683    745745       231     28661        77     68735    129672   1153702     10.91     11.52
76.10/76.11	c  N dy  2755    766109       231     28661        77     52852    129672    821721     10.90     11.51
78.30/78.32	c  N dy  2829    786167       231     28661        77     71889    129672   1200547     10.90     11.63
80.30/80.36	c  S st  2899    805947       231     28661        77     54592    129672    839149     10.90      9.32
80.39/80.42	c  S st  2899    806451       231     28661        77     55092    129672    852447     10.90   no data
80.39/80.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.39/80.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
80.39/80.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.39/80.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.39/80.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.39/80.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
80.39/80.45	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
80.39/80.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.49/80.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
81.79/81.83	c lits-rem:       765  cl-subs:     5499  v-elim:      0  v-fix:    0  time:  1.33 s
81.79/81.83	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
81.79/81.84	c vivif2 --  cl tried    49593 cl shrink        0 lits rem          0 time: 0.01
81.99/82.03	c asymm  cl-useful: 0/7940/28661 lits-rem:0 time: 0.19
81.99/82.04	c calculated reachability. Time: 0.00
81.99/82.04	c  N dy  2899    806451       231     28661        77     49593    129672    790999     10.90   no data
84.49/84.53	c  N dy  2993    829357       231     28661        77     71386    129672   1233965     10.90     11.48
86.60/86.67	c  N dy  3060    849741       231     28661        77     53802    129672    831053     10.90     11.52
89.00/89.01	c  N dy  3101    870463       231     28661        77     73372    129672   1204332     10.88     11.46
91.10/91.20	c  N dy  3189    890477       231     28661        77     54545    129672    839043     10.88     12.98
93.40/93.43	c  N dy  3262    910529       231     28661        77     73676    129672   1217821     10.88     11.48
95.60/95.65	c  N dy  3359    930614       231     28661        77     53841    129672    815558     10.89     11.51
97.90/97.95	c  N dy  3450    950989       231     28661        77     73313    129672   1204728     10.89     11.54
100.39/100.44	c  N dy  3522    973554       231     28661        77     54778    129672    802760     10.89     11.52
102.59/102.67	c  N dy  3604    993825       231     28661        77     74080    129672   1192313     10.89     11.47
104.99/105.06	c  N dy  3690   1013968       231     28661        77     52348    129672    754174     10.89     11.50
107.19/107.22	c  N dy  3766   1033975       231     28661        77     71282    129672   1128359     10.89     11.81
109.50/109.57	c  N dy  3826   1054030       231     28661        77     48505    129672    667253     10.89     11.72
111.40/111.45	c  F st  3914   1071875       231     28661        77     65568    129672   1015386     10.89     10.69
111.79/111.84	c  N st  3919   1075174       231     28661        77     68720    129672   1083600     10.89   no data
114.40/114.44	c  N dy  3967   1096583       231     28661        77     46120    129672    595011     10.88     11.55
116.39/116.50	c  N dy  4063   1116596       231     28661        77     65179    129672    988372     10.89     13.78
118.89/118.93	c  N dy  4141   1136769       231     28661        77     84398    129672   1367178     10.89     11.51
121.20/121.20	c  N dy  4206   1156845       231     28661        77     59752    129672    859241     10.88     11.63
123.49/123.53	c  N dy  4268   1178107       231     28661        77     79989    129672   1260666     10.88     11.52
125.99/126.05	c  N dy  4356   1198163       231     28661        77     54346    129672    746435     10.88     11.79
127.19/127.24	c  S st  4393   1209676       231     28661        77     65301    129672    958648     10.88   no data
127.29/127.30	c  S st  4393   1210177       231     28661        77     65792    129672    970416     10.88   no data
127.29/127.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
127.29/127.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
127.29/127.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.29/127.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.29/127.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.29/127.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
127.29/127.34	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
127.29/127.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
127.29/127.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
129.09/129.19	c lits-rem:       595  cl-subs:     6798  v-elim:      0  v-fix:    0  time:  1.79 s
129.09/129.19	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
129.19/129.21	c vivif2 --  cl tried    58994 cl shrink        0 lits rem          0 time: 0.01
129.39/129.41	c asymm  cl-useful: 0/12696/28661 lits-rem:0 time: 0.20
129.39/129.41	c calculated reachability. Time: 0.00
129.39/129.41	c  N dy  4393   1210177       231     28661        77     58994    129672    899578     10.88   no data
131.69/131.75	c  N dy  4460   1230357       231     28661        77     78177    129672   1267371     10.88     11.58
134.29/134.32	c  N dy  4526   1250756       231     28661        77     52089    129672    707980     10.87     11.45
136.50/136.51	c  N dy  4612   1270772       231     28661        77     71181    129672   1087074     10.87     11.72
139.00/139.08	c  N dy  4697   1291021       231     28661        77     90502    129672   1472619     10.87     11.51
141.39/141.48	c  N dy  4779   1311097       231     28661        77     63037    129672    910843     10.88     12.93
144.00/144.04	c  N dy  4851   1331715       231     28661        77     82649    129672   1302057     10.87     11.47
146.69/146.71	c  N dy  4928   1351903       231     28661        77     54287    129672    726924     10.87     11.46
148.80/148.88	c  N dy  4999   1372135       231     28661        77     73483    129672   1104898     10.87     11.46
151.39/151.45	c  N dy  5088   1392200       231     28661        77     92601    129672   1486067     10.88     13.67
153.79/153.87	c  N dy  5146   1412331       231     28661        77     63190    129672    881939     10.87     11.53
156.20/156.21	c  N dy  5222   1432371       231     28661        77     82256    129672   1259254     10.87     15.27
158.89/158.98	c  N dy  5280   1453427       231     28661        77     52836    129672    680316     10.87     11.46
161.09/161.17	c  N dy  5349   1474021       231     28661        77     72424    129672   1064832     10.86     11.45
163.69/163.77	c  N dy  5424   1495331       231     28661        77     92659    129672   1464903     10.86     11.48
166.40/166.44	c  N dy  5527   1515488       231     28661        77     61503    129672    849034     10.86     11.47
168.79/168.83	c  N dy  5632   1535835       231     28661        77     80933    129672   1239063     10.87     11.54
171.50/171.54	c  N dy  5715   1556014       231     28661        77    100119    129672   1613892     10.87     11.58
173.99/174.07	c  N dy  5799   1576068       231     28661        77     67781    129672    952775     10.87     12.75
176.39/176.44	c  N dy  5862   1596116       231     28661        77     86795    129672   1317566     10.87     14.32
179.30/179.37	c  N dy  5927   1617032       231     28661        77     54369    129672    686779     10.86     11.44
181.69/181.70	c  N dy  5999   1638210       231     28661        77     74492    129672   1072202     10.86     11.55
184.09/184.16	c  N dy  6057   1658347       231     28661        77     93565    129672   1447151     10.86     11.43
187.19/187.23	c  N dy  6139   1680471       231     28661        77     61356    129672    811054     10.86     11.44
189.39/189.43	c  N dy  6186   1700662       231     28661        77     80464    129672   1177570     10.85     11.48
190.60/190.67	c  S st  6239   1710178       231     28661        77     89517    129672   1361864     10.85     10.42
190.70/190.74	c  S st  6239   1710678       231     28661        77     90011    129672   1373142     10.85   no data
190.70/190.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.70/190.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
190.70/190.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.70/190.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.70/190.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.70/190.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
190.70/190.79	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
190.80/190.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
190.80/190.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
195.10/195.14	c lits-rem:      1069  cl-subs:    11660  v-elim:      0  v-fix:    0  time:  4.27 s
195.10/195.15	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
195.10/195.17	c vivif2 --  cl tried    78351 cl shrink        0 lits rem          0 time: 0.02
195.20/195.20	c asymm  cl-useful: 0/1925/28661 lits-rem:0 time: 0.03
195.20/195.20	c calculated reachability. Time: 0.00
195.20/195.20	c  N dy  6239   1710678       231     28661        77     78351    129672   1243310     10.85   no data
197.90/197.97	c  N dy  6313   1731052       231     28661        77     97754    129672   1614478     10.85     11.55
200.80/200.82	c  N dy  6377   1751103       231     28661        77     62956    129672    847882     10.85     12.24
203.10/203.14	c  N dy  6441   1771199       231     28661        77     82025    129672   1216899     10.84     13.00
205.80/205.89	c  N dy  6521   1791336       231     28661        77    101150    129672   1586497     10.84     11.47
208.70/208.75	c  N dy  6589   1812384       231     28661        77     66250    129672    910731     10.84     11.57
211.10/211.18	c  N dy  6680   1832413       231     28661        77     85297    129672   1284160     10.84     12.25
213.79/213.81	c  N dy  6733   1852519       231     28661        77    104310    129672   1650604     10.84     11.46
216.80/216.88	c  N dy  6807   1873151       231     28661        77     67999    129672    934810     10.84     11.44
219.40/219.43	c  N dy  6883   1893191       231     28661        77     87029    129672   1306593     10.83     12.70
221.99/222.02	c  N dy  6942   1913282       231     28661        77    106039    129672   1680387     10.83     11.68
224.79/224.83	c  N dy  7027   1933303       231     28661        77     68178    129672    937179     10.83     11.41
227.09/227.17	c  N dy  7098   1953312       231     28661        77     87119    129672   1303511     10.83     11.48
229.91/229.94	c  N dy  7176   1973649       231     28661        77    106379    129672   1679321     10.83     11.53
232.90/232.91	c  N dy  7263   1994067       231     28661        77     67911    129672    924864     10.83     11.42
235.30/235.37	c  N dy  7341   2014108       231     28661        77     86983    129672   1296168     10.83     11.41
238.19/238.23	c  N dy  7424   2034601       231     28661        77    106445    129672   1673904     10.83     11.45
241.10/241.17	c  N dy  7488   2054615       231     28661        77     66621    129672    884783     10.83     14.90
243.70/243.76	c  N dy  7562   2076950       231     28661        77     87788    129672   1295328     10.83     11.54
246.50/246.50	c  N dy  7631   2097358       231     28661        77    107110    129672   1661722     10.83     11.49
249.60/249.62	c  N dy  7706   2118168       231     28661        77     67126    129672    900936     10.83     11.43
251.99/252.03	c  N dy  7789   2138717       231     28661        77     86685    129672   1289631     10.83     11.42
254.89/254.92	c  N dy  7870   2160049       231     28661        77    106922    129672   1691952     10.83     11.43
258.10/258.11	c  N dy  7941   2180120       231     28661        77     65229    129672    857426     10.83     11.41
260.40/260.46	c  N dy  8016   2200426       231     28661        77     84522    129672   1231743     10.82     11.47
261.80/261.81	c  S st  8056   2210678       231     28661        77     94249    129672   1420610     10.83   no data
261.80/261.89	c  S st  8056   2211183       231     28661        77     94745    129672   1432232     10.83   no data
261.89/261.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.89/261.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
261.89/261.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.89/261.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.89/261.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.89/261.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
261.89/261.94	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
261.89/261.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
261.99/262.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
265.79/265.82	c lits-rem:      1221  cl-subs:     9532  v-elim:      0  v-fix:    0  time:  3.79 s
265.79/265.82	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
265.79/265.85	c vivif2 --  cl tried    85213 cl shrink        0 lits rem          0 time: 0.02
265.99/266.05	c asymm  cl-useful: 0/2598/28661 lits-rem:0 time: 0.21
265.99/266.06	c calculated reachability. Time: 0.00
265.99/266.06	c  N dy  8056   2211183       231     28661        77     85213    129672   1330577     10.83   no data
268.79/268.85	c  N dy  8133   2231456       231     28661        77    104523    129672   1713339     10.83     11.40
272.29/272.39	c  N dy  8189   2253501       231     28661        77     63878    129672    837609     10.82     11.44
274.70/274.75	c  N dy  8246   2274111       231     28661        77     83343    129672   1208994     10.82     11.43
277.30/277.38	c  N dy  8312   2294353       231     28661        77    102539    129672   1574242     10.82     11.41
280.40/280.49	c  N dy  8392   2315009       231     28661        77    122251    129672   1953052     10.82     11.40
283.30/283.37	c  N dy  8466   2336011       231     28661        77     79623    129672   1144435     10.82     11.43
286.10/286.16	c  N dy  8519   2357978       231     28661        77    100502    129672   1538464     10.81     11.40
289.09/289.12	c  N dy  8594   2378040       231     28661        77    119560    129672   1907831     10.81     13.64
292.00/292.07	c  N dy  8652   2398084       231     28661        77     75025    129672   1040015     10.81     11.65
294.60/294.62	c  N dy  8715   2418657       231     28661        77     94648    129672   1414458     10.81     11.50
297.50/297.58	c  N dy  8779   2438772       231     28661        77    113757    129672   1778546     10.80     11.38
301.41/301.41	c  N dy  8869   2458891       231     28661        77     68290    129672    913335     10.81     11.50
303.80/303.87	c  N dy  8936   2479454       231     28661        77     87813    129672   1292646     10.80     11.39
306.60/306.62	c  N dy  9005   2499622       231     28661        77    106973    129672   1662549     10.80     11.38
309.70/309.78	c  N dy  9071   2519715       231     28661        77    126074    129672   2026628     10.80     11.46
312.89/312.95	c  N dy  9149   2541523       231     28661        77     81106    129672   1145949     10.80     11.47
315.40/315.48	c  N dy  9202   2561573       231     28661        77    100077    129672   1508129     10.80     12.13
318.40/318.47	c  N dy  9272   2582024       231     28661        77    119491    129672   1878572     10.79     11.37
321.90/321.96	c  N dy  9353   2602547       231     28661        77     72597    129672    990231     10.79     11.37
324.40/324.48	c  N dy  9427   2622849       231     28661        77     91897    129672   1363991     10.79     11.38
327.30/327.39	c  N dy  9521   2642883       231     28661        77    110957    129672   1736956     10.80     11.72
330.59/330.60	c  N dy  9593   2663531       231     28661        77    130602    129672   2113468     10.79     11.41
333.60/333.66	c  N dy  9674   2683673       231     28661        77     82398    129672   1180811     10.79     11.39
336.61/336.64	c  N dy  9749   2705762       231     28661        77    103448    129672   1586240     10.79     11.46
337.40/337.45	c  S st  9769   2711183       231     28661        77    108578    129672   1684739     10.79   no data
337.50/337.54	c  S st  9769   2711684       231     28661        77    109074    129672   1695763     10.79   no data
337.50/337.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.50/337.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
337.50/337.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
337.50/337.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.50/337.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.50/337.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
337.50/337.60	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
337.60/337.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
337.60/337.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
342.70/342.76	c lits-rem:      1308  cl-subs:     9853  v-elim:      0  v-fix:    0  time:  5.06 s
342.70/342.76	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
342.70/342.79	c vivif2 --  cl tried    99221 cl shrink        0 lits rem          0 time: 0.03
343.00/343.01	c asymm  cl-useful: 0/2699/28661 lits-rem:0 time: 0.23
343.00/343.02	c calculated reachability. Time: 0.00
343.00/343.02	c  N dy  9769   2711684       231     28661        77     99221    129672   1587322     10.79   no data
346.10/346.19	c  N dy  9848   2732536       231     28661        77    119010    129672   1965922     10.79     11.47
349.89/349.94	c  N dy  9925   2752880       231     28661        77     70112    129672    940051     10.79     11.50
352.40/352.45	c  N dy 10005   2772914       231     28661        77     89238    129672   1309826     10.79     11.37
355.50/355.54	c  N dy 10076   2794757       231     28661        77    109976    129672   1699419     10.79     11.36
358.61/358.67	c  N dy 10137   2814758       231     28661        77    129028    129672   2063910     10.79     11.40
362.00/362.02	c  N dy 10222   2834825       231     28661        77     78872    129672   1112132     10.79     12.30
364.70/364.71	c  N dy 10297   2855572       231     28661        77     98571    129672   1491525     10.79     11.38
367.60/367.65	c  N dy 10377   2875710       231     28661        77    117659    129672   1856321     10.79     11.53
370.90/370.94	c  N dy 10455   2895870       231     28661        77    136775    129672   2215488     10.79     11.52
374.20/374.27	c  N dy 10535   2917801       231     28661        77     87208    129672   1254883     10.79     11.36
377.00/377.02	c  N dy 10620   2937865       231     28661        77    106251    129672   1629306     10.79     11.38
380.20/380.23	c  N dy 10699   2958779       231     28661        77    126145    129672   2013594     10.79     11.42
383.90/383.91	c  N dy 10767   2978964       231     28661        77     74074    129672   1012994     10.78     11.57
386.50/386.57	c  N dy 10840   2999624       231     28661        77     93730    129672   1396193     10.78     11.37
389.70/389.74	c  N dy 10899   3019927       231     28661        77    113025    129672   1760914     10.78     11.35
392.90/392.97	c  N dy 10954   3040459       231     28661        77    132445    129672   2127622     10.78     11.40
396.40/396.41	c  N dy 11007   3060946       231     28661        77     79731    129672   1101782     10.77     11.38
398.90/398.91	c  N dy 11070   3081082       231     28661        77     98756    129672   1462055     10.77     11.44
401.80/401.89	c  N dy 11145   3101098       231     28661        77    117774    129672   1824627     10.77     14.10
405.10/405.13	c  N dy 11226   3121166       231     28661        77    136852    129672   2191222     10.77     11.34
408.60/408.60	c  N dy 11293   3141707       231     28661        77     83338    129672   1152443     10.77     11.45
411.30/411.33	c  N dy 11343   3162897       231     28661        77    103378    129672   1525565     10.77     11.42
414.20/414.29	c  N dy 11415   3182954       231     28661        77    122426    129672   1890996     10.77     12.02
417.60/417.67	c  N dy 11501   3203071       231     28661        77    141633    129672   2260036     10.77     11.39
419.60/419.63	c  S st 11531   3211684       231     28661        77     75804    129672   1000450     10.77     10.71
419.70/419.70	c  S st 11531   3212186       231     28661        77     76301    129672   1012183     10.77   no data
419.70/419.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
419.70/419.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
419.70/419.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
419.70/419.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
419.70/419.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
419.70/419.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
419.70/419.74	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
419.70/419.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
419.70/419.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
420.30/420.38	c lits-rem:       210  cl-subs:      973  v-elim:      0  v-fix:    0  time:  0.59 s
420.30/420.38	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
420.40/420.40	c vivif2 --  cl tried    75328 cl shrink        0 lits rem          0 time: 0.02
420.60/420.60	c asymm  cl-useful: 0/4616/28661 lits-rem:0 time: 0.19
420.60/420.60	c calculated reachability. Time: 0.00
420.60/420.60	c  N dy 11531   3212186       231     28661        77     75328    129672   1003296     10.77   no data
423.10/423.12	c  N dy 11608   3232200       231     28661        77     94332    129672   1363980     10.77     11.35
426.20/426.25	c  N dy 11688   3254043       231     28661        77    115141    129672   1755978     10.77     11.36
429.40/429.40	c  N dy 11762   3274446       231     28661        77    134515    129672   2132864     10.77     11.35
433.31/433.30	c  N dy 11828   3294977       231     28661        77     78975    129672   1059048     10.76     11.43
435.80/435.90	c  N dy 11893   3315066       231     28661        77     98106    129672   1422698     10.76     11.77
438.70/438.77	c  N dy 11971   3335259       231     28661        77    117367    129672   1796094     10.76     11.33
441.80/441.85	c  N dy 12005   3355855       231     28661        77    136838    129672   2148059     10.76     11.33
445.90/445.97	c  N dy 12097   3377354       231     28661        77     81267    129672   1088722     10.76     11.45
448.50/448.58	c  N dy 12190   3397365       231     28661        77    100274    129672   1456726     10.76     12.85
451.40/451.41	c  N dy 12247   3417395       231     28661        77    119199    129672   1815082     10.76     13.36
454.60/454.64	c  N dy 12325   3438139       231     28661        77    138915    129672   2193466     10.76     11.43
458.50/458.52	c  N dy 12379   3459106       231     28661        77     81897    129672   1084543     10.75     11.32
461.00/461.09	c  N dy 12453   3479241       231     28661        77    101116    129672   1452525     10.75     11.33
463.90/463.94	c  N dy 12520   3499392       231     28661        77    120246    129672   1816234     10.75     11.41
467.00/467.06	c  N dy 12583   3519393       231     28661        77    139224    129672   2175059     10.75     14.99
471.00/471.02	c  N dy 12655   3539486       231     28661        77     80364    129672   1052574     10.75     11.41
473.60/473.66	c  N dy 12724   3560074       231     28661        77     99923    129672   1420246     10.75     11.36
476.60/476.65	c  N dy 12813   3580082       231     28661        77    119025    129672   1783910     10.75     11.73
480.30/480.39	c  N dy 12893   3601046       231     28661        77    138916    129672   2165129     10.75     11.38
484.40/484.46	c  N dy 12977   3621475       231     28661        77     79488    129672   1023459     10.75     11.32
486.91/486.96	c  N dy 13060   3641619       231     28661        77     98675    129672   1394085     10.75     11.37
489.90/489.90	c  N dy 13107   3662639       231     28661        77    118628    129672   1743446     10.75     11.36
492.81/492.86	c  N dy 13176   3682650       231     28661        77    137558    129672   2100186     10.75     11.83
496.50/496.52	c  N dy 13262   3703958       231     28661        77    157825    129672   2485851     10.75     11.32
498.21/498.27	c  S st 13302   3712186       231     28661        77     85862    129672   1128201     10.75   no data
498.31/498.34	c  S st 13302   3712692       231     28661        77     86365    129672   1140596     10.75   no data
498.31/498.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
498.31/498.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
498.31/498.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
498.31/498.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
498.31/498.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
498.31/498.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
498.31/498.39	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
498.40/498.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
498.40/498.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
499.41/499.42	c lits-rem:       463  cl-subs:     2183  v-elim:      0  v-fix:    0  time:  0.96 s
499.41/499.42	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
499.41/499.44	c vivif2 --  cl tried    84182 cl shrink        0 lits rem          0 time: 0.02
499.60/499.64	c asymm  cl-useful: 0/10634/28661 lits-rem:0 time: 0.20
499.60/499.65	c calculated reachability. Time: 0.00
499.60/499.65	c  N dy 13302   3712692       231     28661        77     84182    129672   1119179     10.75   no data
502.50/502.51	c  N dy 13390   3733959       231     28661        77    104502    129672   1506253     10.75     11.47
504.91/504.97	c  F st 13442   3751562       231     28661        77    121247    129672   1823986     10.74      9.97
505.40/505.42	c  N st 13447   3754858       231     28661        77    124350    129672   1882970     10.74   no data
508.80/508.81	c  N dy 13525   3775434       231     28661        77    143949    129672   2255418     10.74     11.35
512.80/512.88	c  N dy 13573   3797425       231     28661        77     83972    129672   1091688     10.74     11.38
515.61/515.60	c  N dy 13639   3818358       231     28661        77    103800    129672   1468098     10.74     11.41
518.51/518.58	c  N dy 13724   3838549       231     28661        77    123034    129672   1841655     10.74     11.31
521.90/521.92	c  N dy 13799   3859888       231     28661        77    143319    129672   2226988     10.74     11.37
526.20/526.25	c  N dy 13846   3882532       231     28661        77     83055    129672   1063430     10.74     11.34
528.70/528.72	c  N dy 13905   3902850       231     28661        77    102388    129672   1433338     10.74     11.31
531.50/531.60	c  N dy 13968   3923014       231     28661        77    121513    129672   1791789     10.73     11.33
534.80/534.85	c  N dy 14038   3943705       231     28661        77    141139    129672   2166771     10.73     11.32
538.20/538.22	c  N dy 14105   3963850       231     28661        77    160236    129672   2533990     10.73     11.33
541.60/541.61	c  N dy 14162   3984109       231     28661        77     96882    129672   1312609     10.73     11.31
544.41/544.43	c  N dy 14223   4004358       231     28661        77    116107    129672   1675114     10.73     11.30
547.50/547.56	c  N dy 14297   4024947       231     28661        77    135681    129672   2050314     10.73     11.40
550.80/550.80	c  N dy 14351   4044989       231     28661        77    154809    129672   2418623     10.73     11.37
554.61/554.69	c  N dy 14431   4065064       231     28661        77     90290    129672   1185137     10.73     11.33
557.31/557.32	c  N dy 14504   4085091       231     28661        77    109321    129672   1547117     10.73     11.76
560.31/560.32	c  N dy 14583   4105095       231     28661        77    128322    129672   1907815     10.73     11.44
563.51/563.55	c  N dy 14645   4125388       231     28661        77    147598    129672   2267857     10.72     11.29
567.11/567.12	c  N dy 14723   4145399       231     28661        77    166643    129672   2632359     10.72     11.33
570.61/570.63	c  N dy 14785   4166211       231     28661        77    101887    129672   1390220     10.72     11.33
573.90/573.92	c  N dy 14861   4187279       231     28661        77    121753    129672   1772206     10.72     11.32
577.11/577.18	c  N dy 14942   4207410       231     28661        77    140936    129672   2143236     10.72     11.49
578.11/578.11	c  S st 14964   4212693       231     28661        77    146000    129672   2240106     10.72   no data
578.21/578.21	c  S st 14964   4213195       231     28661        77    146498    129672   2251757     10.72   no data
578.21/578.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
578.21/578.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
578.21/578.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
578.21/578.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
578.21/578.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.21/578.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
578.21/578.29	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
578.31/578.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
578.41/578.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
585.60/585.67	c lits-rem:      1581  cl-subs:    14175  v-elim:      0  v-fix:    0  time:  7.23 s
585.60/585.67	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
585.70/585.71	c vivif2 --  cl tried   132323 cl shrink        0 lits rem          0 time: 0.04
585.90/585.94	c asymm  cl-useful: 0/7094/28661 lits-rem:0 time: 0.23
585.90/585.95	c calculated reachability. Time: 0.00
585.90/585.95	c  N dy 14964   4213195       231     28661        77    132323    129672   2087652     10.72   no data
589.20/589.28	c  N dy 15026   4233418       231     28661        77    151495    129672   2451353     10.72     11.30
593.51/593.51	c  N dy 15083   4253447       231     28661        77     85339    129672   1069941     10.72     11.32
596.01/596.06	c  N dy 15149   4274042       231     28661        77    104866    129672   1438852     10.72     11.29
598.81/598.80	c  N dy 15229   4294160       231     28661        77    123925    129672   1810201     10.72     11.60
602.10/602.10	c  N dy 15289   4316175       231     28661        77    144649    129672   2200436     10.72     11.29
605.60/605.62	c  N dy 15374   4336238       231     28661        77    163623    129672   2562483     10.72     13.60
609.31/609.40	c  N dy 15447   4356962       231     28661        77     97153    129672   1279027     10.72     11.31
612.21/612.24	c  N dy 15531   4377640       231     28661        77    116783    129672   1658282     10.72     11.29
615.20/615.29	c  N dy 15595   4397994       231     28661        77    136137    129672   2027387     10.72     11.29
618.80/618.82	c  N dy 15676   4418581       231     28661        77    155693    129672   2394823     10.71     11.28
623.00/623.07	c  N dy 15739   4439748       231     28661        77     88602    129672   1108642     10.71     11.29
625.60/625.65	c  N dy 15819   4460398       231     28661        77    108252    129672   1488727     10.71     11.36
628.61/628.64	c  N dy 15886   4481415       231     28661        77    128176    129672   1860280     10.71     11.47
631.81/631.88	c  N dy 15957   4501536       231     28661        77    147273    129672   2223760     10.71     11.31
635.31/635.31	c  N dy 16027   4521560       231     28661        77    166337    129672   2585365     10.71     11.39
639.20/639.23	c  N dy 16106   4541696       231     28661        77     97304    129672   1273791     10.71     11.32
642.00/642.02	c  N dy 16193   4561813       231     28661        77    116443    129672   1641005     10.71     11.28
645.00/645.02	c  N dy 16263   4581869       231     28661        77    135508    129672   2004816     10.71     11.35
648.20/648.28	c  N dy 16335   4601958       231     28661        77    154483    129672   2357572     10.71     11.28
651.81/651.88	c  N dy 16402   4622036       231     28661        77    173439    129672   2707230     10.71     14.35
655.40/655.45	c  N dy 16463   4642073       231     28661        77    103293    129672   1366255     10.71     11.31
658.30/658.38	c  N dy 16553   4662168       231     28661        77    122388    129672   1730766     10.71     11.33
661.40/661.45	c  N dy 16628   4682200       231     28661        77    141441    129672   2087357     10.71     11.32
664.90/664.94	c  N dy 16713   4702366       231     28661        77    160594    129672   2453882     10.71     11.31
666.80/666.83	c  S st 16747   4713195       231     28661        77    170820    129672   2646125     10.71     10.24
666.90/666.95	c  S st 16747   4713697       231     28661        77    171315    129672   2657146     10.71   no data
666.90/666.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
667.00/667.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.07
667.00/667.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
667.00/667.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
667.00/667.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
667.00/667.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
667.00/667.05	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
667.00/667.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
667.20/667.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
677.11/677.18	c lits-rem:      2099  cl-subs:    19140  v-elim:      0  v-fix:    0  time:  9.96 s
677.11/677.18	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
677.21/677.22	c vivif2 --  cl tried   152175 cl shrink        0 lits rem          0 time: 0.04
677.21/677.25	c asymm  cl-useful: 0/1020/28661 lits-rem:0 time: 0.02
677.21/677.26	c calculated reachability. Time: 0.00
677.21/677.26	c  N dy 16747   4713697       231     28661        77    152175    129672   2437723     10.71   no data
680.81/680.85	c  N dy 16810   4733814       231     28661        77    171214    129672   2791958     10.71     11.29
684.61/684.60	c  N dy 16868   4753908       231     28661        77    100641    129672   1308984     10.71     11.28
687.31/687.38	c  N dy 16929   4773914       231     28661        77    119578    129672   1664032     10.71     11.28
690.51/690.53	c  N dy 17000   4795327       231     28661        77    139962    129672   2051333     10.70     11.40
693.81/693.88	c  N dy 17069   4815659       231     28661        77    159237    129672   2419303     10.70     11.27
697.61/697.61	c  N dy 17118   4837320       231     28661        77    179757    129672   2797433     10.70     11.28
701.01/701.05	c  N dy 17173   4857771       231     28661        77    108349    129672   1441191     10.70     11.27
703.91/703.92	c  N dy 17254   4877817       231     28661        77    127379    129672   1805773     10.70     12.52
707.21/707.24	c  N dy 17327   4898334       231     28661        77    146934    129672   2176220     10.70     11.31
711.30/711.35	c  N dy 17402   4922177       231     28661        77    169584    129672   2596336     10.70     11.30
715.71/715.71	c  N dy 17481   4942189       231     28661        77     96574    129672   1206647     10.70     13.55
718.41/718.45	c  N dy 17566   4962325       231     28661        77    115668    129672   1569719     10.70     11.43
721.41/721.45	c  N dy 17613   4983265       231     28661        77    135471    129672   1935549     10.70     11.26
724.70/724.74	c  N dy 17681   5003419       231     28661        77    154545    129672   2301938     10.70     11.26
728.41/728.44	c  N dy 17764   5023492       231     28661        77    173594    129672   2665711     10.70     11.26
732.62/732.65	c  N dy 17821   5043944       231     28661        77    100072    129672   1257914     10.69     11.44
735.41/735.47	c  N dy 17903   5064236       231     28661        77    119272    129672   1631656     10.70     11.35
738.51/738.54	c  N dy 17990   5084292       231     28661        77    138306    129672   1999661     10.70     11.28
741.90/741.99	c  N dy 18086   5104697       231     28661        77    157735    129672   2383321     10.70     11.26
745.50/745.56	c  N dy 18157   5124772       231     28661        77    176786    129672   2744639     10.70     11.36
749.60/749.67	c  N dy 18237   5144832       231     28661        77    101978    129672   1291748     10.70     11.29
752.42/752.46	c  N dy 18313   5164892       231     28661        77    121036    129672   1659384     10.70     11.27
755.51/755.59	c  N dy 18392   5184928       231     28661        77    140052    129672   2017846     10.70     11.42
758.91/758.95	c  N dy 18479   5205015       231     28661        77    159112    129672   2381114     10.70     12.54
760.41/760.42	c  S st 18498   5213698       231     28661        77    167332    129672   2530094     10.70      9.56
760.51/760.53	c  S st 18498   5214201       231     28661        77    167829    129672   2540931     10.70   no data
760.51/760.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
760.61/760.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
760.61/760.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.61/760.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
760.61/760.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.61/760.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
760.61/760.62	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
760.61/760.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
760.71/760.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
770.41/770.48	c lits-rem:      2030  cl-subs:    17088  v-elim:      0  v-fix:    0  time:  9.70 s
770.41/770.48	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
770.51/770.52	c vivif2 --  cl tried   150741 cl shrink        0 lits rem          0 time: 0.04
770.71/770.79	c asymm  cl-useful: 0/1346/28661 lits-rem:0 time: 0.27
770.81/770.80	c calculated reachability. Time: 0.00
770.81/770.80	c  N dy 18498   5214201       231     28661        77    150741    129672   2344664     10.70   no data
774.61/774.68	c  N dy 18573   5235809       231     28661        77    171341    129672   2729401     10.70     11.27
779.20/779.29	c  N dy 18640   5255869       231     28661        77     95926    129672   1171332     10.70     13.80
781.90/781.95	c  N dy 18708   5276303       231     28661        77    115347    129672   1536309     10.69     11.27
784.91/784.92	c  N dy 18788   5296390       231     28661        77    134429    129672   1906828     10.69     11.35
788.21/788.24	c  N dy 18871   5316416       231     28661        77    153455    129672   2268502     10.70     11.38
791.71/791.72	c  N dy 18942   5336457       231     28661        77    172618    129672   2630084     10.69     12.32
796.31/796.39	c  N dy 19014   5356548       231     28661        77     95934    129672   1160202     10.69     11.38
799.10/799.17	c  N dy 19126   5376584       231     28661        77    114948    129672   1532313     10.70     11.28
802.21/802.24	c  N dy 19217   5396626       231     28661        77    134035    129672   1902192     10.70     11.28
805.61/805.68	c  N dy 19323   5417182       231     28661        77    153559    129672   2281085     10.70     11.27
809.41/809.43	c  N dy 19421   5437369       231     28661        77    172772    129672   2654939     10.70     11.33
813.31/813.32	c  N dy 19504   5457399       231     28661        77    191739    129672   3014732     10.70     12.72
817.11/817.17	c  N dy 19585   5478269       231     28661        77    114690    129672   1507169     10.70     11.28
820.21/820.23	c  N dy 19684   5498375       231     28661        77    133876    129672   1882893     10.70     11.31
823.51/823.52	c  N dy 19764   5518728       231     28661        77    153126    129672   2252812     10.70     11.33
827.21/827.26	c  N dy 19837   5539434       231     28661        77    172873    129672   2628808     10.70     11.29
831.30/831.32	c  N dy 19920   5560267       231     28661        77    192722    129672   3006278     10.70     11.32
835.01/835.06	c  N dy 19993   5580307       231     28661        77    113889    129672   1485494     10.70     13.75
838.01/838.07	c  N dy 20080   5600346       231     28661        77    132896    129672   1844649     10.70     11.30
841.21/841.23	c  N dy 20137   5620801       231     28661        77    152243    129672   2200817     10.70     11.48
844.81/844.88	c  N dy 20223   5641637       231     28661        77    171989    129672   2575566     10.70     11.28
848.81/848.85	c  N dy 20289   5662185       231     28661        77    191487    129672   2936508     10.70     11.34
852.90/852.96	c  N dy 20386   5682858       231     28661        77    112489    129672   1451202     10.70     11.33
855.90/855.91	c  N dy 20473   5703085       231     28661        77    131703    129672   1820741     10.70     11.33
857.71/857.70	c  S st 20521   5714201       231     28661        77    142296    129672   2025942     10.70      9.47
857.81/857.80	c  S st 20521   5714712       231     28661        77    142802    129672   2038859     10.70   no data
857.81/857.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
857.81/857.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
857.81/857.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
857.81/857.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
857.81/857.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
857.81/857.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
857.81/857.88	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
857.92/857.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
857.92/858.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
863.52/863.56	c lits-rem:      1152  cl-subs:     9872  v-elim:      0  v-fix:    0  time:  5.56 s
863.52/863.56	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
863.61/863.60	c vivif2 --  cl tried   132930 cl shrink        0 lits rem          0 time: 0.04
863.81/863.84	c asymm  cl-useful: 0/2316/28661 lits-rem:0 time: 0.24
863.81/863.85	c calculated reachability. Time: 0.00
863.81/863.85	c  N dy 20521   5714712       231     28661        77    132930    129672   1924735     10.70   no data
867.01/867.09	c  N dy 20595   5734907       231     28661        77    152122    129672   2292971     10.70     11.34
870.61/870.61	c  N dy 20675   5754976       231     28661        77    171180    129672   2664078     10.70     11.35
874.81/874.88	c  N dy 20740   5775770       231     28661        77    190889    129672   3034860     10.70     11.27
879.31/879.30	c  N dy 20830   5796206       231     28661        77    110765    129672   1409439     10.70     11.33
882.21/882.29	c  N dy 20942   5816294       231     28661        77    129950    129672   1788213     10.70     12.04
885.42/885.50	c  N dy 21013   5836471       231     28661        77    149090    129672   2144146     10.70     11.29
888.91/888.90	c  N dy 21081   5856554       231     28661        77    168135    129672   2503872     10.70     11.27
892.91/892.91	c  N dy 21181   5876582       231     28661        77    187192    129672   2874200     10.70     12.36
897.70/897.73	c  N dy 21267   5896599       231     28661        77    105600    129672   1294508     10.70     12.19
900.41/900.41	c  N dy 21325   5916601       231     28661        77    124677    129672   1653457     10.70     11.41
903.40/903.49	c  N dy 21416   5936616       231     28661        77    143745    129672   2022236     10.70     11.87
907.11/907.16	c  N dy 21497   5958623       231     28661        77    164676    129672   2411900     10.70     11.27
910.91/910.90	c  N dy 21589   5978709       231     28661        77    183735    129672   2789832     10.70     11.81
914.81/914.84	c  N dy 21662   5998982       231     28661        77    203018    129672   3155992     10.70     11.28
918.52/918.54	c  N dy 21749   6018988       231     28661        77    120313    129672   1568755     10.70     12.21
921.51/921.53	c  N dy 21821   6039083       231     28661        77    139397    129672   1931627     10.70     11.34
925.02/925.03	c  N dy 21919   6059380       231     28661        77    158756    129672   2304262     10.70     11.31
928.61/928.66	c  N dy 21995   6079482       231     28661        77    177799    129672   2659390     10.70     11.32
932.41/932.50	c  N dy 22052   6099603       231     28661        77    196862    129672   3018817     10.70     11.33
936.71/936.73	c  N dy 22137   6119663       231     28661        77    113336    129672   1428163     10.70     11.71
939.72/939.75	c  N dy 22228   6139700       231     28661        77    132498    129672   1798290     10.70     16.40
942.91/942.96	c  N dy 22295   6160041       231     28661        77    151787    129672   2167684     10.70     11.41
946.71/946.75	c  N dy 22402   6180306       231     28661        77    171021    129672   2533821     10.70     11.32
950.61/950.67	c  N dy 22496   6200373       231     28661        77    190095    129672   2903586     10.71     11.32
953.71/953.74	c  S st 22556   6214713       231     28661        77    203742    129672   3161927     10.71      9.56
953.81/953.87	c  S st 22556   6215214       231     28661        77    204238    129672   3173095     10.71   no data
953.81/953.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
953.91/953.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
953.91/953.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
953.91/953.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
953.91/953.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
953.91/953.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
953.91/953.98	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
954.01/954.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
954.11/954.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
967.01/967.07	c lits-rem:      1937  cl-subs:    21566  v-elim:      0  v-fix:    0  time: 12.89 s
967.01/967.07	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
967.11/967.12	c vivif2 --  cl tried   182672 cl shrink        0 lits rem          0 time: 0.05
967.41/967.41	c asymm  cl-useful: 0/1914/28661 lits-rem:0 time: 0.29
967.41/967.42	c calculated reachability. Time: 0.00
967.41/967.42	c  N dy 22556   6215214       231     28661        77    182672    129672   2920163     10.71   no data
971.71/971.71	c  N dy 22646   6235716       231     28661        77    202146    129672   3295438     10.71     11.29
975.72/975.76	c  N dy 22737   6255804       231     28661        77    118135    129672   1519088     10.71     11.29
978.81/978.82	c  N dy 22825   6276014       231     28661        77    137411    129672   1890558     10.71     11.28
982.51/982.50	c  N dy 22930   6296028       231     28661        77    156418    129672   2257900     10.71     12.29
986.02/986.06	c  N dy 23002   6316311       231     28661        77    175617    129672   2617404     10.71     11.28
990.02/990.04	c  N dy 23098   6336562       231     28661        77    194880    129672   2990225     10.71     11.39
994.91/994.99	c  N dy 23181   6357482       231     28661        77    110474    129672   1347382     10.71     11.33
997.72/997.77	c  N dy 23240   6377561       231     28661        77    129466    129672   1708378     10.71     11.93
1001.11/1001.17	c  N dy 23323   6399249       231     28661        77    150179    129672   2110127     10.71     11.33
1004.81/1004.81	c  N dy 23408   6419334       231     28661        77    169230    129672   2471997     10.71     13.63
1008.52/1008.56	c  N dy 23472   6439490       231     28661        77    188310    129672   2830069     10.71     11.32
1012.51/1012.57	c  N dy 23530   6460006       231     28661        77    207771    129672   3191818     10.71     11.27
1016.42/1016.44	c  N dy 23594   6480166       231     28661        77    121716    129672   1554863     10.71     11.34
1019.41/1019.41	c  N dy 23664   6500361       231     28661        77    140897    129672   1920348     10.71     11.27
1023.01/1023.08	c  N dy 23747   6521399       231     28661        77    160806    129672   2290919     10.71     11.29
1026.72/1026.71	c  N dy 23835   6541524       231     28661        77    179942    129672   2660815     10.71     11.30
1030.62/1030.63	c  N dy 23917   6561620       231     28661        77    198967    129672   3025631     10.71     11.28
1035.31/1035.36	c  N dy 23993   6581675       231     28661        77    111806    129672   1357995     10.71     11.29
1038.11/1038.18	c  N dy 24072   6601724       231     28661        77    130867    129672   1719779     10.71     11.30
1041.31/1041.39	c  N dy 24162   6621813       231     28661        77    149975    129672   2087062     10.71     11.32
1044.81/1044.80	c  N dy 24244   6641883       231     28661        77    169043    129672   2457806     10.71     12.77
1048.61/1048.61	c  N dy 24317   6661991       231     28661        77    188158    129672   2810317     10.71     11.33
1052.41/1052.44	c  N dy 24367   6682100       231     28661        77    207114    129672   3159865     10.71     11.32
1056.82/1056.86	c  N dy 24450   6702177       231     28661        77    118928    129672   1483015     10.71     14.63
1058.82/1058.80	c  S st 24503   6715214       231     28661        77    131286    129672   1716193     10.70   no data
1058.82/1058.89	c  S st 24503   6715719       231     28661        77    131786    129672   1727026     10.70   no data
1058.92/1058.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1058.92/1058.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.05
1058.92/1058.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1058.92/1058.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1058.92/1058.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1058.92/1058.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
1058.92/1058.96	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1058.92/1058.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1059.02/1059.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1063.02/1063.04	c lits-rem:       840  cl-subs:     6352  v-elim:      0  v-fix:    0  time:  3.97 s
1063.02/1063.04	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
1063.02/1063.07	c vivif2 --  cl tried   125434 cl shrink        0 lits rem          0 time: 0.03
1063.32/1063.31	c asymm  cl-useful: 0/2464/28661 lits-rem:0 time: 0.24
1063.32/1063.32	c calculated reachability. Time: 0.00
1063.32/1063.32	c  N dy 24503   6715719       231     28661        77    125434    129672   1655796     10.70   no data
1066.52/1066.59	c  N dy 24593   6736087       231     28661        77    144771    129672   2022964     10.71     11.30
1070.02/1070.03	c  N dy 24679   6756157       231     28661        77    163854    129672   2390619     10.71     11.33
1073.81/1073.82	c  N dy 24760   6776259       231     28661        77    182866    129672   2747418     10.71     11.42
1077.61/1077.69	c  N dy 24840   6796282       231     28661        77    201847    129672   3114160     10.71     11.93
1082.62/1082.63	c  N dy 24901   6816414       231     28661        77    112931    129672   1359051     10.70     11.39
1085.52/1085.52	c  N dy 24960   6837587       231     28661        77    132956    129672   1731108     10.70     11.29
1088.92/1088.98	c  N dy 25062   6857616       231     28661        77    152022    129672   2089306     10.70     12.47
1092.81/1092.86	c  N dy 25138   6878034       231     28661        77    171377    129672   2460809     10.70     11.33
1097.21/1097.23	c  N dy 25208   6899232       231     28661        77    191562    129672   2846295     10.70     11.33
1101.32/1101.39	c  N dy 25292   6919621       231     28661        77    210936    129672   3224415     10.70     11.37
1105.82/1105.89	c  N dy 25365   6940931       231     28661        77    122104    129672   1526592     10.70     11.32
1108.82/1108.86	c  N dy 25423   6961441       231     28661        77    141537    129672   1889964     10.70     11.31
1112.12/1112.16	c  N dy 25500   6981516       231     28661        77    160598    129672   2252071     10.70     11.27
1115.71/1115.79	c  N dy 25592   7001640       231     28661        77    179674    129672   2621378     10.70     11.32
1119.72/1119.74	c  N dy 25682   7021821       231     28661        77    198845    129672   2998058     10.70     11.27
1124.12/1124.11	c  N dy 25755   7042202       231     28661        77    218228    129672   3361502     10.70     11.42
1128.12/1128.15	c  N dy 25817   7062227       231     28661        77    127131    129672   1605811     10.70     11.32
1131.22/1131.24	c  N dy 25894   7082260       231     28661        77    146142    129672   1969413     10.70     11.65
1134.62/1134.65	c  N dy 25969   7102963       231     28661        77    165749    129672   2342279     10.70     11.37
1138.52/1138.57	c  N dy 26055   7123916       231     28661        77    185638    129672   2725397     10.70     11.28
1142.72/1142.78	c  N dy 26142   7144864       231     28661        77    205513    129672   3107433     10.70     11.30
1148.11/1148.11	c  N dy 26239   7164918       231     28661        77    113516    129672   1338586     10.70     11.69
1150.91/1150.92	c  N dy 26314   7185026       231     28661        77    132633    129672   1701734     10.70     11.28
1154.12/1154.16	c  N dy 26408   7205147       231     28661        77    151744    129672   2069629     10.71     11.27
1155.92/1155.96	c  S st 26447   7215720       231     28661        77    161749    129672   2259858     10.71   no data
1156.02/1156.07	c  S st 26447   7216224       231     28661        77    162244    129672   2270229     10.71   no data
1156.02/1156.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1156.12/1156.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
1156.12/1156.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1156.12/1156.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1156.12/1156.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1156.12/1156.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
1156.12/1156.16	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1156.22/1156.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1156.22/1156.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1162.73/1162.71	c lits-rem:      1446  cl-subs:    11970  v-elim:      0  v-fix:    0  time:  6.42 s
1162.73/1162.71	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
1162.73/1162.75	c vivif2 --  cl tried   150274 cl shrink        0 lits rem          0 time: 0.04
1163.02/1163.01	c asymm  cl-useful: 0/4539/28661 lits-rem:0 time: 0.26
1163.02/1163.02	c calculated reachability. Time: 0.00
1163.02/1163.02	c  N dy 26447   7216224       231     28661        77    150274    129672   2130455     10.71   no data
1166.52/1166.53	c  N dy 26509   7236558       231     28661        77    169623    129672   2489459     10.70     11.27
1170.62/1170.62	c  N dy 26600   7257578       231     28661        77    189635    129672   2874267     10.70     11.30
1174.62/1174.62	c  N dy 26671   7277661       231     28661        77    208741    129672   3232689     10.70     11.90
1179.91/1179.95	c  N dy 26777   7297980       231     28661        77    116268    129672   1386672     10.70     11.34
1182.81/1182.88	c  N dy 26862   7318005       231     28661        77    135242    129672   1751059     10.71     13.17
1186.21/1186.25	c  N dy 26963   7338480       231     28661        77    154714    129672   2128250     10.71     11.45
1189.72/1189.78	c  N dy 27048   7358595       231     28661        77    173809    129672   2489533     10.71     11.36
1193.53/1193.58	c  N dy 27111   7379701       231     28661        77    193921    129672   2875596     10.71     11.31
1198.02/1198.02	c  N dy 27217   7400090       231     28661        77    213401    129672   3260339     10.71     11.34
1203.32/1203.35	c  N dy 27307   7420379       231     28661        77    119778    129672   1447937     10.71     11.31
1206.22/1206.27	c  N dy 27373   7440732       231     28661        77    139124    129672   1824084     10.71     11.34
1209.82/1209.89	c  N dy 27460   7461627       231     28661        77    158974    129672   2197159     10.71     11.31
1213.52/1213.59	c  N dy 27559   7481906       231     28661        77    178305    129672   2575981     10.71     11.35
1217.62/1217.65	c  N dy 27644   7502543       231     28661        77    197894    129672   2946768     10.71     11.29
1221.82/1221.85	c  N dy 27729   7522634       231     28661        77    217049    129672   3313785     10.71     11.31
1227.11/1227.18	c  N dy 27805   7544995       231     28661        77    124238    129672   1516711     10.71     11.29
1230.22/1230.26	c  N dy 27883   7565092       231     28661        77    143327    129672   1883011     10.71     11.56
1233.72/1233.76	c  N dy 27965   7585825       231     28661        77    163015    129672   2257740     10.71     11.28
1237.42/1237.49	c  N dy 28034   7606126       231     28661        77    182389    129672   2622892     10.71     11.29
1241.82/1241.87	c  N dy 28092   7629728       231     28661        77    204607    129672   3021324     10.71     11.28
1246.32/1246.35	c  N dy 28183   7650189       231     28661        77    224093    129672   3391281     10.71     11.28
1251.02/1251.07	c  N dy 28280   7670812       231     28661        77    128797    129672   1598536     10.71     11.28
1254.12/1254.17	c  N dy 28364   7690998       231     28661        77    147966    129672   1970485     10.71     11.32
1257.52/1257.59	c  N dy 28426   7711441       231     28661        77    167436    129672   2334104     10.71     11.31
1258.42/1258.44	c  S st 28443   7716224       231     28661        77    171999    129672   2418062     10.71      9.89
1258.52/1258.56	c  S st 28443   7716725       231     28661        77    172493    129672   2429155     10.71   no data
1258.52/1258.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1258.62/1258.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.07
1258.62/1258.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1258.62/1258.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1258.62/1258.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1258.62/1258.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
1258.62/1258.66	c Removed useless bin:       0  fixed:     0  props:   0.04M  time:  0.00 s
1258.62/1258.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1258.82/1258.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1266.22/1266.29	c lits-rem:      1799  cl-subs:    13669  v-elim:      0  v-fix:    0  time:  7.49 s
1266.22/1266.29	c vivif2 --  cl tried    28661 cl shrink        0 lits rem          0 time: 0.00
1266.32/1266.34	c vivif2 --  cl tried   158824 cl shrink        0 lits rem          0 time: 0.04
1266.52/1266.57	c asymm  cl-useful: 0/6922/28661 lits-rem:0 time: 0.24
1266.52/1266.58	c calculated reachability. Time: 0.00
1266.52/1266.58	c  N dy 28443   7716725       231     28661        77    158824    129672   2270710     10.71   no data
1270.22/1270.22	c  N dy 28512   7736773       231     28661        77    177761    129672   2631038     10.71     11.28
1273.92/1273.91	c  N dy 28563   7756829       231     28661        77    196716    129672   2981984     10.70     11.30
1278.22/1278.26	c  N dy 28663   7776924       231     28661        77    215829    129672   3352400     10.71     11.37
1283.52/1283.59	c  N dy 28737   7796955       231     28661        77    119393    129672   1409388     10.71     13.71
1286.52/1286.52	c  N dy 28817   7817006       231     28661        77    138375    129672   1771934     10.71     13.95
1289.82/1289.88	c  N dy 28908   7837402       231     28661        77    157752    129672   2145745     10.71     11.28
1293.42/1293.50	c  N dy 29006   7857436       231     28661        77    176787    129672   2519301     10.71     11.30
1297.22/1297.27	c  N dy 29077   7877665       231     28661        77    196004    129672   2881447     10.71     11.28

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262508-1307669801/watcher-3262508-1307669801 -o /tmp/evaluation-result-3262508-1307669801/solver-3262508-1307669801 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3262508-1307669801.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.80 4.03 4.01 5/186 16204
/proc/meminfo: memFree=31770712/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=30388 CPUtime=0 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 860 0 0 0 0 0 0 0 22 0 1 0 878579766 31117312 799 33554432000 4194304 4627331 140736466656928 18446744073709551615 4507152 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 7597 800 321 106 0 2568 0

[startup+0.0137329 s]
/proc/loadavg: 3.80 4.03 4.01 5/186 16204
/proc/meminfo: memFree=31770712/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=31156 CPUtime=0 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 1158 0 0 0 0 0 0 0 22 0 1 0 878579766 31903744 1097 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309221 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 7789 1097 341 106 0 2760 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31156

[startup+0.10073 s]
/proc/loadavg: 3.80 4.03 4.01 5/186 16204
/proc/meminfo: memFree=31770712/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=31156 CPUtime=0.09 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 1160 0 0 0 9 0 0 0 22 0 1 0 878579766 31903744 1099 33554432000 4194304 4627331 140736466656928 18446744073709551615 4308379 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 7789 1099 341 106 0 2760 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31156

[startup+0.300683 s]
/proc/loadavg: 3.80 4.03 4.01 5/186 16204
/proc/meminfo: memFree=31770712/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=37224 CPUtime=0.29 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 2584 0 0 0 29 0 0 0 23 0 1 0 878579766 38117376 2452 33554432000 4194304 4627331 140736466656928 18446744073709551615 4427298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 9306 2452 358 106 0 4277 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37224

[startup+0.700614 s]
/proc/loadavg: 3.80 4.03 4.01 5/186 16204
/proc/meminfo: memFree=31770712/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=35956 CPUtime=0.69 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 2830 0 0 0 69 0 0 0 25 0 1 0 878579766 36818944 2362 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 8989 2362 372 106 0 3960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35956

[startup+1.50048 s]
/proc/loadavg: 3.80 4.03 4.01 6/188 16206
/proc/meminfo: memFree=31738736/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=37188 CPUtime=1.49 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 3400 0 0 0 149 0 0 0 25 0 1 0 878579766 38080512 2434 33554432000 4194304 4627331 140736466656928 18446744073709551615 4327395 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 9297 2434 373 106 0 4268 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37188

[startup+3.1002 s]
/proc/loadavg: 3.80 4.03 4.01 5/188 16206
/proc/meminfo: memFree=31736012/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=43380 CPUtime=3.09 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 5844 0 0 0 309 0 0 0 25 0 1 0 878579766 44421120 3944 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 10845 3944 378 106 0 5816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43380

[startup+6.30064 s]
/proc/loadavg: 3.98 4.06 4.02 6/188 16206
/proc/meminfo: memFree=31710484/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=47100 CPUtime=6.29 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 8579 0 0 0 628 1 0 0 25 0 1 0 878579766 48230400 4849 33554432000 4194304 4627331 140736466656928 18446744073709551615 4308795 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 11775 4849 378 106 0 6746 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47100

[startup+12.7005 s]
/proc/loadavg: 4.14 4.10 4.03 6/188 16206
/proc/meminfo: memFree=31681060/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=49380 CPUtime=12.69 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 12671 0 0 0 1267 2 0 0 25 0 1 0 878579766 50565120 5226 33554432000 4194304 4627331 140736466656928 18446744073709551615 4299573 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 12345 5226 378 106 0 7316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49380

[startup+25.5003 s]
/proc/loadavg: 4.11 4.09 4.03 5/188 16207
/proc/meminfo: memFree=31658004/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=52120 CPUtime=25.49 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 19322 0 0 0 2546 3 0 0 25 0 1 0 878579766 53370880 6209 33554432000 4194304 4627331 140736466656928 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 13030 6209 378 106 0 8001 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52120

[startup+51.1009 s]
/proc/loadavg: 4.07 4.08 4.02 6/188 16208
/proc/meminfo: memFree=31641836/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=54268 CPUtime=51.09 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 30937 0 0 0 5104 5 0 0 25 0 1 0 878579766 55570432 7056 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 13567 7056 378 106 0 8538 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54268

[startup+102.307 s]
/proc/loadavg: 4.03 4.07 4.02 6/188 16209
/proc/meminfo: memFree=31569504/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=68652 CPUtime=102.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 53215 0 0 0 10221 9 0 0 25 0 1 0 878579766 70299648 10376 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 17163 10376 378 106 0 12134 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 68652

[startup+162.301 s]
/proc/loadavg: 4.01 4.05 4.01 6/188 16210
/proc/meminfo: memFree=31543292/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=72332 CPUtime=162.29 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 73577 0 0 0 16216 13 0 0 25 0 1 0 878579766 74067968 11466 33554432000 4194304 4627331 140736466656928 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 18083 11466 378 106 0 13054 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 72332

[startup+222.3 s]
/proc/loadavg: 4.00 4.04 4.01 6/188 16212
/proc/meminfo: memFree=31514084/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=84584 CPUtime=222.29 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 92329 0 0 0 22212 17 0 0 25 0 1 0 878579766 86614016 14659 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309268 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 21146 14659 384 106 0 16117 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 84584

[startup+282.301 s]
/proc/loadavg: 4.00 4.03 4.00 6/188 16214
/proc/meminfo: memFree=31497188/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=87132 CPUtime=282.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 109382 0 0 0 28209 21 0 0 25 0 1 0 878579766 89223168 14386 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 21783 14386 378 106 0 16754 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 87132

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 4.00 6/188 16216
/proc/meminfo: memFree=31475700/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=95084 CPUtime=342.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 125462 0 0 0 34205 25 0 0 25 0 1 0 878579766 97366016 17120 33554432000 4194304 4627331 140736466656928 18446744073709551615 4427050 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 23771 17120 378 106 0 18742 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95084

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 4.00 6/188 16217
/proc/meminfo: memFree=31463508/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=95480 CPUtime=402.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 140177 0 0 0 40201 29 0 0 25 0 1 0 878579766 97771520 17339 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309218 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 23870 17339 378 106 0 18841 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 95480

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 4.00 6/188 16218
/proc/meminfo: memFree=31454056/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=95728 CPUtime=462.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 154968 0 0 0 46198 32 0 0 25 0 1 0 878579766 98025472 17046 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309123 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 23932 17046 378 106 0 18903 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 95728

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/188 16220
/proc/meminfo: memFree=31438020/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=95968 CPUtime=522.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 168357 0 0 0 52194 36 0 0 25 0 1 0 878579766 98271232 17793 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309318 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 23992 17793 378 106 0 18963 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 95968

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 4.00 6/188 16222
/proc/meminfo: memFree=31372500/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=113472 CPUtime=582.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 185192 0 0 0 58191 39 0 0 25 0 1 0 878579766 116195328 21499 33554432000 4194304 4627331 140736466656928 18446744073709551615 4420176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 28368 21499 378 106 0 23339 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 113472

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 4.00 6/188 16224
/proc/meminfo: memFree=31379760/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=115728 CPUtime=642.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 198761 0 0 0 64189 42 0 0 25 0 1 0 878579766 118505472 21181 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309079 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 28932 21181 378 106 0 23903 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 115728

[startup+702.301 s]
/proc/loadavg: 4.10 4.04 4.01 5/188 16225
/proc/meminfo: memFree=31356156/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=127360 CPUtime=702.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 212329 0 0 0 70185 46 0 0 25 0 1 0 878579766 130416640 23872 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 31840 23872 378 106 0 26811 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 127360

[startup+762.307 s]
/proc/loadavg: 4.04 4.03 4.00 6/188 16226
/proc/meminfo: memFree=31351048/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=127512 CPUtime=762.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 224233 0 0 0 76182 49 0 0 25 0 1 0 878579766 130572288 24982 33554432000 4194304 4627331 140736466656928 18446744073709551615 4420176 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 31878 24982 378 106 0 26849 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 127512

[startup+822.3 s]
/proc/loadavg: 4.01 4.02 4.00 6/188 16228
/proc/meminfo: memFree=31344928/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=127708 CPUtime=822.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 235245 0 0 0 82179 52 0 0 25 0 1 0 878579766 130772992 24509 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309087 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 31927 24509 378 106 0 26898 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 127708

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 4.00 6/188 16230
/proc/meminfo: memFree=31335348/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=127864 CPUtime=882.3 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 246503 0 0 0 88176 54 0 0 25 0 1 0 878579766 130932736 24154 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 31966 24154 378 106 0 26937 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 127864

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 4.00 6/188 16232
/proc/meminfo: memFree=31340152/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=128016 CPUtime=942.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 258543 0 0 0 94173 58 0 0 25 0 1 0 878579766 131088384 24498 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309295 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 32004 24498 378 106 0 26975 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 128016

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/188 16233
/proc/meminfo: memFree=31307272/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=142136 CPUtime=1002.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 270392 0 0 0 100170 61 0 0 25 0 1 0 878579766 145547264 27919 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 35534 27919 378 106 0 30505 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 142136

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/188 16234
/proc/meminfo: memFree=31295048/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=142288 CPUtime=1062.32 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 281948 0 0 0 106168 64 0 0 25 0 1 0 878579766 145702912 27364 33554432000 4194304 4627331 140736466656928 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 35572 27364 378 106 0 30543 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 142288

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/188 16236
/proc/meminfo: memFree=31258424/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=142400 CPUtime=1122.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 292007 0 0 0 112165 66 0 0 25 0 1 0 878579766 145817600 29047 33554432000 4194304 4627331 140736466656928 18446744073709551615 4326283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 35600 29047 378 106 0 30571 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 142400

[startup+1182.3 s]
/proc/loadavg: 4.11 4.03 4.01 6/188 16238
/proc/meminfo: memFree=31239424/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=142560 CPUtime=1182.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 303375 0 0 0 118163 68 0 0 25 0 1 0 878579766 145981440 27540 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 35640 27540 378 106 0 30611 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 142560

[startup+1242.3 s]
/proc/loadavg: 4.16 4.06 4.01 6/188 16240
/proc/meminfo: memFree=31251916/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=142684 CPUtime=1242.31 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 313560 0 0 0 124160 71 0 0 25 0 1 0 878579766 146108416 29107 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 35671 29107 378 106 0 30642 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 142684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.04 4.01 6/190 16243
/proc/meminfo: memFree=31459952/32951132 swapFree=67054616/67111528
[pid=16204] ppid=16202 vsize=142776 CPUtime=1300.02 cores=5,7
/proc/16204/stat : 16204 (strangenight2-s) R 16202 16204 15427 0 -1 4202496 322711 0 0 0 129929 73 0 0 25 0 1 0 878579766 146202624 29300 33554432000 4194304 4627331 140736466656928 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16204/statm: 35694 29300 378 106 0 30665 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 142776

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.3
CPU system time (s): 0.741887
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 227560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.3
system time used= 0.741887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322711
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= 6
involuntary context switches= 16406

runsolver used 2.14367 second user time and 4.97724 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-10 03:36:41
IDJOB=3262508
IDBENCH=83318
IDSOLVER=1587
FILE ID=node131/3262508-1307669801
RUNJOBID= node131-1307669801-16150
PBS_JOBID= 13549463
Free space on /tmp= 74108 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_462.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262508-1307669801/watcher-3262508-1307669801 -o /tmp/evaluation-result-3262508-1307669801/solver-3262508-1307669801 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3262508-1307669801.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4975f32607352c0a4d9db1abea12627a
RANDOM SEED=1245300507

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31777372 kB
Buffers:        233376 kB
Cached:         669868 kB
SwapCached:       9824 kB
Active:         382504 kB
Inactive:       541316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31777372 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           25648 kB
Writeback:          24 kB
AnonPages:       18784 kB
Mapped:          12604 kB
Slab:           184904 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74096 MiB
End job on node131 at 2011-06-10 03:58:23