Trace number 3251200

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-Night-1-st? (TO) 1300.06 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3251200-1303583615.cnf'
0.00/0.00	c -- header says num vars:           2115
0.00/0.00	c -- header says num clauses:      356340
0.02/0.05	c -- clauses added:            0 learnts,       356340 normals,            0 xors
0.02/0.05	c -- vars added       2115
0.02/0.05	c Parsing time:  0.05 s
0.02/0.05	c  N st     0         0      2115        45    356295         0    714705         0   no data   no data  --
0.02/0.06	c asymm  cl-useful: 0/45/45 lits-rem:0 time: 0.00
0.09/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
0.09/0.18	c bin-w-bin subsume rem            0 bins  time:  0.07 s
0.19/0.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
0.19/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2115 time:  0.03 s
0.29/0.30	c Removed useless bin:       0  fixed:     0  props:   1.79M  time:  0.03 s
0.29/0.37	c lits-rem:        65  cl-subs:        0  v-elim:     45  v-fix:    0  time:  0.07 s
0.29/0.38	c Finding binary XORs  T:     0.01 s  found:       0
0.38/0.40	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.38/0.40	c calculated reachability. Time: 0.00
0.38/0.40	c Calc default polars -  time:   0.00 s pos:       0 undec:      45 neg:    2070
0.38/0.40	c =========================================================================================
0.38/0.40	c types(t): F = full restart, N = normal restart
0.38/0.40	c types(t): S = simplification begin/end, E = solution found
0.38/0.40	c restart types(rt): st = static, dy = dynamic
0.38/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.40	c  B st     0         0      2070      6916    347309         0   1042285         0   no data   no data  --
0.68/0.75	c  N dy    14      4082      2070      6916    347309      3950   1042283    409271     11.70     12.32  --
1.00/1.09	c  N dy    31      8129      2070      6916    347309      5501   1042283    474615     12.73     21.41  --
1.39/1.40	c  N dy    55     12256      2070      6916    347309      5386   1042283    399296     13.82     14.72  --
1.69/1.73	c  N dy    70     16335      2070      6916    347309      9380   1042283    741281     13.57     16.00  --
1.99/2.06	c  N dy    88     20337      2070      6916    347309      7783   1042283    620708     13.83     15.28  --
2.29/2.37	c  N dy   104     24513      2070      6916    347309     11855   1042283    985010     13.83     14.59  --
2.39/2.41	c  F st   105     25000      2070      6916    347309     12325   1042283   1015817     13.78      9.60  --
2.79/2.85	c  N dy   111     30000      2070      6916    347309     10528   1042283    798124     13.78   no data  --
2.79/2.85	c  S st   111     30000      2070      6916    347309     10528   1042283    798124     13.78   no data  --
2.79/2.88	c  S st   111     30501      2070      6916    347309     11020   1042283    847509     13.78   no data  --
2.79/2.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2.79/2.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.19/3.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.7M T:  0.40
3.29/3.38	c bin-w-bin subsume rem            0 bins  time:  0.04 s
4.59/4.67	c subs with bin:        0  lits-rem:      2788  v-fix:    0  time:  1.29 s
4.69/4.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
4.69/4.74	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
5.79/5.81	c lits-rem:      1412  cl-subs:      355  v-elim:      0  v-fix:    0  time:  1.07 s
5.99/6.01	c asymm  cl-useful: 1136/1794/6916 lits-rem:11703 time: 0.20
5.99/6.02	c calculated reachability. Time: 0.00
5.99/6.02	c  N dy   111     30501      2070      6916    347309     10665   1025056    814449     13.78   no data  --
6.29/6.35	c  N dy   126     34569      2070      6916    347309     14622   1025056   1110521     13.62     15.44  --
6.69/6.74	c  N dy   143     38969      2070      6916    347309     11220   1025056    778429     13.69     14.51  --
7.08/7.11	c  N dy   169     43119      2070      6916    347309     15268   1025056   1115355     13.86     14.80  --
7.28/7.36	c  S st   190     45751      2070      6916    347309      9122   1025056    557714     14.21     13.15  --
7.39/7.40	c  S st   190     46253      2070      6916    347309      9623   1025056    609138     14.21   no data  --
7.39/7.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.39/7.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.70/7.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.2M T:  0.38
7.79/7.85	c bin-w-bin subsume rem            0 bins  time:  0.04 s
8.99/9.09	c subs with bin:        0  lits-rem:      1935  v-fix:    0  time:  1.24 s
9.09/9.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
9.09/9.16	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
11.59/11.65	c lits-rem:       428  cl-subs:      280  v-elim:      0  v-fix:    0  time:  2.50 s
11.59/11.67	c vivif2 --  cl tried     6916 cl shrink     4551 lits rem      43944 time: 0.02
11.59/11.69	c vivif2 --  cl tried     9343 cl shrink        0 lits rem          0 time: 0.02
11.79/11.86	c asymm  cl-useful: 0/2591/6916 lits-rem:0 time: 0.18
11.79/11.87	c calculated reachability. Time: 0.00
11.79/11.87	c  N dy   190     46253      2070      6916    347309      9343    977903    598740     14.21   no data  --
12.19/12.23	c  N dy   209     50484      2070      6916    347309     13478    977903   1087354     14.25     15.15  --
12.59/12.60	c  N dy   221     54543      2070      6916    347309     17464    977903   1563950     14.28     29.72  --
12.89/12.99	c  N dy   232     58786      2070      6916    347309     11861    977903    801461     14.19     14.99  --
13.29/13.34	c  N dy   263     62977      2070      6916    347309     15978    977903   1345706     14.62     15.50  --
13.69/13.72	c  N dy   297     67041      2070      6916    347309     19962    977903   1934959     15.34     39.03  --
13.89/13.96	c  S st   307     69380      2070      6916    347309     11501    977903    690361     15.46     14.91  --
13.99/14.00	c  S st   307     69882      2070      6916    347309     12003    977903    728672     15.46   no data  --
13.99/14.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13.99/14.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.30/14.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 17.3M T:  0.38
14.39/14.46	c bin-w-bin subsume rem            0 bins  time:  0.04 s
15.69/15.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.26 s
15.69/15.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
15.69/15.79	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
16.49/16.59	c lits-rem:        76  cl-subs:       24  v-elim:      0  v-fix:    0  time:  0.80 s
16.59/16.60	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
16.59/16.62	c vivif2 --  cl tried    11979 cl shrink        0 lits rem          0 time: 0.02
16.79/16.81	c asymm  cl-useful: 0/1258/6916 lits-rem:0 time: 0.19
16.79/16.82	c calculated reachability. Time: 0.00
16.79/16.82	c  N dy   307     69882      2070      6916    347309     11979    977898    725754     15.46   no data  --
17.19/17.26	c  N dy   310     74403      2070      6916    347309     16349    977898   1388778     15.30     16.49  --
17.69/17.75	c  N dy   340     79615      2070      6916    347309     21467    977898   2068655     15.64     16.81  --
18.19/18.24	c  N dy   354     84838      2070      6916    347309     14854    977898   1096767     15.53     16.79  --
18.39/18.47	c  F st   365     87500      2070      6916    347309     17432    977898   1408060     15.67     13.40  --
18.79/18.84	c  N st   370     90802      2070      6916    347309     20643    977898   1813476     15.67   no data  --
19.39/19.49	c  N dy   377     96931      2070      6916    347309     13917    977898    876911     15.56     16.60  --
20.09/20.19	c  N dy   392    104709      2070      6916    347309     21481    977898   1545071     15.35     16.22  --
20.19/20.20	c  S st   393    104823      2070      6916    347309     21594    977898   1556310     15.35     16.01  --
20.19/20.24	c  S st   393    105324      2070      6916    347309     22094    977898   1610870     15.35   no data  --
20.19/20.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.19/20.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.69/20.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 19.7M T:  0.45
20.80/20.80	c bin-w-bin subsume rem            0 bins  time:  0.04 s
22.09/22.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
22.09/22.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
22.19/22.20	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
24.29/24.35	c lits-rem:       358  cl-subs:      324  v-elim:      0  v-fix:    0  time:  2.15 s
24.29/24.35	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
24.39/24.40	c vivif2 --  cl tried    21770 cl shrink        0 lits rem          0 time: 0.04
24.49/24.56	c asymm  cl-useful: 0/1228/6916 lits-rem:0 time: 0.16
24.49/24.57	c calculated reachability. Time: 0.00
24.49/24.57	c  N dy   393    105324      2070      6916    347309     21770    977898   1583151     15.35   no data  --
25.30/25.31	c  N dy   414    112598      2070      6916    347309     15252    977898    929341     15.28     16.15  --
25.89/25.94	c  N dy   437    119926      2070      6916    347309     22392    977898   1687641     15.21     16.11  --
26.59/26.68	c  N dy   481    127696      2070      6916    347309     15350    977898    904329     15.37     16.21  --
27.50/27.52	c  N dy   496    136964      2070      6916    347309     24430    977898   1882992     15.23     16.14  --
28.39/28.49	c  N dy   526    146162      2070      6916    347309     17756    977898   1108909     15.19     16.00  --
29.39/29.43	c  N dy   546    156233      2070      6916    347309     27570    977898   1984574     15.08     15.95  --
29.59/29.62	c  S st   552    157988      2070      6916    347309     29264    977898   2175526     15.06   no data  --
29.59/29.67	c  S st   552    158492      2070      6916    347309     29762    977898   2222368     15.06   no data  --
29.59/29.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.59/29.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.09/30.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 21.6M T:  0.49
30.19/30.29	c bin-w-bin subsume rem            0 bins  time:  0.04 s
31.59/31.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.34 s
31.59/31.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
31.59/31.69	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
34.39/34.49	c lits-rem:       243  cl-subs:      466  v-elim:      0  v-fix:    0  time:  2.80 s
34.49/34.50	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
34.49/34.56	c vivif2 --  cl tried    29296 cl shrink        0 lits rem          0 time: 0.06
34.69/34.76	c asymm  cl-useful: 0/1701/6916 lits-rem:0 time: 0.20
34.69/34.77	c calculated reachability. Time: 0.00
34.69/34.77	c  N dy   552    158492      2070      6916    347309     29296    977898   2179644     15.06   no data  --
35.69/35.76	c  N dy   608    169070      2070      6916    347309     23085    977898   1768070     15.22     16.06  --
36.79/36.87	c  N dy   669    179911      2070      6916    347309     33727    977898   3029570     15.36     16.30  --
37.99/38.03	c  N dy   692    191795      2070      6916    347309     27631    977898   1941787     15.23     16.06  --
39.29/39.39	c  N dy   756    205720      2070      6916    347309     22705    977898   1496652     15.43     16.25  --
40.70/40.75	c  N dy   803    218998      2070      6916    347309     35739    977898   3269904     15.46     16.39  --
42.09/42.19	c  N dy   854    233065      2070      6916    347309     29920    977898   2239854     15.41     16.29  --
42.59/42.61	c  S st   867    237739      2070      6916    347309     34467    977898   2769668     15.43     39.04  --
42.59/42.66	c  S st   867    238245      2070      6916    347309     34972    977898   2822088     15.43   no data  --
42.59/42.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.59/42.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.09/43.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.4M T:  0.51
43.30/43.31	c bin-w-bin subsume rem            0 bins  time:  0.04 s
44.60/44.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.33 s
44.60/44.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
44.70/44.71	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
47.20/47.26	c lits-rem:       131  cl-subs:      405  v-elim:      0  v-fix:    0  time:  2.55 s
47.20/47.27	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
47.30/47.34	c vivif2 --  cl tried    34567 cl shrink        0 lits rem          0 time: 0.07
47.49/47.53	c asymm  cl-useful: 0/1994/6916 lits-rem:0 time: 0.19
47.49/47.54	c calculated reachability. Time: 0.00
47.49/47.54	c  N dy   867    238245      2070      6916    347309     34567    977898   2769024     15.43   no data  --
48.99/49.08	c  N dy   946    253779      2070      6916    347309     29263    977898   2336903     15.65     16.84  --
50.80/50.88	c  N dy  1008    270247      2070      6916    347309     23865    977898   1545965     15.66     17.13  --
52.49/52.54	c  N dy  1064    287785      2070      6916    347309     41017    977898   3479547     15.61     16.53  --
54.39/54.45	c  F st  1100    306250      2070      6916    347309     36547    977898   2589486     15.48     14.96  --
54.39/54.49	c  N st  1100    306250      2070      6916    347309     36547    977898   2589486     15.48     14.96  --
56.69/56.72	c  N dy  1149    326976      2070      6916    347309     33317    977898   2202599     15.46     16.36  --
58.89/58.97	c  N dy  1215    347051      2070      6916    347309     28516    977898   1799989     15.43     19.39  --
59.99/60.06	c  S st  1240    357367      2070      6916    347309     38610    977898   2954948     15.39     16.05  --
60.09/60.11	c  S st  1240    357868      2070      6916    347309     39108    977898   3009366     15.39   no data  --
60.09/60.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.09/60.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
60.59/60.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 22.8M T:  0.53
60.69/60.79	c bin-w-bin subsume rem            0 bins  time:  0.04 s
62.09/62.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
62.09/62.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
62.19/62.22	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
64.59/64.62	c lits-rem:        66  cl-subs:      409  v-elim:      0  v-fix:    0  time:  2.40 s
64.59/64.63	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
64.69/64.70	c vivif2 --  cl tried    38699 cl shrink        0 lits rem          0 time: 0.07
64.80/64.90	c asymm  cl-useful: 0/1298/6916 lits-rem:0 time: 0.20
64.90/64.91	c calculated reachability. Time: 0.00
64.90/64.91	c  N dy  1240    357868      2070      6916    347309     38699    977898   2954638     15.39   no data  --
67.00/67.01	c  N dy  1304    378286      2070      6916    347309     33281    977898   2380541     15.37     16.24  --
69.20/69.30	c  N dy  1355    398295      2070      6916    347309     26396    977898   1368251     15.32     18.47  --
71.69/71.78	c  N dy  1414    420914      2070      6916    347309     48403    977898   3863065     15.26     16.70  --
73.99/74.03	c  N dy  1488    441186      2070      6916    347309     40865    977898   2840136     15.27     16.15  --
76.09/76.18	c  N dy  1585    461257      2070      6916    347309     32239    977898   1876229     15.37     35.46  --
78.09/78.15	c  N dy  1646    481328      2070      6916    347309     51828    977898   4097224     15.37     23.04  --
80.19/80.21	c  N dy  1710    501365      2070      6916    347309     42129    977898   3204919     15.37     22.20  --
82.79/82.82	c  N dy  1771    521874      2070      6916    347309     31863    977898   1603597     15.35     16.33  --
84.29/84.37	c  S st  1832    536802      2070      6916    347309     46427    977898   3225509     15.46     11.33  --
84.39/84.43	c  S st  1832    537303      2070      6916    347309     46928    977898   3282929     15.46   no data  --
84.39/84.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
84.39/84.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
84.99/85.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 25.7M T:  0.59
85.09/85.17	c bin-w-bin subsume rem            0 bins  time:  0.04 s
86.39/86.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.25 s
86.39/86.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
86.39/86.49	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
89.69/89.76	c lits-rem:       102  cl-subs:      731  v-elim:      0  v-fix:    0  time:  3.26 s
89.69/89.76	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.00
89.79/89.85	c vivif2 --  cl tried    46197 cl shrink        0 lits rem          0 time: 0.09
89.99/90.07	c asymm  cl-useful: 0/954/6916 lits-rem:0 time: 0.21
89.99/90.08	c calculated reachability. Time: 0.00
89.99/90.08	c  N dy  1832    537303      2070      6916    347309     46197    977898   3229509     15.46   no data  --
92.89/92.94	c  N dy  1868    559961      2070      6916    347309     36941    977898   2056362     15.37     16.27  --
94.99/95.00	c  N dy  1895    581552      2070      6916    347309     57912    977898   4144404     15.27     16.69  --
96.99/97.06	c  N dy  1940    601909      2070      6916    347309     45649    977898   2951013     15.24     16.10  --
99.30/99.38	c  N dy  2025    623837      2070      6916    347309     33941    977898   1690288     15.28     16.25  --
101.29/101.33	c  N dy  2065    643891      2070      6916    347309     53572    977898   3838663     15.24     28.19  --
103.49/103.58	c  N dy  2127    664389      2070      6916    347309     39393    977898   2054886     15.22     16.08  --
105.89/105.93	c  N dy  2177    684954      2070      6916    347309     59426    977898   3989347     15.18     15.99  --
108.19/108.20	c  N dy  2260    705026      2070      6916    347309     43917    977898   2530847     15.18     16.01  --
110.29/110.33	c  N dy  2316    725136      2070      6916    347309     63589    977898   4887794     15.17     15.99  --
112.59/112.60	c  N dy  2396    746146      2070      6916    347309     48076    977898   3089027     15.18     16.02  --
114.69/114.79	c  N dy  2476    766480      2070      6916    347309     67954    977898   5283547     15.19     16.27  --
117.19/117.23	c  N dy  2530    788471      2070      6916    347309     52218    977898   3100378     15.16     16.28  --
119.29/119.32	c  S st  2565    805954      2070      6916    347309     69306    977898   4727253     15.12     13.51  --
119.29/119.39	c  S st  2565    806455      2070      6916    347309     69805    977898   4783942     15.12   no data  --
119.39/119.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
119.39/119.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
119.99/120.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 28.1M T:  0.67
120.20/120.27	c bin-w-bin subsume rem            0 bins  time:  0.04 s
121.69/121.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
121.69/121.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
121.69/121.77	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
140.80/140.87	c lits-rem:       376  cl-subs:     1167  v-elim:      0  v-fix:    0  time: 19.10 s
140.80/140.87	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
140.99/141.02	c vivif2 --  cl tried    68638 cl shrink        0 lits rem          0 time: 0.14
141.09/141.17	c asymm  cl-useful: 0/969/6916 lits-rem:0 time: 0.15
141.09/141.18	c calculated reachability. Time: 0.00
141.09/141.18	c  N dy  2565    806455      2070      6916    347309     68638    977898   4682987     15.12   no data  --
143.40/143.48	c  N dy  2612    826784      2070      6916    347309     50429    977898   2861249     15.09     16.03  --
145.89/145.98	c  N dy  2637    847069      2070      6916    347309     70045    977898   4558486     15.03     16.02  --
148.30/148.35	c  N dy  2666    867105      2070      6916    347309     50601    977898   2846695     14.98     16.03  --
150.60/150.61	c  N dy  2783    888076      2070      6916    347309     71090    977898   5121776     15.09     15.95  --
153.10/153.11	c  N dy  2838    908621      2070      6916    347309     51163    977898   2945136     15.07     15.98  --
155.29/155.34	c  N dy  2919    929396      2070      6916    347309     71380    977898   5179234     15.11     15.91  --
157.70/157.78	c  N dy  2983    949523      2070      6916    347309     50090    977898   2790388     15.11     16.10  --
159.69/159.75	c  N dy  3035    969545      2070      6916    347309     69687    977898   4906876     15.11     15.95  --
162.09/162.17	c  N dy  3098    989679      2070      6916    347309     47331    977898   2487341     15.10     15.99  --
164.29/164.39	c  N dy  3173   1009696      2070      6916    347309     66863    977898   4475015     15.11     15.95  --
167.70/167.78	c  N dy  3252   1035439      2070      6916    347309     48919    977898   2425753     15.10     15.97  --
170.29/170.34	c  N dy  3297   1057632      2070      6916    347309     70606    977898   4820437     15.08     15.92  --
171.89/171.98	c  F st  3362   1071875      2070      6916    347309     84509    977898   6447079     15.10     11.97  --
172.89/172.97	c  N dy  3373   1078737      2070      6916    347309     47365    977898   2663603     15.10     15.99  --
175.19/175.24	c  N dy  3454   1099534      2070      6916    347309     67650    977898   4822266     15.11     15.96  --
177.79/177.82	c  N dy  3507   1120181      2070      6916    347309     87744    977898   7054335     15.09     15.89  --
180.09/180.20	c  N dy  3577   1141370      2070      6916    347309     63637    977898   3997550     15.08     15.90  --
182.39/182.42	c  N dy  3641   1161667      2070      6916    347309     83461    977898   5931989     15.07     16.00  --
184.59/184.68	c  N dy  3704   1181870      2070      6916    347309     57274    977898   3327969     15.05     15.90  --
186.90/186.97	c  N dy  3764   1202867      2070      6916    347309     77659    977898   5252920     15.04     16.05  --
187.70/187.74	c  S st  3772   1209682      2070      6916    347309     84254    977898   6031727     15.03     13.47  --
187.79/187.81	c  S st  3772   1210182      2070      6916    347309     84749    977898   6085461     15.03   no data  --
187.79/187.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
187.79/187.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
188.59/188.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.9M T:  0.80
188.80/188.86	c bin-w-bin subsume rem            0 bins  time:  0.04 s
190.20/190.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.37 s
190.20/190.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
190.20/190.29	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
213.60/213.63	c lits-rem:       184  cl-subs:     1943  v-elim:      0  v-fix:    0  time: 23.34 s
213.60/213.64	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.00
213.80/213.80	c vivif2 --  cl tried    82806 cl shrink        0 lits rem          0 time: 0.17
214.00/214.02	c asymm  cl-useful: 0/1391/6916 lits-rem:0 time: 0.22
214.00/214.03	c calculated reachability. Time: 0.00
214.00/214.03	c  N dy  3772   1210182      2070      6916    347309     82806    977898   5939210     15.03   no data  --
216.40/216.49	c  N dy  3816   1231039      2070      6916    347309     56370    977898   3160057     15.00     15.96  --
218.60/218.61	c  N dy  3886   1251053      2070      6916    347309     75807    977898   5012145     15.01     22.83  --
221.10/221.17	c  N dy  3937   1271560      2070      6916    347309     48104    977898   2424201     14.99     15.85  --
223.40/223.44	c  N dy  3991   1291569      2070      6916    347309     67417    977898   4158844     14.98     15.83  --
225.80/225.88	c  N dy  4060   1311833      2070      6916    347309     87118    977898   6026811     14.98     15.78  --
228.29/228.31	c  N dy  4154   1331902      2070      6916    347309     58169    977898   3584269     15.03     22.26  --
230.79/230.88	c  N dy  4228   1352599      2070      6916    347309     78450    977898   5960925     15.02     16.13  --
233.49/233.50	c  N dy  4305   1372819      2070      6916    347309     98182    977898   8203673     15.04     15.85  --
235.90/235.92	c  N dy  4352   1392860      2070      6916    347309     67917    977898   4167491     15.02     16.06  --
238.30/238.32	c  N dy  4445   1414043      2070      6916    347309     88638    977898   6332795     15.03     15.83  --
240.99/241.05	c  N dy  4497   1435864      2070      6916    347309     59114    977898   3296130     15.01     15.85  --
243.20/243.25	c  N dy  4564   1456077      2070      6916    347309     78878    977898   5257996     15.00     15.83  --
245.79/245.85	c  N dy  4650   1477159      2070      6916    347309     99373    977898   7347853     15.02     15.83  --
248.50/248.51	c  N dy  4698   1497513      2070      6916    347309     67536    977898   3979650     15.00     15.89  --
251.09/251.17	c  N dy  4768   1518191      2070      6916    347309     87594    977898   5796002     15.01     15.93  --
254.59/254.65	c  N dy  4822   1539436      2070      6916    347309     55680    977898   2937451     14.99     15.89  --
256.99/257.02	c  N dy  4878   1559527      2070      6916    347309     75202    977898   4901493     14.98     17.48  --
260.29/260.32	c  N dy  4956   1580117      2070      6916    347309     95306    977898   6764117     14.98     15.98  --
262.99/263.03	c  N dy  5045   1600777      2070      6916    347309     61985    977898   3715362     14.99     15.85  --
265.39/265.44	c  N dy  5114   1620960      2070      6916    347309     81713    977898   6032624     15.01     16.06  --
268.19/268.27	c  N dy  5196   1641345      2070      6916    347309    101553    977898   8104873     15.03     15.87  --
270.90/270.93	c  N dy  5245   1661664      2070      6916    347309     66789    977898   4151095     15.01     16.00  --
273.50/273.54	c  N dy  5306   1681699      2070      6916    347309     86284    977898   6179244     15.00     17.96  --
275.79/275.89	c  N dy  5392   1701921      2070      6916    347309    106086    977898   8209007     15.01     16.15  --
277.20/277.27	c  S st  5427   1710187      2070      6916    347309     58595    977898   3227900     15.01     14.46  --
277.30/277.32	c  S st  5427   1710688      2070      6916    347309     59096    977898   3287074     15.01   no data  --
277.30/277.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
277.30/277.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
277.90/277.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 24.8M T:  0.59
278.00/278.07	c bin-w-bin subsume rem            0 bins  time:  0.04 s
279.50/279.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
279.50/279.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
279.50/279.57	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
282.10/282.12	c lits-rem:        83  cl-subs:      833  v-elim:      0  v-fix:    0  time:  2.56 s
282.10/282.13	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
282.20/282.24	c vivif2 --  cl tried    58263 cl shrink        0 lits rem          0 time: 0.11
282.40/282.45	c asymm  cl-useful: 0/1512/6916 lits-rem:0 time: 0.21
282.40/282.46	c calculated reachability. Time: 0.00
282.40/282.46	c  N dy  5427   1710688      2070      6916    347309     58263    977898   3264607     15.01   no data  --
284.60/284.65	c  N dy  5482   1730720      2070      6916    347309     77717    977898   5043120     15.00     23.61  --
287.30/287.33	c  N dy  5561   1753817      2070      6916    347309    100254    977898   7646000     15.02     16.14  --
289.90/289.94	c  N dy  5634   1773852      2070      6916    347309     63291    977898   3849963     15.02     16.10  --
292.19/292.26	c  N dy  5712   1793878      2070      6916    347309     82852    977898   5873968     15.03     15.94  --
295.00/295.00	c  N dy  5774   1815066      2070      6916    347309    103500    977898   7885379     15.03     15.82  --
298.11/298.17	c  N dy  5839   1837843      2070      6916    347309     68162    977898   4253583     15.03     15.89  --
300.50/300.56	c  N dy  5913   1857940      2070      6916    347309     87702    977898   6115461     15.03     42.30  --
303.20/303.23	c  N dy  5979   1878495      2070      6916    347309    107755    977898   8186277     15.04     15.94  --
306.09/306.15	c  N dy  6048   1900785      2070      6916    347309     70986    977898   4394671     15.03     15.87  --
308.50/308.50	c  N dy  6134   1920801      2070      6916    347309     90483    977898   6358426     15.04     22.70  --
311.09/311.18	c  N dy  6237   1941316      2070      6916    347309    110511    977898   8462244     15.06     15.89  --
314.10/314.12	c  N dy  6352   1961343      2070      6916    347309     70622    977898   4591709     15.09     16.02  --
316.90/316.90	c  N dy  6440   1982731      2070      6916    347309     91554    977898   6903973     15.10     16.08  --
319.60/319.69	c  N dy  6528   2002817      2070      6916    347309    111151    977898   9129254     15.12     32.41  --
322.80/322.82	c  N dy  6576   2022937      2070      6916    347309     70249    977898   4347611     15.11     15.92  --
325.60/325.65	c  N dy  6664   2045047      2070      6916    347309     91866    977898   6647676     15.13     15.94  --
328.80/328.89	c  N dy  6748   2065101      2070      6916    347309    111480    977898   8990504     15.14     16.01  --
331.80/331.89	c  N dy  6816   2085400      2070      6916    347309     69761    977898   4253744     15.14     16.22  --
334.60/334.65	c  N dy  6860   2106716      2070      6916    347309     90490    977898   6355084     15.12     16.08  --
337.50/337.53	c  N dy  6886   2126826      2070      6916    347309    109884    977898   7837247     15.10     16.06  --
340.80/340.85	c  N dy  6950   2146906      2070      6916    347309     67134    977898   3963595     15.09     16.18  --
343.70/343.71	c  N dy  6992   2166947      2070      6916    347309     86552    977898   5709327     15.08     18.58  --
346.60/346.61	c  N dy  7049   2188812      2070      6916    347309    107832    977898   7932279     15.07     16.27  --
349.71/349.71	c  N dy  7109   2209176      2070      6916    347309     64410    977898   3426361     15.07     15.88  --
349.81/349.87	c  S st  7117   2210691      2070      6916    347309     65888    977898   3574267     15.07     11.89  --
349.90/349.92	c  S st  7117   2211195      2070      6916    347309     66390    977898   3634616     15.07   no data  --
349.90/349.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
349.90/349.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
350.60/350.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 26.8M T:  0.67
350.70/350.76	c bin-w-bin subsume rem            0 bins  time:  0.04 s
352.20/352.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.44 s
352.20/352.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
352.20/352.27	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
354.60/354.64	c lits-rem:        76  cl-subs:      369  v-elim:      0  v-fix:    0  time:  2.37 s
354.60/354.65	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.00
354.70/354.76	c vivif2 --  cl tried    66021 cl shrink        0 lits rem          0 time: 0.11
354.90/354.96	c asymm  cl-useful: 0/1576/6916 lits-rem:0 time: 0.20
354.90/354.97	c calculated reachability. Time: 0.00
354.90/354.97	c  N dy  7117   2211195      2070      6916    347309     66021    977898   3620674     15.07   no data  --
357.40/357.50	c  N dy  7179   2232516      2070      6916    347309     86849    977898   6080098     15.06     15.94  --
360.40/360.47	c  N dy  7260   2252716      2070      6916    347309    106608    977898   8333096     15.07     15.90  --
363.10/363.13	c  N dy  7338   2272764      2070      6916    347309    126122    977898  10252987     15.08     18.30  --
365.80/365.90	c  N dy  7391   2293575      2070      6916    347309     82067    977898   5172776     15.07     15.90  --
368.80/368.81	c  N dy  7450   2314251      2070      6916    347309    102088    977898   6985697     15.06     16.47  --
371.40/371.47	c  N dy  7529   2334339      2070      6916    347309    121715    977898   9080740     15.07     16.75  --
374.60/374.63	c  N dy  7610   2354437      2070      6916    347309     76111    977898   4592829     15.07     19.12  --
376.99/377.02	c  N dy  7678   2375287      2070      6916    347309     96439    977898   6778609     15.07     15.88  --
379.51/379.58	c  N dy  7736   2395567      2070      6916    347309    116213    977898   8697029     15.06     15.97  --
382.71/382.77	c  N dy  7790   2415848      2070      6916    347309     69752    977898   3686101     15.06     15.90  --
385.40/385.40	c  N dy  7847   2437101      2070      6916    347309     90437    977898   5548070     15.05     16.06  --
388.21/388.23	c  N dy  7910   2458539      2070      6916    347309    111375    977898   7710892     15.04     15.86  --
391.10/391.13	c  N dy  7979   2478639      2070      6916    347309    130937    977898   9704710     15.05     20.61  --
394.10/394.15	c  N dy  8120   2498746      2070      6916    347309     83350    977898   5306703     15.10     15.95  --
396.70/396.79	c  N dy  8172   2518778      2070      6916    347309    102894    977898   7231698     15.10     15.90  --
399.90/399.90	c  N dy  8251   2538847      2070      6916    347309    122500    977898   9572460     15.10     17.81  --
402.99/403.06	c  N dy  8313   2558924      2070      6916    347309     73777    977898   4043095     15.10     16.74  --
405.30/405.33	c  N dy  8352   2579125      2070      6916    347309     93438    977898   5957105     15.09     15.92  --
408.10/408.13	c  N dy  8408   2600921      2070      6916    347309    114604    977898   8113505     15.08     15.96  --
410.90/410.99	c  N dy  8461   2620932      2070      6916    347309    134046    977898   9650278     15.07     20.92  --
413.61/413.67	c  N dy  8515   2640976      2070      6916    347309     84392    977898   5070835     15.06     15.87  --
416.20/416.21	c  N dy  8593   2661081      2070      6916    347309    104015    977898   6901939     15.06     16.01  --
419.20/419.20	c  N dy  8646   2682322      2070      6916    347309    124667    977898   8633852     15.05     15.87  --
422.20/422.22	c  N dy  8745   2702377      2070      6916    347309     74123    977898   4076113     15.07     16.10  --
423.20/423.23	c  S st  8770   2711197      2070      6916    347309     82732    977898   4999116     15.06   no data  --
423.20/423.29	c  S st  8770   2711697      2070      6916    347309     83230    977898   5063665     15.06   no data  --
423.30/423.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
423.30/423.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
424.00/424.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.4M T:  0.75
424.20/424.25	c bin-w-bin subsume rem            0 bins  time:  0.04 s
425.71/425.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.54 s
425.80/425.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
425.80/425.86	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
436.61/436.60	c lits-rem:        43  cl-subs:      493  v-elim:      0  v-fix:    0  time: 10.74 s
436.61/436.61	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
436.71/436.76	c vivif2 --  cl tried    82737 cl shrink        0 lits rem          0 time: 0.15
436.90/436.98	c asymm  cl-useful: 0/630/6916 lits-rem:0 time: 0.22
436.90/436.99	c calculated reachability. Time: 0.00
436.90/436.99	c  N dy  8770   2711697      2070      6916    347309     82737    977898   5016220     15.06   no data  --
439.60/439.67	c  N dy  8848   2731762      2070      6916    347309    102362    977898   7198411     15.07     18.83  --
442.20/442.24	c  N dy  8910   2752224      2070      6916    347309    122279    977898   9181938     15.07     16.11  --
445.51/445.55	c  N dy  8975   2772998      2070      6916    347309     71360    977898   3656482     15.07     16.11  --
447.80/447.85	c  N dy  9034   2793192      2070      6916    347309     91026    977898   5618019     15.06     15.87  --
450.60/450.69	c  N dy  9091   2813742      2070      6916    347309    111068    977898   7493082     15.06     15.87  --
454.40/454.44	c  N dy  9130   2835537      2070      6916    347309    132299    977898   9463670     15.04     15.96  --
457.90/457.96	c  N dy  9216   2855547      2070      6916    347309     79714    977898   4572177     15.06     21.32  --
460.50/460.57	c  N dy  9268   2876358      2070      6916    347309    100080    977898   6726112     15.05     15.87  --
463.30/463.35	c  N dy  9333   2897446      2070      6916    347309    120562    977898   8644597     15.05     15.89  --
466.30/466.39	c  N dy  9422   2917700      2070      6916    347309    140328    977898  10907374     15.05     15.94  --
469.71/469.78	c  N dy  9462   2940884      2070      6916    347309     89722    977898   5347850     15.04     16.07  --
472.40/472.49	c  N dy  9538   2961146      2070      6916    347309    109446    977898   7349613     15.04     15.93  --
475.21/475.24	c  N dy  9607   2982298      2070      6916    347309    130120    977898   9671459     15.03     16.11  --
478.41/478.49	c  N dy  9685   3002422      2070      6916    347309     75683    977898   3787863     15.03     16.28  --
480.80/480.82	c  N dy  9746   3022765      2070      6916    347309     95507    977898   5762226     15.03     15.88  --
483.30/483.35	c  N dy  9808   3043681      2070      6916    347309    115883    977898   7828254     15.03     15.84  --
486.21/486.29	c  N dy  9854   3063869      2070      6916    347309    135403    977898   9522063     15.02     15.88  --
489.51/489.53	c  N dy  9893   3084721      2070      6916    347309     80686    977898   4208725     15.00     17.39  --
491.90/491.95	c  N dy  9925   3104783      2070      6916    347309    100124    977898   5752411     14.99     20.02  --
494.60/494.68	c  N dy  9987   3125438      2070      6916    347309    120149    977898   7590144     14.99     15.87  --
497.40/497.49	c  N dy 10065   3145742      2070      6916    347309    139930    977898   9572606     14.99     15.82  --
500.51/500.52	c  N dy 10117   3166731      2070      6916    347309     84573    977898   4523999     14.98     16.00  --
503.10/503.15	c  N dy 10188   3187666      2070      6916    347309    105010    977898   6597598     14.98     15.80  --
505.70/505.79	c  N dy 10235   3208248      2070      6916    347309    125049    977898   8412148     14.97     15.80  --
506.20/506.24	c  S st 10245   3211697      2070      6916    347309    128397    977898   8718583     14.97     14.65  --
506.30/506.32	c  S st 10245   3212199      2070      6916    347309    128896    977898   8773819     14.97   no data  --
506.30/506.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
506.30/506.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
507.20/507.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 36.7M T:  0.94
507.61/507.60	c bin-w-bin subsume rem            0 bins  time:  0.04 s
509.41/509.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.83 s
509.41/509.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
509.51/509.51	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
553.71/553.70	c lits-rem:       380  cl-subs:     2579  v-elim:      0  v-fix:    0  time: 44.19 s
553.71/553.71	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
553.91/553.96	c vivif2 --  cl tried   126317 cl shrink        0 lits rem          0 time: 0.26
554.21/554.21	c asymm  cl-useful: 0/641/6916 lits-rem:0 time: 0.24
554.21/554.22	c calculated reachability. Time: 0.00
554.21/554.22	c  N dy 10245   3212199      2070      6916    347309    126317    977898   8606695     14.97   no data  --
557.00/557.08	c  N dy 10280   3232247      2070      6916    347309    145842    977898  10600601     14.96     15.78  --
560.30/560.32	c  N dy 10336   3253178      2070      6916    347309     89357    977898   4982995     14.96     16.40  --
562.71/562.79	c  N dy 10395   3273253      2070      6916    347309    108898    977898   6908117     14.96     15.81  --
565.60/565.67	c  N dy 10454   3293398      2070      6916    347309    128559    977898   8694881     14.96     15.95  --
568.71/568.72	c  N dy 10510   3313719      2070      6916    347309    148265    977898  10689796     14.96     15.77  --
572.30/572.35	c  N dy 10560   3337818      2070      6916    347309     93782    977898   4990922     14.95     15.76  --
574.90/574.94	c  N dy 10621   3357892      2070      6916    347309    113385    977898   6948203     14.95     17.77  --
577.60/577.66	c  N dy 10701   3377936      2070      6916    347309    132900    977898   9079212     14.95     22.70  --
580.71/580.77	c  N dy 10761   3398090      2070      6916    347309    152638    977898  11143408     14.95     15.78  --
583.90/583.90	c  N dy 10811   3418584      2070      6916    347309     93744    977898   5151850     14.95     15.77  --
586.50/586.57	c  N dy 10869   3439645      2070      6916    347309    114192    977898   6948598     14.94     15.83  --
589.61/589.67	c  N dy 10942   3459760      2070      6916    347309    133869    977898   9066396     14.95     15.76  --
592.71/592.72	c  N dy 11033   3480386      2070      6916    347309    153993    977898  11132661     14.96     15.81  --
595.80/595.82	c  N dy 11113   3500438      2070      6916    347309     93626    977898   5173950     14.96     16.12  --
598.50/598.57	c  N dy 11197   3521129      2070      6916    347309    113847    977898   7309935     14.97     15.77  --
601.72/601.73	c  N dy 11273   3541803      2070      6916    347309    134012    977898   9374819     14.97     15.78  --
604.61/604.63	c  N dy 11331   3561901      2070      6916    347309    153615    977898  11594278     14.96     15.82  --
607.90/607.94	c  N dy 11387   3582676      2070      6916    347309     92923    977898   4952963     14.96     16.21  --
610.51/610.50	c  N dy 11452   3602930      2070      6916    347309    112746    977898   7078798     14.96     15.82  --
613.30/613.36	c  N dy 11529   3623930      2070      6916    347309    133311    977898   9420464     14.97     16.26  --
616.21/616.29	c  N dy 11583   3643938      2070      6916    347309    152845    977898  11382617     14.96     15.79  --
619.32/619.32	c  N dy 11643   3664036      2070      6916    347309     90420    977898   4734955     14.96     22.78  --
622.01/622.08	c  N dy 11699   3684559      2070      6916    347309    110476    977898   6773189     14.95     15.81  --
625.21/625.24	c  N dy 11775   3706215      2070      6916    347309    131677    977898   9055584     14.95     15.95  --
626.11/626.17	c  S st 11821   3712199      2070      6916    347309    137548    977898   9794154     14.97   no data  --
626.20/626.25	c  S st 11821   3712702      2070      6916    347309    138051    977898   9852527     14.97   no data  --
626.20/626.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
626.20/626.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
627.40/627.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 37.0M T:  1.14
627.70/627.75	c bin-w-bin subsume rem            0 bins  time:  0.04 s
629.40/629.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.72 s
629.50/629.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
629.50/629.54	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
687.80/687.82	c lits-rem:       324  cl-subs:     1828  v-elim:      0  v-fix:    0  time: 58.28 s
687.80/687.82	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.00
688.00/688.09	c vivif2 --  cl tried   136223 cl shrink        0 lits rem          0 time: 0.27
688.30/688.32	c asymm  cl-useful: 0/733/6916 lits-rem:0 time: 0.23
688.30/688.34	c calculated reachability. Time: 0.00
688.30/688.34	c  N dy 11821   3712702      2070      6916    347309    136223    977898   9678316     14.97   no data  --
691.01/691.07	c  N dy 11878   3732712      2070      6916    347309    155714    977898  11653951     14.96     18.16  --
694.31/694.30	c  F st 11912   3751563      2070      6916    347309     91071    977898   4513938     14.95   no data  --
694.51/694.50	c  N st 11915   3752753      2070      6916    347309     92210    977898   4607660     14.95   no data  --
697.01/697.07	c  N dy 11960   3773359      2070      6916    347309    112263    977898   6674950     14.95     15.78  --
700.00/700.03	c  N dy 12065   3794386      2070      6916    347309    132839    977898   8926802     14.96     15.76  --
703.31/703.36	c  N dy 12130   3818414      2070      6916    347309    156291    977898  11296353     14.96     15.75  --
706.51/706.53	c  N dy 12171   3838418      2070      6916    347309     91882    977898   4729279     14.95     15.81  --
709.11/709.15	c  N dy 12238   3858540      2070      6916    347309    111336    977898   6436150     14.95     15.75  --
711.90/711.95	c  N dy 12308   3878572      2070      6916    347309    130853    977898   8342253     14.95     16.78  --
714.91/714.99	c  N dy 12393   3898949      2070      6916    347309    150754    977898  10511925     14.96     16.07  --
718.51/718.51	c  N dy 12466   3919141      2070      6916    347309     85648    977898   4040940     14.96     16.08  --
720.91/721.00	c  N dy 12554   3939323      2070      6916    347309    105402    977898   6211527     14.97     15.91  --
723.61/723.69	c  N dy 12596   3959413      2070      6916    347309    125007    977898   8029901     14.96     18.98  --
726.50/726.53	c  N dy 12695   3979467      2070      6916    347309    144575    977898  10088800     14.97     36.18  --
730.01/730.05	c  N dy 12760   4000992      2070      6916    347309    165574    977898  12146628     14.98     15.81  --
733.31/733.33	c  N dy 12878   4021057      2070      6916    347309     99386    977898   5488108     15.00     38.71  --
736.41/736.44	c  N dy 12949   4042281      2070      6916    347309    120048    977898   7461388     14.99     15.90  --
739.91/739.94	c  N dy 13016   4062287      2070      6916    347309    139471    977898   9269082     14.99     18.98  --
743.52/743.50	c  N dy 13080   4082669      2070      6916    347309    159244    977898  11040375     14.99     15.85  --
747.31/747.39	c  N dy 13151   4103450      2070      6916    347309     92766    977898   4634877     15.00     16.13  --
750.12/750.19	c  N dy 13194   4125339      2070      6916    347309    114059    977898   6714639     14.99     15.89  --
753.41/753.43	c  N dy 13291   4147364      2070      6916    347309    135543    977898   8961685     15.00     15.81  --
757.41/757.47	c  N dy 13321   4170754      2070      6916    347309    158228    977898  11067908     14.99     15.88  --
761.91/761.94	c  N dy 13372   4190993      2070      6916    347309     90310    977898   4342989     14.98     15.87  --
764.31/764.38	c  N dy 13443   4211121      2070      6916    347309    109965    977898   6258851     14.98     15.79  --
764.52/764.59	c  S st 13446   4212703      2070      6916    347309    111516    977898   6399307     14.98     13.30  --
764.61/764.67	c  S st 13446   4213207      2070      6916    347309    112019    977898   6452767     14.98   no data  --
764.61/764.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
764.61/764.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
765.62/765.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 35.3M T:  0.93
765.81/765.84	c bin-w-bin subsume rem            0 bins  time:  0.04 s
767.21/767.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
767.21/767.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
767.21/767.27	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
790.01/790.07	c lits-rem:       327  cl-subs:     1112  v-elim:      0  v-fix:    0  time: 22.79 s
790.01/790.07	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
790.21/790.28	c vivif2 --  cl tried   110907 cl shrink        0 lits rem          0 time: 0.20
790.51/790.51	c asymm  cl-useful: 0/913/6916 lits-rem:0 time: 0.24
790.51/790.53	c calculated reachability. Time: 0.00
790.51/790.53	c  N dy 13446   4213207      2070      6916    347309    110907    977898   6367582     14.98   no data  --
793.31/793.31	c  N dy 13514   4233435      2070      6916    347309    130626    977898   8280838     14.98     15.79  --
796.01/796.08	c  N dy 13580   4254106      2070      6916    347309    150815    977898  10221661     14.98     15.82  --
798.91/798.99	c  N dy 13639   4275127      2070      6916    347309    171341    977898  12270060     14.97     15.98  --
802.11/802.13	c  N dy 13692   4295736      2070      6916    347309    102738    977898   5513952     14.97     15.91  --
804.91/804.94	c  N dy 13743   4315934      2070      6916    347309    122329    977898   7472044     14.97     15.85  --
807.91/807.93	c  N dy 13781   4337658      2070      6916    347309    143482    977898   9700166     14.97     15.94  --
811.01/811.03	c  N dy 13843   4357756      2070      6916    347309    162984    977898  11183186     14.96     15.76  --
814.41/814.48	c  N dy 13888   4378739      2070      6916    347309     93864    977898   4617054     14.96     15.75  --
816.81/816.86	c  N dy 13944   4398750      2070      6916    347309    113272    977898   6325537     14.95     15.80  --
819.41/819.49	c  N dy 14008   4418849      2070      6916    347309    132850    977898   8486761     14.95     15.86  --
822.21/822.22	c  N dy 14035   4439507      2070      6916    347309    152932    977898  10205633     14.95     15.81  --
825.51/825.53	c  N dy 14097   4460346      2070      6916    347309    173322    977898  12206022     14.95     15.81  --
828.81/828.84	c  N dy 14173   4481063      2070      6916    347309    102964    977898   5424642     14.96     15.76  --
831.51/831.51	c  N dy 14223   4501461      2070      6916    347309    122811    977898   7372433     14.95     15.74  --
834.11/834.12	c  N dy 14294   4521496      2070      6916    347309    142359    977898   9387802     14.95     15.87  --
836.81/836.87	c  N dy 14344   4541592      2070      6916    347309    161925    977898  11175210     14.95     33.32  --
840.71/840.77	c  N dy 14446   4563822      2070      6916    347309     92082    977898   4240361     14.96     15.87  --
843.31/843.35	c  N dy 14533   4584358      2070      6916    347309    112137    977898   6184581     14.96     15.90  --
845.81/845.90	c  N dy 14599   4604372      2070      6916    347309    131607    977898   7904981     14.96     47.03  --
848.91/848.95	c  N dy 14638   4625889      2070      6916    347309    152486    977898   9609848     14.96     15.87  --
852.21/852.28	c  N dy 14737   4647253      2070      6916    347309    173308    977898  11843841     14.97     15.87  --
856.02/856.02	c  N dy 14791   4668243      2070      6916    347309    101229    977898   5191800     14.97     15.79  --
858.91/858.95	c  N dy 14868   4688550      2070      6916    347309    120941    977898   6929371     14.97     15.93  --
861.81/861.86	c  N dy 14936   4708629      2070      6916    347309    140435    977898   8599236     14.97     24.55  --
862.51/862.55	c  S st 14959   4713207      2070      6916    347309    144878    977898   9090627     14.97     11.08  --
862.61/862.65	c  S st 14959   4713709      2070      6916    347309    145379    977898   9146058     14.97   no data  --
862.61/862.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
862.61/862.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
863.81/863.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 40.1M T:  1.15
864.11/864.13	c bin-w-bin subsume rem            0 bins  time:  0.04 s
865.81/865.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.71 s
865.81/865.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
865.91/865.91	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
911.11/911.11	c lits-rem:        41  cl-subs:     2561  v-elim:      0  v-fix:    0  time: 45.20 s
911.11/911.12	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
911.41/911.40	c vivif2 --  cl tried   142818 cl shrink        0 lits rem          0 time: 0.29
911.61/911.69	c asymm  cl-useful: 0/967/6916 lits-rem:0 time: 0.29
911.71/911.71	c calculated reachability. Time: 0.00
911.71/911.71	c  N dy 14959   4713709      2070      6916    347309    142818    977898   8978999     14.97   no data  --
914.91/914.93	c  N dy 15053   4733735      2070      6916    347309    162341    977898  11083668     14.98     15.79  --
918.31/918.35	c  N dy 15102   4753754      2070      6916    347309    181834    977898  12954686     14.97     15.83  --
922.02/922.02	c  N dy 15187   4774972      2070      6916    347309    109101    977898   6079419     14.98     15.91  --
925.12/925.13	c  N dy 15271   4795393      2070      6916    347309    128970    977898   7978418     14.99     15.86  --
928.61/928.68	c  N dy 15385   4815516      2070      6916    347309    148660    977898  10238324     15.01     16.01  --
932.21/932.28	c  N dy 15466   4835539      2070      6916    347309    168193    977898  12121467     15.01     15.91  --
936.02/936.05	c  N dy 15544   4855731      2070      6916    347309    187860    977898  14104453     15.01     15.96  --
939.11/939.12	c  N dy 15575   4876316      2070      6916    347309    113332    977898   5992918     15.01     15.80  --
941.81/941.86	c  N dy 15649   4897012      2070      6916    347309    133490    977898   7940051     15.01     15.80  --
944.81/944.88	c  N dy 15705   4917611      2070      6916    347309    153506    977898   9780566     15.00     16.02  --
948.51/948.50	c  N dy 15772   4939587      2070      6916    347309    174891    977898  11764292     15.00     15.98  --
952.42/952.48	c  N dy 15811   4960708      2070      6916    347309     99996    977898   4730948     14.99     16.18  --
955.11/955.15	c  N dy 15868   4981231      2070      6916    347309    120075    977898   6733143     14.99     15.81  --
957.81/957.86	c  N dy 15933   5001323      2070      6916    347309    139735    977898   8862232     14.99     18.02  --
961.01/961.02	c  N dy 16024   5021926      2070      6916    347309    159752    977898  10863562     15.00     15.82  --
964.31/964.38	c  N dy 16112   5042494      2070      6916    347309    179801    977898  12921606     15.00     15.80  --
967.81/967.86	c  N dy 16157   5062517      2070      6916    347309    102873    977898   5047215     15.00     15.82  --
970.41/970.47	c  N dy 16200   5084790      2070      6916    347309    124459    977898   6674883     14.99     15.89  --
973.02/973.08	c  N dy 16272   5105042      2070      6916    347309    144002    977898   8408700     14.99     15.98  --
975.81/975.87	c  N dy 16342   5125075      2070      6916    347309    163558    977898  10457844     15.00     16.27  --
978.92/978.94	c  N dy 16398   5145134      2070      6916    347309    183184    977898  12564069     14.99     15.93  --
982.41/982.41	c  N dy 16481   5166132      2070      6916    347309    106355    977898   5382143     15.00     15.83  --
984.91/984.94	c  N dy 16558   5186135      2070      6916    347309    125913    977898   7202160     15.00     15.86  --
988.01/988.08	c  N dy 16613   5207546      2070      6916    347309    146692    977898   9075792     14.99     16.26  --
988.92/988.95	c  S st 16651   5213711      2070      6916    347309    152739    977898   9754481     15.00   no data  --
989.02/989.02	c  S st 16651   5214213      2070      6916    347309    153239    977898   9810667     15.00   no data  --
989.02/989.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
989.02/989.05	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
989.92/990.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 36.1M T:  0.95
990.32/990.32	c bin-w-bin subsume rem            0 bins  time:  0.04 s
992.02/992.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.69 s
992.02/992.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
992.02/992.07	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
1047.72/1047.71	c lits-rem:       306  cl-subs:     2322  v-elim:      0  v-fix:    0  time: 55.63 s
1047.72/1047.71	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.00
1048.02/1048.01	c vivif2 --  cl tried   150917 cl shrink        0 lits rem          0 time: 0.30
1048.22/1048.22	c asymm  cl-useful: 0/1343/6916 lits-rem:0 time: 0.21
1048.22/1048.24	c calculated reachability. Time: 0.00
1048.22/1048.24	c  N dy 16651   5214213      2070      6916    347309    150917    977898   9638116     15.00   no data  --
1050.82/1050.84	c  N dy 16712   5234231      2070      6916    347309    170480    977898  11617446     15.00     18.69  --
1053.82/1053.88	c  N dy 16765   5254352      2070      6916    347309    189966    977898  13057477     15.00     15.84  --
1057.02/1057.07	c  N dy 16801   5274900      2070      6916    347309    111743    977898   5774967     14.99     15.82  --
1059.71/1059.76	c  N dy 16876   5295128      2070      6916    347309    131476    977898   7892066     15.00     15.92  --
1062.62/1062.66	c  N dy 16958   5315221      2070      6916    347309    151096    977898   9951957     15.00     15.86  --
1065.92/1065.99	c  N dy 17021   5335955      2070      6916    347309    171113    977898  11558430     15.00     15.81  --
1069.23/1069.21	c  N dy 17092   5356126      2070      6916    347309    190711    977898  13495778     15.00     16.05  --
1072.62/1072.67	c  N dy 17166   5376332      2070      6916    347309    111151    977898   5570641     15.00     15.91  --
1075.31/1075.37	c  N dy 17256   5396989      2070      6916    347309    131349    977898   7605288     15.00     16.04  --
1077.93/1077.94	c  N dy 17338   5417062      2070      6916    347309    151034    977898   9760573     15.00     15.81  --
1080.72/1080.74	c  N dy 17455   5437076      2070      6916    347309    170495    977898  11678090     15.01     15.84  --
1083.62/1083.63	c  N dy 17490   5457235      2070      6916    347309    190115    977898  13521038     15.00     15.91  --
1087.22/1087.29	c  N dy 17533   5478679      2070      6916    347309    110594    977898   5355236     15.00     15.96  --
1089.92/1089.92	c  N dy 17586   5498871      2070      6916    347309    130298    977898   7191409     14.99     16.09  --
1092.72/1092.71	c  N dy 17659   5518873      2070      6916    347309    149737    977898   9094054     15.00     19.21  --
1095.72/1095.74	c  N dy 17724   5538923      2070      6916    347309    169262    977898  10925051     14.99     15.90  --
1098.82/1098.83	c  N dy 17802   5560370      2070      6916    347309    190199    977898  13096799     14.99     15.83  --
1102.72/1102.79	c  N dy 17869   5582752      2070      6916    347309    110587    977898   5262013     14.99     15.79  --
1105.82/1105.90	c  N dy 17922   5603138      2070      6916    347309    130305    977898   6885034     14.99     15.90  --
1109.22/1109.23	c  N dy 17997   5623496      2070      6916    347309    150057    977898   8646053     14.99     15.84  --
1111.92/1111.93	c  N dy 18047   5643769      2070      6916    347309    169717    977898  10348642     14.99     15.80  --
1115.02/1115.04	c  N dy 18135   5663850      2070      6916    347309    189337    977898  12558208     14.99     16.49  --
1118.91/1118.97	c  N dy 18203   5684496      2070      6916    347309    107305    977898   5108157     14.99     15.78  --
1121.61/1121.60	c  N dy 18257   5705848      2070      6916    347309    128097    977898   6931287     14.99     15.81  --
1122.71/1122.71	c  S st 18284   5714215      2070      6916    347309    136246    977898   7685584     14.99     16.01  --
1122.71/1122.78	c  S st 18284   5714721      2070      6916    347309    136748    977898   7738217     14.99   no data  --
1122.82/1122.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1122.82/1122.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1123.72/1123.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 35.6M T:  0.90
1123.92/1123.97	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1125.33/1125.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
1125.42/1125.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
1125.42/1125.46	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s
1153.72/1153.76	c lits-rem:        72  cl-subs:     1578  v-elim:      0  v-fix:    0  time: 28.29 s
1153.72/1153.76	c vivif2 --  cl tried     6916 cl shrink        0 lits rem          0 time: 0.01
1154.02/1154.02	c vivif2 --  cl tried   135170 cl shrink        0 lits rem          0 time: 0.26
1154.22/1154.23	c asymm  cl-useful: 0/1266/6916 lits-rem:0 time: 0.21
1154.22/1154.24	c calculated reachability. Time: 0.00
1154.22/1154.24	c  N dy 18284   5714721      2070      6916    347309    135170    977898   7635869     14.99   no data  --
1156.92/1156.99	c  N dy 18345   5735237      2070      6916    347309    155170    977898   9384817     14.98     16.03  --
1159.82/1159.85	c  N dy 18434   5755287      2070      6916    347309    174748    977898  11351433     14.99     29.69  --
1163.22/1163.26	c  N dy 18498   5776954      2070      6916    347309    195827    977898  13604724     14.99     15.80  --
1166.62/1166.61	c  N dy 18548   5798430      2070      6916    347309    113493    977898   5509618     14.98     15.78  --
1170.02/1170.01	c  N dy 18596   5824711      2070      6916    347309    138930    977898   7865542     14.98     15.80  --
1173.02/1173.01	c  N dy 18654   5844712      2070      6916    347309    158399    977898   9738034     14.98     28.56  --
1175.83/1175.87	c  N dy 18728   5864853      2070      6916    347309    178073    977898  11685138     14.98     15.99  --
1178.72/1178.76	c  N dy 18762   5885073      2070      6916    347309    197634    977898  13274177     14.97     15.77  --
1182.31/1182.34	c  N dy 18817   5905117      2070      6916    347309    113115    977898   5421407     14.97     19.87  --
1185.02/1185.09	c  N dy 18895   5925181      2070      6916    347309    132684    977898   7222638     14.98     34.79  --
1187.92/1187.91	c  N dy 18965   5945400      2070      6916    347309    152382    977898   9224023     14.98     15.92  --
1191.02/1191.08	c  N dy 19016   5966691      2070      6916    347309    172972    977898  10895620     14.97     16.04  --
1194.62/1194.69	c  N dy 19080   5987563      2070      6916    347309    193274    977898  12771745     14.97     15.78  --
1198.92/1198.95	c  N dy 19149   6008192      2070      6916    347309    108350    977898   4948102     14.97     15.86  --
1201.62/1201.68	c  N dy 19206   6028370      2070      6916    347309    127952    977898   6523651     14.97     16.12  --
1204.12/1204.11	c  N dy 19247   6048654      2070      6916    347309    147662    977898   8268237     14.97     15.78  --
1206.92/1206.92	c  N dy 19318   6068763      2070      6916    347309    167178    977898  10134258     14.97     15.78  --
1209.93/1209.95	c  N dy 19363   6089053      2070      6916    347309    186883    977898  12034004     14.97     15.79  --
1213.23/1213.21	c  N dy 19398   6110660      2070      6916    347309    207837    977898  13786714     14.96     15.76  --
1216.72/1216.77	c  N dy 19463   6131313      2070      6916    347309    122013    977898   6256157     14.96     15.76  --
1219.83/1219.85	c  N dy 19550   6151607      2070      6916    347309    141778    977898   8270182     14.97     16.24  --
1222.82/1222.81	c  N dy 19621   6171824      2070      6916    347309    161487    977898  10205888     14.96     15.86  --
1226.02/1226.08	c  N dy 19703   6193265      2070      6916    347309    182442    977898  12395917     14.97     16.00  --
1229.73/1229.78	c  N dy 19818   6213554      2070      6916    347309    202282    977898  14444349     14.98     15.88  --
1230.02/1230.00	c  S st 19827   6214726      2070      6916    347309    203412    977898  14571627     14.98   no data  --
1230.02/1230.09	c  S st 19827   6215227      2070      6916    347309    203911    977898  14632920     14.98   no data  --
1230.12/1230.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1230.12/1230.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1231.52/1231.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 48.0M T:  1.45
1232.03/1232.09	c bin-w-bin subsume rem            0 bins  time:  0.04 s
1233.82/1233.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.74 s
1233.82/1233.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2070 time:  0.03 s
1233.92/1233.90	c Removed useless bin:       0  fixed:     0  props:   1.74M  time:  0.03 s

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.45 2.54 3.28 5/189 28539
/proc/meminfo: memFree=14561788/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=30700 CPUtime=0 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 949 0 0 0 0 0 0 0 25 0 1 0 450776812 31436800 855 33554432000 4194304 4650387 140734651077728 18446744073709551615 254261277381 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 7675 856 328 112 0 2640 0

[startup+0.030639 s]
/proc/loadavg: 2.45 2.54 3.28 5/189 28539
/proc/meminfo: memFree=14561788/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=34132 CPUtime=0.02 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 1812 0 0 0 2 0 0 0 25 0 1 0 450776812 34951168 1718 33554432000 4194304 4650387 140734651077728 18446744073709551615 254261277381 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 8533 1720 328 112 0 3498 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 34132

[startup+0.100617 s]
/proc/loadavg: 2.45 2.54 3.28 5/189 28539
/proc/meminfo: memFree=14561788/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=41416 CPUtime=0.09 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 3669 0 0 0 9 0 0 0 25 0 1 0 450776812 42409984 3571 33554432000 4194304 4650387 140734651077728 18446744073709551615 4370334 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 10354 3571 349 112 0 5319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41416

[startup+0.30058 s]
/proc/loadavg: 2.45 2.54 3.28 5/189 28539
/proc/meminfo: memFree=14561788/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=44872 CPUtime=0.29 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 4535 0 0 0 29 0 0 0 25 0 1 0 450776812 45948928 4437 33554432000 4194304 4650387 140734651077728 18446744073709551615 4522896 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 11218 4437 363 112 0 6183 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 44872

[startup+0.700505 s]
/proc/loadavg: 2.45 2.54 3.28 5/189 28539
/proc/meminfo: memFree=14561788/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=49244 CPUtime=0.68 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 6381 0 0 0 68 0 0 0 25 0 1 0 450776812 50425856 6283 33554432000 4194304 4650387 140734651077728 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 12311 6283 378 112 0 7276 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 49244

[startup+1.50037 s]
/proc/loadavg: 2.45 2.54 3.28 5/190 28540
/proc/meminfo: memFree=14544288/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=53524 CPUtime=1.49 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 8786 0 0 0 148 1 0 0 25 0 1 0 450776812 54808576 6666 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 13381 6666 380 112 0 8346 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53524

[startup+3.10108 s]
/proc/loadavg: 2.57 2.56 3.28 5/190 28540
/proc/meminfo: memFree=14536972/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=55492 CPUtime=3.09 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 12239 0 0 0 308 1 0 0 25 0 1 0 450776812 56823808 7379 33554432000 4194304 4650387 140734651077728 18446744073709551615 4370400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 13873 7379 382 112 0 8838 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55492

[startup+6.30052 s]
/proc/loadavg: 2.57 2.56 3.28 5/190 28540
/proc/meminfo: memFree=14510544/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=76552 CPUtime=6.29 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 17665 0 0 0 627 2 0 0 25 0 1 0 450776812 78389248 12801 33554432000 4194304 4650387 140734651077728 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 19138 12801 382 112 0 14103 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76552

[startup+12.7004 s]
/proc/loadavg: 2.79 2.61 3.29 5/190 28540
/proc/meminfo: memFree=14510048/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=77976 CPUtime=12.69 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 22007 0 0 0 1266 3 0 0 25 0 1 0 450776812 79847424 13783 33554432000 4194304 4650387 140734651077728 18446744073709551615 4333222 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 19494 13783 382 112 0 14459 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77976

[startup+25.5011 s]
/proc/loadavg: 2.98 2.65 3.30 5/190 28541
/proc/meminfo: memFree=14475860/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=99448 CPUtime=25.49 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 38578 0 0 0 2542 7 0 0 25 0 1 0 450776812 101834752 17798 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 24862 17798 382 112 0 19827 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99448

[startup+51.1006 s]
/proc/loadavg: 3.33 2.76 3.31 5/190 28541
/proc/meminfo: memFree=14411448/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=132160 CPUtime=51.09 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 74265 0 0 0 5095 14 0 0 25 0 1 0 450776812 135331840 25523 33554432000 4194304 4650387 140734651077728 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 33040 25523 382 112 0 28005 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132160

[startup+102.307 s]
/proc/loadavg: 3.73 2.97 3.35 5/190 28543
/proc/meminfo: memFree=14365272/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=219308 CPUtime=102.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 139974 0 0 0 10206 24 0 0 25 0 1 0 450776812 224571392 33097 33554432000 4194304 4650387 140734651077728 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 54827 33097 382 112 0 49792 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 219308

[startup+162.301 s]
/proc/loadavg: 3.96 3.17 3.39 5/190 28544
/proc/meminfo: memFree=14202800/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=191872 CPUtime=162.29 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 201751 0 0 0 16194 35 0 0 25 0 1 0 450776812 196476928 39565 33554432000 4194304 4650387 140734651077728 18446744073709551615 4364809 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 47968 39565 382 112 0 42933 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 191872

[startup+222.3 s]
/proc/loadavg: 3.98 3.32 3.43 5/190 28546
/proc/meminfo: memFree=14147224/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=227692 CPUtime=222.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 254236 0 0 0 22182 48 0 0 25 0 1 0 450776812 233156608 48299 33554432000 4194304 4650387 140734651077728 18446744073709551615 4363314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 56923 48299 382 112 0 51888 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 227692

[startup+282.301 s]
/proc/loadavg: 4.07 3.47 3.47 5/190 28547
/proc/meminfo: memFree=14145816/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=236192 CPUtime=282.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 321875 0 0 0 28169 61 0 0 25 0 1 0 450776812 241860608 49079 33554432000 4194304 4650387 140734651077728 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 59048 49079 382 112 0 54013 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 236192

[startup+342.301 s]
/proc/loadavg: 4.02 3.56 3.50 5/190 28576
/proc/meminfo: memFree=14132336/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=238532 CPUtime=342.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 392220 0 0 0 34152 78 0 0 25 0 1 0 450776812 244256768 50745 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366809 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 59633 50745 382 112 0 54598 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 238532

[startup+402.3 s]
/proc/loadavg: 4.01 3.64 3.53 5/190 28578
/proc/meminfo: memFree=13982468/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=353580 CPUtime=402.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 438000 0 0 0 40142 88 0 0 25 0 1 0 450776812 362065920 69874 33554432000 4194304 4650387 140734651077728 18446744073709551615 4313303 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 88395 69874 382 112 0 83360 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 353580

[startup+462.301 s]
/proc/loadavg: 4.00 3.70 3.56 5/190 28579
/proc/meminfo: memFree=14017020/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=305860 CPUtime=462.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 491587 0 0 0 46133 97 0 0 25 0 1 0 450776812 313200640 54632 33554432000 4194304 4650387 140734651077728 18446744073709551615 4365191 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 76465 54632 382 112 0 71430 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 305860

[startup+522.3 s]
/proc/loadavg: 4.08 3.77 3.59 5/190 28581
/proc/meminfo: memFree=13906880/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=359196 CPUtime=522.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 538012 0 0 0 52124 107 0 0 25 0 1 0 450776812 367816704 68504 33554432000 4194304 4650387 140734651077728 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 89799 68504 382 112 0 84764 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 359196

[startup+582.301 s]
/proc/loadavg: 4.07 3.82 3.61 5/190 28582
/proc/meminfo: memFree=13746892/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=321944 CPUtime=582.3 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 569180 0 0 0 58115 115 0 0 25 0 1 0 450776812 329670656 70595 33554432000 4194304 4650387 140734651077728 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 80486 70595 382 112 0 75451 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 321944

[startup+642.301 s]
/proc/loadavg: 4.02 3.85 3.64 5/190 28584
/proc/meminfo: memFree=13732736/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=388156 CPUtime=642.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 613773 0 0 0 64103 128 0 0 25 0 1 0 450776812 397471744 77202 33554432000 4194304 4650387 140734651077728 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 97039 77202 382 112 0 92004 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 388156

[startup+702.3 s]
/proc/loadavg: 4.01 3.88 3.66 5/190 28586
/proc/meminfo: memFree=13715716/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=388468 CPUtime=702.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 627793 0 0 0 70100 131 0 0 25 0 1 0 450776812 397791232 77854 33554432000 4194304 4650387 140734651077728 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 97117 77854 382 112 0 92082 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 388468

[startup+762.307 s]
/proc/loadavg: 4.00 3.90 3.67 5/190 28587
/proc/meminfo: memFree=13744816/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=323504 CPUtime=762.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 687170 0 0 0 76089 142 0 0 25 0 1 0 450776812 331268096 71923 33554432000 4194304 4650387 140734651077728 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 80876 71923 382 112 0 75841 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 323504

[startup+822.3 s]
/proc/loadavg: 4.05 3.93 3.70 5/190 28589
/proc/meminfo: memFree=13669644/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=389388 CPUtime=822.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 719395 0 0 0 82081 150 0 0 25 0 1 0 450776812 398733312 77679 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 97347 77679 382 112 0 92312 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 389388

[startup+882.301 s]
/proc/loadavg: 4.02 3.94 3.71 5/190 28590
/proc/meminfo: memFree=13691068/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=400552 CPUtime=882.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 761664 0 0 0 88072 159 0 0 25 0 1 0 450776812 410165248 79049 33554432000 4194304 4650387 140734651077728 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 100138 79049 382 112 0 95103 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 400552

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.73 5/190 28592
/proc/meminfo: memFree=13661268/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=401036 CPUtime=942.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 789550 0 0 0 94063 168 0 0 25 0 1 0 450776812 410660864 78036 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366799 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 100259 78036 382 112 0 95224 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 401036

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.74 5/190 28594
/proc/meminfo: memFree=13617592/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=408836 CPUtime=1002.32 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 835659 0 0 0 100053 179 0 0 25 0 1 0 450776812 418648064 81454 33554432000 4194304 4650387 140734651077728 18446744073709551615 4439312 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 102209 81454 382 112 0 97174 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 408836

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.75 5/190 28595
/proc/meminfo: memFree=13639156/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=410988 CPUtime=1062.32 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 850192 0 0 0 106050 182 0 0 25 0 1 0 450776812 420851712 81612 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 102747 81612 382 112 0 97712 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 410988

[startup+1122.3 s]
/proc/loadavg: 4.10 3.99 3.78 5/190 28597
/proc/meminfo: memFree=13637020/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=345912 CPUtime=1122.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 907041 0 0 0 112038 193 0 0 25 0 1 0 450776812 354213888 79416 33554432000 4194304 4650387 140734651077728 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 86478 79416 382 112 0 81443 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 345912

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.79 5/190 28598
/proc/meminfo: memFree=13614548/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=346932 CPUtime=1182.31 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 935337 0 0 0 118031 200 0 0 25 0 1 0 450776812 355258368 77661 33554432000 4194304 4650387 140734651077728 18446744073709551615 4334493 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 86733 77661 382 112 0 81698 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 346932

[startup+1242.3 s]
/proc/loadavg: 4.06 4.01 3.81 5/190 28600
/proc/meminfo: memFree=13440440/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=501532 CPUtime=1242.32 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 993360 0 0 0 124018 214 0 0 25 0 1 0 450776812 513568768 105976 33554432000 4194304 4650387 140734651077728 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 125383 105976 382 112 0 120348 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 501532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.05 3.75 3.73 3/178 28638
/proc/meminfo: memFree=13980860/32951124 swapFree=67111528/67111528
[pid=28539] ppid=28537 vsize=503832 CPUtime=1300.03 cores=5,7
/proc/28539/stat : 28539 (strangenight1-s) R 28537 28539 27245 0 -1 4202496 993952 0 0 0 129789 214 0 0 25 0 1 0 450776812 515923968 106568 33554432000 4194304 4650387 140734651077728 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/28539/statm: 125958 106568 382 112 0 120923 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 503832

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.03
CPU time (s): 1300.06
CPU user time (s): 1297.89
CPU system time (s): 2.16567
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 503832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.89
system time used= 2.16567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 993952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 15458

runsolver used 2.05869 second user time and 5.06323 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-23 20:33:35
IDJOB=3251200
IDBENCH=88216
IDSOLVER=1589
FILE ID=node140/3251200-1303583615
RUNJOBID= node140-1303583574-28472
PBS_JOBID= 13150322
Free space on /tmp= 72048 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251200-1303583615/watcher-3251200-1303583615 -o /tmp/evaluation-result-3251200-1303583615/solver-3251200-1303583615 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3251200-1303583615.cnf

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=1747366014

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14562068 kB
Buffers:       2358624 kB
Cached:       15220344 kB
SwapCached:          0 kB
Active:       10370648 kB
Inactive:      7459240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14562068 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           10532 kB
Writeback:           0 kB
AnonPages:      250176 kB
Mapped:          16244 kB
Slab:           494980 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   449832 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= 72044 MiB
End job on node140 at 2011-04-23 20:55:17