Trace number 3401105

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 5000.07 4999.95

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3401105-1306281862.cnf'
0.00/0.00	c -- header says num vars:          55875
0.00/0.00	c -- header says num clauses:      177646
0.00/0.06	c -- clauses added:            0 learnts,       177646 normals,            0 xors
0.00/0.06	c -- vars added      55875
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0     55875     67709     99184         0    407954         0   no data   no data
0.79/0.84	c asymm  cl-useful: 17/20804/67709 lits-rem:58 time: 0.78
8.81/8.84	c Flit:   127 Blit:  18358 bXBeca:    0 bXProp: 14705 Bins:      0 BRemL:      0 BRemN:      0 P: 173.4M T:  7.92
8.81/8.85	c Cleaning up after failed var search:     0.01 s 
8.81/8.87	c Replacing    14705 vars Replaced   270731 lits Time:     0.01 s 
8.81/8.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.81/8.88	c bin-w-bin subsume rem         2372 bins  time:  0.00 s
8.81/8.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
8.89/8.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19136 time:  0.02 s
8.89/8.92	c Removed useless bin:      39  fixed:     0  props:   3.54M  time:  0.02 s
8.89/8.99	c lits-rem:         7  cl-subs:      766  v-elim:   6378  v-fix:    0  time:  0.06 s
9.19/9.24	c Finding binary XORs  T:     0.25 s  found:      22
9.19/9.25	c Replacing       22 vars Replaced      261 lits Time:     0.00 s 
9.19/9.27	c Finding non-binary XORs:     0.02 s (found:    5334, avg size: 3.0)
9.19/9.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    880 locsubst:  3234 time:   0.01
9.19/9.28	c Replacing     1617 vars Replaced     9702 lits Time:     0.00 s 
9.19/9.28	c calculated reachability. Time: 0.01
9.19/9.28	c Calc default polars -  time:   0.00 s pos:    1464 undec:   45857 neg:    8554
9.19/9.29	c =========================================================================================
9.19/9.29	c types(t): F = full restart, N = normal restart
9.19/9.29	c types(t): S = simplification begin/end, E = solution found
9.19/9.29	c restart types(rt): st = static, dy = dynamic
9.19/9.29	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.19/9.29	c  B st     0         0     10239     15615     17026         0    113584         0   no data   no data
9.39/9.44	c Decided on static restart strategy
9.59/9.69	c  N st     8      4915     10229     15615     17449      4431    113584    122575   no data   no data
10.29/10.34	c  N st    10     11300     10184     15615     17546     10541    113584    368845   no data   no data
11.01/11.03	c  N st    11     17046     10165     15615     17595     16086    113584    632687   no data   no data
11.79/11.80	c  F st    12     25001     10159     15615     17670     14321    113584    355529   no data   no data
11.79/11.81	c Replacing       60 vars Replaced     1468 lits Time:     0.00 s 
11.79/11.82	c  N st    12     25001     10094     15385     17246     14047    111595    348045   no data   no data
11.89/12.01	c Finding binary XORs  T:     0.19 s  found:       6
12.49/12.58	c Decided on static restart strategy
12.49/12.58	c  N st    18     30000     10086     15385     17401     18763    111595    493111   no data   no data
12.49/12.58	c  S st    18     30000     10086     15385     17401     18763    111595    493111   no data   no data
12.59/12.68	c  S st    18     30502     10086     15385     17498     19165    111595    499904   no data   no data
12.59/12.69	c x-sub:  1576 x-cut:      0 vfix:      0 v-elim:    430 locsubst:     0 time:   0.01
13.21/13.29	c Flit:    79 Blit:    134 bXBeca:    0 bXProp:  180 Bins: 100834 BRemL:  47269 BRemN:     32 P: 11.4M T:  0.60
13.29/13.30	c Cleaning up after failed var search:     0.00 s 
13.29/13.31	c Replacing      186 vars Replaced    36194 lits Time:     0.01 s 
13.29/13.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.29/13.32	c bin-w-bin subsume rem          770 bins  time:  0.00 s
13.29/13.33	c subs with bin:      338  lits-rem:       161  v-fix:    0  time:  0.01 s
13.29/13.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9137 time:  0.01 s
13.29/13.35	c Removed useless bin:      95  fixed:     0  props:   0.34M  time:  0.00 s
13.29/13.38	c lits-rem:       277  cl-subs:      257  v-elim:   1460  v-fix:    0  time:  0.03 s
13.39/13.44	c subs with bin:      189  lits-rem:      4773  v-fix:    0  time:  0.05 s
13.49/13.53	c lits-rem:      1891  cl-subs:      671  v-elim:      0  v-fix:    0  time:  0.09 s
13.59/13.66	c asymm  cl-useful: 88/13991/13991 lits-rem:393 time: 0.12
13.59/13.66	c calculated reachability. Time: 0.00
13.59/13.66	c  N st    18     30502      7677     13991     44411     11218     92399    287287   no data   no data
13.79/13.85	c Finding binary XORs  T:     0.18 s  found:       0
14.31/14.39	c  N st    20     37612      7675     13991     44419     17882     92399    436860   no data   no data
14.89/14.92	c  N st    21     44012      7674     13991     44429     13675     92399    290221   no data   no data
15.09/15.10	c  S st    22     45754      7673     13991     44430     15387     92399    371230   no data   no data
15.09/15.17	c  S st    22     46255      7673     13991     44441     15876     92399    379043   no data   no data
15.09/15.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    211 locsubst:     0 time:   0.01
15.41/15.43	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:    2 Bins:  12178 BRemL:  19724 BRemN:    235 P:  5.4M T:  0.25
15.41/15.44	c Replacing        2 vars Replaced      531 lits Time:     0.01 s 
15.41/15.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.41/15.45	c bin-w-bin subsume rem           22 bins  time:  0.00 s
15.41/15.45	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.01 s
15.41/15.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7458 time:  0.01 s
15.41/15.46	c Removed useless bin:       3  fixed:     0  props:   0.22M  time:  0.00 s
15.41/15.48	c lits-rem:         6  cl-subs:        4  v-elim:      4  v-fix:    0  time:  0.01 s
15.49/15.53	c subs with bin:       12  lits-rem:       384  v-fix:    0  time:  0.05 s
15.59/15.60	c lits-rem:       520  cl-subs:      416  v-elim:      0  v-fix:    0  time:  0.06 s
15.59/15.60	c vivif2 --  cl tried    13983 cl shrink       29 lits rem         56 time: 0.00
15.59/15.61	c vivif2 --  cl tried    14121 cl shrink     2711 lits rem      10528 time: 0.01
15.69/15.75	c asymm  cl-useful: 52/13958/13958 lits-rem:160 time: 0.13
15.69/15.75	c calculated reachability. Time: 0.00
15.69/15.75	c  N st    22     46255      7454     13958     35860     14104     91059    293694   no data   no data
15.89/15.92	c Finding binary XORs  T:     0.17 s  found:       0
17.79/17.84	c  N st    23     60652      7454     13958     35860     27626     91059   1166971   no data   no data
18.89/18.99	c  N st    24     69382      7453     13958     35867     21380     91059    724011   no data   no data
18.89/18.99	c  S st    24     69382      7453     13958     35867     21380     91059    724011   no data   no data
18.99/19.09	c  S st    24     69884      7453     13958     35868     21879     91059    734866   no data   no data
18.99/19.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    102 locsubst:     0 time:   0.01
19.29/19.33	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1713 BRemL:   1402 BRemN:      3 P:  5.9M T:  0.23
19.29/19.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.29/19.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.29/19.34	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.01 s
19.29/19.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7350 time:  0.01 s
19.29/19.35	c Removed useless bin:      11  fixed:     0  props:   0.22M  time:  0.00 s
19.29/19.37	c lits-rem:         2  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.02 s
19.49/19.52	c subs with bin:        1  lits-rem:        65  v-fix:    0  time:  0.13 s
19.99/20.00	c lits-rem:       996  cl-subs:      469  v-elim:      0  v-fix:    0  time:  0.48 s
19.99/20.01	c vivif2 --  cl tried    13951 cl shrink        1 lits rem          1 time: 0.00
19.99/20.04	c vivif2 --  cl tried    20835 cl shrink     4294 lits rem      25839 time: 0.04
20.09/20.19	c asymm  cl-useful: 187/13950/13950 lits-rem:476 time: 0.14
20.09/20.19	c calculated reachability. Time: 0.00
20.09/20.19	c  N st    24     69884      7349     13843     35820     20835     90461    660693   no data   no data
20.39/20.41	c Finding binary XORs  T:     0.17 s  found:      49
22.79/22.89	c  F st    25     87500      7348     13842     35336     37698     90448   1264792   no data   no data
22.89/22.91	c Replacing       49 vars Replaced      729 lits Time:     0.01 s 
22.89/22.91	c  N st    25     87500      7298     13842     35223     37693     90323   1264481   no data   no data
23.49/23.52	c Decided on static restart strategy
23.79/23.83	c  N st    32     95542      7295     13842     35247     27674     90323    738760   no data   no data
24.89/24.90	c  N st    34    104826      7294     13842     35256     36637     90323    984493   no data   no data
24.89/24.90	c  S st    34    104826      7294     13842     35256     36637     90323    984493   no data   no data
24.99/25.02	c  S st    34    105329      7294     13842     35257     37137     90323    997126   no data   no data
24.99/25.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     38 locsubst:     0 time:   0.01
25.20/25.31	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    4 Bins:   2542 BRemL:   2255 BRemN:      0 P:  7.8M T:  0.29
25.31/25.33	c Replacing        4 vars Replaced      369 lits Time:     0.01 s 
25.31/25.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.31/25.33	c bin-w-bin subsume rem           59 bins  time:  0.00 s
25.31/25.34	c subs with bin:       58  lits-rem:        90  v-fix:    0  time:  0.01 s
25.31/25.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7246 time:  0.01 s
25.31/25.35	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
25.31/25.37	c lits-rem:        22  cl-subs:       67  v-elim:     17  v-fix:    0  time:  0.02 s
25.59/25.62	c subs with bin:       68  lits-rem:       946  v-fix:    0  time:  0.22 s
26.19/26.22	c lits-rem:      2096  cl-subs:      921  v-elim:      0  v-fix:    0  time:  0.60 s
26.19/26.22	c vivif2 --  cl tried    13716 cl shrink        0 lits rem          0 time: 0.00
26.19/26.27	c vivif2 --  cl tried    35582 cl shrink     5958 lits rem      28243 time: 0.05
26.41/26.44	c asymm  cl-useful: 63/13716/13716 lits-rem:187 time: 0.16
26.41/26.44	c calculated reachability. Time: 0.00
26.41/26.44	c  N st    34    105329      7229     13710     32762     35579     89317    913105   no data   no data
26.59/26.61	c Finding binary XORs  T:     0.17 s  found:       1
27.59/27.64	c  N st    35    114927      7228     13710     32764     24933     89317    536680   no data   no data
29.09/29.17	c  N st    36    129325      7227     13710     32765     38722     89315    927277   no data   no data
31.39/31.40	c  N st    37    150920      7227     13710     32766     37596     89315    874157   no data   no data
32.19/32.22	c  S st    38    157994      7225     13710     32768     44334     89315   1108109   no data   no data
32.29/32.36	c  S st    38    158496      7225     13710     32768     44834     89315   1121211   no data   no data
32.29/32.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.59/32.64	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1062 BRemL:    901 BRemN:      8 P:  7.6M T:  0.28
32.59/32.66	c Replacing        3 vars Replaced     1965 lits Time:     0.02 s 
32.59/32.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.59/32.67	c bin-w-bin subsume rem           43 bins  time:  0.00 s
32.59/32.68	c subs with bin:        2  lits-rem:         3  v-fix:    0  time:  0.01 s
32.59/32.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7221 time:  0.01 s
32.59/32.69	c Removed useless bin:       2  fixed:     0  props:   0.22M  time:  0.00 s
32.69/32.71	c lits-rem:         1  cl-subs:       22  v-elim:     18  v-fix:    0  time:  0.02 s
32.91/32.96	c subs with bin:        8  lits-rem:       161  v-fix:    0  time:  0.22 s
34.11/34.12	c lits-rem:      2381  cl-subs:     1149  v-elim:      0  v-fix:    0  time:  1.16 s
34.11/34.13	c vivif2 --  cl tried    13683 cl shrink        2 lits rem          2 time: 0.00
34.11/34.19	c vivif2 --  cl tried    43625 cl shrink     6294 lits rem      46071 time: 0.06
34.29/34.36	c asymm  cl-useful: 23/13683/13683 lits-rem:73 time: 0.17
34.29/34.37	c calculated reachability. Time: 0.00
34.29/34.37	c  N st    38    158496      7203     13681     32032     43625     88860   1039775   no data   no data
34.49/34.54	c Finding binary XORs  T:     0.17 s  found:       0
40.19/40.27	c  N st    39    207086      7203     13681     32033     42612     88860   1149816   no data   no data
43.59/43.62	c  N st    40    237744      7203     13681     32034     45619     88860    938462   no data   no data
43.59/43.62	c  S st    40    237744      7203     13681     32034     45619     88860    938462   no data   no data
43.69/43.76	c  S st    40    238245      7203     13681     32036     46116     88860    953615   no data   no data
43.69/43.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.01/44.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    236 BRemL:    247 BRemN:      2 P:  7.8M T:  0.26
44.01/44.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.01/44.04	c bin-w-bin subsume rem            1 bins  time:  0.00 s
44.01/44.04	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
44.01/44.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7203 time:  0.01 s
44.01/44.06	c Removed useless bin:       1  fixed:     0  props:   0.22M  time:  0.00 s
44.01/44.08	c lits-rem:         0  cl-subs:        8  v-elim:      1  v-fix:    0  time:  0.02 s
44.19/44.21	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  0.11 s
45.39/45.43	c lits-rem:      2746  cl-subs:     2170  v-elim:      0  v-fix:    0  time:  1.21 s
45.39/45.43	c vivif2 --  cl tried    13674 cl shrink        1 lits rem          1 time: 0.00
45.39/45.49	c vivif2 --  cl tried    43909 cl shrink     5231 lits rem      18573 time: 0.05
45.59/45.65	c asymm  cl-useful: 26/13674/13674 lits-rem:40 time: 0.16
45.59/45.65	c calculated reachability. Time: 0.00
45.59/45.65	c  N st    40    238245      7202     13671     31996     43909     88763    881154   no data   no data
45.79/45.82	c Finding binary XORs  T:     0.17 s  found:       0
52.39/52.46	c  F st    41    306250      7200     13671     32000     55026     88763   1314864   no data   no data
52.39/52.48	c  N st    41    306250      7200     13671     31907     55025     88723   1314711   no data   no data
53.19/53.27	c Decided on static restart strategy
55.59/55.64	c  N st    51    334554      7193     13671     31930     53724     88723   1075736   no data   no data
57.99/58.09	c  N st    53    357368      7193     13671     31933     45980     88723    861823   no data   no data
57.99/58.09	c  S st    53    357368      7193     13671     31933     45980     88723    861823   no data   no data
58.09/58.19	c  S st    53    357871      7193     13671     31935     46476     88722    872078   no data   no data
58.09/58.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.39/58.47	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    514 BRemL:    447 BRemN:      0 P:  7.9M T:  0.27
58.39/58.49	c Replacing        4 vars Replaced      271 lits Time:     0.01 s 
58.39/58.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.39/58.49	c bin-w-bin subsume rem            7 bins  time:  0.00 s
58.49/58.50	c subs with bin:       43  lits-rem:        16  v-fix:    0  time:  0.01 s
58.49/58.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7188 time:  0.01 s
58.49/58.51	c Removed useless bin:       6  fixed:     0  props:   0.22M  time:  0.00 s
58.49/58.53	c lits-rem:         0  cl-subs:       12  v-elim:      5  v-fix:    0  time:  0.02 s
58.60/58.65	c subs with bin:       26  lits-rem:       197  v-fix:    0  time:  0.10 s
59.50/59.55	c lits-rem:      2386  cl-subs:     1260  v-elim:      0  v-fix:    0  time:  0.89 s
59.50/59.55	c vivif2 --  cl tried    13606 cl shrink        0 lits rem          0 time: 0.00
59.60/59.60	c vivif2 --  cl tried    45153 cl shrink     3596 lits rem      20715 time: 0.04
59.70/59.76	c asymm  cl-useful: 16/13606/13606 lits-rem:21 time: 0.16
59.70/59.77	c calculated reachability. Time: 0.00
59.70/59.77	c  N st    53    357871      7183     13606     31283     45151     88215    823660   no data   no data
59.90/59.94	c Finding binary XORs  T:     0.17 s  found:       0
63.19/63.26	c  N st    54    390263      7183     13606     31285     45477     88215    895560   no data   no data
68.29/68.30	c  N st    55    438851      7183     13606     31285     60495     88215   1438044   no data   no data
77.01/77.06	c  N st    56    511734      7183     13606     31285     64489     88215   1815780   no data   no data
80.69/80.76	c  N st    57    536808      7183     13606     31295     54299     88215   1257478   no data   no data
80.69/80.76	c  S st    57    536808      7183     13606     31295     54299     88215   1257478   no data   no data
80.89/80.91	c  S st    57    537310      7183     13606     31295     54797     88215   1271305   no data   no data
80.89/80.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.19/81.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     94 BRemL:     32 BRemN:      3 P:  8.4M T:  0.28
81.19/81.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.19/81.20	c bin-w-bin subsume rem            7 bins  time:  0.00 s
81.19/81.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.19/81.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7183 time:  0.01 s
81.19/81.22	c Removed useless bin:       4  fixed:     0  props:   0.22M  time:  0.00 s
81.19/81.24	c lits-rem:         2  cl-subs:        2  v-elim:      2  v-fix:    0  time:  0.02 s
81.49/81.51	c subs with bin:        8  lits-rem:       109  v-fix:    0  time:  0.23 s
82.99/83.04	c lits-rem:      1576  cl-subs:     1881  v-elim:      0  v-fix:    0  time:  1.53 s
82.99/83.04	c vivif2 --  cl tried    13602 cl shrink        0 lits rem          0 time: 0.00
83.09/83.13	c vivif2 --  cl tried    52908 cl shrink     7846 lits rem      22890 time: 0.08
83.29/83.36	c asymm  cl-useful: 58/13602/13602 lits-rem:61 time: 0.23
83.29/83.36	c calculated reachability. Time: 0.00
83.29/83.36	c  N st    57    537310      7181     13602     31343     52907     88109   1209142   no data   no data
101.39/101.43	c  N st    58    701294      7181     13602     31344     61638     88109   1365873   no data   no data
115.41/115.44	c  N st    59    805965      7180     13602     31346     80805     88108   1499516   no data   no data
115.41/115.44	c  S st    59    805965      7180     13602     31346     80805     88108   1499516   no data   no data
115.51/115.58	c  S st    59    806468      7180     13602     31348     81304     88107   1509967   no data   no data
115.51/115.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
115.89/115.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    508 BRemL:    570 BRemN:      0 P: 10.3M T:  0.33
115.89/115.95	c Replacing        2 vars Replaced     1536 lits Time:     0.03 s 
115.89/115.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
115.89/115.95	c bin-w-bin subsume rem            1 bins  time:  0.00 s
115.89/115.96	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
115.89/115.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7178 time:  0.01 s
115.89/115.97	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
115.99/116.00	c lits-rem:         0  cl-subs:       14  v-elim:      3  v-fix:    0  time:  0.03 s
116.09/116.18	c subs with bin:        8  lits-rem:       128  v-fix:    0  time:  0.14 s
123.29/123.30	c lits-rem:      4705  cl-subs:    14728  v-elim:      0  v-fix:    0  time:  7.12 s
123.29/123.30	c vivif2 --  cl tried    13593 cl shrink        4 lits rem          4 time: 0.00
123.39/123.40	c vivif2 --  cl tried    66561 cl shrink    10537 lits rem      20648 time: 0.10
123.59/123.64	c asymm  cl-useful: 48/13593/13593 lits-rem:52 time: 0.24
123.59/123.65	c calculated reachability. Time: 0.00
123.59/123.65	c  N st    59    806468      7175     13593     30887     66560     87955   1199081   no data   no data
123.79/123.81	c Finding binary XORs  T:     0.17 s  found:       0
162.89/162.98	c  F st    60   1071877      7174     13593     30890     62158     87955   1321609   no data   no data
162.99/163.00	c  N st    60   1071877      7174     13593     30731     62154     87895   1321319   no data   no data
163.69/163.78	c Decided on static restart strategy
166.69/166.73	c  N st    70   1100179      7173     13593     30737     89521     87895   2100083   no data   no data
170.80/170.82	c  N st    72   1136172      7173     13593     30739     77255     87895   1589362   no data   no data
175.10/175.11	c  N st    73   1168565      7173     13593     30740     60189     87895   1219253   no data   no data
183.49/183.60	c  N st    74   1209705      7173     13593     30742    100365     87895   3124327   no data   no data
183.49/183.60	c  S st    74   1209705      7173     13593     30742    100365     87895   3124327   no data   no data
183.79/183.84	c  S st    74   1210210      7173     13593     30742    100868     87894   3141334   no data   no data
183.79/183.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
184.19/184.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    940 BRemL:    903 BRemN:      0 P: 13.4M T:  0.43
184.19/184.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
184.19/184.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
184.29/184.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
184.29/184.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7173 time:  0.01 s
184.29/184.31	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
184.29/184.35	c lits-rem:         0  cl-subs:        9  v-elim:      4  v-fix:    0  time:  0.04 s
184.89/184.99	c subs with bin:       51  lits-rem:       681  v-fix:    0  time:  0.55 s
191.99/192.09	c lits-rem:      5714  cl-subs:     3532  v-elim:      0  v-fix:    0  time:  7.10 s
191.99/192.09	c vivif2 --  cl tried    13589 cl shrink        3 lits rem          3 time: 0.00
192.30/192.33	c vivif2 --  cl tried    97279 cl shrink    21825 lits rem     106291 time: 0.24
192.60/192.60	c asymm  cl-useful: 36/7564/13589 lits-rem:43 time: 0.27
192.60/192.61	c calculated reachability. Time: 0.00
192.60/192.61	c  N st    74   1210210      7169     13587     30377     97278     87820   2917016   no data   no data
192.70/192.78	c Finding binary XORs  T:     0.17 s  found:       0
204.99/205.00	c  N st    75   1283092      7169     13587     30381     67306     87820   1275906   no data   no data
221.11/221.16	c  N st    76   1392416      7168     13587     30428     70414     87820   1535506   no data   no data
254.80/254.83	c  N st    77   1556402      7166     13587     30486     68521     87820   1244768   no data   no data
276.80/276.86	c  N st    78   1710210      7166     13587     30486    103342     87820   3895114   no data   no data
276.80/276.86	c  S st    78   1710210      7166     13587     30486    103342     87820   3895114   no data   no data
277.00/277.09	c  S st    78   1710711      7166     13587     30488    103839     87820   3909345   no data   no data
277.00/277.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
277.50/277.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    886 BRemL:    615 BRemN:      2 P: 13.4M T:  0.42
277.70/277.71	c Replacing        5 vars Replaced    22121 lits Time:     0.17 s 
277.70/277.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
277.70/277.72	c bin-w-bin subsume rem           10 bins  time:  0.00 s
277.70/277.72	c subs with bin:        6  lits-rem:         6  v-fix:    0  time:  0.00 s
277.70/277.73	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   7161 time:  0.01 s
277.70/277.73	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
277.70/277.77	c lits-rem:         0  cl-subs:       15  v-elim:      5  v-fix:    0  time:  0.04 s
278.50/278.54	c subs with bin:      254  lits-rem:      3391  v-fix:    0  time:  0.67 s
293.00/293.09	c lits-rem:      6392  cl-subs:     2832  v-elim:      0  v-fix:    0  time: 14.55 s
293.00/293.09	c vivif2 --  cl tried    13566 cl shrink        0 lits rem          0 time: 0.00
293.40/293.48	c vivif2 --  cl tried   100714 cl shrink    24339 lits rem      97315 time: 0.38
293.50/293.56	c asymm  cl-useful: 0/6002/13566 lits-rem:0 time: 0.08
293.50/293.57	c calculated reachability. Time: 0.00
293.50/293.57	c  N st    78   1710711      7156     13566     30026    100700     87659   3654920   no data   no data
293.72/293.73	c Finding binary XORs  T:     0.17 s  found:       0
374.60/374.69	c  N st    79   2079675      7156     13566     30068     96215     87658   2186785   no data   no data
393.00/393.02	c  N st    80   2210711      7156     13566     30068     93990     87658   1799509   no data   no data
393.00/393.02	c  S st    80   2210711      7156     13566     30068     93990     87658   1799509   no data   no data
393.20/393.24	c  S st    80   2211212      7156     13566     30068     94489     87658   1815546   no data   no data
393.20/393.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
393.60/393.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    399 BRemL:    408 BRemN:      3 P: 12.8M T:  0.39
393.60/393.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
393.60/393.65	c bin-w-bin subsume rem            4 bins  time:  0.00 s
393.60/393.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
393.60/393.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7156 time:  0.01 s
393.60/393.67	c Removed useless bin:       1  fixed:     0  props:   0.23M  time:  0.00 s
393.60/393.70	c lits-rem:         0  cl-subs:        4  v-elim:      4  v-fix:    0  time:  0.03 s
394.00/394.00	c subs with bin:      139  lits-rem:      1035  v-fix:    0  time:  0.25 s
397.02/397.04	c lits-rem:      6319  cl-subs:     2019  v-elim:      0  v-fix:    0  time:  3.04 s
397.02/397.05	c vivif2 --  cl tried    13566 cl shrink        0 lits rem          0 time: 0.00
397.12/397.15	c vivif2 --  cl tried    92294 cl shrink     6299 lits rem      23044 time: 0.11
397.40/397.43	c asymm  cl-useful: 20/8520/13566 lits-rem:33 time: 0.27
397.40/397.43	c calculated reachability. Time: 0.00
397.40/397.44	c  N st    80   2211212      7152     13565     29743     92292     87605   1743149   no data   no data
397.60/397.60	c Finding binary XORs  T:     0.17 s  found:       0
498.40/498.40	c  N st    81   2711213      7152     13565     29820     96214     87604   2035990   no data   no data
498.40/498.40	c  S st    81   2711213      7152     13565     29820     96214     87604   2035990   no data   no data
498.50/498.59	c  S st    81   2711717      7152     13565     29824     96711     87604   2050092   no data   no data
498.60/498.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
499.00/499.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    430 BRemL:    283 BRemN:      0 P: 14.1M T:  0.43
499.00/499.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
499.00/499.03	c bin-w-bin subsume rem            1 bins  time:  0.00 s
499.00/499.04	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
499.00/499.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7152 time:  0.01 s
499.00/499.05	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
499.00/499.09	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.03 s
499.50/499.51	c subs with bin:      174  lits-rem:      1055  v-fix:    0  time:  0.37 s
501.20/501.27	c lits-rem:      5417  cl-subs:     2021  v-elim:      0  v-fix:    0  time:  1.76 s
501.20/501.28	c vivif2 --  cl tried    13558 cl shrink        0 lits rem          0 time: 0.00
501.40/501.40	c vivif2 --  cl tried    94516 cl shrink     9301 lits rem      32215 time: 0.12
501.40/501.47	c asymm  cl-useful: 0/5038/13558 lits-rem:0 time: 0.07
501.40/501.47	c calculated reachability. Time: 0.00
501.40/501.47	c  N st    81   2711717      7152     13558     29971     94516     87561   1953893   no data   no data
501.62/501.64	c Finding binary XORs  T:     0.17 s  found:       0
578.70/578.78	c  N st    82   3211718      7152     13558     29975    125059     87561   2920885   no data   no data
578.70/578.78	c  S st    82   3211718      7152     13558     29975    125059     87561   2920885   no data   no data
579.00/579.04	c  S st    82   3212219      7152     13558     29977    125557     87561   2937893   no data   no data
579.00/579.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
579.50/579.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     24 BRemL:     11 BRemN:      0 P: 14.5M T:  0.45
579.50/579.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
579.50/579.51	c bin-w-bin subsume rem            1 bins  time:  0.00 s
579.50/579.51	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
579.50/579.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7152 time:  0.01 s
579.50/579.53	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
579.50/579.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
580.00/580.03	c subs with bin:        6  lits-rem:         5  v-fix:    0  time:  0.38 s
587.10/587.10	c lits-rem:     13280  cl-subs:     2103  v-elim:      0  v-fix:    0  time:  7.07 s
587.10/587.10	c vivif2 --  cl tried    13555 cl shrink        0 lits rem          0 time: 0.00
587.32/587.34	c vivif2 --  cl tried   123448 cl shrink    14683 lits rem      72029 time: 0.24
587.60/587.62	c asymm  cl-useful: 18/6247/13555 lits-rem:21 time: 0.28
587.60/587.63	c calculated reachability. Time: 0.00
587.60/587.63	c  N st    82   3212219      7152     13555     29989    123448     87533   2787689   no data   no data
676.11/676.15	c  N st    83   3712219      7152     13555     29993    123172     87533   2659933   no data   no data
676.11/676.15	c  S st    83   3712219      7152     13555     29993    123172     87533   2659933   no data   no data
676.31/676.39	c  S st    83   3712724      7152     13555     29993    123675     87533   2679308   no data   no data
676.31/676.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
676.81/676.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     64 BRemL:     65 BRemN:      0 P: 14.8M T:  0.45
676.81/676.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
676.81/676.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
676.81/676.87	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
676.81/676.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7152 time:  0.01 s
676.81/676.88	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
676.91/676.92	c lits-rem:         0  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.04 s
677.31/677.37	c subs with bin:        2  lits-rem:         3  v-fix:    0  time:  0.38 s
685.41/685.41	c lits-rem:      4984  cl-subs:     5168  v-elim:      0  v-fix:    0  time:  8.04 s
685.41/685.41	c vivif2 --  cl tried    13555 cl shrink        0 lits rem          0 time: 0.00
685.61/685.62	c vivif2 --  cl tried   118505 cl shrink    11554 lits rem      34556 time: 0.21
685.71/685.75	c asymm  cl-useful: 0/7308/13555 lits-rem:0 time: 0.12
685.71/685.75	c calculated reachability. Time: 0.00
685.71/685.75	c  N st    83   3712724      7151     13555     29875    118505     87521   2523049   no data   no data
692.40/692.49	c  F st    84   3751564      7151     13555     29875    155848     87521   3852332   no data   no data
692.50/692.50	c  N st    84   3751564      7151     13555     29875    155848     87521   3852332   no data   no data
693.80/693.82	c Decided on static restart strategy
698.71/698.74	c  N st    94   3779867      7150     13555     29893    100350     87521   1908195   no data   no data
704.11/704.12	c  N st    96   3815862      7150     13555     29894    135025     87521   2813541   no data   no data
709.42/709.48	c  N st    97   3848255      7150     13555     29894    164911     87521   3393169   no data   no data
720.81/720.90	c  N st    98   3896843      7150     13555     29902    128919     87521   2762206   no data   no data
734.60/734.63	c  N st    99   3969725      7149     13555     29904    114465     87521   2404595   no data   no data
761.12/761.12	c  N st   100   4079050      7149     13555     29935    132602     87521   2498715   no data   no data
782.71/782.77	c  N st   101   4212726      7149     13555     29935    170410     87521   3406029   no data   no data
782.71/782.78	c  S st   101   4212726      7149     13555     29935    170410     87521   3406029   no data   no data
783.12/783.17	c  S st   101   4213229      7149     13555     29939    170908     87521   3420992   no data   no data
783.12/783.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
783.71/783.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    639 BRemL:    514 BRemN:      0 P: 18.2M T:  0.57
783.81/783.81	c Replacing        1 vars Replaced      173 lits Time:     0.04 s 
783.81/783.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
783.81/783.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
783.81/783.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.81/783.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7148 time:  0.01 s
783.81/783.83	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
783.81/783.88	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.05 s
784.33/784.34	c subs with bin:      138  lits-rem:       254  v-fix:    0  time:  0.37 s
812.71/812.77	c lits-rem:     11720  cl-subs:    13949  v-elim:      0  v-fix:    0  time: 28.43 s
812.71/812.78	c vivif2 --  cl tried    13553 cl shrink        0 lits rem          0 time: 0.00
813.01/813.03	c vivif2 --  cl tried   156809 cl shrink    10996 lits rem      35841 time: 0.25
813.31/813.32	c asymm  cl-useful: 11/4667/13553 lits-rem:19 time: 0.29
813.31/813.33	c calculated reachability. Time: 0.00
813.31/813.33	c  N st   101   4213229      7147     13552     29915    156808     87444   3056353   no data   no data
813.51/813.50	c Finding binary XORs  T:     0.17 s  found:       0
852.11/852.17	c  N st   102   4459206      7147     13552     29920    123890     87444   2257530   no data   no data
895.61/895.68	c  N st   103   4713230      7147     13552     29929    184780     87444   4402170   no data   no data
895.61/895.68	c  S st   103   4713230      7147     13552     29929    184780     87444   4402170   no data   no data
896.01/896.02	c  S st   103   4713736      7147     13552     29929    185282     87444   4419380   no data   no data
896.01/896.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
896.61/896.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     38 BRemL:     54 BRemN:      1 P: 16.9M T:  0.58
896.61/896.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
896.61/896.62	c bin-w-bin subsume rem            5 bins  time:  0.00 s
896.61/896.63	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.01 s
896.61/896.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7147 time:  0.01 s
896.61/896.64	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
896.61/896.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
897.21/897.27	c subs with bin:       10  lits-rem:        72  v-fix:    0  time:  0.45 s
932.73/932.76	c lits-rem:     10953  cl-subs:    11350  v-elim:      0  v-fix:    0  time: 35.49 s
932.73/932.76	c vivif2 --  cl tried    13546 cl shrink        0 lits rem          0 time: 0.00
933.41/933.48	c vivif2 --  cl tried   173922 cl shrink    51860 lits rem     415930 time: 0.72
933.61/933.67	c asymm  cl-useful: 0/8879/13546 lits-rem:0 time: 0.19
933.61/933.68	c calculated reachability. Time: 0.00
933.61/933.68	c  N st   103   4713736      7147     13546     29907    173922     87420   3625326   no data   no data
1015.41/1015.43	c  N st   104   5213737      7147     13546     29912    173474     87420   3114853   no data   no data
1015.41/1015.43	c  S st   104   5213737      7147     13546     29912    173474     87420   3114853   no data   no data
1015.81/1015.83	c  S st   104   5214241      7147     13546     29914    173974     87419   3132696   no data   no data
1015.81/1015.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1016.33/1016.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    125 BRemL:    234 BRemN:      0 P: 15.8M T:  0.53
1016.33/1016.40	c Replacing        1 vars Replaced      625 lits Time:     0.02 s 
1016.33/1016.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1016.33/1016.40	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1016.33/1016.41	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.00 s
1016.43/1016.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7146 time:  0.01 s
1016.43/1016.42	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1016.43/1016.47	c lits-rem:         0  cl-subs:        3  v-elim:      2  v-fix:    0  time:  0.05 s
1016.81/1016.87	c subs with bin:        7  lits-rem:        91  v-fix:    0  time:  0.32 s
1031.73/1031.80	c lits-rem:     24714  cl-subs:    10283  v-elim:      0  v-fix:    0  time: 14.93 s
1031.73/1031.80	c vivif2 --  cl tried    13546 cl shrink        3 lits rem          3 time: 0.00
1032.01/1032.04	c vivif2 --  cl tried   163675 cl shrink     7379 lits rem      14326 time: 0.24
1032.31/1032.32	c asymm  cl-useful: 8/4040/13546 lits-rem:10 time: 0.29
1032.31/1032.33	c calculated reachability. Time: 0.00
1032.31/1032.33	c  N st   104   5214241      7144     13546     29522    163674     87389   2895126   no data   no data
1148.43/1148.43	c  N st   105   5714241      7144     13546     29572    153850     87388   2724051   no data   no data
1148.43/1148.43	c  S st   105   5714241      7144     13546     29572    153850     87388   2724051   no data   no data
1148.61/1148.60	c Finding binary XORs  T:     0.17 s  found:       0
1148.81/1148.87	c  S st   105   5714741      7144     13546     29575    154346     87388   2739529   no data   no data
1148.81/1148.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1149.43/1149.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    272 BRemL:    457 BRemN:      0 P: 20.1M T:  0.58
1149.43/1149.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1149.43/1149.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1149.43/1149.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1149.43/1149.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7144 time:  0.01 s
1149.43/1149.49	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1149.53/1149.53	c lits-rem:         0  cl-subs:        6  v-elim:      3  v-fix:    0  time:  0.04 s
1149.91/1149.99	c subs with bin:      105  lits-rem:       851  v-fix:    0  time:  0.38 s
1157.81/1157.82	c lits-rem:     11570  cl-subs:    13945  v-elim:      0  v-fix:    0  time:  7.84 s
1157.81/1157.83	c vivif2 --  cl tried    13544 cl shrink        0 lits rem          0 time: 0.00
1158.01/1158.01	c vivif2 --  cl tried   140285 cl shrink    13446 lits rem      39073 time: 0.18
1158.23/1158.23	c asymm  cl-useful: 2/9504/13544 lits-rem:4 time: 0.22
1158.23/1158.24	c calculated reachability. Time: 0.00
1158.23/1158.24	c  N st   105   5714741      7141     13543     28867    140284     87344   2422256   no data   no data
1243.22/1243.24	c  N st   106   6214741      7141     13543     28871    202981     87344   4120269   no data   no data
1243.22/1243.24	c  S st   106   6214741      7141     13543     28871    202981     87344   4120269   no data   no data
1243.42/1243.41	c Finding binary XORs  T:     0.17 s  found:       0
1243.72/1243.78	c  S st   106   6215242      7141     13543     28871    203479     87344   4133551   no data   no data
1243.72/1243.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1244.42/1244.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    312 BRemL:    343 BRemN:      5 P: 20.8M T:  0.67
1244.42/1244.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1244.42/1244.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1244.42/1244.48	c subs with bin:        5  lits-rem:         3  v-fix:    0  time:  0.01 s
1244.42/1244.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7141 time:  0.01 s
1244.42/1244.49	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1244.52/1244.55	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.06 s
1245.14/1245.14	c subs with bin:       14  lits-rem:       212  v-fix:    0  time:  0.48 s
1260.72/1260.78	c lits-rem:     10146  cl-subs:     9236  v-elim:      0  v-fix:    0  time: 15.64 s
1260.72/1260.79	c vivif2 --  cl tried    13535 cl shrink        2 lits rem          2 time: 0.00
1261.22/1261.28	c vivif2 --  cl tried   194231 cl shrink    25716 lits rem      59356 time: 0.49
1261.52/1261.58	c asymm  cl-useful: 9/3170/13535 lits-rem:9 time: 0.30
1261.52/1261.59	c calculated reachability. Time: 0.00
1261.52/1261.59	c  N st   106   6215242      7141     13535     28837    194231     87298   3798023   no data   no data
1349.12/1349.11	c  N st   107   6715242      7141     13535     28844    129087     87298   1957186   no data   no data
1349.12/1349.11	c  S st   107   6715242      7141     13535     28844    129087     87298   1957186   no data   no data
1349.22/1349.28	c Finding binary XORs  T:     0.17 s  found:       0
1349.42/1349.48	c  S st   107   6715743      7141     13535     28846    129583     87298   1974037   no data   no data
1349.42/1349.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1349.92/1349.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     98 BRemL:    102 BRemN:      0 P: 14.9M T:  0.44
1349.92/1349.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1349.92/1349.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1349.92/1349.95	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.01 s
1349.92/1349.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7141 time:  0.01 s
1349.92/1349.96	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1350.02/1350.00	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
1350.32/1350.31	c subs with bin:       46  lits-rem:      1943  v-fix:    0  time:  0.25 s
1353.72/1353.72	c lits-rem:      5627  cl-subs:     4729  v-elim:      0  v-fix:    0  time:  3.41 s
1353.72/1353.72	c vivif2 --  cl tried    13531 cl shrink        0 lits rem          0 time: 0.00
1353.82/1353.83	c vivif2 --  cl tried   124808 cl shrink     2103 lits rem       3097 time: 0.10
1354.04/1354.03	c asymm  cl-useful: 1/10361/13531 lits-rem:1 time: 0.21
1354.04/1354.04	c calculated reachability. Time: 0.00
1354.04/1354.04	c  N st   107   6715743      7141     13531     28848    124806     87284   1894128   no data   no data
1483.03/1483.04	c  N st   108   7215744      7140     13531     28883    159088     87284   2756067   no data   no data
1483.03/1483.04	c  S st   108   7215744      7140     13531     28883    159088     87284   2756067   no data   no data
1483.33/1483.31	c  S st   108   7216246      7140     13531     28884    159589     87284   2769746   no data   no data
1483.33/1483.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1483.84/1483.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    488 BRemL:    387 BRemN:      0 P: 18.3M T:  0.55
1483.95/1483.92	c Replacing        1 vars Replaced      425 lits Time:     0.04 s 
1483.95/1483.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1483.95/1483.93	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1483.95/1483.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1483.95/1483.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7139 time:  0.01 s
1483.95/1483.94	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
1483.95/1483.99	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.05 s
1484.43/1484.49	c subs with bin:      136  lits-rem:      4157  v-fix:    0  time:  0.42 s
1489.23/1489.26	c lits-rem:     11665  cl-subs:     5201  v-elim:      0  v-fix:    0  time:  4.77 s
1489.23/1489.26	c vivif2 --  cl tried    13529 cl shrink        0 lits rem          0 time: 0.00
1489.45/1489.49	c vivif2 --  cl tried   154231 cl shrink    15429 lits rem      43563 time: 0.23
1489.73/1489.77	c asymm  cl-useful: 4/4466/13529 lits-rem:4 time: 0.29
1489.73/1489.78	c calculated reachability. Time: 0.00
1489.73/1489.78	c  N st   108   7216246      7138     13529     28910    154229     87249   2609523   no data   no data
1489.93/1489.95	c Finding binary XORs  T:     0.17 s  found:       0
1615.43/1615.45	c  N st   109   7716247      7138     13529     28949    167371     87249   2731763   no data   no data
1615.43/1615.45	c  S st   109   7716247      7138     13529     28949    167371     87249   2731763   no data   no data
1615.73/1615.75	c  S st   109   7716754      7138     13529     28950    167873     87249   2748407   no data   no data
1615.73/1615.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1616.33/1616.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    197 BRemL:    320 BRemN:      2 P: 17.2M T:  0.54
1616.33/1616.32	c Replacing        1 vars Replaced      446 lits Time:     0.02 s 
1616.33/1616.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1616.33/1616.33	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1616.33/1616.33	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.01 s
1616.33/1616.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7137 time:  0.01 s
1616.33/1616.34	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
1616.33/1616.39	c lits-rem:         0  cl-subs:        3  v-elim:      2  v-fix:    0  time:  0.05 s
1616.83/1616.84	c subs with bin:       54  lits-rem:       641  v-fix:    0  time:  0.37 s
1624.65/1624.66	c lits-rem:      8354  cl-subs:    15734  v-elim:      0  v-fix:    0  time:  7.82 s
1624.65/1624.66	c vivif2 --  cl tried    13526 cl shrink        3 lits rem          3 time: 0.00
1624.83/1624.83	c vivif2 --  cl tried   152054 cl shrink     8602 lits rem      22523 time: 0.16
1625.03/1625.03	c asymm  cl-useful: 4/9060/13526 lits-rem:10 time: 0.20
1625.03/1625.04	c calculated reachability. Time: 0.00
1625.03/1625.04	c  N st   109   7716754      7135     13523     28369    152054     87216   2436923   no data   no data
1625.23/1625.21	c Finding binary XORs  T:     0.17 s  found:       1
1728.73/1728.70	c  N st   110   8216754      7134     13523     28385    145876     87216   2110181   no data   no data
1728.73/1728.70	c  S st   110   8216754      7134     13523     28385    145876     87216   2110181   no data   no data
1728.93/1728.93	c  S st   110   8217254      7134     13523     28385    146375     87216   2123030   no data   no data
1728.93/1728.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1729.43/1729.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    102 BRemL:    276 BRemN:      1 P: 16.4M T:  0.48
1729.43/1729.45	c Replacing        3 vars Replaced      118 lits Time:     0.03 s 
1729.43/1729.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1729.43/1729.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1729.43/1729.47	c subs with bin:        3  lits-rem:         3  v-fix:    0  time:  0.00 s
1729.43/1729.47	c Subs w/ non-existent bins:      1 l-rem:      0 v-fix:     0 done:   7131 time:  0.01 s
1729.43/1729.48	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
1729.53/1729.52	c lits-rem:         2  cl-subs:        3  v-elim:      4  v-fix:    0  time:  0.04 s
1729.83/1729.82	c subs with bin:       15  lits-rem:        43  v-fix:    0  time:  0.24 s
1733.23/1733.25	c lits-rem:      5960  cl-subs:     6254  v-elim:      0  v-fix:    0  time:  3.42 s
1733.23/1733.25	c vivif2 --  cl tried    13518 cl shrink        4 lits rem          4 time: 0.00
1733.33/1733.36	c vivif2 --  cl tried   140056 cl shrink     1879 lits rem       5952 time: 0.11
1733.65/1733.65	c asymm  cl-useful: 4/6255/13515 lits-rem:4 time: 0.28
1733.65/1733.66	c calculated reachability. Time: 0.00
1733.65/1733.66	c  N st   110   8217254      7127     13515     27856    140054     87157   2017610   no data   no data
1881.24/1881.28	c  N st   111   8717254      7126     13515     27884    253638     87157   4647970   no data   no data
1881.24/1881.28	c  S st   111   8717254      7126     13515     27884    253638     87157   4647970   no data   no data
1881.74/1881.72	c  S st   111   8717756      7126     13515     27884    254139     87157   4662523   no data   no data
1881.74/1881.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1882.54/1882.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    107 BRemL:     88 BRemN:      1 P: 26.3M T:  0.84
1882.64/1882.64	c Replacing        1 vars Replaced      391 lits Time:     0.06 s 
1882.64/1882.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1882.64/1882.65	c bin-w-bin subsume rem            7 bins  time:  0.00 s
1882.64/1882.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1882.64/1882.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7125 time:  0.01 s
1882.64/1882.67	c Removed useless bin:       3  fixed:     0  props:   0.25M  time:  0.00 s
1882.74/1882.73	c lits-rem:         0  cl-subs:        3  v-elim:      2  v-fix:    0  time:  0.06 s
1883.54/1883.53	c subs with bin:       53  lits-rem:       776  v-fix:    0  time:  0.66 s
1913.34/1913.30	c lits-rem:     19568  cl-subs:    21985  v-elim:      0  v-fix:    0  time: 29.77 s
1913.34/1913.30	c vivif2 --  cl tried    13517 cl shrink        0 lits rem          0 time: 0.00
1913.84/1913.87	c vivif2 --  cl tried   232049 cl shrink    37210 lits rem     111528 time: 0.57
1914.06/1914.08	c asymm  cl-useful: 0/7262/13517 lits-rem:0 time: 0.21
1914.06/1914.09	c calculated reachability. Time: 0.00
1914.06/1914.09	c  N st   111   8717756      7123     13517     27566    232049     87127   4059366   no data   no data
1914.24/1914.26	c Finding binary XORs  T:     0.17 s  found:       0
2030.94/2030.97	c  N st   112   9217758      7122     13517     27586    200778     87127   3049653   no data   no data
2030.94/2030.97	c  S st   112   9217758      7122     13517     27586    200778     87127   3049653   no data   no data
2031.24/2031.28	c  S st   112   9218259      7122     13517     27586    201279     87127   3068380   no data   no data
2031.24/2031.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2031.84/2031.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    294 BRemL:    238 BRemN:      0 P: 19.2M T:  0.60
2031.94/2031.94	c Replacing        1 vars Replaced       23 lits Time:     0.04 s 
2031.94/2031.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2031.94/2031.95	c bin-w-bin subsume rem            3 bins  time:  0.00 s
2031.94/2031.95	c subs with bin:        4  lits-rem:         2  v-fix:    0  time:  0.00 s
2031.94/2031.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7121 time:  0.01 s
2031.94/2031.97	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
2032.04/2032.02	c lits-rem:         0  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.05 s
2032.44/2032.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.32 s
2041.44/2041.51	c lits-rem:     19253  cl-subs:     8819  v-elim:      0  v-fix:    0  time:  9.08 s
2041.44/2041.51	c vivif2 --  cl tried    13503 cl shrink        0 lits rem          0 time: 0.00
2041.84/2041.81	c vivif2 --  cl tried   191601 cl shrink    11186 lits rem      22575 time: 0.29
2042.14/2042.10	c asymm  cl-useful: 11/3380/13503 lits-rem:11 time: 0.29
2042.14/2042.11	c calculated reachability. Time: 0.00
2042.14/2042.11	c  N st   112   9218259      7120     13503     27560    191601     87038   2878396   no data   no data
2042.24/2042.27	c Finding binary XORs  T:     0.17 s  found:       0
2163.94/2163.92	c  N st   113   9718260      7120     13503     27568    152398     87038   2239225   no data   no data
2163.94/2163.92	c  S st   113   9718260      7120     13503     27568    152398     87038   2239225   no data   no data
2164.24/2164.20	c  S st   113   9718761      7120     13503     27570    152893     87038   2254998   no data   no data
2164.24/2164.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2164.64/2164.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     71 BRemL:     51 BRemN:      0 P: 16.5M T:  0.49
2164.64/2164.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2164.64/2164.71	c bin-w-bin subsume rem            1 bins  time:  0.00 s
2164.64/2164.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2164.76/2164.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7120 time:  0.01 s
2164.76/2164.73	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
2164.76/2164.77	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
2165.14/2165.11	c subs with bin:       18  lits-rem:        27  v-fix:    0  time:  0.27 s
2166.96/2166.97	c lits-rem:      3216  cl-subs:     2201  v-elim:      0  v-fix:    0  time:  1.86 s
2166.96/2166.97	c vivif2 --  cl tried    13502 cl shrink        0 lits rem          0 time: 0.00
2167.06/2167.09	c vivif2 --  cl tried   150674 cl shrink     1522 lits rem       3620 time: 0.12
2167.34/2167.32	c asymm  cl-useful: 0/10122/13502 lits-rem:0 time: 0.22
2167.34/2167.33	c calculated reachability. Time: 0.00
2167.34/2167.33	c  N st   113   9718761      7120     13502     27591    150673     87026   2206671   no data   no data
2300.75/2300.77	c  N st   114  10218761      7120     13502     27604    224829     87026   4017027   no data   no data
2300.75/2300.77	c  S st   114  10218761      7120     13502     27604    224829     87026   4017027   no data   no data
2301.16/2301.15	c  S st   114  10219262      7120     13502     27604    225328     87026   4029731   no data   no data
2301.16/2301.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2301.85/2301.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     79 BRemL:     65 BRemN:      0 P: 21.9M T:  0.70
2301.85/2301.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2301.85/2301.88	c bin-w-bin subsume rem            1 bins  time:  0.00 s
2301.85/2301.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2301.85/2301.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7120 time:  0.01 s
2301.95/2301.90	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
2301.95/2301.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2302.65/2302.63	c subs with bin:       10  lits-rem:       188  v-fix:    0  time:  0.55 s
2316.05/2316.05	c lits-rem:     18569  cl-subs:     9684  v-elim:      0  v-fix:    0  time: 13.42 s
2316.05/2316.05	c vivif2 --  cl tried    13502 cl shrink        0 lits rem          0 time: 0.00
2316.45/2316.48	c vivif2 --  cl tried   215634 cl shrink    22219 lits rem      58969 time: 0.42
2316.75/2316.78	c asymm  cl-useful: 3/2803/13502 lits-rem:3 time: 0.31
2316.85/2316.80	c calculated reachability. Time: 0.00
2316.85/2316.80	c  N st   114  10219262      7120     13502     27618    215634     87023   3761298   no data   no data
2445.55/2445.52	c  N st   115  10719266      7120     13502     27646    145762     87023   1974769   no data   no data
2445.55/2445.52	c  S st   115  10719266      7120     13502     27646    145762     87023   1974769   no data   no data
2445.65/2445.69	c Finding binary XORs  T:     0.17 s  found:       0
2445.95/2445.94	c  S st   115  10719769      7120     13502     27646    146262     87023   1991578   no data   no data
2445.95/2445.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2446.36/2446.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     65 BRemL:     48 BRemN:      0 P: 15.0M T:  0.45
2446.36/2446.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2446.36/2446.41	c bin-w-bin subsume rem            1 bins  time:  0.00 s
2446.47/2446.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2446.47/2446.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7120 time:  0.01 s
2446.47/2446.43	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
2446.47/2446.47	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
2446.75/2446.77	c subs with bin:       98  lits-rem:       262  v-fix:    0  time:  0.24 s
2447.57/2447.52	c lits-rem:      1657  cl-subs:     2104  v-elim:      0  v-fix:    0  time:  0.75 s
2447.57/2447.52	c vivif2 --  cl tried    13499 cl shrink        0 lits rem          0 time: 0.00
2447.65/2447.63	c vivif2 --  cl tried   144060 cl shrink      587 lits rem       1545 time: 0.10
2447.85/2447.86	c asymm  cl-useful: 2/10696/13499 lits-rem:2 time: 0.24
2447.85/2447.87	c calculated reachability. Time: 0.00
2447.85/2447.87	c  N st   115  10719769      7120     13499     27666    144058     87001   1966228   no data   no data
2552.56/2552.56	c  N st   116  11219771      7120     13499     27667    199948     87001   3108395   no data   no data
2552.56/2552.56	c  S st   116  11219771      7120     13499     27667    199948     87001   3108395   no data   no data
2552.96/2552.92	c  S st   116  11220273      7120     13499     27669    200447     87001   3122803   no data   no data
2552.96/2552.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2553.55/2553.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:     16 BRemN:      0 P: 20.2M T:  0.61
2553.55/2553.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2553.55/2553.55	c bin-w-bin subsume rem            1 bins  time:  0.00 s
2553.55/2553.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2553.55/2553.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7120 time:  0.01 s
2553.55/2553.57	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
2553.65/2553.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2554.06/2554.02	c subs with bin:        8  lits-rem:        14  v-fix:    0  time:  0.31 s
2560.96/2560.94	c lits-rem:      7379  cl-subs:     4818  v-elim:      0  v-fix:    0  time:  6.92 s
2560.96/2560.94	c vivif2 --  cl tried    13499 cl shrink        0 lits rem          0 time: 0.00
2561.26/2561.20	c vivif2 --  cl tried   195621 cl shrink     6899 lits rem      17008 time: 0.25
2561.46/2561.49	c asymm  cl-useful: 2/3318/13499 lits-rem:2 time: 0.29
2561.56/2561.51	c calculated reachability. Time: 0.00
2561.56/2561.51	c  N st   116  11220273      7120     13499     27664    195621     86999   3008747   no data   no data
2713.96/2713.94	c  N st   117  11720273      7120     13499     27676    246675     86999   4140435   no data   no data
2713.96/2713.94	c  S st   117  11720273      7120     13499     27676    246675     86999   4140435   no data   no data
2714.26/2714.27	c  S st   117  11720774      7120     13499     27679    247173     86999   4156033   no data   no data
2714.26/2714.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2715.06/2715.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     86 BRemL:     61 BRemN:      0 P: 24.2M T:  0.78
2715.06/2715.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2715.06/2715.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2715.06/2715.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2715.06/2715.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7120 time:  0.01 s
2715.16/2715.10	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
2715.16/2715.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2715.87/2715.84	c subs with bin:       38  lits-rem:      3772  v-fix:    0  time:  0.56 s
2734.58/2734.56	c lits-rem:     25678  cl-subs:    14220  v-elim:      0  v-fix:    0  time: 18.71 s
2734.58/2734.56	c vivif2 --  cl tried    13499 cl shrink        0 lits rem          0 time: 0.00
2735.06/2735.03	c vivif2 --  cl tried   232915 cl shrink    28841 lits rem      80795 time: 0.47
2735.36/2735.32	c asymm  cl-useful: 2/8278/13499 lits-rem:2 time: 0.29
2735.36/2735.34	c calculated reachability. Time: 0.00
2735.36/2735.34	c  N st   117  11720774      7120     13499     27709    232914     86997   3756481   no data   no data
2901.36/2901.38	c  N st   118  12220774      7120     13499     27718    276675     86997   6622429   no data   no data
2901.36/2901.38	c  S st   118  12220774      7120     13499     27718    276675     86997   6622429   no data   no data
2901.78/2901.77	c  S st   118  12221276      7120     13499     27719    277175     86997   6637637   no data   no data
2901.78/2901.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2902.76/2902.73	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    235 BRemL:    227 BRemN:      0 P: 27.7M T:  0.94
2902.76/2902.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2902.76/2902.74	c bin-w-bin subsume rem            4 bins  time:  0.00 s
2902.76/2902.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
2902.76/2902.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7119 time:  0.01 s
2902.76/2902.76	c Removed useless bin:       0  fixed:     0  props:   0.25M  time:  0.00 s
2902.88/2902.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
2904.36/2904.35	c subs with bin:       25  lits-rem:      2438  v-fix:    0  time:  1.27 s
2941.06/2941.03	c lits-rem:     18977  cl-subs:    12297  v-elim:      0  v-fix:    0  time: 36.68 s
2941.06/2941.04	c vivif2 --  cl tried    13499 cl shrink        0 lits rem          0 time: 0.00
2941.96/2941.96	c vivif2 --  cl tried   264851 cl shrink    52890 lits rem     201605 time: 0.92
2942.06/2942.00	c asymm  cl-useful: 0/1903/13499 lits-rem:0 time: 0.04
2942.06/2942.02	c calculated reachability. Time: 0.00
2942.06/2942.02	c  N st   118  12221276      7119     13499     27623    264851     86968   6056965   no data   no data
2942.16/2942.19	c Finding binary XORs  T:     0.17 s  found:       0
3092.67/3092.61	c  N st   119  12721276      7119     13499     27626    288846     86968   4570062   no data   no data
3092.67/3092.61	c  S st   119  12721276      7119     13499     27626    288846     86968   4570062   no data   no data
3093.07/3093.02	c  S st   119  12721777      7119     13499     27626    289346     86968   4583222   no data   no data
3093.07/3093.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3093.87/3093.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      6 BRemL:     13 BRemN:      0 P: 25.0M T:  0.82
3093.87/3093.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3093.87/3093.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3093.87/3093.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3093.87/3093.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7119 time:  0.01 s
3093.87/3093.89	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
3093.97/3093.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3094.56/3094.54	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.45 s
3138.67/3138.68	c lits-rem:     17008  cl-subs:    19464  v-elim:      0  v-fix:    0  time: 44.14 s
3138.67/3138.68	c vivif2 --  cl tried    13499 cl shrink        0 lits rem          0 time: 0.00
3139.26/3139.28	c vivif2 --  cl tried   269880 cl shrink    19715 lits rem      36536 time: 0.60
3139.66/3139.60	c asymm  cl-useful: 11/3895/13499 lits-rem:14 time: 0.32
3139.66/3139.62	c calculated reachability. Time: 0.00
3139.66/3139.62	c  N st   119  12721777      7119     13499     27619    269880     86954   4188164   no data   no data
3220.67/3220.63	c  F st   120  13130469      7119     13499     27621    204915     86954   3607481   no data   no data
3220.67/3220.64	c  N st   120  13130469      7119     13499     27621    204915     86954   3607481   no data   no data
3221.99/3221.99	c Decided on static restart strategy
3226.87/3226.88	c  N st   130  13158772      7119     13499     27623    232057     86954   4285712   no data   no data
3237.87/3237.83	c  N st   132  13194765      7119     13499     27625    264452     86954   4984923   no data   no data
3244.57/3244.53	c  N st   133  13221778      7119     13499     27626    290694     86954   6113089   no data   no data
3244.57/3244.54	c  S st   133  13221778      7119     13499     27626    290694     86954   6113089   no data   no data
3245.09/3245.04	c  S st   133  13222282      7119     13499     27627    291196     86954   6127271   no data   no data
3245.09/3245.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3245.97/3245.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     21 BRemL:     16 BRemN:      0 P: 25.9M T:  0.86
3245.97/3245.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3245.97/3245.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3245.97/3245.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3245.97/3245.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7119 time:  0.01 s
3245.97/3245.95	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
3246.08/3246.03	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.08 s
3247.07/3247.07	c subs with bin:       31  lits-rem:       160  v-fix:    0  time:  0.87 s
3279.19/3279.12	c lits-rem:     10467  cl-subs:    13501  v-elim:      0  v-fix:    0  time: 32.05 s
3279.19/3279.13	c vivif2 --  cl tried    13497 cl shrink        0 lits rem          0 time: 0.00
3279.86/3279.80	c vivif2 --  cl tried   277664 cl shrink    25046 lits rem      99916 time: 0.67
3280.06/3280.05	c asymm  cl-useful: 9/9602/13497 lits-rem:27 time: 0.25
3280.06/3280.07	c calculated reachability. Time: 0.00
3280.06/3280.07	c  N st   133  13222282      7119     13488     27643    277663     86936   5696501   no data   no data
3295.97/3295.96	c  N st   134  13270871      7119     13488     27644    173818     86936   2514655   no data   no data
3312.37/3312.34	c  N st   135  13343753      7119     13488     27647    244049     86936   4876990   no data   no data
3335.37/3335.38	c  N st   136  13453079      7119     13488     27648    194283     86936   2898274   no data   no data
3392.97/3392.98	c  N st   137  13617065      7119     13488     27650    196875     86936   3019207   no data   no data
3416.07/3416.03	c  N st   138  13722282      7119     13488     27650    297847     86936   5652595   no data   no data
3416.07/3416.03	c  S st   138  13722282      7119     13488     27650    297847     86936   5652595   no data   no data
3416.59/3416.61	c  S st   138  13722790      7119     13488     27650    298353     86936   5667717   no data   no data
3416.69/3416.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3417.57/3417.59	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    124 BRemL:    111 BRemN:      1 P: 30.0M T:  0.96
3417.69/3417.66	c Replacing        3 vars Replaced       70 lits Time:     0.07 s 
3417.69/3417.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3417.69/3417.67	c bin-w-bin subsume rem            3 bins  time:  0.00 s
3417.69/3417.68	c subs with bin:        6  lits-rem:        12  v-fix:    0  time:  0.01 s
3417.69/3417.68	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   7115 time:  0.01 s
3417.69/3417.69	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
3417.79/3417.77	c lits-rem:         3  cl-subs:        7  v-elim:      1  v-fix:    0  time:  0.08 s
3418.67/3418.60	c subs with bin:       40  lits-rem:       462  v-fix:    0  time:  0.68 s
3441.17/3441.13	c lits-rem:      9193  cl-subs:     9173  v-elim:      0  v-fix:    0  time: 22.53 s
3441.17/3441.14	c vivif2 --  cl tried    13478 cl shrink        0 lits rem          0 time: 0.00
3441.89/3441.84	c vivif2 --  cl tried   289046 cl shrink    31405 lits rem      73736 time: 0.70
3442.17/3442.17	c asymm  cl-useful: 19/2616/13478 lits-rem:31 time: 0.33
3442.17/3442.19	c calculated reachability. Time: 0.00
3442.17/3442.19	c  N st   138  13722790      7114     13478     27577    289046     86832   5371695   no data   no data
3559.47/3559.42	c  N st   139  14091754      7114     13478     27581    169216     86832   2304954   no data   no data
3582.17/3582.15	c  N st   140  14222790      7114     13478     27581    296709     86832   6122042   no data   no data
3582.17/3582.15	c  S st   140  14222790      7114     13478     27581    296709     86832   6122042   no data   no data
3582.69/3582.66	c  S st   140  14223290      7114     13478     27582    297204     86831   6136015   no data   no data
3582.69/3582.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3583.68/3583.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    123 BRemL:    184 BRemN:      0 P: 33.4M T:  1.02
3583.68/3583.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3583.68/3583.71	c bin-w-bin subsume rem            7 bins  time:  0.00 s
3583.79/3583.72	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.00 s
3583.79/3583.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7114 time:  0.01 s
3583.79/3583.73	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
3583.79/3583.81	c lits-rem:         0  cl-subs:        6  v-elim:      3  v-fix:    0  time:  0.08 s
3584.58/3584.56	c subs with bin:       14  lits-rem:        72  v-fix:    0  time:  0.59 s
3611.98/3611.93	c lits-rem:      5011  cl-subs:     3143  v-elim:      0  v-fix:    0  time: 27.37 s
3611.98/3611.93	c vivif2 --  cl tried    13474 cl shrink        0 lits rem          0 time: 0.00
3612.97/3612.93	c vivif2 --  cl tried   294012 cl shrink    44691 lits rem     116922 time: 0.99
3613.27/3613.22	c asymm  cl-useful: 1/10858/13474 lits-rem:4 time: 0.30
3613.27/3613.24	c calculated reachability. Time: 0.00
3613.27/3613.24	c  N st   140  14223290      7111     13473     27161    294012     86776   5914265   no data   no data
3613.37/3613.41	c Finding binary XORs  T:     0.17 s  found:       0
3820.58/3820.56	c  N st   141  14723291      7111     13473     27165    291456     86776   5837499   no data   no data
3820.58/3820.56	c  S st   141  14723291      7111     13473     27165    291456     86776   5837499   no data   no data
3820.98/3820.99	c  S st   141  14723793      7111     13473     27165    291956     86776   5854126   no data   no data
3821.08/3821.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3822.09/3822.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    185 BRemL:    213 BRemN:      2 P: 32.6M T:  1.01
3822.09/3822.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3822.09/3822.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3822.09/3822.04	c subs with bin:       17  lits-rem:         1  v-fix:    0  time:  0.00 s
3822.09/3822.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7111 time:  0.01 s
3822.09/3822.05	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
3822.19/3822.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
3823.18/3823.12	c subs with bin:       28  lits-rem:       965  v-fix:    0  time:  0.82 s
3857.59/3857.60	c lits-rem:     12988  cl-subs:    20455  v-elim:      0  v-fix:    0  time: 34.47 s
3857.59/3857.60	c vivif2 --  cl tried    13456 cl shrink        0 lits rem          0 time: 0.00
3858.58/3858.52	c vivif2 --  cl tried   271473 cl shrink    50896 lits rem     151665 time: 0.91
3858.90/3858.85	c asymm  cl-useful: 11/2623/13456 lits-rem:39 time: 0.33
3858.90/3858.86	c calculated reachability. Time: 0.00
3858.90/3858.86	c  N st   141  14723793      7111     13456     27135    271473     86660   5196290   no data   no data
4005.59/4005.55	c  N st   142  15223793      7111     13456     27136    250073     86660   3813545   no data   no data
4005.59/4005.55	c  S st   142  15223793      7111     13456     27136    250073     86660   3813545   no data   no data
4006.09/4006.04	c  S st   142  15224299      7111     13456     27137    250576     86660   3828259   no data   no data
4006.09/4006.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4006.79/4006.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     39 BRemL:     32 BRemN:      0 P: 22.8M T:  0.73
4006.79/4006.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4006.79/4006.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4006.89/4006.80	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.01 s
4006.89/4006.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7111 time:  0.01 s
4006.89/4006.81	c Removed useless bin:       1  fixed:     0  props:   0.26M  time:  0.00 s
4006.89/4006.87	c lits-rem:         0  cl-subs:        1  v-elim:      2  v-fix:    0  time:  0.06 s
4007.49/4007.40	c subs with bin:        3  lits-rem:        28  v-fix:    0  time:  0.41 s
4031.89/4031.87	c lits-rem:     15723  cl-subs:    24869  v-elim:      0  v-fix:    0  time: 24.47 s
4031.89/4031.88	c vivif2 --  cl tried    13453 cl shrink        0 lits rem          0 time: 0.00
4032.19/4032.11	c vivif2 --  cl tried   225704 cl shrink     5978 lits rem      16205 time: 0.23
4032.49/4032.41	c asymm  cl-useful: 3/7022/13453 lits-rem:3 time: 0.30
4032.49/4032.43	c calculated reachability. Time: 0.00
4032.49/4032.43	c  N st   142  15224299      7109     13453     27136    225704     86741   3389007   no data   no data
4032.60/4032.59	c Finding binary XORs  T:     0.17 s  found:       0
4177.09/4177.02	c  N st   143  15724300      7109     13453     27142    208687     86741   3076861   no data   no data
4177.09/4177.02	c  S st   143  15724300      7109     13453     27142    208687     86741   3076861   no data   no data
4177.39/4177.33	c  S st   143  15724802      7109     13453     27142    209186     86741   3091163   no data   no data
4177.39/4177.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4177.99/4177.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     51 BRemL:      8 BRemN:      0 P: 20.1M T:  0.63
4177.99/4177.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4177.99/4177.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4177.99/4177.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4178.09/4178.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7109 time:  0.01 s
4178.09/4178.00	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
4178.09/4178.06	c lits-rem:         0  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.06 s
4178.59/4178.51	c subs with bin:       11  lits-rem:        14  v-fix:    0  time:  0.36 s
4184.09/4184.08	c lits-rem:      6056  cl-subs:     7841  v-elim:      0  v-fix:    0  time:  5.56 s
4184.09/4184.08	c vivif2 --  cl tried    13450 cl shrink        0 lits rem          0 time: 0.00
4184.29/4184.30	c vivif2 --  cl tried   201235 cl shrink     9002 lits rem      26244 time: 0.22
4184.40/4184.37	c asymm  cl-useful: 0/3805/13450 lits-rem:0 time: 0.07
4184.40/4184.38	c calculated reachability. Time: 0.00
4184.40/4184.38	c  N st   143  15724802      7108     13450     27186    201234     86731   2907471   no data   no data
4344.70/4344.67	c  N st   144  16224802      7108     13450     27191    346406     86731   7636265   no data   no data
4344.70/4344.67	c  S st   144  16224802      7108     13450     27191    346406     86731   7636265   no data   no data
4345.30/4345.27	c  S st   144  16225303      7108     13450     27191    346906     86731   7656490   no data   no data
4345.40/4345.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4346.60/4346.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     18 BRemL:     11 BRemN:      0 P: 37.7M T:  1.24
4346.60/4346.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4346.60/4346.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4346.60/4346.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4346.60/4346.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7108 time:  0.01 s
4346.60/4346.56	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
4346.70/4346.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
4348.10/4348.07	c subs with bin:        7  lits-rem:       415  v-fix:    0  time:  1.19 s
4401.11/4401.09	c lits-rem:     18452  cl-subs:    23629  v-elim:      0  v-fix:    0  time: 53.02 s
4401.11/4401.09	c vivif2 --  cl tried    13450 cl shrink        0 lits rem          0 time: 0.00
4402.10/4402.06	c vivif2 --  cl tried   323270 cl shrink    54871 lits rem     223547 time: 0.96
4402.49/4402.42	c asymm  cl-useful: 10/2203/13450 lits-rem:27 time: 0.36
4402.49/4402.44	c calculated reachability. Time: 0.00
4402.49/4402.44	c  N st   144  16225303      7108     13450     27199    323270     86704   6810681   no data   no data
4584.30/4584.21	c  N st   145  16725303      7108     13450     27199    293257     86704   5485951   no data   no data
4584.30/4584.21	c  S st   145  16725303      7108     13450     27199    293257     86704   5485951   no data   no data
4584.70/4584.67	c  S st   145  16725807      7108     13450     27199    293758     86704   5501416   no data   no data
4584.70/4584.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4585.70/4585.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     40 BRemL:     27 BRemN:      0 P: 28.4M T:  0.92
4585.70/4585.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4585.70/4585.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4585.70/4585.63	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.00 s
4585.70/4585.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7108 time:  0.01 s
4585.70/4585.64	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
4585.80/4585.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4586.60/4586.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.70 s
4612.10/4612.00	c lits-rem:     20141  cl-subs:     9279  v-elim:      0  v-fix:    0  time: 25.42 s
4612.10/4612.00	c vivif2 --  cl tried    13450 cl shrink        0 lits rem          0 time: 0.00
4613.20/4613.19	c vivif2 --  cl tried   284479 cl shrink    69705 lits rem     301538 time: 1.19
4613.60/4613.50	c asymm  cl-useful: 0/6094/13450 lits-rem:0 time: 0.31
4613.60/4613.51	c calculated reachability. Time: 0.00
4613.60/4613.51	c  N st   145  16725807      7108     13450     27212    284479     86702   4967848   no data   no data
4772.92/4772.89	c  N st   146  17225807      7108     13450     27213    231542     86702   3233054   no data   no data
4772.92/4772.89	c  S st   146  17225807      7108     13450     27213    231542     86702   3233054   no data   no data
4773.30/4773.25	c  S st   146  17226309      7108     13450     27213    232043     86702   3247884   no data   no data
4773.30/4773.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4774.02/4773.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 20.8M T:  0.66
4774.02/4773.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4774.02/4773.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4774.02/4773.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4774.02/4773.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7108 time:  0.01 s
4774.02/4773.95	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
4774.02/4774.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4774.50/4774.44	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.32 s
4782.10/4782.10	c lits-rem:     12060  cl-subs:     7611  v-elim:      0  v-fix:    0  time:  7.66 s
4782.20/4782.10	c vivif2 --  cl tried    13450 cl shrink        0 lits rem          0 time: 0.00
4782.40/4782.32	c vivif2 --  cl tried   224431 cl shrink     3915 lits rem       6584 time: 0.23
4782.50/4782.43	c asymm  cl-useful: 0/5153/13450 lits-rem:0 time: 0.11
4782.50/4782.44	c calculated reachability. Time: 0.00
4782.50/4782.44	c  N st   146  17226309      7108     13450     27213    224431     86702   3118095   no data   no data
4924.61/4924.52	c  N st   147  17726309      7108     13450     27214    335864     86702   4908907   no data   no data
4924.61/4924.52	c  S st   147  17726309      7108     13450     27214    335864     86702   4908907   no data   no data
4925.11/4925.02	c  S st   147  17726810      7108     13450     27214    336364     86702   4924241   no data   no data
4925.11/4925.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4926.01/4925.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:     10 BRemN:      0 P: 29.2M T:  0.90
4926.01/4925.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4926.01/4925.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4926.01/4925.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
4926.01/4925.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7108 time:  0.01 s
4926.01/4925.96	c Removed useless bin:       0  fixed:     0  props:   0.26M  time:  0.00 s
4926.11/4926.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4926.61/4926.56	c subs with bin:        0  lits-rem:         5  v-fix:    0  time:  0.37 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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3401105-1306281862/watcher-3401105-1306281862 -o /tmp/evaluation-result-3401105-1306281862/solver-3401105-1306281862 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3401105-1306281862.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.04 1.71 2/535 27608
/proc/meminfo: memFree=11088176/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=36824 CPUtime=0 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 4902 0 0 0 0 0 0 0 25 0 1 0 739784179 37707776 3795 33554432000 4194304 4580011 140736569713872 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 9206 3800 322 95 0 4188 0

[startup+0.0815931 s]
/proc/loadavg: 2.01 2.04 1.71 2/535 27608
/proc/meminfo: memFree=11088176/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=51468 CPUtime=0.07 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 7121 0 0 0 7 0 0 0 25 0 1 0 739784179 52703232 6011 33554432000 4194304 4580011 140736569713872 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51468

[startup+0.100598 s]
/proc/loadavg: 2.01 2.04 1.71 2/535 27608
/proc/meminfo: memFree=11088176/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=51468 CPUtime=0.09 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 7121 0 0 0 9 0 0 0 25 0 1 0 739784179 52703232 6011 33554432000 4194304 4580011 140736569713872 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51468

[startup+0.30055 s]
/proc/loadavg: 2.01 2.04 1.71 2/535 27608
/proc/meminfo: memFree=11088176/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=51468 CPUtime=0.29 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 7121 0 0 0 29 0 0 0 25 0 1 0 739784179 52703232 6011 33554432000 4194304 4580011 140736569713872 18446744073709551615 4292981 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51468

[startup+0.700492 s]
/proc/loadavg: 2.01 2.04 1.71 2/535 27608
/proc/meminfo: memFree=11088176/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=51468 CPUtime=0.69 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 7121 0 0 0 69 0 0 0 25 0 1 0 739784179 52703232 6011 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294273 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51468

[startup+1.50035 s]
/proc/loadavg: 2.01 2.04 1.71 3/536 27609
/proc/meminfo: memFree=11052208/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=91620 CPUtime=1.49 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 16069 0 0 0 148 1 0 0 25 0 1 0 739784179 93818880 14959 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294284 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 22905 14960 342 95 0 17887 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91620

[startup+3.10106 s]
/proc/loadavg: 2.01 2.04 1.71 3/536 27609
/proc/meminfo: memFree=11070148/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=187180 CPUtime=3.09 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 38646 0 0 0 305 4 0 0 25 0 1 0 739784179 191672320 37536 33554432000 4194304 4580011 140736569713872 18446744073709551615 4231584 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 46795 37536 342 95 0 41777 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 187180

[startup+6.3005 s]
/proc/loadavg: 2.01 2.04 1.71 3/536 27610
/proc/meminfo: memFree=10887680/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=331280 CPUtime=6.29 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 68468 0 0 0 621 8 0 0 25 0 1 0 739784179 339230720 67358 33554432000 4194304 4580011 140736569713872 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 82820 67358 342 95 0 77802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 331280

[startup+12.7004 s]
/proc/loadavg: 2.00 2.03 1.72 3/536 27610
/proc/meminfo: memFree=10846144/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=351172 CPUtime=12.69 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 74550 0 0 0 1260 9 0 0 25 0 1 0 739784179 359600128 71997 33554432000 4194304 4580011 140736569713872 18446744073709551615 4353432 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 87793 71997 367 95 0 82775 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 351172

[startup+25.5011 s]
/proc/loadavg: 2.00 2.03 1.72 4/536 27611
/proc/meminfo: memFree=10785500/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=379364 CPUtime=25.49 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 85926 0 0 0 2539 10 0 0 25 0 1 0 739784179 388468736 78885 33554432000 4194304 4580011 140736569713872 18446744073709551615 4412301 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 94841 78885 367 95 0 89823 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 379364

[startup+51.1006 s]
/proc/loadavg: 2.00 2.03 1.73 3/536 27611
/proc/meminfo: memFree=10752796/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=421440 CPUtime=51.09 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 99563 0 0 0 5097 12 0 0 25 0 1 0 739784179 431554560 86276 33554432000 4194304 4580011 140736569713872 18446744073709551615 4316414 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 105360 86276 367 95 0 100342 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 421440

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 1.74 3/536 27613
/proc/meminfo: memFree=10742180/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=408572 CPUtime=102.31 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 122391 0 0 0 10215 16 0 0 25 0 1 0 739784179 418377728 86381 33554432000 4194304 4580011 140736569713872 18446744073709551615 4295295 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 102143 86381 367 95 0 97125 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 408572

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 1.75 3/536 27614
/proc/meminfo: memFree=10788848/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=432620 CPUtime=162.29 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 146808 0 0 0 16209 20 0 0 25 0 1 0 739784179 443002880 91495 33554432000 4194304 4580011 140736569713872 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 108155 91495 367 95 0 103137 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 432620

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/536 27616
/proc/meminfo: memFree=10738800/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=460304 CPUtime=222.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 173193 0 0 0 22206 24 0 0 25 0 1 0 739784179 471351296 97936 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 115076 97936 367 95 0 110058 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 460304

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.77 4/536 27618
/proc/meminfo: memFree=10693012/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=558304 CPUtime=282.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 202725 0 0 0 28202 28 0 0 25 0 1 0 739784179 571703296 109379 33554432000 4194304 4580011 140736569713872 18446744073709551615 4451734 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 139576 109379 367 95 0 134558 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 558304

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/536 27619
/proc/meminfo: memFree=10679256/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=512872 CPUtime=342.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 218089 0 0 0 34200 30 0 0 25 0 1 0 739784179 525180928 111210 33554432000 4194304 4580011 140736569713872 18446744073709551615 4295437 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 128218 111210 367 95 0 123200 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 512872

[startup+402.301 s]
/proc/loadavg: 2.14 2.04 1.81 4/536 27621
/proc/meminfo: memFree=10524232/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=513412 CPUtime=402.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 235660 0 0 0 40197 33 0 0 25 0 1 0 739784179 525733888 111709 33554432000 4194304 4580011 140736569713872 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 128353 111709 367 95 0 123335 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 513412

[startup+462.3 s]
/proc/loadavg: 2.12 2.06 1.83 3/536 27622
/proc/meminfo: memFree=10571636/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=513692 CPUtime=462.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 251151 0 0 0 46195 35 0 0 25 0 1 0 739784179 526020608 112027 33554432000 4194304 4580011 140736569713872 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 128423 112027 367 95 0 123405 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 513692

[startup+522.301 s]
/proc/loadavg: 2.05 2.05 1.83 3/536 27624
/proc/meminfo: memFree=10507024/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=523540 CPUtime=522.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 266197 0 0 0 52192 38 0 0 25 0 1 0 739784179 536104960 111743 33554432000 4194304 4580011 140736569713872 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 130885 111743 367 95 0 125867 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 523540

[startup+582.301 s]
/proc/loadavg: 2.01 2.04 1.84 3/536 27626
/proc/meminfo: memFree=10484644/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=538820 CPUtime=582.3 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 275183 0 0 0 58190 40 0 0 25 0 1 0 739784179 551751680 118721 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406262 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 134705 118721 367 95 0 129687 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 538820

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 27758
/proc/meminfo: memFree=17234996/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=881492 CPUtime=4062.41 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 659452 0 0 0 406120 121 0 0 25 0 1 0 739784179 902647808 184440 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 220373 184440 367 95 0 215355 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 881492

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 27760
/proc/meminfo: memFree=17216840/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=816356 CPUtime=4122.39 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 665985 0 0 0 412116 123 0 0 25 0 1 0 739784179 835948544 188434 33554432000 4194304 4580011 140736569713872 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 204089 188434 367 95 0 199071 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 816356

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 27762
/proc/meminfo: memFree=17209844/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=816356 CPUtime=4182.39 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 667166 0 0 0 418116 123 0 0 25 0 1 0 739784179 835948544 188435 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 204089 188435 367 95 0 199071 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 816356

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 27763
/proc/meminfo: memFree=17212620/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=817936 CPUtime=4242.39 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 669143 0 0 0 424115 124 0 0 25 0 1 0 739784179 837566464 188436 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 204484 188436 367 95 0 199466 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 817936

[startup+4302.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/536 27765
/proc/meminfo: memFree=17207612/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=817936 CPUtime=4302.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 671093 0 0 0 430115 125 0 0 25 0 1 0 739784179 837566464 188830 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294390 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 204484 188830 367 95 0 199466 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 817936

[startup+4362.3 s]
/proc/loadavg: 2.24 2.08 2.02 3/536 27766
/proc/meminfo: memFree=17180908/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=905928 CPUtime=4362.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 674406 0 0 0 436114 126 0 0 25 0 1 0 739784179 927670272 192143 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 226482 192143 367 95 0 221464 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 905928

[startup+4422.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/536 27768
/proc/meminfo: memFree=17191408/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=818720 CPUtime=4422.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 677646 0 0 0 442113 127 0 0 25 0 1 0 739784179 838369280 189249 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 204680 189249 367 95 0 199662 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 818720

[startup+4482.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 27770
/proc/meminfo: memFree=17169536/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=908260 CPUtime=4482.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 679945 0 0 0 448112 128 0 0 25 0 1 0 739784179 930058240 191548 33554432000 4194304 4580011 140736569713872 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 227065 191548 367 95 0 222047 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 908260

[startup+4542.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/536 27771
/proc/meminfo: memFree=17151752/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=931236 CPUtime=4542.39 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 687910 0 0 0 454109 130 0 0 25 0 1 0 739784179 953585664 197214 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 232809 197214 367 95 0 227791 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 931236

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 27773
/proc/meminfo: memFree=17176252/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=911956 CPUtime=4602.41 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 689124 0 0 0 460110 131 0 0 25 0 1 0 739784179 933842944 190268 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 227989 190268 367 95 0 222971 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 911956

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 27774
/proc/meminfo: memFree=17152012/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=844080 CPUtime=4662.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 696657 0 0 0 466107 133 0 0 25 0 1 0 739784179 864337920 193691 33554432000 4194304 4580011 140736569713872 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 211020 193691 367 95 0 206002 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 844080

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 27776
/proc/meminfo: memFree=17174904/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=821428 CPUtime=4722.42 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 698648 0 0 0 472109 133 0 0 25 0 1 0 739784179 841142272 189597 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 205357 189597 367 95 0 200339 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 821428

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 27778
/proc/meminfo: memFree=17160332/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=839632 CPUtime=4782.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 703089 0 0 0 478105 135 0 0 25 0 1 0 739784179 859783168 192933 33554432000 4194304 4580011 140736569713872 18446744073709551615 4502006 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 209908 192934 367 95 0 204890 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 839632

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 27779
/proc/meminfo: memFree=17135124/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=861840 CPUtime=4842.4 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 709931 0 0 0 484104 136 0 0 25 0 1 0 739784179 882524160 198624 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 215460 198624 367 95 0 210442 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 861840

[startup+4902.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/536 27781
/proc/meminfo: memFree=17128744/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=861840 CPUtime=4902.41 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 712255 0 0 0 490104 137 0 0 25 0 1 0 739784179 882524160 200037 33554432000 4194304 4580011 140736569713872 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 215460 200037 367 95 0 210442 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 861840

[startup+4962.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/536 27782
/proc/meminfo: memFree=17127832/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=950472 CPUtime=4962.41 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 712639 0 0 0 496104 137 0 0 25 0 1 0 739784179 973283328 200421 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 237618 200421 367 95 0 232600 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 950472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.06 2.01 3/536 27783
/proc/meminfo: memFree=17125688/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=950472 CPUtime=5000.03 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 712639 0 0 0 499866 137 0 0 25 0 1 0 739784179 973283328 200421 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 237618 200421 367 95 0 232600 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 950472

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

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

[startup+4999.9 s]
/proc/loadavg: 2.09 2.06 2.01 3/536 27783
/proc/meminfo: memFree=17125688/32951124 swapFree=64205420/67111528
[pid=27608] ppid=27606 vsize=950472 CPUtime=5000.03 cores=1,3,5,7
/proc/27608/stat : 27608 (strangenight2-s) R 27606 27608 27107 0 -1 4202496 712639 0 0 0 499866 137 0 0 25 0 1 0 739784179 973283328 200421 33554432000 4194304 4580011 140736569713872 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/27608/statm: 237618 200421 367 95 0 232600 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 950472

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.07
CPU user time (s): 4998.66
CPU system time (s): 1.40579
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 950840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.66
system time used= 1.40579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712639
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= 13
involuntary context switches= 5097

runsolver used 24.5973 second user time and 62.5655 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-25 02:04:22
IDJOB=3401105
IDBENCH=83113
IDSOLVER=1887
FILE ID=node136/3401105-1306281862
RUNJOBID= node136-1306280110-27126
PBS_JOBID= 13457850
Free space on /tmp= 73152 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3401105-1306281862/watcher-3401105-1306281862 -o /tmp/evaluation-result-3401105-1306281862/solver-3401105-1306281862 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3401105-1306281862.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=353523624

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11088464 kB
Buffers:        235364 kB
Cached:        5550036 kB
SwapCached:      25092 kB
Active:       11537652 kB
Inactive:     10028500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11088464 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:            8556 kB
Writeback:           0 kB
AnonPages:    15761444 kB
Mapped:          40140 kB
Slab:           143392 kB
PageTables:      84144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177187980 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= 73156 MiB
End job on node136 at 2011-05-25 03:27:44