Trace number 3368113

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 (fixed)? (TO) 1299.95 1300.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

Solver Data

0.00/0.11	c Outputting solution to console
0.00/0.11	c This is CryptoMiniSat 3.0.0
0.00/0.11	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.11	c Reading file 'HOME/instance-3368113-1305391454.cnf'
0.00/0.11	c -- header says num vars:            160
0.00/0.11	c -- header says num clauses:        7308
0.00/0.11	c -- clauses added:            0 learnts,         7308 normals,            0 xors
0.00/0.11	c -- vars added        160
0.00/0.11	c Parsing time:  0.00 s
0.00/0.11	c  N st     0         0       160      7308         0         0     31804         0   no data   no data
0.00/0.11	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.02
0.00/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
0.00/0.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     160 undec:       0 neg:       0
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       160      7308         0         0     31804         0   no data   no data
0.09/0.19	c  N dy    15      4428       160      7308         0      4245     31804     86609     13.13     13.84
0.28/0.34	c  N dy    21      8478       160      7308         0      5664     31804    101963     11.80     15.50
0.48/0.51	c  N dy    50     12519       160      7308         0      5476     31804     95666     12.42     13.72
0.58/0.68	c  N dy    63     16614       160      7308         0      9328     31804    168239     12.32     15.70
0.88/0.90	c  N dy    72     21522       160      7308         0      8601     31804    140615     12.12     12.87
0.98/1.04	c  F st    77     25000       160      7308         0     11887     31804    202005     11.97     10.42
0.98/1.07	c  N st    79     25625       160      7308         0     12491     31804    213740     11.97   no data
1.18/1.28	c  N dy    83     30000       160      7308         0     10231     31804    177847     11.97   no data
1.18/1.28	c  S st    83     30000       160      7308         0     10231     31804    177847     11.97   no data
1.27/1.31	c  S st    83     30502       160      7308         0     10726     31804    188056     11.97   no data
1.27/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.27/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.27/1.31	c blocked clauses removed:        0 vars:      0 tried:         160 T: 0.00 s
1.27/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.27/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.27/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1.27/1.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.27/1.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.27/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.37/1.40	c lits-rem:       145  cl-subs:     1142  v-elim:      0  v-fix:    0  time:  0.08 s
1.37/1.49	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.09
1.37/1.49	c calculated reachability. Time: 0.00
1.37/1.49	c  N dy    83     30502       160      7308         0      9584     31804    173521     11.97   no data
1.67/1.71	c  N dy    95     35109       160      7308         0     13953     31804    256376     11.96     12.61
1.87/1.93	c  N dy   114     39844       160      7308         0     10961     31804    181833     11.99     12.66
2.07/2.14	c  N dy   133     43978       160      7308         0     14864     31804    256392     12.05     12.76
2.17/2.25	c  S st   137     45753       160      7308         0     16535     31804    287138     12.02     11.92
2.17/2.29	c  S st   137     46260       160      7308         0      8573     31804    134567     12.02   no data
2.17/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.17/2.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.17/2.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.17/2.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.17/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.17/2.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
2.17/2.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.17/2.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.17/2.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.27/2.32	c lits-rem:        23  cl-subs:      241  v-elim:      0  v-fix:    0  time:  0.02 s
2.27/2.32	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
2.27/2.32	c vivif2 --  cl tried     8332 cl shrink        0 lits rem          0 time: 0.00
2.36/2.40	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.08
2.36/2.40	c calculated reachability. Time: 0.00
2.36/2.40	c  N dy   137     46260       160      7308         0      8332     31804    132191     12.02   no data
2.46/2.59	c  N dy   162     50429       160      7308         0     12283     31804    209592     12.10     12.74
2.76/2.88	c  N dy   175     55810       160      7308         0     17396     31804    303555     12.04     12.67
3.06/3.12	c  N dy   190     60378       160      7308         0     12262     31804    197794     12.01     12.68
3.26/3.38	c  N dy   217     64862       160      7308         0     16531     31804    281226     12.10     12.76
3.55/3.67	c  N dy   230     69392       160      7308         0     10413     31804    153621     12.08      9.14
3.55/3.67	c  S st   230     69392       160      7308         0     10413     31804    153621     12.08      9.14
3.55/3.69	c  S st   230     69898       160      7308         0     10916     31804    164222     12.08   no data
3.55/3.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.55/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.55/3.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.65/3.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.65/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.65/3.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
3.65/3.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.65/3.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.65/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.65/3.72	c lits-rem:        19  cl-subs:      185  v-elim:      0  v-fix:    0  time:  0.02 s
3.65/3.72	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
3.65/3.73	c vivif2 --  cl tried    10731 cl shrink        0 lits rem          0 time: 0.00
3.75/3.82	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.09
3.75/3.82	c calculated reachability. Time: 0.00
3.75/3.82	c  N dy   230     69898       160      7308         0     10731     31804    162288     12.08   no data
3.95/4.09	c  N dy   246     75469       160      7308         0     16015     31804    259804     12.06     12.79
4.25/4.37	c  N dy   261     80332       160      7308         0     20577     31804    342836     12.03     12.71
4.54/4.69	c  N dy   274     85701       160      7308         0     14293     31804    217475     11.99     12.74
4.64/4.78	c  F st   281     87502       160      7308         0     16016     31804    249082     11.99   no data
4.94/5.07	c  N dy   287     92695       160      7308         0     20941     31804    340392     11.99   no data
5.35/5.45	c  N dy   309     98681       160      7308         0     14326     31804    215884     11.98     12.74
5.74/5.80	c  S st   329    104847       160      7308         0     20186     31804    323793     11.96     10.86
5.74/5.84	c  S st   329    105350       160      7308         0     20686     31804    334866     11.96   no data
5.74/5.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.74/5.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
5.74/5.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.74/5.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.74/5.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.74/5.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
5.74/5.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.74/5.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.74/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.94/6.02	c lits-rem:       182  cl-subs:     1661  v-elim:      0  v-fix:    0  time:  0.17 s
5.94/6.02	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
5.94/6.03	c vivif2 --  cl tried    19025 cl shrink        0 lits rem          0 time: 0.00
6.04/6.18	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.15
6.04/6.18	c calculated reachability. Time: 0.00
6.04/6.18	c  N dy   329    105350       160      7308         0     19025     31804    314092     11.96   no data
6.54/6.66	c  N dy   336    113079       160      7308         0     26245     31804    445792     11.87     12.50
7.03/7.10	c  N dy   380    120389       160      7308         0     19987     31804    326593     11.92     12.56
7.53/7.63	c  N dy   414    128118       160      7308         0     27334     31804    464032     11.95     12.58
8.12/8.21	c  N dy   456    137198       160      7308         0     21727     31804    351681     11.98     12.75
8.71/8.83	c  N dy   494    146044       160      7308         0     30080     31804    502924     11.99     12.63
9.41/9.59	c  N dy   541    158026       160      7308         0     26311     31804    423122     11.99      8.46
9.41/9.59	c  S st   541    158026       160      7308         0     26311     31804    423122     11.99      8.46
9.51/9.63	c  S st   541    158528       160      7308         0     26809     31804    433623     11.99   no data
9.51/9.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.51/9.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
9.51/9.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.51/9.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.51/9.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.51/9.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
9.51/9.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.51/9.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.51/9.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.80/9.96	c lits-rem:       283  cl-subs:     1986  v-elim:      0  v-fix:    0  time:  0.29 s
9.80/9.96	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
9.80/9.96	c vivif2 --  cl tried    24823 cl shrink        0 lits rem          0 time: 0.00
9.99/10.16	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.19
9.99/10.16	c calculated reachability. Time: 0.00
9.99/10.16	c  N dy   541    158528       160      7308         0     24823     31804    406640     11.99   no data
10.89/11.02	c  N dy   581    171015       160      7308         0     20587     31804    310878     11.99     12.63
11.59/11.77	c  N dy   622    181964       160      7308         0     30887     31804    496561     11.98     12.74
12.50/12.65	c  N dy   656    194843       160      7308         0     26071     31804    398204     11.95     12.58
13.69/13.88	c  N dy   710    211318       160      7308         0     23634     31804    342873     11.92     12.56
14.79/14.92	c  N dy   777    225024       160      7308         0     36556     31804    581338     11.95     12.58
15.59/15.78	c  S st   808    237792       160      7308         0     29633     31804    448638     11.90     11.66
15.69/15.83	c  S st   808    238294       160      7308         0     30130     31804    458694     11.90   no data
15.69/15.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.69/15.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
15.69/15.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.69/15.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.69/15.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.69/15.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
15.69/15.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.69/15.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.69/15.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.19/16.33	c lits-rem:       117  cl-subs:     3877  v-elim:      0  v-fix:    0  time:  0.48 s
16.19/16.33	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
16.19/16.33	c vivif2 --  cl tried    26253 cl shrink        0 lits rem          0 time: 0.01
16.40/16.55	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.21
16.40/16.55	c calculated reachability. Time: 0.00
16.40/16.55	c  N dy   808    238294       160      7308         0     26253     31804    410752     11.90   no data
17.60/17.78	c  N dy   857    253622       160      7308         0     21030     31804    293175     11.88     12.59
18.79/18.98	c  N dy   930    269956       160      7308         0     36473     31804    575053     11.89     12.54
20.39/20.50	c  N dy   994    288927       160      7308         0     33780     31804    515935     11.87     12.53
21.79/21.92	c  F st  1054    306252       160      7308         0     28433     31804    420228     11.85   no data
21.90/22.01	c  N st  1057    307441       160      7308         0     29548     31804    441476     11.85   no data
23.49/23.64	c  N dy  1098    327205       160      7308         0     25502     31804    372204     11.82     12.51
25.09/25.28	c  N dy  1188    347222       160      7308         0     44451     31804    717723     11.83     12.53
25.99/26.19	c  S st  1243    357441       160      7308         0     30545     31804    457966     11.86   no data
26.09/26.24	c  S st  1243    357941       160      7308         0     31041     31804    468468     11.86   no data
26.09/26.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.09/26.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
26.09/26.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.09/26.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.09/26.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.09/26.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
26.09/26.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
26.09/26.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.09/26.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.40/26.57	c lits-rem:       168  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.31 s
26.40/26.57	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
26.40/26.58	c vivif2 --  cl tried    29538 cl shrink        0 lits rem          0 time: 0.01
26.69/26.84	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.26
26.69/26.84	c calculated reachability. Time: 0.00
26.69/26.84	c  N dy  1243    357941       160      7308         0     29538     31804    449468     11.86   no data
28.50/28.70	c  N dy  1318    378018       160      7308         0     48494     31804    788793     11.86     14.59
30.29/30.45	c  N dy  1411    398025       160      7308         0     43020     31804    681113     11.88     12.62
31.99/32.15	c  N dy  1472    418042       160      7308         0     36368     31804    544379     11.87     12.64
34.00/34.20	c  N dy  1528    440639       160      7308         0     31186     31804    440465     11.84     12.60
35.89/36.00	c  N dy  1578    460843       160      7308         0     50242     31804    771880     11.81     12.45
37.69/37.88	c  N dy  1672    481050       160      7308         0     42039     31804    630676     11.83     12.55
39.69/39.86	c  N dy  1722    502276       160      7308         0     33691     31804    472188     11.81     12.46
41.70/41.82	c  N dy  1799    523389       160      7308         0     53613     31804    823686     11.80     12.47
42.99/43.14	c  S st  1859    536912       160      7308         0     37167     31804    527697     11.81      9.83
42.99/43.19	c  S st  1859    537416       160      7308         0     37661     31804    537370     11.81   no data
42.99/43.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.09/43.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
43.09/43.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.09/43.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.09/43.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.09/43.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
43.09/43.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
43.09/43.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.09/43.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.39/43.57	c lits-rem:       322  cl-subs:     1556  v-elim:      0  v-fix:    0  time:  0.35 s
43.39/43.57	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
43.39/43.58	c vivif2 --  cl tried    36105 cl shrink        0 lits rem          0 time: 0.01
43.59/43.76	c asymm  cl-useful: 0/4317/7308 lits-rem:0 time: 0.18
43.59/43.76	c calculated reachability. Time: 0.00
43.59/43.76	c  N dy  1859    537416       160      7308         0     36105     31804    517387     11.81   no data
45.49/45.61	c  N dy  1916    557446       160      7308         0     54991     31804    846300     11.79     12.50
47.49/47.60	c  N dy  2012    577775       160      7308         0     44089     31804    652534     11.81     12.73
49.89/50.06	c  N dy  2072    602142       160      7308         0     35920     31804    488544     11.79     12.47
51.79/51.91	c  N dy  2133    622157       160      7308         0     54717     31804    814089     11.78     12.40
53.90/54.06	c  N dy  2186    643251       160      7308         0     42460     31804    600563     11.76     12.48
56.39/56.50	c  N dy  2252    666390       160      7308         0     64164     31804    977843     11.75     12.38
58.40/58.52	c  N dy  2329    687661       160      7308         0     51361     31804    756630     11.75     12.45
60.79/60.90	c  N dy  2397    707907       160      7308         0     36585     31804    489401     11.75     12.45
62.60/62.78	c  N dy  2467    727931       160      7308         0     55547     31804    820602     11.74     13.86
64.90/65.05	c  N dy  2529    748424       160      7308         0     39928     31804    544411     11.74     12.43
67.00/67.17	c  N dy  2608    768857       160      7308         0     59130     31804    883530     11.74     12.42
69.49/69.60	c  N dy  2666    790327       160      7308         0     43549     31804    599122     11.73     12.38
70.99/71.13	c  S st  2715    806125       160      7308         0     58442     31804    859894     11.73     10.58
71.09/71.20	c  S st  2715    806628       160      7308         0     58939     31804    870050     11.73   no data
71.09/71.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.09/71.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
71.09/71.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
71.09/71.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.09/71.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.09/71.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
71.09/71.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
71.09/71.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
71.09/71.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.60/72.75	c lits-rem:       794  cl-subs:     4564  v-elim:      0  v-fix:    0  time:  1.50 s
72.60/72.75	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
72.60/72.76	c vivif2 --  cl tried    54375 cl shrink        0 lits rem          0 time: 0.01
72.79/72.92	c asymm  cl-useful: 0/2991/7308 lits-rem:0 time: 0.16
72.79/72.92	c calculated reachability. Time: 0.00
72.79/72.92	c  N dy  2715    806628       160      7308         0     54375     31804    811547     11.73   no data
75.59/75.71	c  N dy  2780    829843       160      7308         0     39570     31804    525648     11.72     12.40
77.69/77.81	c  N dy  2839    851463       160      7308         0     59891     31804    880243     11.71     12.41
80.09/80.24	c  N dy  2921    871539       160      7308         0     41252     31804    556289     11.71     13.34
82.19/82.32	c  N dy  2973    891633       160      7308         0     60057     31804    875527     11.70     13.06
84.70/84.88	c  N dy  3045    913234       160      7308         0     41875     31804    560987     11.69     12.38
86.69/86.89	c  N dy  3111    933365       160      7308         0     60784     31804    881474     11.68     12.30
89.70/89.81	c  N dy  3187    956838       160      7308         0     43347     31804    578004     11.68     12.37
91.80/91.93	c  N dy  3235    978081       160      7308         0     63234     31804    916742     11.66     12.35
94.60/94.72	c  N dy  3330    998282       160      7308         0     41880     31804    549019     11.67     12.33
96.70/96.83	c  N dy  3406   1018391       160      7308         0     60769     31804    880318     11.67     12.33
99.29/99.44	c  N dy  3479   1039076       160      7308         0     80251     31804   1218621     11.67     12.31
101.59/101.79	c  N dy  3548   1059147       160      7308         0     57760     31804    824222     11.66     12.36
103.19/103.33	c  F st  3612   1071877       160      7308         0     69741     31804   1034153     11.67      9.70
104.19/104.32	c  N dy  3634   1079875       160      7308         0     77343     31804   1175560     11.67     12.49
106.60/106.77	c  N dy  3694   1099947       160      7308         0     53843     31804    747170     11.66     13.47
109.00/109.10	c  N dy  3742   1120127       160      7308         0     72866     31804   1066713     11.65     12.34
111.49/111.61	c  N dy  3795   1140267       160      7308         0     48509     31804    657684     11.64     12.27
113.69/113.83	c  N dy  3862   1160407       160      7308         0     67509     31804    987913     11.64     12.33
116.29/116.40	c  N dy  3943   1180548       160      7308         0     86526     31804   1319052     11.64     12.29
118.71/118.82	c  N dy  3999   1201455       160      7308         0     61926     31804    883550     11.63     12.27
119.70/119.88	c  S st  4037   1209943       160      7308         0     69972     31804   1022096     11.63   no data
119.80/119.96	c  S st  4037   1210445       160      7308         0     70470     31804   1031905     11.63   no data
119.80/119.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
119.80/119.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
119.80/119.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
119.80/119.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.80/119.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.80/119.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
119.80/119.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
119.80/120.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
119.91/120.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.00/122.19	c lits-rem:       855  cl-subs:     5459  v-elim:      0  v-fix:    0  time:  2.17 s
122.00/122.19	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
122.00/122.20	c vivif2 --  cl tried    65011 cl shrink        0 lits rem          0 time: 0.01
122.30/122.40	c asymm  cl-useful: 0/2697/7308 lits-rem:0 time: 0.19
122.30/122.40	c calculated reachability. Time: 0.00
122.30/122.40	c  N dy  4037   1210445       160      7308         0     65011     31804    963641     11.63   no data
124.90/125.00	c  N dy  4091   1230537       160      7308         0     83869     31804   1284082     11.63     12.24
127.50/127.66	c  N dy  4160   1251275       160      7308         0     58283     31804    817068     11.62     12.39
129.99/130.10	c  N dy  4243   1271360       160      7308         0     77263     31804   1144413     11.62     14.46
132.89/133.01	c  N dy  4296   1292984       160      7308         0     51640     31804    699755     11.61     12.25
135.20/135.31	c  N dy  4373   1313015       160      7308         0     70473     31804   1025231     11.61     12.89
137.90/138.00	c  N dy  4430   1333102       160      7308         0     89458     31804   1349569     11.61     14.90
140.70/140.86	c  N dy  4517   1353572       160      7308         0     61696     31804    876354     11.61     12.23
143.19/143.30	c  N dy  4571   1373630       160      7308         0     80561     31804   1196303     11.60     14.05
146.20/146.32	c  N dy  4634   1393783       160      7308         0     51475     31804    690864     11.60     12.22
148.40/148.52	c  N dy  4671   1414411       160      7308         0     70742     31804   1009946     11.59     12.29
151.19/151.37	c  N dy  4733   1434815       160      7308         0     89946     31804   1335466     11.58     12.33
154.00/154.14	c  N dy  4779   1454851       160      7308         0     59776     31804    819637     11.57     13.70
156.49/156.61	c  N dy  4841   1474870       160      7308         0     78679     31804   1141361     11.57     14.72
159.40/159.57	c  N dy  4891   1495098       160      7308         0     97636     31804   1458880     11.56     12.25
162.30/162.45	c  N dy  4999   1515659       160      7308         0     67321     31804    949349     11.57     12.21
165.00/165.16	c  N dy  5065   1535883       160      7308         0     86371     31804   1276115     11.57     12.28
168.09/168.29	c  N dy  5132   1555944       160      7308         0     54443     31804    718749     11.56     12.46
170.50/170.64	c  N dy  5198   1576036       160      7308         0     73357     31804   1047050     11.56     14.99
173.39/173.57	c  N dy  5292   1596132       160      7308         0     92312     31804   1373101     11.57     12.88
176.49/176.62	c  N dy  5358   1617007       160      7308         0     60045     31804    804059     11.56     12.20
179.21/179.35	c  N dy  5465   1637443       160      7308         0     79425     31804   1146874     11.57     12.18
182.20/182.36	c  N dy  5522   1658274       160      7308         0     98940     31804   1472613     11.56     12.17
184.99/185.17	c  N dy  5587   1678330       160      7308         0     65168     31804    888656     11.56     12.23
187.80/187.93	c  N dy  5662   1698793       160      7308         0     84466     31804   1217995     11.56     12.32
189.49/189.63	c  S st  5695   1710445       160      7308         0     95419     31804   1401626     11.55     10.25
189.59/189.74	c  S st  5695   1710948       160      7308         0     95917     31804   1411886     11.55   no data
189.59/189.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
189.59/189.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
189.59/189.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
189.59/189.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
189.59/189.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.59/189.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
189.59/189.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
189.69/189.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
189.69/189.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.29/194.45	c lits-rem:      1242  cl-subs:     8248  v-elim:      0  v-fix:    0  time:  4.61 s
194.29/194.45	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
194.29/194.47	c vivif2 --  cl tried    87669 cl shrink        0 lits rem          0 time: 0.02
194.49/194.69	c asymm  cl-useful: 0/1639/7308 lits-rem:0 time: 0.22
194.60/194.71	c calculated reachability. Time: 0.00
194.60/194.71	c  N dy  5695   1710948       160      7308         0     87669     31804   1305980     11.55   no data
198.39/198.54	c  N dy  5759   1732931       160      7308         0     54840     31804    702124     11.55     12.18
200.69/200.88	c  N dy  5838   1753003       160      7308         0     73707     31804   1024517     11.55     13.47
203.79/203.97	c  N dy  5902   1775029       160      7308         0     94436     31804   1370993     11.54     12.25
207.40/207.52	c  N dy  5976   1796463       160      7308         0     60128     31804    784050     11.54     12.18
209.80/209.94	c  N dy  6034   1816491       160      7308         0     78964     31804   1099832     11.54     12.74
212.70/212.82	c  N dy  6091   1836681       160      7308         0     97847     31804   1413660     11.53     12.16
216.00/216.13	c  N dy  6168   1856699       160      7308         0     61321     31804    801435     11.53     12.19
218.50/218.62	c  N dy  6241   1876737       160      7308         0     80180     31804   1120711     11.53     12.50
221.50/221.69	c  N dy  6317   1896825       160      7308         0     99096     31804   1440593     11.53     13.99
225.00/225.17	c  N dy  6389   1917860       160      7308         0     62494     31804    818702     11.53     12.14
227.60/227.71	c  N dy  6454   1937947       160      7308         0     81427     31804   1138535     11.53     15.01
230.80/230.90	c  N dy  6517   1959808       160      7308         0    101894     31804   1477109     11.52     12.21
234.20/234.35	c  N dy  6587   1980730       160      7308         0     64317     31804    841171     11.52     12.22
236.90/237.04	c  N dy  6675   2000794       160      7308         0     83292     31804   1164726     11.52     12.17
240.29/240.48	c  N dy  6734   2022273       160      7308         0    103515     31804   1499776     11.52     12.13
244.50/244.67	c  N dy  6820   2046256       160      7308         0     67630     31804    887849     11.52     12.20
247.10/247.27	c  N dy  6877   2066451       160      7308         0     86558     31804   1201075     11.51     12.12
250.30/250.45	c  N dy  6965   2086499       160      7308         0    105467     31804   1525156     11.52     12.28
253.69/253.83	c  N dy  7038   2106569       160      7308         0     65071     31804    846250     11.52     13.38
256.20/256.38	c  N dy  7120   2126573       160      7308         0     83854     31804   1165711     11.52     12.14
259.29/259.46	c  N dy  7209   2146746       160      7308         0    102845     31804   1490788     11.52     12.15
263.20/263.34	c  N dy  7285   2167759       160      7308         0     62437     31804    794221     11.52     12.15
265.80/265.91	c  N dy  7357   2187848       160      7308         0     81415     31804   1117152     11.52     12.81
269.20/269.30	c  N dy  7435   2210952       160      7308         0    103100     31804   1481317     11.52      8.71
269.20/269.30	c  S st  7435   2210952       160      7308         0    103100     31804   1481317     11.52      8.71
269.30/269.41	c  S st  7435   2211455       160      7308         0    103596     31804   1491442     11.52   no data
269.30/269.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
269.30/269.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
269.30/269.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
269.30/269.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
269.30/269.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
269.30/269.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
269.30/269.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
269.30/269.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
269.41/269.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
274.00/274.11	c lits-rem:      1813  cl-subs:     7979  v-elim:      0  v-fix:    0  time:  4.61 s
274.00/274.11	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
274.00/274.13	c vivif2 --  cl tried    95617 cl shrink        0 lits rem          0 time: 0.02
274.20/274.38	c asymm  cl-useful: 0/1941/7308 lits-rem:0 time: 0.25
274.20/274.38	c calculated reachability. Time: 0.00
274.20/274.38	c  N dy  7435   2211455       160      7308         0     95617     31804   1385608     11.52   no data
277.90/278.02	c  N dy  7514   2232029       160      7308         0    114933     31804   1714951     11.52     12.20
281.20/281.33	c  N dy  7579   2253474       160      7308         0     74125     31804    986356     11.52     12.27
283.89/284.09	c  N dy  7614   2273572       160      7308         0     92913     31804   1293486     11.51     12.20
287.19/287.31	c  N dy  7672   2293585       160      7308         0    111796     31804   1615567     11.50     12.23
290.70/290.88	c  N dy  7748   2313642       160      7308         0     68732     31804    893137     11.50     12.12
293.50/293.61	c  N dy  7819   2333645       160      7308         0     87566     31804   1207070     11.50     15.62
296.70/296.88	c  N dy  7896   2353734       160      7308         0    106424     31804   1518700     11.50     12.67
300.09/300.22	c  N dy  7943   2373875       160      7308         0    125244     31804   1827153     11.49     12.15
303.19/303.35	c  N dy  8038   2394045       160      7308         0     81406     31804   1101514     11.49     12.16
306.29/306.43	c  N dy  8090   2414081       160      7308         0    100150     31804   1408513     11.49     12.13
309.89/310.05	c  N dy  8168   2435352       160      7308         0    120147     31804   1744007     11.49     12.14
313.30/313.40	c  N dy  8218   2455426       160      7308         0     75128     31804    983183     11.48     12.16
316.00/316.17	c  N dy  8289   2475522       160      7308         0     93965     31804   1302475     11.48     12.09
319.20/319.31	c  N dy  8342   2495582       160      7308         0    112836     31804   1615332     11.48     12.54
323.30/323.43	c  N dy  8426   2516609       160      7308         0     67846     31804    858841     11.48     12.26
325.90/326.06	c  N dy  8484   2536738       160      7308         0     86760     31804   1173152     11.48     12.09
329.90/330.07	c  N dy  8557   2558826       160      7308         0    107560     31804   1519364     11.48     12.29
333.40/333.55	c  N dy  8601   2579292       160      7308         0    126722     31804   1835540     11.47     12.16
336.70/336.89	c  N dy  8667   2599375       160      7308         0     79743     31804   1051544     11.47     12.99
339.70/339.86	c  N dy  8725   2620179       160      7308         0     99276     31804   1375648     11.47     12.08
343.11/343.21	c  N dy  8770   2641490       160      7308         0    119235     31804   1702944     11.46     12.11
346.90/347.03	c  N dy  8844   2661699       160      7308         0     71647     31804    913790     11.46     12.10
349.81/349.95	c  N dy  8930   2681747       160      7308         0     90415     31804   1232367     11.46     12.27
353.01/353.12	c  N dy  8993   2701770       160      7308         0    109102     31804   1542213     11.46     12.12
354.60/354.79	c  S st  9024   2711456       160      7308         0    118169     31804   1693951     11.46     11.37
354.80/354.92	c  S st  9024   2711957       160      7308         0    118666     31804   1703809     11.46   no data
354.80/354.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
354.80/354.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
354.80/354.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
354.80/354.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
354.80/354.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
354.80/354.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
354.80/354.98	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
354.90/355.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
354.90/355.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
361.20/361.34	c lits-rem:      1523  cl-subs:    11601  v-elim:      0  v-fix:    0  time:  6.29 s
361.20/361.34	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
361.20/361.36	c vivif2 --  cl tried   107065 cl shrink        0 lits rem          0 time: 0.02
361.30/361.46	c asymm  cl-useful: 0/1031/7308 lits-rem:0 time: 0.10
361.30/361.47	c calculated reachability. Time: 0.00
361.30/361.47	c  N dy  9024   2711957       160      7308         0    107065     31804   1558283     11.46   no data
365.00/365.17	c  N dy  9091   2732411       160      7308         0    126310     31804   1881045     11.46     12.07
368.60/368.70	c  N dy  9168   2752477       160      7308         0     77994     31804   1020058     11.46     12.07
371.60/371.76	c  N dy  9258   2772671       160      7308         0     97088     31804   1344012     11.46     12.07
374.90/375.09	c  N dy  9335   2792687       160      7308         0    115845     31804   1657851     11.46     14.34
378.60/378.77	c  N dy  9392   2813272       160      7308         0    135070     31804   1972298     11.46     12.06
382.00/382.13	c  N dy  9470   2833522       160      7308         0     85696     31804   1132807     11.45     12.18
385.01/385.17	c  N dy  9527   2853609       160      7308         0    104503     31804   1435156     11.45     14.14
388.40/388.58	c  N dy  9603   2873930       160      7308         0    123552     31804   1757351     11.45     12.22
392.50/392.69	c  N dy  9652   2895028       160      7308         0     73970     31804    930773     11.45     12.09
395.30/395.44	c  N dy  9712   2915078       160      7308         0     92731     31804   1244783     11.44     12.05
398.70/398.88	c  N dy  9790   2936340       160      7308         0    112858     31804   1582446     11.44     12.15
402.70/402.84	c  N dy  9863   2957268       160      7308         0    132453     31804   1908992     11.44     12.05
406.21/406.37	c  N dy  9926   2977483       160      7308         0     81182     31804   1055279     11.44     12.08
409.50/409.68	c  N dy 10000   2998434       160      7308         0    100851     31804   1382045     11.44     12.17
412.81/412.98	c  N dy 10057   3018476       160      7308         0    119583     31804   1695312     11.44     12.10
417.00/417.19	c  N dy 10120   3039434       160      7308         0    139218     31804   2022854     11.44     12.14
421.00/421.15	c  N dy 10196   3059474       160      7308         0     86780     31804   1141865     11.44     12.11
424.20/424.36	c  N dy 10273   3079523       160      7308         0    105770     31804   1463118     11.44     12.23
427.70/427.86	c  N dy 10329   3099595       160      7308         0    124602     31804   1776507     11.44     14.37
431.70/431.82	c  N dy 10379   3119964       160      7308         0    143744     31804   2089578     11.43     12.04
435.20/435.39	c  N dy 10460   3140891       160      7308         0     91083     31804   1205371     11.43     12.05
438.50/438.66	c  N dy 10528   3161201       160      7308         0    110107     31804   1517691     11.43     12.06
442.30/442.40	c  N dy 10592   3181490       160      7308         0    129099     31804   1828344     11.43     12.07
446.80/446.99	c  N dy 10664   3202589       160      7308         0     75647     31804    943157     11.43     12.06
448.20/448.32	c  S st 10689   3211957       160      7308         0     84350     31804   1082659     11.43   no data
448.30/448.42	c  S st 10689   3212458       160      7308         0     84847     31804   1092916     11.43   no data
448.30/448.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
448.30/448.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
448.30/448.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
448.30/448.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
448.30/448.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
448.30/448.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
448.30/448.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
448.30/448.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
448.40/448.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
450.00/450.10	c lits-rem:       399  cl-subs:     3180  v-elim:      0  v-fix:    0  time:  1.60 s
450.00/450.11	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
450.00/450.12	c vivif2 --  cl tried    81667 cl shrink        0 lits rem          0 time: 0.01
450.20/450.32	c asymm  cl-useful: 0/2388/7308 lits-rem:0 time: 0.20
450.20/450.33	c calculated reachability. Time: 0.00
450.20/450.33	c  N dy 10689   3212458       160      7308         0     81667     31804   1055417     11.43   no data
453.30/453.45	c  N dy 10776   3232585       160      7308         0    100680     31804   1377710     11.43     12.16
457.01/457.16	c  N dy 10833   3254167       160      7308         0    120949     31804   1708251     11.43     12.04
460.81/460.99	c  N dy 10904   3274247       160      7308         0    139811     31804   2023143     11.42     12.05
464.70/464.87	c  N dy 10981   3294380       160      7308         0     84614     31804   1090101     11.42     12.06
467.80/467.90	c  N dy 11027   3314425       160      7308         0    103349     31804   1396243     11.42     12.07
471.10/471.29	c  N dy 11088   3334489       160      7308         0    122186     31804   1709385     11.42     12.66
475.00/475.11	c  N dy 11156   3355248       160      7308         0    141593     31804   2031604     11.42     12.09
478.91/479.09	c  N dy 11232   3376213       160      7308         0     86354     31804   1114111     11.42     12.05
482.11/482.29	c  N dy 11308   3396230       160      7308         0    105111     31804   1424114     11.42     12.05
485.60/485.75	c  N dy 11379   3416282       160      7308         0    124021     31804   1739647     11.42     12.03
489.51/489.65	c  N dy 11458   3436356       160      7308         0    142952     31804   2054379     11.42     12.02
493.70/493.80	c  N dy 11516   3456614       160      7308         0     85781     31804   1096943     11.41     12.02
496.70/496.89	c  N dy 11590   3476678       160      7308         0    104605     31804   1412992     11.41     12.36
500.21/500.30	c  N dy 11639   3496735       160      7308         0    123359     31804   1715611     11.41     14.99
504.11/504.24	c  N dy 11705   3517072       160      7308         0    142454     31804   2026069     11.41     12.05
508.40/508.51	c  N dy 11788   3537095       160      7308         0     84307     31804   1070639     11.41     12.05
511.20/511.33	c  N dy 11817   3557105       160      7308         0    103004     31804   1369548     11.41     12.02
514.90/515.06	c  N dy 11890   3577188       160      7308         0    121787     31804   1680125     11.40     12.01
518.70/518.89	c  N dy 11951   3598147       160      7308         0    141375     31804   2000020     11.40     12.01
523.51/523.61	c  N dy 12046   3618177       160      7308         0     82519     31804   1034161     11.40     12.14
526.61/526.75	c  N dy 12114   3638190       160      7308         0    101314     31804   1343965     11.40     12.02
530.01/530.15	c  N dy 12196   3658516       160      7308         0    120322     31804   1660167     11.40     12.05
534.01/534.16	c  N dy 12258   3678929       160      7308         0    139487     31804   1974956     11.40     12.04
538.61/538.76	c  N dy 12305   3698983       160      7308         0     79529     31804    979827     11.40     12.02
540.61/540.72	c  S st 12353   3712458       160      7308         0     92274     31804   1190116     11.40     11.24
540.71/540.82	c  S st 12353   3712966       160      7308         0     92774     31804   1200297     11.40   no data
540.71/540.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
540.71/540.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
540.71/540.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
540.71/540.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
540.71/540.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
540.71/540.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
540.71/540.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
540.71/540.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
540.71/540.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
542.51/542.60	c lits-rem:       547  cl-subs:     2732  v-elim:      0  v-fix:    0  time:  1.70 s
542.51/542.60	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
542.51/542.62	c vivif2 --  cl tried    90042 cl shrink        0 lits rem          0 time: 0.02
542.71/542.86	c asymm  cl-useful: 0/1380/7308 lits-rem:0 time: 0.24
542.71/542.86	c calculated reachability. Time: 0.00
542.71/542.86	c  N dy 12353   3712966       160      7308         0     90042     31804   1165717     11.40   no data
546.10/546.23	c  N dy 12424   3733390       160      7308         0    109260     31804   1487255     11.40     12.01
549.51/549.60	c  F st 12497   3751562       160      7308         0    126311     31804   1771853     11.40   no data
549.81/549.98	c  N st 12501   3753595       160      7308         0    128243     31804   1805223     11.40   no data
553.80/553.94	c  N dy 12558   3774114       160      7308         0    147439     31804   2123737     11.40     12.00
558.30/558.44	c  N dy 12630   3794288       160      7308         0     86720     31804   1095111     11.40     12.05
561.51/561.60	c  N dy 12686   3814678       160      7308         0    105890     31804   1409699     11.40     12.04
565.42/565.51	c  N dy 12732   3836842       160      7308         0    126602     31804   1749271     11.39     12.00
569.31/569.47	c  N dy 12782   3856945       160      7308         0    145510     31804   2057585     11.39     12.01
574.30/574.48	c  N dy 12856   3877007       160      7308         0     83658     31804   1037789     11.39     12.00
577.51/577.65	c  N dy 12933   3897323       160      7308         0    102725     31804   1352670     11.39     11.99
581.20/581.35	c  N dy 13006   3917367       160      7308         0    121684     31804   1666869     11.39     12.01
585.30/585.46	c  N dy 13092   3937451       160      7308         0    140577     31804   1981454     11.39     12.28
590.00/590.15	c  N dy 13155   3959496       160      7308         0    161252     31804   2320173     11.39     12.04
594.11/594.25	c  N dy 13230   3979544       160      7308         0     98308     31804   1273027     11.39     12.04
597.51/597.62	c  N dy 13303   3999872       160      7308         0    117320     31804   1589025     11.39     12.02
601.41/601.53	c  N dy 13365   4020784       160      7308         0    136998     31804   1906100     11.39     12.09
605.71/605.88	c  N dy 13436   4041389       160      7308         0    156353     31804   2225998     11.39     12.13
610.21/610.34	c  N dy 13510   4061437       160      7308         0     92613     31804   1181996     11.38     14.07
613.81/613.94	c  N dy 13589   4082740       160      7308         0    112677     31804   1511758     11.38     12.00
617.30/617.46	c  N dy 13644   4103014       160      7308         0    131552     31804   1813686     11.38     12.01
621.51/621.63	c  N dy 13706   4123103       160      7308         0    150351     31804   2116605     11.38     12.60
626.51/626.69	c  N dy 13780   4143206       160      7308         0     85688     31804   1057338     11.38     12.09
629.81/629.90	c  N dy 13869   4163587       160      7308         0    104864     31804   1379441     11.38     11.99
633.62/633.78	c  N dy 13944   4183831       160      7308         0    123935     31804   1695108     11.38     11.98
637.71/637.85	c  N dy 14015   4203921       160      7308         0    142780     31804   2004442     11.38     12.03
639.60/639.73	c  S st 14040   4212968       160      7308         0    151222     31804   2143168     11.38   no data
639.70/639.87	c  S st 14040   4213470       160      7308         0    151716     31804   2153180     11.38   no data
639.70/639.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
639.80/639.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
639.80/639.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
639.80/639.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
639.80/639.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
639.80/639.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
639.80/639.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
639.80/639.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
639.90/640.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
648.81/648.90	c lits-rem:      2113  cl-subs:    14244  v-elim:      0  v-fix:    0  time:  8.86 s
648.81/648.90	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
648.81/648.93	c vivif2 --  cl tried   137472 cl shrink        0 lits rem          0 time: 0.03
649.11/649.24	c asymm  cl-useful: 0/1348/7308 lits-rem:0 time: 0.31
649.11/649.25	c calculated reachability. Time: 0.00
649.11/649.25	c  N dy 14040   4213470       160      7308         0    137472     31804   1971051     11.38   no data
653.61/653.71	c  N dy 14111   4233803       160      7308         0    156614     31804   2286356     11.38     12.01
658.41/658.54	c  N dy 14192   4253842       160      7308         0     91353     31804   1151166     11.38     11.99
661.50/661.65	c  N dy 14232   4274079       160      7308         0    110219     31804   1454623     11.38     12.01
665.21/665.35	c  N dy 14278   4295028       160      7308         0    129737     31804   1768471     11.37     12.00
669.31/669.47	c  N dy 14355   4315404       160      7308         0    148896     31804   2085256     11.37     12.00
674.01/674.16	c  N dy 14447   4335768       160      7308         0    168087     31804   2404368     11.37     11.98
678.51/678.61	c  N dy 14528   4356871       160      7308         0    102670     31804   1330325     11.37     12.12
681.91/682.06	c  N dy 14603   4376938       160      7308         0    121548     31804   1646396     11.37     12.19
685.80/685.95	c  N dy 14660   4396995       160      7308         0    140326     31804   1943601     11.37     12.46
690.30/690.46	c  N dy 14721   4417439       160      7308         0    159496     31804   2251163     11.37     12.01
695.12/695.28	c  N dy 14782   4437989       160      7308         0     92647     31804   1160835     11.37     12.09
698.71/698.83	c  N dy 14871   4458029       160      7308         0    111528     31804   1478171     11.37     13.04
702.31/702.45	c  N dy 14924   4478260       160      7308         0    130526     31804   1789572     11.37     11.97
706.40/706.56	c  N dy 14979   4498298       160      7308         0    149361     31804   2097966     11.37     11.98
711.30/711.48	c  N dy 15038   4518460       160      7308         0    168193     31804   2406498     11.36     12.12
716.51/716.67	c  N dy 15107   4539859       160      7308         0    100940     31804   1286768     11.36     11.99
720.21/720.35	c  N dy 15205   4559951       160      7308         0    119875     31804   1607211     11.36     14.02
724.01/724.18	c  N dy 15279   4580125       160      7308         0    138800     31804   1920171     11.37     12.08
728.22/728.38	c  N dy 15356   4600173       160      7308         0    157639     31804   2230290     11.36     11.97
734.01/734.19	c  N dy 15439   4622010       160      7308         0     89917     31804   1102187     11.36     11.97
737.41/737.53	c  N dy 15528   4642233       160      7308         0    108900     31804   1423585     11.36     11.99
741.01/741.16	c  N dy 15581   4662241       160      7308         0    127675     31804   1729287     11.36     12.97
745.11/745.27	c  N dy 15667   4682527       160      7308         0    146711     31804   2042787     11.36     12.14
749.61/749.74	c  N dy 15746   4702591       160      7308         0    165516     31804   2352269     11.36     12.01
752.21/752.34	c  S st 15781   4713470       160      7308         0    175713     31804   2518479     11.36     11.06
752.42/752.51	c  S st 15781   4713972       160      7308         0    176210     31804   2528504     11.36   no data
752.42/752.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
752.42/752.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
752.42/752.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
752.42/752.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
752.42/752.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
752.42/752.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
752.42/752.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
752.51/752.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
752.51/752.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
765.91/766.07	c lits-rem:      2501  cl-subs:    19213  v-elim:      0  v-fix:    0  time: 13.38 s
765.91/766.07	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
766.01/766.10	c vivif2 --  cl tried   156997 cl shrink        0 lits rem          0 time: 0.03
766.31/766.40	c asymm  cl-useful: 0/1268/7308 lits-rem:0 time: 0.30
766.31/766.41	c calculated reachability. Time: 0.00
766.31/766.41	c  N dy 15781   4713972       160      7308         0    156997     31804   2284794     11.36   no data
771.12/771.27	c  N dy 15822   4734885       160      7308         0    176529     31804   2592455     11.36     11.98
775.31/775.43	c  N dy 15908   4755141       160      7308         0    107125     31804   1390824     11.36     11.98
779.01/779.12	c  N dy 15968   4775648       160      7308         0    126385     31804   1708218     11.36     11.99
783.12/783.21	c  N dy 16045   4795708       160      7308         0    145209     31804   2021953     11.36     11.97
787.31/787.43	c  N dy 16086   4816315       160      7308         0    164406     31804   2326113     11.36     12.00
792.81/792.95	c  N dy 16164   4836386       160      7308         0     93481     31804   1156028     11.36     12.06
796.51/796.62	c  N dy 16244   4857293       160      7308         0    113133     31804   1477188     11.35     12.01
800.41/800.58	c  N dy 16320   4877689       160      7308         0    132280     31804   1791190     11.35     11.97
804.61/804.70	c  N dy 16386   4897905       160      7308         0    151225     31804   2100306     11.35     11.96
809.91/810.06	c  N dy 16459   4921735       160      7308         0    173525     31804   2460339     11.35     12.11
814.71/814.88	c  N dy 16529   4942273       160      7308         0    101944     31804   1291203     11.35     11.96
818.21/818.38	c  N dy 16583   4962601       160      7308         0    120917     31804   1596062     11.35     12.04
823.01/823.16	c  N dy 16649   4982929       160      7308         0    139960     31804   1904278     11.35     11.96
828.11/828.29	c  N dy 16702   5003206       160      7308         0    158910     31804   2210354     11.35     11.97
833.01/833.12	c  N dy 16771   5023338       160      7308         0    177860     31804   2524110     11.35     12.06
837.71/837.80	c  N dy 16856   5043394       160      7308         0    104856     31804   1335506     11.35     12.11
841.42/841.55	c  N dy 16922   5064175       160      7308         0    124299     31804   1652828     11.35     11.99
845.61/845.73	c  N dy 16995   5084301       160      7308         0    143166     31804   1963002     11.35     11.96
850.41/850.53	c  N dy 17080   5104337       160      7308         0    161944     31804   2271963     11.35     13.51
855.61/855.72	c  N dy 17163   5124537       160      7308         0    180834     31804   2583121     11.35     11.99
860.41/860.51	c  N dy 17254   5144801       160      7308         0    107225     31804   1370370     11.35     12.00
864.11/864.28	c  N dy 17323   5165637       160      7308         0    126607     31804   1684691     11.35     11.98
868.42/868.57	c  N dy 17406   5185868       160      7308         0    145567     31804   2001312     11.35     11.99
873.02/873.12	c  N dy 17494   5206144       160      7308         0    164667     31804   2319893     11.35     11.96
874.92/875.04	c  S st 17513   5213973       160      7308         0    171940     31804   2435399     11.35     10.85
875.12/875.20	c  S st 17513   5214477       160      7308         0    172440     31804   2445211     11.35   no data
875.12/875.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
875.12/875.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
875.12/875.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
875.12/875.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
875.12/875.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
875.12/875.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
875.12/875.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
875.22/875.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
875.22/875.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
887.12/887.20	c lits-rem:      2214  cl-subs:    17255  v-elim:      0  v-fix:    0  time: 11.82 s
887.12/887.20	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
887.12/887.23	c vivif2 --  cl tried   155185 cl shrink        0 lits rem          0 time: 0.03
887.22/887.39	c asymm  cl-useful: 0/924/7308 lits-rem:0 time: 0.15
887.22/887.39	c calculated reachability. Time: 0.00
887.22/887.39	c  N dy 17513   5214477       160      7308         0    155185     31804   2226683     11.35   no data
892.21/892.32	c  N dy 17591   5234572       160      7308         0    174085     31804   2535688     11.35     12.17
897.41/897.50	c  N dy 17646   5254602       160      7308         0     99636     31804   1238313     11.35     12.28
901.01/901.17	c  N dy 17707   5274781       160      7308         0    118477     31804   1541179     11.35     11.99
905.32/905.41	c  N dy 17777   5296824       160      7308         0    139195     31804   1881857     11.35     12.25
909.63/909.80	c  N dy 17848   5317280       160      7308         0    158334     31804   2191048     11.34     12.04
914.62/914.75	c  N dy 17917   5337354       160      7308         0    177196     31804   2500552     11.34     11.97
920.21/920.34	c  N dy 17998   5357534       160      7308         0    101809     31804   1274606     11.34     11.95
923.92/924.07	c  N dy 18076   5377935       160      7308         0    120814     31804   1583361     11.34     12.01
928.22/928.33	c  N dy 18165   5397974       160      7308         0    139608     31804   1896726     11.34     12.19
932.62/932.72	c  N dy 18221   5418164       160      7308         0    158467     31804   2202865     11.34     11.96
938.22/938.32	c  N dy 18313   5438690       160      7308         0    177756     31804   2519653     11.34     12.05
944.71/944.89	c  N dy 18365   5459772       160      7308         0    102077     31804   1270026     11.34     11.94
948.51/948.69	c  N dy 18421   5479967       160      7308         0    120981     31804   1576899     11.34     12.04
952.71/952.86	c  N dy 18492   5500068       160      7308         0    139874     31804   1888926     11.34     12.93
957.51/957.69	c  N dy 18570   5521700       160      7308         0    160080     31804   2220439     11.34     11.95
962.52/962.67	c  N dy 18655   5541892       160      7308         0    179124     31804   2536117     11.34     12.08
968.31/968.42	c  N dy 18730   5562237       160      7308         0    101711     31804   1260558     11.34     11.96
972.11/972.25	c  N dy 18799   5584101       160      7308         0    122202     31804   1593960     11.34     12.01
975.91/976.07	c  N dy 18843   5604722       160      7308         0    141434     31804   1903723     11.34     12.03
980.62/980.76	c  N dy 18927   5625004       160      7308         0    160416     31804   2212591     11.34     11.94
985.82/985.91	c  N dy 19004   5645673       160      7308         0    179824     31804   2531184     11.34     12.05
991.42/991.56	c  N dy 19074   5665749       160      7308         0    101257     31804   1248435     11.34     13.61
995.02/995.19	c  N dy 19122   5685968       160      7308         0    120065     31804   1543797     11.34     11.99
999.02/999.15	c  N dy 19196   5706045       160      7308         0    138873     31804   1850457     11.34     11.98
1000.93/1001.01	c  S st 19229   5714477       160      7308         0    146774     31804   1979211     11.34     11.57
1001.03/1001.13	c  S st 19229   5714979       160      7308         0    147271     31804   1989299     11.34   no data
1001.03/1001.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1001.12/1001.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1001.12/1001.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1001.12/1001.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1001.12/1001.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1001.12/1001.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1001.12/1001.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1001.12/1001.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1001.12/1001.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1008.82/1008.93	c lits-rem:      1804  cl-subs:    12865  v-elim:      0  v-fix:    0  time:  7.65 s
1008.82/1008.93	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1008.82/1008.96	c vivif2 --  cl tried   134406 cl shrink        0 lits rem          0 time: 0.03
1009.12/1009.22	c asymm  cl-useful: 0/1400/7308 lits-rem:0 time: 0.26
1009.12/1009.22	c calculated reachability. Time: 0.00
1009.12/1009.22	c  N dy 19229   5714979       160      7308         0    134406     31804   1827977     11.34   no data
1013.72/1013.83	c  N dy 19301   5735405       160      7308         0    153493     31804   2136912     11.34     11.94
1018.42/1018.50	c  N dy 19371   5755605       160      7308         0    172473     31804   2449771     11.34     11.94
1023.42/1023.56	c  N dy 19434   5775627       160      7308         0    191276     31804   2753894     11.34     11.96
1028.81/1028.98	c  N dy 19513   5798382       160      7308         0    114752     31804   1468316     11.34     11.94
1032.92/1033.05	c  N dy 19587   5818432       160      7308         0    133463     31804   1773707     11.34     11.97
1037.33/1037.43	c  N dy 19660   5838507       160      7308         0    152238     31804   2080080     11.34     13.55
1042.12/1042.20	c  N dy 19721   5858656       160      7308         0    171085     31804   2382272     11.33     11.98
1048.02/1048.17	c  N dy 19786   5883100       160      7308         0    193966     31804   2754034     11.33     11.96
1053.01/1053.15	c  N dy 19867   5903281       160      7308         0    113788     31804   1445814     11.33     11.95
1058.01/1058.12	c  N dy 19916   5925907       160      7308         0    134962     31804   1780932     11.33     11.97
1062.72/1062.86	c  N dy 19978   5946637       160      7308         0    154284     31804   2090286     11.33     12.01
1067.92/1068.03	c  N dy 20069   5967223       160      7308         0    173643     31804   2406859     11.33     11.96
1073.42/1073.53	c  N dy 20130   5988555       160      7308         0    193384     31804   2721434     11.33     11.93
1078.62/1078.77	c  N dy 20202   6009322       160      7308         0    112973     31804   1430037     11.33     11.95
1082.52/1082.68	c  N dy 20289   6029362       160      7308         0    131813     31804   1741404     11.33     12.11
1086.92/1087.03	c  N dy 20348   6049771       160      7308         0    150824     31804   2043434     11.33     11.93
1091.72/1091.80	c  N dy 20411   6070291       160      7308         0    169912     31804   2349821     11.32     11.95
1096.82/1096.96	c  N dy 20485   6090660       160      7308         0    189022     31804   2663474     11.33     11.99
1102.41/1102.58	c  N dy 20543   6110751       160      7308         0    106862     31804   1322909     11.32     13.01
1106.53/1106.70	c  N dy 20642   6131165       160      7308         0    126068     31804   1637232     11.32     11.94
1110.82/1110.90	c  N dy 20704   6151403       160      7308         0    145023     31804   1944922     11.32     11.99
1115.12/1115.28	c  N dy 20763   6171630       160      7308         0    164017     31804   2253662     11.32     11.94
1120.22/1120.35	c  N dy 20807   6192009       160      7308         0    182893     31804   2547683     11.32     11.92
1125.62/1125.73	c  N dy 20875   6213055       160      7308         0    202513     31804   2866953     11.32     12.04
1127.02/1127.18	c  S st 20882   6214980       160      7308         0    102383     31804   1248226     11.32     10.52
1127.12/1127.28	c  S st 20882   6215482       160      7308         0    102880     31804   1258154     11.32   no data
1127.12/1127.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1127.22/1127.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
1127.22/1127.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1127.22/1127.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1127.22/1127.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1127.22/1127.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1127.22/1127.32	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1127.22/1127.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1127.22/1127.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1128.32/1128.44	c lits-rem:       159  cl-subs:      726  v-elim:      0  v-fix:    0  time:  1.07 s
1128.32/1128.45	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1128.32/1128.46	c vivif2 --  cl tried   102154 cl shrink        0 lits rem          0 time: 0.02
1128.63/1128.72	c asymm  cl-useful: 0/1661/7308 lits-rem:0 time: 0.25
1128.63/1128.72	c calculated reachability. Time: 0.00
1128.63/1128.72	c  N dy 20882   6215482       160      7308         0    102154     31804   1251867     11.32   no data
1132.42/1132.55	c  N dy 20966   6235515       160      7308         0    120930     31804   1557616     11.32     11.92
1136.33/1136.44	c  N dy 21021   6255603       160      7308         0    139673     31804   1853794     11.32     12.93
1140.63/1140.80	c  N dy 21090   6275920       160      7308         0    158728     31804   2162044     11.32     11.92
1145.72/1145.84	c  N dy 21162   6296167       160      7308         0    177693     31804   2471764     11.32     11.92
1151.32/1151.49	c  N dy 21238   6318122       160      7308         0    198270     31804   2806016     11.32     12.00
1156.82/1156.97	c  N dy 21314   6338161       160      7308         0    114181     31804   1438244     11.32     12.89
1160.92/1161.01	c  N dy 21404   6358639       160      7308         0    133317     31804   1752508     11.32     12.00
1165.41/1165.56	c  N dy 21479   6378677       160      7308         0    152132     31804   2063601     11.32     11.93
1170.52/1170.65	c  N dy 21582   6398689       160      7308         0    170977     31804   2380194     11.32     12.31
1176.82/1176.92	c  N dy 21650   6421492       160      7308         0    192224     31804   2723738     11.32     11.92
1182.92/1183.03	c  N dy 21720   6441585       160      7308         0    107091     31804   1323022     11.32     14.15
1186.61/1186.76	c  N dy 21787   6461621       160      7308         0    125867     31804   1626359     11.32     13.90
1191.12/1191.20	c  N dy 21852   6482277       160      7308         0    145258     31804   1941912     11.32     12.02
1196.42/1196.55	c  N dy 21906   6507260       160      7308         0    168624     31804   2317259     11.31     12.01
1201.52/1201.68	c  N dy 21988   6527288       160      7308         0    187517     31804   2628898     11.32     11.98
1206.92/1207.03	c  N dy 22050   6547453       160      7308         0    206365     31804   2929306     11.31     12.16
1212.42/1212.58	c  N dy 22138   6568786       160      7308         0    121397     31804   1546044     11.31     11.94
1216.53/1216.69	c  N dy 22196   6588799       160      7308         0    139961     31804   1843161     11.31     12.91
1221.03/1221.17	c  N dy 22252   6609036       160      7308         0    158863     31804   2145429     11.31     11.94
1226.02/1226.15	c  N dy 22332   6629065       160      7308         0    177614     31804   2452145     11.31     14.37
1231.82/1231.91	c  N dy 22408   6650396       160      7308         0    197561     31804   2776094     11.31     11.94
1238.32/1238.42	c  N dy 22482   6670988       160      7308         0    111121     31804   1374716     11.31     11.92
1242.42/1242.50	c  N dy 22561   6692141       160      7308         0    131003     31804   1699088     11.31     11.93
1246.52/1246.68	c  N dy 22603   6712555       160      7308         0    150046     31804   2002039     11.31     11.94
1247.33/1247.41	c  S st 22616   6715483       160      7308         0    152811     31804   2047824     11.31     11.63
1247.43/1247.56	c  S st 22616   6715984       160      7308         0    153305     31804   2058008     11.31   no data
1247.43/1247.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1247.52/1247.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
1247.52/1247.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1247.52/1247.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1247.52/1247.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1247.52/1247.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1247.52/1247.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1247.52/1247.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1247.62/1247.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1255.13/1255.22	c lits-rem:      1625  cl-subs:    11661  v-elim:      0  v-fix:    0  time:  7.50 s
1255.13/1255.22	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1255.13/1255.25	c vivif2 --  cl tried   141644 cl shrink        0 lits rem          0 time: 0.03
1255.42/1255.57	c asymm  cl-useful: 0/955/7308 lits-rem:0 time: 0.32
1255.42/1255.58	c calculated reachability. Time: 0.00
1255.42/1255.58	c  N dy 22616   6715984       160      7308         0    141644     31804   1913524     11.31   no data
1260.22/1260.37	c  N dy 22702   6736084       160      7308         0    160549     31804   2223505     11.31     13.12
1265.12/1265.21	c  N dy 22766   6756181       160      7308         0    179417     31804   2527013     11.31     12.56
1270.73/1270.84	c  N dy 22853   6776608       160      7308         0    198620     31804   2838358     11.31     11.98
1277.53/1277.68	c  N dy 22925   6798909       160      7308         0    112994     31804   1400702     11.31     11.96
1282.13/1282.26	c  N dy 22993   6822221       160      7308         0    134846     31804   1752285     11.31     11.93
1286.63/1286.73	c  N dy 23086   6842493       160      7308         0    153873     31804   2069115     11.31     11.96
1291.82/1291.96	c  N dy 23142   6862790       160      7308         0    172843     31804   2373484     11.31     11.95
1298.62/1298.79	c  N dy 23222   6885775       160      7308         0    194376     31804   2720743     11.31     11.93

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: 961)

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-3368113-1305391454/watcher-3368113-1305391454 -o /tmp/evaluation-result-3368113-1305391454/solver-3368113-1305391454 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368113-1305391454.cnf 

running on 2 cores: 0,2

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: 1.40 2.73 3.41 3/274 25059
/proc/meminfo: memFree=20999212/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=11796 CPUtime=0 cores=0,2
/proc/25059/stat : 25059 (runsolver) R 25056 25059 24601 0 -1 4202560 40 0 0 0 0 0 0 0 23 0 1 0 650745191 12079104 50 33554432000 4194304 5432360 140737346004224 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/25059/statm: 2949 50 30 303 0 2643 0

[startup+0.111283 s]
/proc/loadavg: 1.40 2.73 3.41 3/274 25059
/proc/meminfo: memFree=20999212/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=30984 CPUtime=0.09 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 1101 0 0 0 9 0 0 0 24 0 1 0 650745191 31727616 915 33554432000 4194304 4580011 140734139021456 18446744073709551615 4318400 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 7746 915 363 95 0 2728 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30984

[startup+0.20106 s]
/proc/loadavg: 1.40 2.73 3.41 3/274 25059
/proc/meminfo: memFree=20999212/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=31116 CPUtime=0.18 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 1186 0 0 0 18 0 0 0 24 0 1 0 650745191 31862784 1000 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 7779 1000 363 95 0 2761 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 31116

[startup+0.301042 s]
/proc/loadavg: 1.40 2.73 3.41 3/274 25059
/proc/meminfo: memFree=20999212/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=31732 CPUtime=0.28 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 1356 0 0 0 28 0 0 0 25 0 1 0 650745191 32493568 1008 33554432000 4194304 4580011 140734139021456 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 7933 1008 363 95 0 2915 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31732

[startup+0.70097 s]
/proc/loadavg: 1.40 2.73 3.41 3/274 25059
/proc/meminfo: memFree=20999212/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=32208 CPUtime=0.68 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 1771 0 0 0 68 0 0 0 25 0 1 0 650745191 32980992 1201 33554432000 4194304 4580011 140734139021456 18446744073709551615 4296069 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 8052 1201 363 95 0 3034 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32208

[startup+1.50083 s]
/proc/loadavg: 1.40 2.73 3.41 5/285 25081
/proc/meminfo: memFree=20952348/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=37940 CPUtime=1.47 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 3694 0 0 0 147 0 0 0 25 0 1 0 650745191 38850560 2542 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 9485 2542 366 95 0 4467 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 37940

[startup+3.10055 s]
/proc/loadavg: 1.40 2.73 3.41 5/285 25081
/proc/meminfo: memFree=20938212/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=38204 CPUtime=3.06 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 4910 0 0 0 306 0 0 0 25 0 1 0 650745191 39120896 2549 33554432000 4194304 4580011 140734139021456 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 9551 2549 366 95 0 4533 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 38204

[startup+6.30103 s]
/proc/loadavg: 1.61 2.76 3.42 5/285 25081
/proc/meminfo: memFree=20913720/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=43188 CPUtime=6.24 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 7764 0 0 0 623 1 0 0 25 0 1 0 650745191 44224512 3915 33554432000 4194304 4580011 140734139021456 18446744073709551615 4321889 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/25059/statm: 10797 3915 366 95 0 5779 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 43188

[startup+12.7008 s]
/proc/loadavg: 1.80 2.78 3.42 5/285 25081
/proc/meminfo: memFree=20880856/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=47644 CPUtime=12.59 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 11996 0 0 0 1257 2 0 0 25 0 1 0 650745191 48787456 4900 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 11911 4900 366 95 0 6893 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 47644

[startup+25.5006 s]
/proc/loadavg: 2.36 2.85 3.43 5/285 25082
/proc/meminfo: memFree=20859968/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=49268 CPUtime=25.39 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 17623 0 0 0 2537 2 0 0 25 0 1 0 650745191 50450432 5626 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 12317 5626 366 95 0 7299 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 49268

[startup+51.101 s]
/proc/loadavg: 2.92 2.94 3.45 5/285 25082
/proc/meminfo: memFree=20844020/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=53140 CPUtime=50.99 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 28041 0 0 0 5095 4 0 0 25 0 1 0 650745191 54415360 6437 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 13285 6437 366 95 0 8267 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 53140

[startup+102.301 s]
/proc/loadavg: 3.58 3.12 3.48 5/285 25084
/proc/meminfo: memFree=20770708/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=65132 CPUtime=102.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 46036 0 0 0 10213 7 0 0 25 0 1 0 650745191 66695168 9301 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 16283 9301 366 95 0 11265 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 65132

[startup+162.3 s]
/proc/loadavg: 3.84 3.28 3.51 5/285 25085
/proc/meminfo: memFree=20738676/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=72276 CPUtime=162.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 62959 0 0 0 16209 11 0 0 25 0 1 0 650745191 74010624 10899 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 18069 10899 366 95 0 13051 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 72276

[startup+222.311 s]
/proc/loadavg: 3.94 3.41 3.54 5/285 25087
/proc/meminfo: memFree=20705124/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=85164 CPUtime=222.21 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 78270 0 0 0 22208 13 0 0 25 0 1 0 650745191 87207936 14531 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 21291 14531 366 95 0 16273 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 85164

[startup+282.301 s]
/proc/loadavg: 3.98 3.51 3.56 5/285 25089
/proc/meminfo: memFree=20683972/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=89688 CPUtime=282.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 91552 0 0 0 28205 15 0 0 25 0 1 0 650745191 91840512 15061 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 22422 15061 366 95 0 17404 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 89688

[startup+342.3 s]
/proc/loadavg: 4.02 3.61 3.59 5/285 25090
/proc/meminfo: memFree=20672640/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=89992 CPUtime=342.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 103430 0 0 0 34202 18 0 0 25 0 1 0 650745191 92151808 15674 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 22498 15674 366 95 0 17480 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 89992

[startup+402.301 s]
/proc/loadavg: 4.04 3.69 3.62 5/285 25092
/proc/meminfo: memFree=20649528/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=96428 CPUtime=402.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 114909 0 0 0 40200 20 0 0 25 0 1 0 650745191 98742272 17381 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 24107 17381 366 95 0 19089 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 96428

[startup+462.301 s]
/proc/loadavg: 4.09 3.76 3.65 5/285 25093
/proc/meminfo: memFree=20640408/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=96692 CPUtime=462.21 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 125317 0 0 0 46198 23 0 0 25 0 1 0 650745191 99012608 17724 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 24173 17724 366 95 0 19155 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 96692

[startup+522.3 s]
/proc/loadavg: 4.03 3.80 3.67 5/285 25095
/proc/meminfo: memFree=20615308/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=96944 CPUtime=522.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 136017 0 0 0 52195 25 0 0 25 0 1 0 650745191 99270656 17825 33554432000 4194304 4580011 140734139021456 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 24236 17825 366 95 0 19218 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 96944

[startup+582.301 s]
/proc/loadavg: 4.08 3.85 3.69 5/285 25097
/proc/meminfo: memFree=20599292/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=97208 CPUtime=582.2 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 146526 0 0 0 58192 28 0 0 25 0 1 0 650745191 99540992 17248 33554432000 4194304 4580011 140734139021456 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 24302 17248 366 95 0 19284 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 97208

[startup+642.301 s]
/proc/loadavg: 4.16 3.91 3.72 5/285 25098
/proc/meminfo: memFree=20567996/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=108356 CPUtime=642.21 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 158248 0 0 0 64190 31 0 0 25 0 1 0 650745191 110956544 20385 33554432000 4194304 4580011 140734139021456 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 27089 20385 366 95 0 22071 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 108356

[startup+702.3 s]
/proc/loadavg: 4.06 3.92 3.73 5/285 25100
/proc/meminfo: memFree=20576876/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=108544 CPUtime=702.21 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 166924 0 0 0 70188 33 0 0 25 0 1 0 650745191 111149056 19960 33554432000 4194304 4580011 140734139021456 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 27136 19960 366 95 0 22118 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 108544

[startup+762.301 s]
/proc/loadavg: 4.02 3.93 3.74 5/285 25101
/proc/meminfo: memFree=20538012/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=126856 CPUtime=762.22 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 177581 0 0 0 76186 36 0 0 25 0 1 0 650745191 129900544 24546 33554432000 4194304 4580011 140734139021456 18446744073709551615 4451588 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31714 24546 366 95 0 26696 0
Current children cumulated CPU time (s) 762.22
Current children cumulated vsize (KiB) 126856

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.76 5/285 25103
/proc/meminfo: memFree=20498156/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127044 CPUtime=822.21 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 186435 0 0 0 82183 38 0 0 25 0 1 0 650745191 130093056 23772 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31761 23772 366 95 0 26743 0
Current children cumulated CPU time (s) 822.21
Current children cumulated vsize (KiB) 127044

[startup+882.311 s]
/proc/loadavg: 4.00 3.95 3.77 5/285 25105
/proc/meminfo: memFree=20491888/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127176 CPUtime=882.23 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 193836 0 0 0 88182 41 0 0 25 0 1 0 650745191 130228224 24817 33554432000 4194304 4580011 140734139021456 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31794 24817 366 95 0 26776 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 127176

[startup+942.301 s]
/proc/loadavg: 4.04 3.97 3.78 5/285 25106
/proc/meminfo: memFree=20473488/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127296 CPUtime=942.21 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 200924 0 0 0 94178 43 0 0 25 0 1 0 650745191 130351104 25127 33554432000 4194304 4580011 140734139021456 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31824 25127 366 95 0 26806 0
Current children cumulated CPU time (s) 942.21
Current children cumulated vsize (KiB) 127296

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.80 5/285 25108
/proc/meminfo: memFree=20477024/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127504 CPUtime=1002.22 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 210088 0 0 0 100177 45 0 0 25 0 1 0 650745191 130564096 24345 33554432000 4194304 4580011 140734139021456 18446744073709551615 4406294 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31876 24345 366 95 0 26858 0
Current children cumulated CPU time (s) 1002.22
Current children cumulated vsize (KiB) 127504

[startup+1062.3 s]
/proc/loadavg: 4.04 3.99 3.81 5/285 25118
/proc/meminfo: memFree=20470760/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127628 CPUtime=1062.22 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 217147 0 0 0 106175 47 0 0 25 0 1 0 650745191 130691072 24416 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294430 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31907 24416 366 95 0 26889 0
Current children cumulated CPU time (s) 1062.22
Current children cumulated vsize (KiB) 127628

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.82 5/285 25120
/proc/meminfo: memFree=20441796/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127768 CPUtime=1122.22 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 224743 0 0 0 112173 49 0 0 25 0 1 0 650745191 130834432 25148 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31942 25148 366 95 0 26924 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 127768

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.83 5/285 25124
/proc/meminfo: memFree=20439516/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=127916 CPUtime=1182.22 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 232100 0 0 0 118171 51 0 0 25 0 1 0 650745191 130985984 25488 33554432000 4194304 4580011 140734139021456 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 31979 25488 366 95 0 26961 0
Current children cumulated CPU time (s) 1182.22
Current children cumulated vsize (KiB) 127916

[startup+1242.3 s]
/proc/loadavg: 4.09 4.03 3.85 5/285 25126
/proc/meminfo: memFree=20437024/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=128112 CPUtime=1242.22 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 241379 0 0 0 124169 53 0 0 25 0 1 0 650745191 131186688 23991 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 32028 23991 366 95 0 27010 0
Current children cumulated CPU time (s) 1242.22
Current children cumulated vsize (KiB) 128112



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.86 5/285 25128
/proc/meminfo: memFree=20426176/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=128184 CPUtime=1299.93 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 246535 0 0 0 129939 54 0 0 25 0 1 0 650745191 131260416 25287 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 32046 25287 366 95 0 27028 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 128184

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

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

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.86 5/285 25128
/proc/meminfo: memFree=20426176/32950904 swapFree=67057400/67111528
[pid=25059] ppid=25056 vsize=128184 CPUtime=1299.93 cores=0,2
/proc/25059/stat : 25059 (strangenight2-s) R 25056 25059 24601 0 -1 4202496 246535 0 0 0 129939 54 0 0 25 0 1 0 650745191 131260416 25287 33554432000 4194304 4580011 140734139021456 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/25059/statm: 32046 25287 366 95 0 27028 0
Current children cumulated CPU time (s) 1299.93
Current children cumulated vsize (KiB) 128184

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.95
CPU user time (s): 1299.39
CPU system time (s): 0.554915
CPU usage (%): 99.9948
Max. virtual memory (cumulated for all children) (KiB): 144076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.39
system time used= 0.554915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246535
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= 12
involuntary context switches= 1777

runsolver used 3.2915 second user time and 7.82581 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-14 18:44:14
IDJOB=3368113
IDBENCH=83323
IDSOLVER=1845
FILE ID=node121/3368113-1305391454
RUNJOBID= node121-1305391454-25038
PBS_JOBID= 13324417
Free space on /tmp= 73432 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368113-1305391454/watcher-3368113-1305391454 -o /tmp/evaluation-result-3368113-1305391454/solver-3368113-1305391454 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368113-1305391454.cnf

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=510581207

node121.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.817
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.63
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.817
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	: 5226.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.74
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.817
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.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      20999632 kB
Buffers:        295276 kB
Cached:        5931928 kB
SwapCached:       7656 kB
Active:        6382940 kB
Inactive:      5216116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20999632 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            6252 kB
Writeback:           0 kB
AnonPages:     5370016 kB
Mapped:          21304 kB
Slab:           264856 kB
PageTables:      24244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30649372 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73408 MiB
End job on node121 at 2011-05-14 19:05:56