Trace number 3262552

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st? (TO) 1300.05 1300.01

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3262552-1303546400.cnf'
0.00/0.00	c -- header says num vars:            160
0.00/0.00	c -- header says num clauses:        7308
0.00/0.00	c -- clauses added:            0 learnts,         7308 normals,            0 xors
0.00/0.00	c -- vars added        160
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       160      7308         0         0     31804         0   no data   no data
0.02/0.02	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.02
0.02/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.02/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.02/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.02/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.02/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
0.02/0.02	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.02/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.02/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.02/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.02/0.04	c calculated reachability. Time: 0.00
0.02/0.04	c Calc default polars -  time:   0.00 s pos:     160 undec:       0 neg:       0
0.02/0.04	c =========================================================================================
0.02/0.04	c types(t): F = full restart, N = normal restart
0.02/0.04	c types(t): S = simplification begin/end, E = solution found
0.02/0.04	c restart types(rt): st = static, dy = dynamic
0.02/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.02/0.04	c  B st     0         0       160      7308         0         0     31804         0   no data   no data
0.19/0.20	c  N dy    15      4428       160      7308         0      4245     31804     86609     13.13     13.84
0.29/0.36	c  N dy    21      8478       160      7308         0      5664     31804    101963     11.80     15.50
0.49/0.55	c  N dy    50     12519       160      7308         0      5476     31804     95666     12.42     13.72
0.69/0.74	c  N dy    63     16614       160      7308         0      9328     31804    168239     12.32     15.70
0.89/0.97	c  N dy    72     21522       160      7308         0      8601     31804    140615     12.12     12.87
1.10/1.12	c  F st    77     25000       160      7308         0     11887     31804    202005     11.97     10.42
1.10/1.16	c  N st    79     25625       160      7308         0     12491     31804    213740     11.97   no data
1.29/1.38	c  N dy    83     30000       160      7308         0     10231     31804    177847     11.97   no data
1.29/1.38	c  S st    83     30000       160      7308         0     10231     31804    177847     11.97   no data
1.39/1.40	c  S st    83     30502       160      7308         0     10726     31804    188056     11.97   no data
1.39/1.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.39/1.41	c blocked clauses removed:        0 vars:      0 tried:         160 T: 0.00 s
1.39/1.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1.39/1.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.39/1.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.39/1.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.51	c lits-rem:       145  cl-subs:     1142  v-elim:      0  v-fix:    0  time:  0.09 s
1.59/1.60	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.09
1.59/1.60	c calculated reachability. Time: 0.00
1.59/1.60	c  N dy    83     30502       160      7308         0      9584     31804    173521     11.97   no data
1.79/1.84	c  N dy    95     35109       160      7308         0     13953     31804    256376     11.96     12.61
1.99/2.09	c  N dy   114     39844       160      7308         0     10961     31804    181833     11.99     12.66
2.29/2.32	c  N dy   133     43978       160      7308         0     14864     31804    256392     12.05     12.76
2.39/2.42	c  S st   137     45753       160      7308         0     16535     31804    287138     12.02     11.92
2.39/2.47	c  S st   137     46260       160      7308         0      8573     31804    134567     12.02   no data
2.39/2.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.39/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.39/2.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.39/2.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.39/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.39/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
2.39/2.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.39/2.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.39/2.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.50	c lits-rem:        23  cl-subs:      241  v-elim:      0  v-fix:    0  time:  0.02 s
2.49/2.50	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
2.49/2.50	c vivif2 --  cl tried     8332 cl shrink        0 lits rem          0 time: 0.00
2.49/2.58	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.08
2.49/2.58	c calculated reachability. Time: 0.00
2.49/2.58	c  N dy   137     46260       160      7308         0      8332     31804    132191     12.02   no data
2.79/2.80	c  N dy   162     50429       160      7308         0     12283     31804    209592     12.10     12.74
3.09/3.11	c  N dy   175     55810       160      7308         0     17396     31804    303555     12.04     12.67
3.30/3.38	c  N dy   190     60378       160      7308         0     12262     31804    197794     12.01     12.68
3.59/3.65	c  N dy   217     64862       160      7308         0     16531     31804    281226     12.10     12.76
3.89/3.96	c  N dy   230     69392       160      7308         0     10413     31804    153621     12.08      9.14
3.89/3.96	c  S st   230     69392       160      7308         0     10413     31804    153621     12.08      9.14
3.89/3.99	c  S st   230     69898       160      7308         0     10916     31804    164222     12.08   no data
3.89/3.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.89/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.89/3.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.89/3.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.89/3.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.89/4.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
3.89/4.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.99/4.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.03	c lits-rem:        19  cl-subs:      185  v-elim:      0  v-fix:    0  time:  0.02 s
3.99/4.03	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
3.99/4.03	c vivif2 --  cl tried    10731 cl shrink        0 lits rem          0 time: 0.00
4.09/4.13	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.10
4.09/4.13	c calculated reachability. Time: 0.00
4.09/4.13	c  N dy   230     69898       160      7308         0     10731     31804    162288     12.08   no data
4.40/4.43	c  N dy   246     75469       160      7308         0     16015     31804    259804     12.06     12.79
4.69/4.74	c  N dy   261     80332       160      7308         0     20577     31804    342836     12.03     12.71
4.99/5.07	c  N dy   274     85701       160      7308         0     14293     31804    217475     11.99     12.74
5.09/5.17	c  F st   281     87502       160      7308         0     16016     31804    249082     11.99   no data
5.39/5.48	c  N dy   287     92695       160      7308         0     20941     31804    340392     11.99   no data
5.79/5.89	c  N dy   309     98681       160      7308         0     14326     31804    215884     11.98     12.74
6.19/6.25	c  S st   329    104847       160      7308         0     20186     31804    323793     11.96     10.86
6.19/6.29	c  S st   329    105350       160      7308         0     20686     31804    334866     11.96   no data
6.19/6.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.19/6.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
6.19/6.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.19/6.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.19/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.19/6.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
6.19/6.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.29/6.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.29/6.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.49	c lits-rem:       182  cl-subs:     1661  v-elim:      0  v-fix:    0  time:  0.18 s
6.39/6.49	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
6.39/6.49	c vivif2 --  cl tried    19025 cl shrink        0 lits rem          0 time: 0.00
6.59/6.66	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.16
6.59/6.66	c calculated reachability. Time: 0.00
6.59/6.66	c  N dy   329    105350       160      7308         0     19025     31804    314092     11.96   no data
7.09/7.16	c  N dy   336    113079       160      7308         0     26245     31804    445792     11.87     12.50
7.59/7.66	c  N dy   380    120389       160      7308         0     19987     31804    326593     11.92     12.56
8.19/8.23	c  N dy   414    128118       160      7308         0     27334     31804    464032     11.95     12.58
8.80/8.85	c  N dy   456    137198       160      7308         0     21727     31804    351681     11.98     12.75
9.50/9.52	c  N dy   494    146044       160      7308         0     30080     31804    502924     11.99     12.63
10.29/10.35	c  N dy   541    158026       160      7308         0     26311     31804    423122     11.99      8.46
10.29/10.35	c  S st   541    158026       160      7308         0     26311     31804    423122     11.99      8.46
10.39/10.40	c  S st   541    158528       160      7308         0     26809     31804    433623     11.99   no data
10.39/10.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.39/10.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
10.39/10.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.39/10.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.39/10.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.39/10.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
10.39/10.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
10.39/10.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.39/10.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.69/10.74	c lits-rem:       283  cl-subs:     1986  v-elim:      0  v-fix:    0  time:  0.32 s
10.69/10.74	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
10.69/10.75	c vivif2 --  cl tried    24823 cl shrink        0 lits rem          0 time: 0.00
10.90/10.95	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.21
10.90/10.96	c calculated reachability. Time: 0.00
10.90/10.96	c  N dy   541    158528       160      7308         0     24823     31804    406640     11.99   no data
11.79/11.89	c  N dy   581    171015       160      7308         0     20587     31804    310878     11.99     12.63
12.59/12.69	c  N dy   622    181964       160      7308         0     30887     31804    496561     11.98     12.74
13.60/13.62	c  N dy   656    194843       160      7308         0     26071     31804    398204     11.95     12.58
14.89/14.90	c  N dy   710    211318       160      7308         0     23634     31804    342873     11.92     12.56
15.99/16.01	c  N dy   777    225024       160      7308         0     36556     31804    581338     11.95     12.58
16.89/16.93	c  S st   808    237792       160      7308         0     29633     31804    448638     11.90     11.66
16.89/16.98	c  S st   808    238294       160      7308         0     30130     31804    458694     11.90   no data
16.89/16.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.89/16.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
16.89/16.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.89/16.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.89/16.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.89/16.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
16.89/16.99	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.99/17.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.99/17.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.39/17.50	c lits-rem:       117  cl-subs:     3877  v-elim:      0  v-fix:    0  time:  0.49 s
17.50/17.50	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
17.50/17.50	c vivif2 --  cl tried    26253 cl shrink        0 lits rem          0 time: 0.00
17.69/17.72	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.22
17.69/17.72	c calculated reachability. Time: 0.00
17.69/17.72	c  N dy   808    238294       160      7308         0     26253     31804    410752     11.90   no data
18.99/19.07	c  N dy   857    253622       160      7308         0     21030     31804    293175     11.88     12.59
20.29/20.31	c  N dy   930    269956       160      7308         0     36473     31804    575053     11.89     12.54
21.89/21.90	c  N dy   994    288927       160      7308         0     33780     31804    515935     11.87     12.53
23.30/23.38	c  F st  1054    306252       160      7308         0     28433     31804    420228     11.85   no data
23.40/23.48	c  N st  1057    307441       160      7308         0     29548     31804    441476     11.85   no data
25.09/25.19	c  N dy  1098    327205       160      7308         0     25502     31804    372204     11.82     12.51
26.89/26.94	c  N dy  1188    347222       160      7308         0     44451     31804    717723     11.83     12.53
27.89/27.90	c  S st  1243    357441       160      7308         0     30545     31804    457966     11.86   no data
27.89/27.95	c  S st  1243    357941       160      7308         0     31041     31804    468468     11.86   no data
27.89/27.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.89/27.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
27.89/27.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.89/27.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/27.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/27.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
27.89/27.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.89/27.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.89/27.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.19/28.25	c lits-rem:       168  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.28 s
28.19/28.25	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
28.19/28.26	c vivif2 --  cl tried    29538 cl shrink        0 lits rem          0 time: 0.00
28.50/28.50	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.24
28.50/28.51	c calculated reachability. Time: 0.00
28.50/28.51	c  N dy  1243    357941       160      7308         0     29538     31804    449468     11.86   no data
30.39/30.45	c  N dy  1318    378018       160      7308         0     48494     31804    788793     11.86     14.59
32.19/32.29	c  N dy  1411    398025       160      7308         0     43020     31804    681113     11.88     12.62
34.10/34.14	c  N dy  1472    418042       160      7308         0     36368     31804    544379     11.87     12.64
36.30/36.32	c  N dy  1528    440639       160      7308         0     31186     31804    440465     11.84     12.60
38.20/38.21	c  N dy  1578    460843       160      7308         0     50242     31804    771880     11.81     12.45
40.19/40.20	c  N dy  1672    481050       160      7308         0     42039     31804    630676     11.83     12.55
42.19/42.29	c  N dy  1722    502276       160      7308         0     33691     31804    472188     11.81     12.46
44.29/44.35	c  N dy  1799    523389       160      7308         0     53613     31804    823686     11.80     12.47
45.69/45.76	c  S st  1859    536912       160      7308         0     37167     31804    527697     11.81      9.83
45.79/45.81	c  S st  1859    537416       160      7308         0     37661     31804    537370     11.81   no data
45.79/45.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.79/45.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
45.79/45.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.79/45.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.79/45.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.79/45.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
45.79/45.83	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
45.79/45.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.79/45.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.20/46.24	c lits-rem:       322  cl-subs:     1556  v-elim:      0  v-fix:    0  time:  0.39 s
46.20/46.24	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
46.20/46.25	c vivif2 --  cl tried    36105 cl shrink        0 lits rem          0 time: 0.01
46.39/46.44	c asymm  cl-useful: 0/4317/7308 lits-rem:0 time: 0.19
46.39/46.44	c calculated reachability. Time: 0.00
46.39/46.44	c  N dy  1859    537416       160      7308         0     36105     31804    517387     11.81   no data
48.40/48.47	c  N dy  1916    557446       160      7308         0     54991     31804    846300     11.79     12.50
50.60/50.61	c  N dy  2012    577775       160      7308         0     44089     31804    652534     11.81     12.73
53.19/53.21	c  N dy  2072    602142       160      7308         0     35920     31804    488544     11.79     12.47
55.20/55.22	c  N dy  2133    622157       160      7308         0     54717     31804    814089     11.78     12.40
57.49/57.52	c  N dy  2186    643251       160      7308         0     42460     31804    600563     11.76     12.48
59.99/60.03	c  N dy  2252    666390       160      7308         0     64164     31804    977843     11.75     12.38
62.19/62.26	c  N dy  2329    687661       160      7308         0     51361     31804    756630     11.75     12.45
64.70/64.75	c  N dy  2397    707907       160      7308         0     36585     31804    489401     11.75     12.45
66.69/66.71	c  N dy  2467    727931       160      7308         0     55547     31804    820602     11.74     13.86
69.09/69.14	c  N dy  2529    748424       160      7308         0     39928     31804    544411     11.74     12.43
71.29/71.33	c  N dy  2608    768857       160      7308         0     59130     31804    883530     11.74     12.42
73.79/73.88	c  N dy  2666    790327       160      7308         0     43549     31804    599122     11.73     12.38
75.49/75.53	c  S st  2715    806125       160      7308         0     58442     31804    859894     11.73     10.58
75.59/75.60	c  S st  2715    806628       160      7308         0     58939     31804    870050     11.73   no data
75.59/75.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.59/75.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
75.59/75.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.59/75.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.59/75.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.59/75.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
75.59/75.63	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
75.59/75.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.59/75.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.40/77.49	c lits-rem:       794  cl-subs:     4564  v-elim:      0  v-fix:    0  time:  1.83 s
77.40/77.49	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
77.50/77.50	c vivif2 --  cl tried    54375 cl shrink        0 lits rem          0 time: 0.01
77.70/77.77	c asymm  cl-useful: 0/2991/7308 lits-rem:0 time: 0.27
77.70/77.77	c calculated reachability. Time: 0.00
77.70/77.77	c  N dy  2715    806628       160      7308         0     54375     31804    811547     11.73   no data
80.69/80.74	c  N dy  2780    829843       160      7308         0     39570     31804    525648     11.72     12.40
82.90/82.97	c  N dy  2839    851463       160      7308         0     59891     31804    880243     11.71     12.41
85.50/85.58	c  N dy  2921    871539       160      7308         0     41252     31804    556289     11.71     13.34
87.69/87.73	c  N dy  2973    891633       160      7308         0     60057     31804    875527     11.70     13.06
90.49/90.56	c  N dy  3045    913234       160      7308         0     41875     31804    560987     11.69     12.38
92.69/92.71	c  N dy  3111    933365       160      7308         0     60784     31804    881474     11.68     12.30
95.70/95.79	c  N dy  3187    956838       160      7308         0     43347     31804    578004     11.68     12.37
97.99/98.05	c  N dy  3235    978081       160      7308         0     63234     31804    916742     11.66     12.35
100.99/101.02	c  N dy  3330    998282       160      7308         0     41880     31804    549019     11.67     12.33
103.19/103.27	c  N dy  3406   1018391       160      7308         0     60769     31804    880318     11.67     12.33
105.89/105.98	c  N dy  3479   1039076       160      7308         0     80251     31804   1218621     11.67     12.31
108.30/108.36	c  N dy  3548   1059147       160      7308         0     57760     31804    824222     11.66     12.36
110.00/110.03	c  F st  3612   1071877       160      7308         0     69741     31804   1034153     11.67      9.70
111.00/111.08	c  N dy  3634   1079875       160      7308         0     77343     31804   1175560     11.67     12.49
113.59/113.68	c  N dy  3694   1099947       160      7308         0     53843     31804    747170     11.66     13.47
116.09/116.13	c  N dy  3742   1120127       160      7308         0     72866     31804   1066713     11.65     12.34
118.80/118.85	c  N dy  3795   1140267       160      7308         0     48509     31804    657684     11.64     12.27
121.09/121.19	c  N dy  3862   1160407       160      7308         0     67509     31804    987913     11.64     12.33
123.99/124.00	c  N dy  3943   1180548       160      7308         0     86526     31804   1319052     11.64     12.29
126.70/126.72	c  N dy  3999   1201455       160      7308         0     61926     31804    883550     11.63     12.27
128.00/128.04	c  S st  4037   1209943       160      7308         0     69972     31804   1022096     11.63   no data
128.10/128.14	c  S st  4037   1210445       160      7308         0     70470     31804   1031905     11.63   no data
128.10/128.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
128.10/128.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
128.10/128.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
128.10/128.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
128.10/128.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
128.10/128.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
128.10/128.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
128.20/128.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
128.20/128.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.49/130.53	c lits-rem:       855  cl-subs:     5459  v-elim:      0  v-fix:    0  time:  2.30 s
130.49/130.53	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
130.49/130.54	c vivif2 --  cl tried    65011 cl shrink        0 lits rem          0 time: 0.01
130.69/130.75	c asymm  cl-useful: 0/2697/7308 lits-rem:0 time: 0.21
130.69/130.75	c calculated reachability. Time: 0.00
130.69/130.75	c  N dy  4037   1210445       160      7308         0     65011     31804    963641     11.63   no data
133.49/133.50	c  N dy  4091   1230537       160      7308         0     83869     31804   1284082     11.63     12.24
136.20/136.29	c  N dy  4160   1251275       160      7308         0     58283     31804    817068     11.62     12.39
138.79/138.87	c  N dy  4243   1271360       160      7308         0     77263     31804   1144413     11.62     14.46
141.90/141.95	c  N dy  4296   1292984       160      7308         0     51640     31804    699755     11.61     12.25
144.29/144.34	c  N dy  4373   1313015       160      7308         0     70473     31804   1025231     11.61     12.89
147.19/147.20	c  N dy  4430   1333102       160      7308         0     89458     31804   1349569     11.61     14.90
150.19/150.24	c  N dy  4517   1353572       160      7308         0     61696     31804    876354     11.61     12.23
152.80/152.85	c  N dy  4571   1373630       160      7308         0     80561     31804   1196303     11.60     14.05
156.00/156.08	c  N dy  4634   1393783       160      7308         0     51475     31804    690864     11.60     12.22
158.40/158.41	c  N dy  4671   1414411       160      7308         0     70742     31804   1009946     11.59     12.29
161.29/161.39	c  N dy  4733   1434815       160      7308         0     89946     31804   1335466     11.58     12.33
164.20/164.29	c  N dy  4779   1454851       160      7308         0     59776     31804    819637     11.57     13.70
166.90/166.94	c  N dy  4841   1474870       160      7308         0     78679     31804   1141361     11.57     14.72
170.00/170.01	c  N dy  4891   1495098       160      7308         0     97636     31804   1458880     11.56     12.25
172.90/172.98	c  N dy  4999   1515659       160      7308         0     67321     31804    949349     11.57     12.21
175.79/175.80	c  N dy  5065   1535883       160      7308         0     86371     31804   1276115     11.57     12.28
179.09/179.13	c  N dy  5132   1555944       160      7308         0     54443     31804    718749     11.56     12.46
181.59/181.65	c  N dy  5198   1576036       160      7308         0     73357     31804   1047050     11.56     14.99
184.70/184.72	c  N dy  5292   1596132       160      7308         0     92312     31804   1373101     11.57     12.88
188.00/188.03	c  N dy  5358   1617007       160      7308         0     60045     31804    804059     11.56     12.20
190.79/190.89	c  N dy  5465   1637443       160      7308         0     79425     31804   1146874     11.57     12.18
194.09/194.10	c  N dy  5522   1658274       160      7308         0     98940     31804   1472613     11.56     12.17
197.50/197.51	c  N dy  5587   1678330       160      7308         0     65168     31804    888656     11.56     12.23
200.60/200.65	c  N dy  5662   1698793       160      7308         0     84466     31804   1217995     11.56     12.32
202.40/202.46	c  S st  5695   1710445       160      7308         0     95419     31804   1401626     11.55     10.25
202.50/202.58	c  S st  5695   1710948       160      7308         0     95917     31804   1411886     11.55   no data
202.50/202.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
202.60/202.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
202.60/202.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
202.60/202.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
202.60/202.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
202.60/202.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
202.60/202.62	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
202.60/202.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
202.60/202.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
207.49/207.53	c lits-rem:      1242  cl-subs:     8248  v-elim:      0  v-fix:    0  time:  4.85 s
207.49/207.53	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
207.49/207.55	c vivif2 --  cl tried    87669 cl shrink        0 lits rem          0 time: 0.02
207.80/207.80	c asymm  cl-useful: 0/1639/7308 lits-rem:0 time: 0.26
207.80/207.81	c calculated reachability. Time: 0.00
207.80/207.81	c  N dy  5695   1710948       160      7308         0     87669     31804   1305980     11.55   no data
211.80/211.81	c  N dy  5759   1732931       160      7308         0     54840     31804    702124     11.55     12.18
214.30/214.34	c  N dy  5838   1753003       160      7308         0     73707     31804   1024517     11.55     13.47
217.60/217.63	c  N dy  5902   1775029       160      7308         0     94436     31804   1370993     11.54     12.25
221.30/221.39	c  N dy  5976   1796463       160      7308         0     60128     31804    784050     11.54     12.18
223.99/224.02	c  N dy  6034   1816491       160      7308         0     78964     31804   1099832     11.54     12.74
226.99/227.03	c  N dy  6091   1836681       160      7308         0     97847     31804   1413660     11.53     12.16
230.50/230.56	c  N dy  6168   1856699       160      7308         0     61321     31804    801435     11.53     12.19
233.21/233.22	c  N dy  6241   1876737       160      7308         0     80180     31804   1120711     11.53     12.50
236.41/236.49	c  N dy  6317   1896825       160      7308         0     99096     31804   1440593     11.53     13.99
240.20/240.20	c  N dy  6389   1917860       160      7308         0     62494     31804    818702     11.53     12.14
242.80/242.86	c  N dy  6454   1937947       160      7308         0     81427     31804   1138535     11.53     15.01
246.30/246.37	c  N dy  6517   1959808       160      7308         0    101894     31804   1477109     11.52     12.21
250.00/250.09	c  N dy  6587   1980730       160      7308         0     64317     31804    841171     11.52     12.22
252.91/252.97	c  N dy  6675   2000794       160      7308         0     83292     31804   1164726     11.52     12.17
256.31/256.35	c  N dy  6734   2022273       160      7308         0    103515     31804   1499776     11.52     12.13
260.50/260.59	c  N dy  6820   2046256       160      7308         0     67630     31804    887849     11.52     12.20
263.30/263.32	c  N dy  6877   2066451       160      7308         0     86558     31804   1201075     11.51     12.12
266.70/266.70	c  N dy  6965   2086499       160      7308         0    105467     31804   1525156     11.52     12.28
270.29/270.39	c  N dy  7038   2106569       160      7308         0     65071     31804    846250     11.52     13.38
273.20/273.20	c  N dy  7120   2126573       160      7308         0     83854     31804   1165711     11.52     12.14
276.90/276.97	c  N dy  7209   2146746       160      7308         0    102845     31804   1490788     11.52     12.15
281.40/281.47	c  N dy  7285   2167759       160      7308         0     62437     31804    794221     11.52     12.15
284.10/284.17	c  N dy  7357   2187848       160      7308         0     81415     31804   1117152     11.52     12.81
287.70/287.76	c  N dy  7435   2210952       160      7308         0    103100     31804   1481317     11.52      8.71
287.70/287.76	c  S st  7435   2210952       160      7308         0    103100     31804   1481317     11.52      8.71
287.80/287.87	c  S st  7435   2211455       160      7308         0    103596     31804   1491442     11.52   no data
287.80/287.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
287.90/287.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
287.90/287.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
287.90/287.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
287.90/287.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.90/287.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
287.90/287.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
287.90/287.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
287.90/287.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
292.90/292.92	c lits-rem:      1813  cl-subs:     7979  v-elim:      0  v-fix:    0  time:  4.93 s
292.90/292.92	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
292.90/292.94	c vivif2 --  cl tried    95617 cl shrink        0 lits rem          0 time: 0.02
293.20/293.21	c asymm  cl-useful: 0/1941/7308 lits-rem:0 time: 0.27
293.20/293.21	c calculated reachability. Time: 0.00
293.20/293.21	c  N dy  7435   2211455       160      7308         0     95617     31804   1385608     11.52   no data
296.90/296.97	c  N dy  7514   2232029       160      7308         0    114933     31804   1714951     11.52     12.20
300.60/300.65	c  N dy  7579   2253474       160      7308         0     74125     31804    986356     11.52     12.27
303.40/303.48	c  N dy  7614   2273572       160      7308         0     92913     31804   1293486     11.51     12.20
306.81/306.89	c  N dy  7672   2293585       160      7308         0    111796     31804   1615567     11.50     12.23
310.70/310.71	c  N dy  7748   2313642       160      7308         0     68732     31804    893137     11.50     12.12
313.60/313.64	c  N dy  7819   2333645       160      7308         0     87566     31804   1207070     11.50     15.62
317.00/317.00	c  N dy  7896   2353734       160      7308         0    106424     31804   1518700     11.50     12.67
320.51/320.59	c  N dy  7943   2373875       160      7308         0    125244     31804   1827153     11.49     12.15
323.90/323.97	c  N dy  8038   2394045       160      7308         0     81406     31804   1101514     11.49     12.16
327.10/327.19	c  N dy  8090   2414081       160      7308         0    100150     31804   1408513     11.49     12.13
331.00/331.05	c  N dy  8168   2435352       160      7308         0    120147     31804   1744007     11.49     12.14
334.70/334.70	c  N dy  8218   2455426       160      7308         0     75128     31804    983183     11.48     12.16
337.61/337.70	c  N dy  8289   2475522       160      7308         0     93965     31804   1302475     11.48     12.09
340.91/341.00	c  N dy  8342   2495582       160      7308         0    112836     31804   1615332     11.48     12.54
345.41/345.47	c  N dy  8426   2516609       160      7308         0     67846     31804    858841     11.48     12.26
348.20/348.29	c  N dy  8484   2536738       160      7308         0     86760     31804   1173152     11.48     12.09
351.91/351.96	c  N dy  8557   2558826       160      7308         0    107560     31804   1519364     11.48     12.29
355.60/355.60	c  N dy  8601   2579292       160      7308         0    126722     31804   1835540     11.47     12.16
359.30/359.30	c  N dy  8667   2599375       160      7308         0     79743     31804   1051544     11.47     12.99
362.90/362.94	c  N dy  8725   2620179       160      7308         0     99276     31804   1375648     11.47     12.08
366.91/366.93	c  N dy  8770   2641490       160      7308         0    119235     31804   1702944     11.46     12.11
371.11/371.15	c  N dy  8844   2661699       160      7308         0     71647     31804    913790     11.46     12.10
374.10/374.18	c  N dy  8930   2681747       160      7308         0     90415     31804   1232367     11.46     12.27
377.50/377.54	c  N dy  8993   2701770       160      7308         0    109102     31804   1542213     11.46     12.12
379.30/379.31	c  S st  9024   2711456       160      7308         0    118169     31804   1693951     11.46     11.37
379.41/379.44	c  S st  9024   2711957       160      7308         0    118666     31804   1703809     11.46   no data
379.41/379.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
379.41/379.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.05
379.41/379.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
379.41/379.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
379.41/379.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
379.41/379.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
379.41/379.50	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
379.51/379.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
379.51/379.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
386.20/386.20	c lits-rem:      1523  cl-subs:    11601  v-elim:      0  v-fix:    0  time:  6.62 s
386.20/386.20	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
386.20/386.22	c vivif2 --  cl tried   107065 cl shrink        0 lits rem          0 time: 0.02
386.30/386.33	c asymm  cl-useful: 0/1031/7308 lits-rem:0 time: 0.11
386.30/386.34	c calculated reachability. Time: 0.00
386.30/386.34	c  N dy  9024   2711957       160      7308         0    107065     31804   1558283     11.46   no data
390.20/390.21	c  N dy  9091   2732411       160      7308         0    126310     31804   1881045     11.46     12.07
394.00/394.05	c  N dy  9168   2752477       160      7308         0     77994     31804   1020058     11.46     12.07
397.20/397.26	c  N dy  9258   2772671       160      7308         0     97088     31804   1344012     11.46     12.07
400.81/400.81	c  N dy  9335   2792687       160      7308         0    115845     31804   1657851     11.46     14.34
404.81/404.84	c  N dy  9392   2813272       160      7308         0    135070     31804   1972298     11.46     12.06
408.40/408.47	c  N dy  9470   2833522       160      7308         0     85696     31804   1132807     11.45     12.18
411.60/411.68	c  N dy  9527   2853609       160      7308         0    104503     31804   1435156     11.45     14.14
415.30/415.31	c  N dy  9603   2873930       160      7308         0    123552     31804   1757351     11.45     12.22
419.70/419.77	c  N dy  9652   2895028       160      7308         0     73970     31804    930773     11.45     12.09
422.60/422.61	c  N dy  9712   2915078       160      7308         0     92731     31804   1244783     11.44     12.05
426.30/426.33	c  N dy  9790   2936340       160      7308         0    112858     31804   1582446     11.44     12.15
430.41/430.48	c  N dy  9863   2957268       160      7308         0    132453     31804   1908992     11.44     12.05
434.30/434.37	c  N dy  9926   2977483       160      7308         0     81182     31804   1055279     11.44     12.08
437.81/437.82	c  N dy 10000   2998434       160      7308         0    100851     31804   1382045     11.44     12.17
441.30/441.35	c  N dy 10057   3018476       160      7308         0    119583     31804   1695312     11.44     12.10
445.70/445.72	c  N dy 10120   3039434       160      7308         0    139218     31804   2022854     11.44     12.14
449.50/449.54	c  N dy 10196   3059474       160      7308         0     86780     31804   1141865     11.44     12.11
453.31/453.33	c  N dy 10273   3079523       160      7308         0    105770     31804   1463118     11.44     12.23
457.01/457.03	c  N dy 10329   3099595       160      7308         0    124602     31804   1776507     11.44     14.37
461.30/461.31	c  N dy 10379   3119964       160      7308         0    143744     31804   2089578     11.43     12.04
465.21/465.24	c  N dy 10460   3140891       160      7308         0     91083     31804   1205371     11.43     12.05
468.70/468.76	c  N dy 10528   3161201       160      7308         0    110107     31804   1517691     11.43     12.06
472.61/472.64	c  N dy 10592   3181490       160      7308         0    129099     31804   1828344     11.43     12.07
477.71/477.72	c  N dy 10664   3202589       160      7308         0     75647     31804    943157     11.43     12.06
479.01/479.07	c  S st 10689   3211957       160      7308         0     84350     31804   1082659     11.43   no data
479.11/479.17	c  S st 10689   3212458       160      7308         0     84847     31804   1092916     11.43   no data
479.11/479.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
479.21/479.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
479.21/479.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
479.21/479.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
479.21/479.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
479.21/479.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
479.21/479.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
479.21/479.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
479.21/479.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
480.91/480.94	c lits-rem:       399  cl-subs:     3180  v-elim:      0  v-fix:    0  time:  1.69 s
480.91/480.94	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
480.91/480.96	c vivif2 --  cl tried    81667 cl shrink        0 lits rem          0 time: 0.02
481.11/481.19	c asymm  cl-useful: 0/2388/7308 lits-rem:0 time: 0.23
481.11/481.19	c calculated reachability. Time: 0.00
481.11/481.19	c  N dy 10689   3212458       160      7308         0     81667     31804   1055417     11.43   no data
484.41/484.49	c  N dy 10776   3232585       160      7308         0    100680     31804   1377710     11.43     12.16
488.31/488.33	c  N dy 10833   3254167       160      7308         0    120949     31804   1708251     11.43     12.04
492.40/492.45	c  N dy 10904   3274247       160      7308         0    139811     31804   2023143     11.42     12.05
496.70/496.70	c  N dy 10981   3294380       160      7308         0     84614     31804   1090101     11.42     12.06
499.81/499.88	c  N dy 11027   3314425       160      7308         0    103349     31804   1396243     11.42     12.07
503.51/503.55	c  N dy 11088   3334489       160      7308         0    122186     31804   1709385     11.42     12.66
507.71/507.70	c  N dy 11156   3355248       160      7308         0    141593     31804   2031604     11.42     12.09
512.00/512.09	c  N dy 11232   3376213       160      7308         0     86354     31804   1114111     11.42     12.05
515.40/515.41	c  N dy 11308   3396230       160      7308         0    105111     31804   1424114     11.42     12.05
519.12/519.16	c  N dy 11379   3416282       160      7308         0    124021     31804   1739647     11.42     12.03
523.31/523.37	c  N dy 11458   3436356       160      7308         0    142952     31804   2054379     11.42     12.02
527.81/527.89	c  N dy 11516   3456614       160      7308         0     85781     31804   1096943     11.41     12.02
531.21/531.21	c  N dy 11590   3476678       160      7308         0    104605     31804   1412992     11.41     12.36
534.91/534.90	c  N dy 11639   3496735       160      7308         0    123359     31804   1715611     11.41     14.99
539.11/539.17	c  N dy 11705   3517072       160      7308         0    142454     31804   2026069     11.41     12.05
544.10/544.16	c  N dy 11788   3537095       160      7308         0     84307     31804   1070639     11.41     12.05
547.10/547.15	c  N dy 11817   3557105       160      7308         0    103004     31804   1369548     11.41     12.02
550.81/550.88	c  N dy 11890   3577188       160      7308         0    121787     31804   1680125     11.40     12.01
555.01/555.01	c  N dy 11951   3598147       160      7308         0    141375     31804   2000020     11.40     12.01
560.11/560.11	c  N dy 12046   3618177       160      7308         0     82519     31804   1034161     11.40     12.14
563.31/563.36	c  N dy 12114   3638190       160      7308         0    101314     31804   1343965     11.40     12.02
567.01/567.03	c  N dy 12196   3658516       160      7308         0    120322     31804   1660167     11.40     12.05
571.21/571.24	c  N dy 12258   3678929       160      7308         0    139487     31804   1974956     11.40     12.04
576.21/576.25	c  N dy 12305   3698983       160      7308         0     79529     31804    979827     11.40     12.02
578.21/578.28	c  S st 12353   3712458       160      7308         0     92274     31804   1190116     11.40     11.24
578.31/578.39	c  S st 12353   3712966       160      7308         0     92774     31804   1200297     11.40   no data
578.31/578.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
578.41/578.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
578.41/578.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
578.41/578.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
578.41/578.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.41/578.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
578.41/578.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
578.41/578.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
578.41/578.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
580.20/580.29	c lits-rem:       547  cl-subs:     2732  v-elim:      0  v-fix:    0  time:  1.82 s
580.20/580.30	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
580.30/580.31	c vivif2 --  cl tried    90042 cl shrink        0 lits rem          0 time: 0.02
580.50/580.57	c asymm  cl-useful: 0/1380/7308 lits-rem:0 time: 0.25
580.50/580.57	c calculated reachability. Time: 0.00
580.50/580.57	c  N dy 12353   3712966       160      7308         0     90042     31804   1165717     11.40   no data
584.11/584.12	c  N dy 12424   3733390       160      7308         0    109260     31804   1487255     11.40     12.01
587.70/587.71	c  F st 12497   3751562       160      7308         0    126311     31804   1771853     11.40   no data
588.10/588.12	c  N st 12501   3753595       160      7308         0    128243     31804   1805223     11.40   no data
592.21/592.23	c  N dy 12558   3774114       160      7308         0    147439     31804   2123737     11.40     12.00
597.11/597.17	c  N dy 12630   3794288       160      7308         0     86720     31804   1095111     11.40     12.05
600.41/600.49	c  N dy 12686   3814678       160      7308         0    105890     31804   1409699     11.40     12.04
604.61/604.64	c  N dy 12732   3836842       160      7308         0    126602     31804   1749271     11.39     12.00
608.71/608.79	c  N dy 12782   3856945       160      7308         0    145510     31804   2057585     11.39     12.01
614.21/614.22	c  N dy 12856   3877007       160      7308         0     83658     31804   1037789     11.39     12.00
617.51/617.55	c  N dy 12933   3897323       160      7308         0    102725     31804   1352670     11.39     11.99
621.41/621.42	c  N dy 13006   3917367       160      7308         0    121684     31804   1666869     11.39     12.01
625.61/625.66	c  N dy 13092   3937451       160      7308         0    140577     31804   1981454     11.39     12.28
630.51/630.56	c  N dy 13155   3959496       160      7308         0    161252     31804   2320173     11.39     12.04
635.01/635.00	c  N dy 13230   3979544       160      7308         0     98308     31804   1273027     11.39     12.04
638.81/638.83	c  N dy 13303   3999872       160      7308         0    117320     31804   1589025     11.39     12.02
643.61/643.60	c  N dy 13365   4020784       160      7308         0    136998     31804   1906100     11.39     12.09
648.61/648.67	c  N dy 13436   4041389       160      7308         0    156353     31804   2225998     11.39     12.13
653.41/653.40	c  N dy 13510   4061437       160      7308         0     92613     31804   1181996     11.38     14.07
657.11/657.17	c  N dy 13589   4082740       160      7308         0    112677     31804   1511758     11.38     12.00
660.91/660.95	c  N dy 13644   4103014       160      7308         0    131552     31804   1813686     11.38     12.01
665.31/665.32	c  N dy 13706   4123103       160      7308         0    150351     31804   2116605     11.38     12.60
670.72/670.79	c  N dy 13780   4143206       160      7308         0     85688     31804   1057338     11.38     12.09
674.22/674.21	c  N dy 13869   4163587       160      7308         0    104864     31804   1379441     11.38     11.99
678.21/678.22	c  N dy 13944   4183831       160      7308         0    123935     31804   1695108     11.38     11.98
682.41/682.48	c  N dy 14015   4203921       160      7308         0    142780     31804   2004442     11.38     12.03
684.41/684.44	c  S st 14040   4212968       160      7308         0    151222     31804   2143168     11.38   no data
684.61/684.60	c  S st 14040   4213470       160      7308         0    151716     31804   2153180     11.38   no data
684.61/684.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
684.61/684.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
684.61/684.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
684.61/684.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
684.61/684.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
684.61/684.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
684.61/684.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
684.71/684.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
684.71/684.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
694.12/694.19	c lits-rem:      2113  cl-subs:    14244  v-elim:      0  v-fix:    0  time:  9.41 s
694.12/694.19	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
694.21/694.22	c vivif2 --  cl tried   137472 cl shrink        0 lits rem          0 time: 0.03
694.51/694.53	c asymm  cl-useful: 0/1348/7308 lits-rem:0 time: 0.32
694.51/694.54	c calculated reachability. Time: 0.00
694.51/694.54	c  N dy 14040   4213470       160      7308         0    137472     31804   1971051     11.38   no data
699.31/699.31	c  N dy 14111   4233803       160      7308         0    156614     31804   2286356     11.38     12.01
704.52/704.57	c  N dy 14192   4253842       160      7308         0     91353     31804   1151166     11.38     11.99
707.91/707.91	c  N dy 14232   4274079       160      7308         0    110219     31804   1454623     11.38     12.01
711.72/711.76	c  N dy 14278   4295028       160      7308         0    129737     31804   1768471     11.37     12.00
716.21/716.23	c  N dy 14355   4315404       160      7308         0    148896     31804   2085256     11.37     12.00
721.21/721.20	c  N dy 14447   4335768       160      7308         0    168087     31804   2404368     11.37     11.98
725.92/725.99	c  N dy 14528   4356871       160      7308         0    102670     31804   1330325     11.37     12.12
729.71/729.71	c  N dy 14603   4376938       160      7308         0    121548     31804   1646396     11.37     12.19
733.82/733.84	c  N dy 14660   4396995       160      7308         0    140326     31804   1943601     11.37     12.46
738.61/738.64	c  N dy 14721   4417439       160      7308         0    159496     31804   2251163     11.37     12.01
743.91/743.99	c  N dy 14782   4437989       160      7308         0     92647     31804   1160835     11.37     12.09
747.91/747.91	c  N dy 14871   4458029       160      7308         0    111528     31804   1478171     11.37     13.04
751.82/751.80	c  N dy 14924   4478260       160      7308         0    130526     31804   1789572     11.37     11.97
756.12/756.16	c  N dy 14979   4498298       160      7308         0    149361     31804   2097966     11.37     11.98
760.91/760.91	c  N dy 15038   4518460       160      7308         0    168193     31804   2406498     11.36     12.12
766.01/766.05	c  N dy 15107   4539859       160      7308         0    100940     31804   1286768     11.36     11.99
769.81/769.89	c  N dy 15205   4559951       160      7308         0    119875     31804   1607211     11.36     14.02
774.01/774.04	c  N dy 15279   4580125       160      7308         0    138800     31804   1920171     11.37     12.08
778.61/778.61	c  N dy 15356   4600173       160      7308         0    157639     31804   2230290     11.36     11.97
784.91/784.96	c  N dy 15439   4622010       160      7308         0     89917     31804   1102187     11.36     11.97
788.41/788.46	c  N dy 15528   4642233       160      7308         0    108900     31804   1423585     11.36     11.99
792.31/792.34	c  N dy 15581   4662241       160      7308         0    127675     31804   1729287     11.36     12.97
796.71/796.71	c  N dy 15667   4682527       160      7308         0    146711     31804   2042787     11.36     12.14
801.51/801.59	c  N dy 15746   4702591       160      7308         0    165516     31804   2352269     11.36     12.01
804.31/804.36	c  S st 15781   4713470       160      7308         0    175713     31804   2518479     11.36     11.06
804.51/804.55	c  S st 15781   4713972       160      7308         0    176210     31804   2528504     11.36   no data
804.51/804.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
804.61/804.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.08
804.61/804.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
804.61/804.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
804.61/804.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
804.61/804.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
804.61/804.64	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
804.61/804.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
804.71/804.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
818.92/818.91	c lits-rem:      2501  cl-subs:    19213  v-elim:      0  v-fix:    0  time: 14.16 s
818.92/818.91	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
818.92/818.95	c vivif2 --  cl tried   156997 cl shrink        0 lits rem          0 time: 0.04
819.22/819.27	c asymm  cl-useful: 0/1268/7308 lits-rem:0 time: 0.33
819.22/819.28	c calculated reachability. Time: 0.00
819.22/819.28	c  N dy 15781   4713972       160      7308         0    156997     31804   2284794     11.36   no data
824.42/824.47	c  N dy 15822   4734885       160      7308         0    176529     31804   2592455     11.36     11.98
829.01/829.04	c  N dy 15908   4755141       160      7308         0    107125     31804   1390824     11.36     11.98
832.81/832.86	c  N dy 15968   4775648       160      7308         0    126385     31804   1708218     11.36     11.99
837.13/837.17	c  N dy 16045   4795708       160      7308         0    145209     31804   2021953     11.36     11.97
841.62/841.63	c  N dy 16086   4816315       160      7308         0    164406     31804   2326113     11.36     12.00
847.61/847.60	c  N dy 16164   4836386       160      7308         0     93481     31804   1156028     11.36     12.06
851.61/851.66	c  N dy 16244   4857293       160      7308         0    113133     31804   1477188     11.35     12.01
855.91/855.90	c  N dy 16320   4877689       160      7308         0    132280     31804   1791190     11.35     11.97
860.32/860.32	c  N dy 16386   4897905       160      7308         0    151225     31804   2100306     11.35     11.96
865.92/865.99	c  N dy 16459   4921735       160      7308         0    173525     31804   2460339     11.35     12.11
871.32/871.34	c  N dy 16529   4942273       160      7308         0    101944     31804   1291203     11.35     11.96
874.91/874.96	c  N dy 16583   4962601       160      7308         0    120917     31804   1596062     11.35     12.04
879.12/879.15	c  N dy 16649   4982929       160      7308         0    139960     31804   1904278     11.35     11.96
883.62/883.69	c  N dy 16702   5003206       160      7308         0    158910     31804   2210354     11.35     11.97
888.61/888.66	c  N dy 16771   5023338       160      7308         0    177860     31804   2524110     11.35     12.06
893.81/893.88	c  N dy 16856   5043394       160      7308         0    104856     31804   1335506     11.35     12.11
897.81/897.82	c  N dy 16922   5064175       160      7308         0    124299     31804   1652828     11.35     11.99
902.22/902.24	c  N dy 16995   5084301       160      7308         0    143166     31804   1963002     11.35     11.96
907.12/907.18	c  N dy 17080   5104337       160      7308         0    161944     31804   2271963     11.35     13.51
912.62/912.64	c  N dy 17163   5124537       160      7308         0    180834     31804   2583121     11.35     11.99
917.92/917.92	c  N dy 17254   5144801       160      7308         0    107225     31804   1370370     11.35     12.00
921.92/921.97	c  N dy 17323   5165637       160      7308         0    126607     31804   1684691     11.35     11.98
926.41/926.40	c  N dy 17406   5185868       160      7308         0    145567     31804   2001312     11.35     11.99
931.22/931.24	c  N dy 17494   5206144       160      7308         0    164667     31804   2319893     11.35     11.96
933.22/933.21	c  S st 17513   5213973       160      7308         0    171940     31804   2435399     11.35     10.85
933.32/933.38	c  S st 17513   5214477       160      7308         0    172440     31804   2445211     11.35   no data
933.32/933.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
933.42/933.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.08
933.42/933.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
933.42/933.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
933.42/933.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
933.42/933.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
933.42/933.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
933.52/933.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
933.52/933.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
946.12/946.13	c lits-rem:      2214  cl-subs:    17255  v-elim:      0  v-fix:    0  time: 12.55 s
946.12/946.14	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
946.12/946.17	c vivif2 --  cl tried   155185 cl shrink        0 lits rem          0 time: 0.03
946.32/946.33	c asymm  cl-useful: 0/924/7308 lits-rem:0 time: 0.16
946.32/946.34	c calculated reachability. Time: 0.00
946.32/946.34	c  N dy 17513   5214477       160      7308         0    155185     31804   2226683     11.35   no data
951.53/951.52	c  N dy 17591   5234572       160      7308         0    174085     31804   2535688     11.35     12.17
957.22/957.24	c  N dy 17646   5254602       160      7308         0     99636     31804   1238313     11.35     12.28
961.62/961.61	c  N dy 17707   5274781       160      7308         0    118477     31804   1541179     11.35     11.99
967.12/967.13	c  N dy 17777   5296824       160      7308         0    139195     31804   1881857     11.35     12.25
972.02/972.06	c  N dy 17848   5317280       160      7308         0    158334     31804   2191048     11.34     12.04
977.22/977.25	c  N dy 17917   5337354       160      7308         0    177196     31804   2500552     11.34     11.97
983.32/983.34	c  N dy 17998   5357534       160      7308         0    101809     31804   1274606     11.34     11.95
987.32/987.30	c  N dy 18076   5377935       160      7308         0    120814     31804   1583361     11.34     12.01
991.72/991.70	c  N dy 18165   5397974       160      7308         0    139608     31804   1896726     11.34     12.19
996.32/996.38	c  N dy 18221   5418164       160      7308         0    158467     31804   2202865     11.34     11.96
1001.92/1001.92	c  N dy 18313   5438690       160      7308         0    177756     31804   2519653     11.34     12.05
1007.92/1007.92	c  N dy 18365   5459772       160      7308         0    102077     31804   1270026     11.34     11.94
1011.52/1011.57	c  N dy 18421   5479967       160      7308         0    120981     31804   1576899     11.34     12.04
1015.92/1015.96	c  N dy 18492   5500068       160      7308         0    139874     31804   1888926     11.34     12.93
1021.02/1021.09	c  N dy 18570   5521700       160      7308         0    160080     31804   2220439     11.34     11.95
1026.22/1026.28	c  N dy 18655   5541892       160      7308         0    179124     31804   2536117     11.34     12.08
1032.53/1032.51	c  N dy 18730   5562237       160      7308         0    101711     31804   1260558     11.34     11.96
1036.52/1036.57	c  N dy 18799   5584101       160      7308         0    122202     31804   1593960     11.34     12.01
1040.63/1040.63	c  N dy 18843   5604722       160      7308         0    141434     31804   1903723     11.34     12.03
1045.52/1045.58	c  N dy 18927   5625004       160      7308         0    160416     31804   2212591     11.34     11.94
1050.92/1050.95	c  N dy 19004   5645673       160      7308         0    179824     31804   2531184     11.34     12.05
1057.23/1057.20	c  N dy 19074   5665749       160      7308         0    101257     31804   1248435     11.34     13.61
1060.93/1060.99	c  N dy 19122   5685968       160      7308         0    120065     31804   1543797     11.34     11.99
1065.12/1065.12	c  N dy 19196   5706045       160      7308         0    138873     31804   1850457     11.34     11.98
1067.03/1067.05	c  S st 19229   5714477       160      7308         0    146774     31804   1979211     11.34     11.57
1067.12/1067.19	c  S st 19229   5714979       160      7308         0    147271     31804   1989299     11.34   no data
1067.22/1067.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1067.22/1067.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1067.22/1067.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1067.22/1067.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1067.22/1067.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1067.22/1067.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1067.22/1067.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1067.32/1067.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1067.32/1067.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1075.42/1075.47	c lits-rem:      1804  cl-subs:    12865  v-elim:      0  v-fix:    0  time:  8.11 s
1075.42/1075.47	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1075.52/1075.50	c vivif2 --  cl tried   134406 cl shrink        0 lits rem          0 time: 0.03
1075.73/1075.76	c asymm  cl-useful: 0/1400/7308 lits-rem:0 time: 0.25
1075.73/1075.76	c calculated reachability. Time: 0.00
1075.73/1075.76	c  N dy 19229   5714979       160      7308         0    134406     31804   1827977     11.34   no data
1080.92/1080.90	c  N dy 19301   5735405       160      7308         0    153493     31804   2136912     11.34     11.94
1086.32/1086.30	c  N dy 19371   5755605       160      7308         0    172473     31804   2449771     11.34     11.94
1091.62/1091.68	c  N dy 19434   5775627       160      7308         0    191276     31804   2753894     11.34     11.96
1097.63/1097.62	c  N dy 19513   5798382       160      7308         0    114752     31804   1468316     11.34     11.94
1101.92/1101.93	c  N dy 19587   5818432       160      7308         0    133463     31804   1773707     11.34     11.97
1106.53/1106.56	c  N dy 19660   5838507       160      7308         0    152238     31804   2080080     11.34     13.55
1111.52/1111.56	c  N dy 19721   5858656       160      7308         0    171085     31804   2382272     11.33     11.98
1117.92/1117.96	c  N dy 19786   5883100       160      7308         0    193966     31804   2754034     11.33     11.96
1123.43/1123.42	c  N dy 19867   5903281       160      7308         0    113788     31804   1445814     11.33     11.95
1128.02/1128.01	c  N dy 19916   5925907       160      7308         0    134962     31804   1780932     11.33     11.97
1132.52/1132.51	c  N dy 19978   5946637       160      7308         0    154284     31804   2090286     11.33     12.01
1137.83/1137.89	c  N dy 20069   5967223       160      7308         0    173643     31804   2406859     11.33     11.96
1143.53/1143.53	c  N dy 20130   5988555       160      7308         0    193384     31804   2721434     11.33     11.93
1149.32/1149.31	c  N dy 20202   6009322       160      7308         0    112973     31804   1430037     11.33     11.95
1153.52/1153.54	c  N dy 20289   6029362       160      7308         0    131813     31804   1741404     11.33     12.11
1158.13/1158.11	c  N dy 20348   6049771       160      7308         0    150824     31804   2043434     11.33     11.93
1163.13/1163.11	c  N dy 20411   6070291       160      7308         0    169912     31804   2349821     11.32     11.95
1168.53/1168.59	c  N dy 20485   6090660       160      7308         0    189022     31804   2663474     11.33     11.99
1174.83/1174.83	c  N dy 20543   6110751       160      7308         0    106862     31804   1322909     11.32     13.01
1179.13/1179.15	c  N dy 20642   6131165       160      7308         0    126068     31804   1637232     11.32     11.94
1183.43/1183.45	c  N dy 20704   6151403       160      7308         0    145023     31804   1944922     11.32     11.99
1188.04/1188.03	c  N dy 20763   6171630       160      7308         0    164017     31804   2253662     11.32     11.94
1193.33/1193.38	c  N dy 20807   6192009       160      7308         0    182893     31804   2547683     11.32     11.92
1199.23/1199.28	c  N dy 20875   6213055       160      7308         0    202513     31804   2866953     11.32     12.04
1201.23/1201.21	c  S st 20882   6214980       160      7308         0    102383     31804   1248226     11.32     10.52
1201.33/1201.35	c  S st 20882   6215482       160      7308         0    102880     31804   1258154     11.32   no data
1201.33/1201.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1201.43/1201.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1201.43/1201.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1201.43/1201.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1201.43/1201.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1201.43/1201.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1201.43/1201.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1201.43/1201.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1201.43/1201.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1203.13/1203.12	c lits-rem:       159  cl-subs:      726  v-elim:      0  v-fix:    0  time:  1.63 s
1203.13/1203.12	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1203.13/1203.14	c vivif2 --  cl tried   102154 cl shrink        0 lits rem          0 time: 0.02
1203.53/1203.57	c asymm  cl-useful: 0/1661/7308 lits-rem:0 time: 0.43
1203.53/1203.58	c calculated reachability. Time: 0.00
1203.53/1203.58	c  N dy 20882   6215482       160      7308         0    102154     31804   1251867     11.32   no data
1208.43/1208.43	c  N dy 20966   6235515       160      7308         0    120930     31804   1557616     11.32     11.92
1212.62/1212.67	c  N dy 21021   6255603       160      7308         0    139673     31804   1853794     11.32     12.93
1217.33/1217.34	c  N dy 21090   6275920       160      7308         0    158728     31804   2162044     11.32     11.92
1222.62/1222.62	c  N dy 21162   6296167       160      7308         0    177693     31804   2471764     11.32     11.92
1228.52/1228.54	c  N dy 21238   6318122       160      7308         0    198270     31804   2806016     11.32     12.00
1234.53/1234.58	c  N dy 21314   6338161       160      7308         0    114181     31804   1438244     11.32     12.89
1238.83/1238.88	c  N dy 21404   6358639       160      7308         0    133317     31804   1752508     11.32     12.00
1243.63/1243.63	c  N dy 21479   6378677       160      7308         0    152132     31804   2063601     11.32     11.93
1249.03/1249.03	c  N dy 21582   6398689       160      7308         0    170977     31804   2380194     11.32     12.31
1254.93/1254.99	c  N dy 21650   6421492       160      7308         0    192224     31804   2723738     11.32     11.92
1261.74/1261.73	c  N dy 21720   6441585       160      7308         0    107091     31804   1323022     11.32     14.15
1265.63/1265.68	c  N dy 21787   6461621       160      7308         0    125867     31804   1626359     11.32     13.90
1270.23/1270.25	c  N dy 21852   6482277       160      7308         0    145258     31804   1941912     11.32     12.02
1275.83/1275.83	c  N dy 21906   6507260       160      7308         0    168624     31804   2317259     11.31     12.01
1281.23/1281.23	c  N dy 21988   6527288       160      7308         0    187517     31804   2628898     11.32     11.98
1286.94/1287.00	c  N dy 22050   6547453       160      7308         0    206365     31804   2929306     11.31     12.16
1293.13/1293.13	c  N dy 22138   6568786       160      7308         0    121397     31804   1546044     11.31     11.94
1297.43/1297.47	c  N dy 22196   6588799       160      7308         0    139961     31804   1843161     11.31     12.91

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

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-3262552-1303546400/watcher-3262552-1303546400 -o /tmp/evaluation-result-3262552-1303546400/solver-3262552-1303546400 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3262552-1303546400.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: 2.76 3.06 3.32 2/174 16459
/proc/meminfo: memFree=16585564/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=29928 CPUtime=0 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 634 0 0 0 0 0 0 0 22 0 1 0 466237733 30646272 574 33554432000 4194304 4627331 140733985125472 18446744073709551615 212687335745 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 7482 574 340 106 0 2453 0

[startup+0.025549 s]
/proc/loadavg: 2.76 3.06 3.32 2/174 16459
/proc/meminfo: memFree=16585564/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=29928 CPUtime=0.02 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 635 0 0 0 2 0 0 0 22 0 1 0 466237733 30646272 575 33554432000 4194304 4627331 140733985125472 18446744073709551615 4522675 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 7482 575 340 106 0 2453 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29928

[startup+0.100564 s]
/proc/loadavg: 2.76 3.06 3.32 2/174 16459
/proc/meminfo: memFree=16585564/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=31024 CPUtime=0.09 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 1102 0 0 0 9 0 0 0 22 0 1 0 466237733 31768576 915 33554432000 4194304 4627331 140733985125472 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 7756 915 371 106 0 2727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31024

[startup+0.300523 s]
/proc/loadavg: 2.76 3.06 3.32 2/174 16459
/proc/meminfo: memFree=16585564/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=31772 CPUtime=0.29 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 1358 0 0 0 29 0 0 0 23 0 1 0 466237733 32534528 1009 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309077 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 7943 1009 372 106 0 2914 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31772

[startup+0.700437 s]
/proc/loadavg: 2.76 3.06 3.32 2/174 16459
/proc/meminfo: memFree=16585564/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=32248 CPUtime=0.69 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 1754 0 0 0 69 0 0 0 25 0 1 0 466237733 33021952 1183 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 8062 1183 372 106 0 3033 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32248

[startup+1.50029 s]
/proc/loadavg: 2.76 3.06 3.32 5/190 16485
/proc/meminfo: memFree=16543044/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=37980 CPUtime=1.49 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 3702 0 0 0 149 0 0 0 25 0 1 0 466237733 38891520 2549 33554432000 4194304 4627331 140733985125472 18446744073709551615 4427056 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 9495 2549 377 106 0 4466 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37980

[startup+3.101 s]
/proc/loadavg: 2.86 3.07 3.32 5/190 16485
/proc/meminfo: memFree=16529032/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=38176 CPUtime=3.09 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 4616 0 0 0 308 1 0 0 25 0 1 0 466237733 39092224 2688 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 9544 2688 377 106 0 4515 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38176

[startup+6.30037 s]
/proc/loadavg: 2.86 3.07 3.32 5/190 16485
/proc/meminfo: memFree=16504920/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=38772 CPUtime=6.29 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 6690 0 0 0 628 1 0 0 25 0 1 0 466237733 39702528 2840 33554432000 4194304 4627331 140733985125472 18446744073709551615 212687675264 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 9693 2840 377 106 0 4664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38772

[startup+12.7002 s]
/proc/loadavg: 3.04 3.10 3.33 5/190 16485
/proc/meminfo: memFree=16474324/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=47636 CPUtime=12.69 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 11409 0 0 0 1267 2 0 0 25 0 1 0 466237733 48779264 5007 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 11909 5008 377 106 0 6880 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47636

[startup+25.5009 s]
/proc/loadavg: 3.18 3.13 3.34 5/190 16486
/proc/meminfo: memFree=16454836/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=49308 CPUtime=25.49 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 17274 0 0 0 2545 4 0 0 25 0 1 0 466237733 50491392 5276 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 12327 5276 377 106 0 7298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49308

[startup+51.1003 s]
/proc/loadavg: 3.46 3.20 3.35 5/190 16486
/proc/meminfo: memFree=16437020/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=53112 CPUtime=51.09 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 26913 0 0 0 5104 5 0 0 25 0 1 0 466237733 54386688 6497 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309555 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 13278 6497 377 106 0 8249 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 53112

[startup+102.307 s]
/proc/loadavg: 3.78 3.33 3.39 5/190 16488
/proc/meminfo: memFree=16365448/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=65100 CPUtime=102.3 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 44353 0 0 0 10220 10 0 0 25 0 1 0 466237733 66662400 9147 33554432000 4194304 4627331 140733985125472 18446744073709551615 4332366 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 16275 9147 377 106 0 11246 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 65100

[startup+162.301 s]
/proc/loadavg: 3.97 3.47 3.43 5/190 16489
/proc/meminfo: memFree=16331200/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=72244 CPUtime=162.29 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 59965 0 0 0 16215 14 0 0 25 0 1 0 466237733 73977856 11485 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 18061 11485 377 106 0 13032 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 72244

[startup+222.301 s]
/proc/loadavg: 3.99 3.56 3.46 5/190 16491
/proc/meminfo: memFree=16302648/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=85144 CPUtime=222.3 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 75609 0 0 0 22212 18 0 0 25 0 1 0 466237733 87187456 13848 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 21286 13848 377 106 0 16257 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 85144

[startup+282.301 s]
/proc/loadavg: 3.99 3.64 3.49 5/190 16493
/proc/meminfo: memFree=16275456/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=85532 CPUtime=282.3 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 88006 0 0 0 28209 21 0 0 25 0 1 0 466237733 87584768 13850 33554432000 4194304 4627331 140733985125472 18446744073709551615 4332152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 21383 13850 377 106 0 16354 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 85532

[startup+342.301 s]
/proc/loadavg: 3.99 3.70 3.52 5/190 16494
/proc/meminfo: memFree=16266992/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=89908 CPUtime=342.3 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 98950 0 0 0 34206 24 0 0 25 0 1 0 466237733 92065792 15795 33554432000 4194304 4627331 140733985125472 18446744073709551615 4348180 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 22477 15795 377 106 0 17448 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89908

[startup+402.301 s]
/proc/loadavg: 3.99 3.75 3.55 5/190 16496
/proc/meminfo: memFree=16253076/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=96336 CPUtime=402.31 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 109967 0 0 0 40205 26 0 0 25 0 1 0 466237733 98648064 17272 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 24084 17272 377 106 0 19055 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 96336

[startup+462.3 s]
/proc/loadavg: 3.99 3.80 3.57 5/190 16497
/proc/meminfo: memFree=16226508/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=96672 CPUtime=462.3 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 121318 0 0 0 46202 28 0 0 25 0 1 0 466237733 98992128 16277 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 24168 16277 377 106 0 19139 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 96672

[startup+522.3 s]
/proc/loadavg: 4.07 3.84 3.60 5/190 16499
/proc/meminfo: memFree=16203436/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=96860 CPUtime=522.31 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 130383 0 0 0 52200 31 0 0 25 0 1 0 466237733 99184640 17521 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 24215 17521 377 106 0 19186 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 96860

[startup+582.3 s]
/proc/loadavg: 4.02 3.87 3.62 5/190 16501
/proc/meminfo: memFree=16194876/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=97104 CPUtime=582.3 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 140450 0 0 0 58198 32 0 0 25 0 1 0 466237733 99434496 16813 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 24276 16813 377 106 0 19247 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 97104

[startup+642.3 s]
/proc/loadavg: 4.09 3.91 3.65 5/190 16502
/proc/meminfo: memFree=16181452/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=97316 CPUtime=642.32 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 149481 0 0 0 64196 36 0 0 25 0 1 0 466237733 99651584 17361 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 24329 17361 377 106 0 19300 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 97316

[startup+702.3 s]
/proc/loadavg: 4.03 3.92 3.67 5/190 16504
/proc/meminfo: memFree=16157736/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=108396 CPUtime=702.31 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 158839 0 0 0 70194 37 0 0 25 0 1 0 466237733 110997504 20975 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 27099 20975 377 106 0 22070 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 108396

[startup+762.306 s]
/proc/loadavg: 4.01 3.93 3.69 5/190 16505
/proc/meminfo: memFree=16136632/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=108584 CPUtime=762.32 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 167757 0 0 0 76192 40 0 0 25 0 1 0 466237733 111190016 20792 33554432000 4194304 4627331 140733985125472 18446744073709551615 4333122 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 27146 20792 377 106 0 22117 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 108584

[startup+822.301 s]
/proc/loadavg: 4.00 3.94 3.70 5/190 16507
/proc/meminfo: memFree=16081812/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=126896 CPUtime=822.32 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 177814 0 0 0 82189 43 0 0 25 0 1 0 466237733 129941504 24778 33554432000 4194304 4627331 140733985125472 18446744073709551615 4333333 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31724 24778 377 106 0 26695 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 126896

[startup+882.301 s]
/proc/loadavg: 4.00 3.95 3.72 5/190 16509
/proc/meminfo: memFree=16087984/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127084 CPUtime=882.32 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 186758 0 0 0 88186 46 0 0 25 0 1 0 466237733 130134016 24094 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31771 24094 377 106 0 26742 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 127084

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.74 5/190 16510
/proc/meminfo: memFree=16072704/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127216 CPUtime=942.32 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 193847 0 0 0 94184 48 0 0 25 0 1 0 466237733 130269184 24827 33554432000 4194304 4627331 140733985125472 18446744073709551615 4467772 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31804 24827 377 106 0 26775 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 127216

[startup+1002.3 s]
/proc/loadavg: 4.04 3.97 3.75 5/190 16512
/proc/meminfo: memFree=16069580/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127336 CPUtime=1002.32 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 200737 0 0 0 100182 50 0 0 25 0 1 0 466237733 130392064 24939 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31834 24939 377 106 0 26805 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 127336

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.76 5/190 16513
/proc/meminfo: memFree=16057544/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127544 CPUtime=1062.33 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 209646 0 0 0 106180 53 0 0 25 0 1 0 466237733 130605056 23902 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31886 23902 377 106 0 26857 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 127544

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.78 5/190 16515
/proc/meminfo: memFree=16032472/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127668 CPUtime=1122.33 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 216357 0 0 0 112178 55 0 0 25 0 1 0 466237733 130732032 23625 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309071 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31917 23625 377 106 0 26888 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 127668

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/190 16517
/proc/meminfo: memFree=16040768/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127808 CPUtime=1182.33 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 223811 0 0 0 118176 57 0 0 25 0 1 0 466237733 130875392 24215 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31952 24215 377 106 0 26923 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 127808

[startup+1242.3 s]
/proc/loadavg: 4.04 3.99 3.80 5/190 16518
/proc/meminfo: memFree=16020288/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=127956 CPUtime=1242.33 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 230957 0 0 0 124175 58 0 0 25 0 1 0 466237733 131026944 24344 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 31989 24344 377 106 0 26960 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 127956



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.82 5/190 16520
/proc/meminfo: memFree=16026228/32951124 swapFree=67111528/67111528
[pid=16459] ppid=16457 vsize=128092 CPUtime=1300.03 cores=0,2
/proc/16459/stat : 16459 (strangenight2-s) R 16457 16459 15351 0 -1 4202496 238159 0 0 0 129943 60 0 0 25 0 1 0 466237733 131166208 24379 33554432000 4194304 4627331 140733985125472 18446744073709551615 4309873 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16459/statm: 32023 24379 377 106 0 26994 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 128092

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.44
CPU system time (s): 0.610907
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 143848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.44
system time used= 0.610907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238159
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= 15
involuntary context switches= 1689

runsolver used 2.28865 second user time and 4.84326 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-23 10:13:20
IDJOB=3262552
IDBENCH=83323
IDSOLVER=1587
FILE ID=node139/3262552-1303546400
RUNJOBID= node139-1303546400-16442
PBS_JOBID= 13143099
Free space on /tmp= 72932 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3262552-1303546400/watcher-3262552-1303546400 -o /tmp/evaluation-result-3262552-1303546400/solver-3262552-1303546400 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3262552-1303546400.cnf

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=695907664

node139.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.852
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.70
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16585720 kB
Buffers:       2138496 kB
Cached:       13641744 kB
SwapCached:          0 kB
Active:        9576752 kB
Inactive:      6267112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16585720 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12092 kB
Writeback:           0 kB
AnonPages:       63208 kB
Mapped:          14496 kB
Slab:           456936 kB
PageTables:       5048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187760 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= 72908 MiB
End job on node139 at 2011-04-23 10:35:02