TSTP Solution File: KRS256+1 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : KRS256+1 : TPTP v8.1.0. Bugfixed v5.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n024.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Jul 27 13:01:39 EDT 2022

% Result   : Theorem 5.13s 5.31s
% Output   : Refutation 5.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    5
% Syntax   : Number of clauses     :   10 (   6 unt;   0 nHn;   8 RR)
%            Number of literals    :   16 (   0 equ;   7 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-2 aty)
%            Number of variables   :   14 (   5 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(5,axiom,
    ( ~ model(A,B)
    | ~ model(C,D)
    | status(B,D,esa) ),
    file('KRS256+1.p',unknown),
    [] ).

cnf(11,axiom,
    ( ~ model(dollar_f10(A,B),B)
    | status(A,B,thm) ),
    file('KRS256+1.p',unknown),
    [] ).

cnf(72,axiom,
    ( ~ status(A,B,C)
    | ~ status(A,B,D)
    | mighta(C,D) ),
    file('KRS256+1.p',unknown),
    [] ).

cnf(93,axiom,
    ~ mighta(esa,thm),
    file('KRS256+1.p',unknown),
    [] ).

cnf(94,plain,
    ( ~ model(A,B)
    | status(B,B,esa) ),
    inference(factor,[status(thm)],[5]),
    [iquote('factor,5.1.2')] ).

cnf(120,axiom,
    model(A,dollar_c1),
    file('KRS256+1.p',unknown),
    [] ).

cnf(151,plain,
    status(dollar_c1,dollar_c1,esa),
    inference(hyper,[status(thm)],[120,94]),
    [iquote('hyper,120,94')] ).

cnf(160,plain,
    status(A,dollar_c1,thm),
    inference(hyper,[status(thm)],[120,11]),
    [iquote('hyper,120,11')] ).

cnf(4878,plain,
    mighta(esa,thm),
    inference(hyper,[status(thm)],[160,72,151]),
    [iquote('hyper,160,72,151')] ).

cnf(4879,plain,
    $false,
    inference(binary,[status(thm)],[4878,93]),
    [iquote('binary,4878.1,93.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : KRS256+1 : TPTP v8.1.0. Bugfixed v5.4.0.
% 0.07/0.12  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n024.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Wed Jul 27 03:35:10 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.84/2.06  ----- Otter 3.3f, August 2004 -----
% 1.84/2.06  The process was started by sandbox2 on n024.cluster.edu,
% 1.84/2.06  Wed Jul 27 03:35:10 2022
% 1.84/2.06  The command was "./otter".  The process ID is 14481.
% 1.84/2.06  
% 1.84/2.06  set(prolog_style_variables).
% 1.84/2.06  set(auto).
% 1.84/2.06     dependent: set(auto1).
% 1.84/2.06     dependent: set(process_input).
% 1.84/2.06     dependent: clear(print_kept).
% 1.84/2.06     dependent: clear(print_new_demod).
% 1.84/2.06     dependent: clear(print_back_demod).
% 1.84/2.06     dependent: clear(print_back_sub).
% 1.84/2.06     dependent: set(control_memory).
% 1.84/2.06     dependent: assign(max_mem, 12000).
% 1.84/2.06     dependent: assign(pick_given_ratio, 4).
% 1.84/2.06     dependent: assign(stats_level, 1).
% 1.84/2.06     dependent: assign(max_seconds, 10800).
% 1.84/2.06  clear(print_given).
% 1.84/2.06  
% 1.84/2.06  formula_list(usable).
% 1.84/2.06  all Ax C ((-(exists I1 model(I1,Ax))-> -(exists I2 model(I2,C)))<->status(Ax,C,unp)).
% 1.84/2.06  all Ax C (((exists I1 model(I1,Ax))-> (exists I2 model(I2,C)))<->status(Ax,C,sap)).
% 1.84/2.06  all Ax C (((exists I1 model(I1,Ax))<-> (exists I2 model(I2,C)))<->status(Ax,C,esa)).
% 1.84/2.06  all Ax C ((exists I1 (model(I1,Ax)&model(I1,C)))<->status(Ax,C,sat)).
% 1.84/2.06  all Ax C ((all I1 (model(I1,Ax)->model(I1,C)))<->status(Ax,C,thm)).
% 1.84/2.06  all Ax C ((exists I1 model(I1,Ax))& (all I2 (model(I2,Ax)<->model(I2,C)))<->status(Ax,C,e_qv)).
% 1.84/2.06  all Ax C ((exists I1 model(I1,Ax))& (all I2 model(I2,C))<->status(Ax,C,tac)).
% 1.84/2.06  all Ax C ((exists I1 model(I1,Ax))& (all I2 (model(I2,Ax)->model(I2,C)))& (exists I3 (model(I3,C)& -model(I3,Ax)))<->status(Ax,C,wec)).
% 1.84/2.06  all Ax C ((exists I1 model(I1,Ax))& (exists I2 (-model(I2,Ax)))& (all I3 (model(I3,Ax)<->model(I3,C)))<->status(Ax,C,eth)).
% 1.84/2.06  all Ax C ((all I1 (model(I1,Ax)&model(I1,C)))<->status(Ax,C,tau)).
% 1.84/2.06  all Ax C ((exists I1 model(I1,Ax))& (exists I2 (-model(I2,Ax)))& (all I3 model(I3,C))<->status(Ax,C,wtc)).
% 1.84/2.06  all Ax C ((exists I1 model(I1,Ax))& (all I2 (model(I2,Ax)->model(I2,C)))& (exists I3 (model(I3,C)& -model(I3,Ax)))& (exists I4 (-model(I4,C)))<->status(Ax,C,wth)).
% 1.84/2.06  all Ax C (-(exists I1 model(I1,Ax))<->status(Ax,C,cax)).
% 1.84/2.06  all Ax C (-(exists I1 model(I1,Ax))& (exists I2 model(I2,C))<->status(Ax,C,sca)).
% 1.84/2.06  all Ax C (-(exists I1 model(I1,Ax))& (all I2 model(I2,C))<->status(Ax,C,tca)).
% 1.84/2.06  all Ax C (-(exists I1 model(I1,Ax))& (exists I2 model(I2,C))& (exists I3 (-model(I3,C)))<->status(Ax,C,wca)).
% 1.84/2.06  all Ax C ((exists I1 (model(I1,Ax)&model(I1,not(C))))<->status(Ax,C,csa)).
% 1.84/2.06  all Ax C ((all I1 model(I1,Ax))& (all I2 model(I2,not(C)))<->status(Ax,C,uns)).
% 1.84/2.06  all Ax C ((exists I1 (model(I1,Ax)&model(I1,C)))& (exists I2 (model(I2,Ax)&model(I2,not(C))))<->status(Ax,C,noc)).
% 1.84/2.06  all S1 S2 ((exists Ax C (status(Ax,C,S1)&status(Ax,C,S2)))<->mighta(S1,S2)).
% 1.84/2.06  all S1 S2 ((all Ax C (status(Ax,C,S1)->status(Ax,C,S2)))<->isa(S1,S2)).
% 1.84/2.06  all S1 S2 ((exists Ax C (status(Ax,C,S1)& -status(Ax,C,S2)))<->nota(S1,S2)).
% 1.84/2.06  all S1 S2 ((all Ax C (status(Ax,C,S1)-> -status(Ax,C,S2)))<->nevera(S1,S2)).
% 1.84/2.06  all S1 S2 ((all Ax C (-(status(Ax,C,S1)<->status(Ax,C,S2))))<->xora(S1,S2)).
% 1.84/2.06  all I F (-(model(I,F)<->model(I,not(F)))).
% 1.84/2.06  all I F (model(I,F)<-> -model(I,not(F))).
% 1.84/2.06  exists F all I model(I,F).
% 1.84/2.06  exists F ((exists I1 model(I1,F))& (exists I2 (-model(I2,F)))).
% 1.84/2.06  exists F all I (-model(I,F)).
% 1.84/2.06  exists Ax C ((exists I1 (model(I1,Ax)&model(I1,C)))& (exists I2 (-model(I2,Ax)| -model(I2,C)))).
% 1.84/2.06  exists Ax C ((exists I1 model(I1,Ax))& (all I2 (model(I2,Ax)->model(I2,C)))& (exists I3 (-model(I3,Ax)&model(I3,C)))& (exists I4 (-model(I4,C)))).
% 1.84/2.06  exists I1 Ax C (model(I1,Ax)& -model(I1,C)& (exists I2 model(I2,C))).
% 1.84/2.06  -mighta(esa,thm).
% 1.84/2.06  end_of_list.
% 1.84/2.06  
% 1.84/2.06  -------> usable clausifies to:
% 1.84/2.06  
% 1.84/2.06  list(usable).
% 1.84/2.06  0 [] -model(I1,Ax)|status(Ax,C,unp).
% 1.84/2.06  0 [] model($f1(Ax,C),C)|status(Ax,C,unp).
% 1.84/2.06  0 [] model($f2(Ax,C),Ax)| -model(I2,C)| -status(Ax,C,unp).
% 1.84/2.06  0 [] model($f3(Ax,C),Ax)|status(Ax,C,sap).
% 1.84/2.06  0 [] -model(I2,C)|status(Ax,C,sap).
% 1.84/2.06  0 [] -model(I1,Ax)|model($f4(Ax,C),C)| -status(Ax,C,sap).
% 1.84/2.06  0 [] model($f5(Ax,C),Ax)|model($f6(Ax,C),C)|status(Ax,C,esa).
% 1.84/2.06  0 [] -model(I1,Ax)| -model(I2,C)|status(Ax,C,esa).
% 1.84/2.06  0 [] -model(X1,Ax)|model($f7(Ax,C),C)| -status(Ax,C,esa).
% 1.84/2.06  0 [] model($f8(Ax,C),Ax)| -model(X2,C)| -status(Ax,C,esa).
% 1.84/2.06  0 [] -model(I1,Ax)| -model(I1,C)|status(Ax,C,sat).
% 1.84/2.06  0 [] model($f9(Ax,C),Ax)| -status(Ax,C,sat).
% 1.84/2.06  0 [] model($f9(Ax,C),C)| -status(Ax,C,sat).
% 1.84/2.06  0 [] model($f10(Ax,C),Ax)|status(Ax,C,thm).
% 1.84/2.06  0 [] -model($f10(Ax,C),C)|status(Ax,C,thm).
% 1.84/2.06  0 [] -model(I1,Ax)|model(I1,C)| -status(Ax,C,thm).
% 1.84/2.06  0 [] -model(I1,Ax)|model($f11(Ax,C),Ax)|model($f11(Ax,C),C)|status(Ax,C,e_qv).
% 1.84/2.06  0 [] -model(I1,Ax)| -model($f11(Ax,C),Ax)| -model($f11(Ax,C),C)|status(Ax,C,e_qv).
% 1.84/2.06  0 [] model($f12(Ax,C),Ax)| -status(Ax,C,e_qv).
% 1.84/2.06  0 [] -model(I2,Ax)|model(I2,C)| -status(Ax,C,e_qv).
% 1.84/2.06  0 [] model(I2,Ax)| -model(I2,C)| -status(Ax,C,e_qv).
% 1.84/2.06  0 [] -model(I1,Ax)| -model($f13(Ax,C),C)|status(Ax,C,tac).
% 1.84/2.06  0 [] model($f14(Ax,C),Ax)| -status(Ax,C,tac).
% 1.84/2.06  0 [] model(I2,C)| -status(Ax,C,tac).
% 1.84/2.06  0 [] -model(I1,Ax)|model($f15(Ax,C),Ax)| -model(I3,C)|model(I3,Ax)|status(Ax,C,wec).
% 1.84/2.06  0 [] -model(I1,Ax)| -model($f15(Ax,C),C)| -model(I3,C)|model(I3,Ax)|status(Ax,C,wec).
% 1.84/2.06  0 [] model($f16(Ax,C),Ax)| -status(Ax,C,wec).
% 1.84/2.06  0 [] -model(I2,Ax)|model(I2,C)| -status(Ax,C,wec).
% 1.84/2.06  0 [] model($f17(Ax,C),C)| -status(Ax,C,wec).
% 1.84/2.06  0 [] -model($f17(Ax,C),Ax)| -status(Ax,C,wec).
% 1.84/2.06  0 [] -model(I1,Ax)|model(I2,Ax)|model($f18(Ax,C),Ax)|model($f18(Ax,C),C)|status(Ax,C,eth).
% 1.84/2.06  0 [] -model(I1,Ax)|model(I2,Ax)| -model($f18(Ax,C),Ax)| -model($f18(Ax,C),C)|status(Ax,C,eth).
% 1.84/2.06  0 [] model($f19(Ax,C),Ax)| -status(Ax,C,eth).
% 1.84/2.06  0 [] -model($f20(Ax,C),Ax)| -status(Ax,C,eth).
% 1.84/2.06  0 [] -model(I3,Ax)|model(I3,C)| -status(Ax,C,eth).
% 1.84/2.06  0 [] model(I3,Ax)| -model(I3,C)| -status(Ax,C,eth).
% 1.84/2.06  0 [] -model($f21(Ax,C),Ax)| -model($f21(Ax,C),C)|status(Ax,C,tau).
% 1.84/2.06  0 [] model(I1,Ax)| -status(Ax,C,tau).
% 1.84/2.06  0 [] model(I1,C)| -status(Ax,C,tau).
% 1.84/2.06  0 [] -model(I1,Ax)|model(I2,Ax)| -model($f22(Ax,C),C)|status(Ax,C,wtc).
% 1.84/2.06  0 [] model($f23(Ax,C),Ax)| -status(Ax,C,wtc).
% 1.84/2.06  0 [] -model($f24(Ax,C),Ax)| -status(Ax,C,wtc).
% 1.84/2.06  0 [] model(I3,C)| -status(Ax,C,wtc).
% 1.84/2.06  0 [] -model(I1,Ax)|model($f25(Ax,C),Ax)| -model(I3,C)|model(I3,Ax)|model(I4,C)|status(Ax,C,wth).
% 1.84/2.06  0 [] -model(I1,Ax)| -model($f25(Ax,C),C)| -model(I3,C)|model(I3,Ax)|model(I4,C)|status(Ax,C,wth).
% 1.84/2.06  0 [] model($f26(Ax,C),Ax)| -status(Ax,C,wth).
% 1.84/2.06  0 [] -model(I2,Ax)|model(I2,C)| -status(Ax,C,wth).
% 1.84/2.06  0 [] model($f27(Ax,C),C)| -status(Ax,C,wth).
% 1.84/2.06  0 [] -model($f27(Ax,C),Ax)| -status(Ax,C,wth).
% 1.84/2.06  0 [] -model($f28(Ax,C),C)| -status(Ax,C,wth).
% 1.84/2.06  0 [] model($f29(Ax,C),Ax)|status(Ax,C,cax).
% 1.84/2.06  0 [] -model(I1,Ax)| -status(Ax,C,cax).
% 1.84/2.06  0 [] model($f30(Ax,C),Ax)| -model(I2,C)|status(Ax,C,sca).
% 1.84/2.06  0 [] -model(I1,Ax)| -status(Ax,C,sca).
% 1.84/2.06  0 [] model($f31(Ax,C),C)| -status(Ax,C,sca).
% 1.84/2.06  0 [] model($f32(Ax,C),Ax)| -model($f33(Ax,C),C)|status(Ax,C,tca).
% 1.84/2.06  0 [] -model(I1,Ax)| -status(Ax,C,tca).
% 1.84/2.06  0 [] model(I2,C)| -status(Ax,C,tca).
% 1.84/2.06  0 [] model($f34(Ax,C),Ax)| -model(I2,C)|model(I3,C)|status(Ax,C,wca).
% 1.84/2.06  0 [] -model(I1,Ax)| -status(Ax,C,wca).
% 1.84/2.06  0 [] model($f35(Ax,C),C)| -status(Ax,C,wca).
% 1.84/2.06  0 [] -model($f36(Ax,C),C)| -status(Ax,C,wca).
% 1.84/2.06  0 [] -model(I1,Ax)| -model(I1,not(C))|status(Ax,C,csa).
% 1.84/2.06  0 [] model($f37(Ax,C),Ax)| -status(Ax,C,csa).
% 1.84/2.06  0 [] model($f37(Ax,C),not(C))| -status(Ax,C,csa).
% 1.84/2.06  0 [] -model($f38(Ax,C),Ax)| -model($f39(Ax,C),not(C))|status(Ax,C,uns).
% 1.84/2.06  0 [] model(I1,Ax)| -status(Ax,C,uns).
% 1.84/2.06  0 [] model(I2,not(C))| -status(Ax,C,uns).
% 1.84/2.06  0 [] -model(I1,Ax)| -model(I1,C)| -model(I2,Ax)| -model(I2,not(C))|status(Ax,C,noc).
% 1.84/2.06  0 [] model($f40(Ax,C),Ax)| -status(Ax,C,noc).
% 1.84/2.06  0 [] model($f40(Ax,C),C)| -status(Ax,C,noc).
% 1.84/2.06  0 [] model($f41(Ax,C),Ax)| -status(Ax,C,noc).
% 1.84/2.06  0 [] model($f41(Ax,C),not(C))| -status(Ax,C,noc).
% 1.84/2.06  0 [] -status(Ax,C,S1)| -status(Ax,C,S2)|mighta(S1,S2).
% 1.84/2.06  0 [] status($f43(S1,S2),$f42(S1,S2),S1)| -mighta(S1,S2).
% 1.84/2.06  0 [] status($f43(S1,S2),$f42(S1,S2),S2)| -mighta(S1,S2).
% 1.84/2.06  0 [] status($f45(S1,S2),$f44(S1,S2),S1)|isa(S1,S2).
% 1.84/2.06  0 [] -status($f45(S1,S2),$f44(S1,S2),S2)|isa(S1,S2).
% 1.84/2.06  0 [] -status(Ax,C,S1)|status(Ax,C,S2)| -isa(S1,S2).
% 1.84/2.06  0 [] -status(Ax,C,S1)|status(Ax,C,S2)|nota(S1,S2).
% 1.84/2.06  0 [] status($f47(S1,S2),$f46(S1,S2),S1)| -nota(S1,S2).
% 1.84/2.06  0 [] -status($f47(S1,S2),$f46(S1,S2),S2)| -nota(S1,S2).
% 1.84/2.06  0 [] status($f49(S1,S2),$f48(S1,S2),S1)|nevera(S1,S2).
% 1.84/2.06  0 [] status($f49(S1,S2),$f48(S1,S2),S2)|nevera(S1,S2).
% 1.84/2.06  0 [] -status(Ax,C,S1)| -status(Ax,C,S2)| -nevera(S1,S2).
% 1.84/2.06  0 [] -status($f51(S1,S2),$f50(S1,S2),S1)|status($f51(S1,S2),$f50(S1,S2),S2)|xora(S1,S2).
% 1.84/2.06  0 [] status($f51(S1,S2),$f50(S1,S2),S1)| -status($f51(S1,S2),$f50(S1,S2),S2)|xora(S1,S2).
% 1.84/2.06  0 [] status(Ax,C,S1)|status(Ax,C,S2)| -xora(S1,S2).
% 1.84/2.06  0 [] -status(Ax,C,S1)| -status(Ax,C,S2)| -xora(S1,S2).
% 1.84/2.06  0 [] model(I,F)|model(I,not(F)).
% 1.84/2.06  0 [] -model(I,F)| -model(I,not(F)).
% 1.84/2.06  0 [] -model(I,F)| -model(I,not(F)).
% 1.84/2.06  0 [] model(I,F)|model(I,not(F)).
% 1.84/2.06  0 [] model(I,$c1).
% 1.84/2.06  0 [] model($c2,$c4).
% 1.84/2.06  0 [] -model($c3,$c4).
% 1.84/2.06  0 [] -model(I,$c5).
% 1.84/2.06  0 [] model($c6,$c9).
% 1.84/2.06  0 [] model($c6,$c8).
% 1.84/2.06  0 [] -model($c7,$c9)| -model($c7,$c8).
% 1.84/2.06  0 [] model($c10,$c14).
% 1.84/2.06  0 [] -model(I2,$c14)|model(I2,$c13).
% 1.84/2.06  0 [] -model($c11,$c14).
% 1.84/2.06  0 [] model($c11,$c13).
% 1.84/2.06  0 [] -model($c12,$c13).
% 1.84/2.06  0 [] model($c18,$c17).
% 1.84/2.06  0 [] -model($c18,$c16).
% 1.84/2.06  0 [] model($c15,$c16).
% 1.84/2.06  0 [] -mighta(esa,thm).
% 1.84/2.06  end_of_list.
% 1.84/2.06  
% 1.84/2.06  SCAN INPUT: prop=0, horn=0, equality=0, symmetry=0, max_lits=6.
% 1.84/2.06  
% 1.84/2.06  This is a non-Horn set without equality.  The strategy will
% 1.84/2.06  be ordered hyper_res, unit deletion, and factoring, with
% 1.84/2.06  satellites in sos and with nuclei in usable.
% 1.84/2.06  
% 1.84/2.06     dependent: set(hyper_res).
% 1.84/2.06     dependent: set(factor).
% 1.84/2.06     dependent: set(unit_deletion).
% 1.84/2.06  
% 1.84/2.06  ------------> process usable:
% 1.84/2.06  ** KEPT (pick-wt=7): 1 [] -model(A,B)|status(B,C,unp).
% 1.84/2.06  ** KEPT (pick-wt=12): 2 [] model($f2(A,B),A)| -model(C,B)| -status(A,B,unp).
% 1.84/2.06  ** KEPT (pick-wt=7): 3 [] -model(A,B)|status(C,B,sap).
% 1.84/2.06  ** KEPT (pick-wt=12): 4 [] -model(A,B)|model($f4(B,C),C)| -status(B,C,sap).
% 1.84/2.06  ** KEPT (pick-wt=10): 5 [] -model(A,B)| -model(C,D)|status(B,D,esa).
% 1.84/2.06  ** KEPT (pick-wt=12): 6 [] -model(A,B)|model($f7(B,C),C)| -status(B,C,esa).
% 1.84/2.06  ** KEPT (pick-wt=12): 7 [] model($f8(A,B),A)| -model(C,B)| -status(A,B,esa).
% 1.84/2.06  ** KEPT (pick-wt=10): 8 [] -model(A,B)| -model(A,C)|status(B,C,sat).
% 1.84/2.06  ** KEPT (pick-wt=9): 9 [] model($f9(A,B),A)| -status(A,B,sat).
% 1.84/2.06  ** KEPT (pick-wt=9): 10 [] model($f9(A,B),B)| -status(A,B,sat).
% 1.84/2.06  ** KEPT (pick-wt=9): 11 [] -model($f10(A,B),B)|status(A,B,thm).
% 1.84/2.06  ** KEPT (pick-wt=10): 12 [] -model(A,B)|model(A,C)| -status(B,C,thm).
% 1.84/2.06  ** KEPT (pick-wt=17): 13 [] -model(A,B)|model($f11(B,C),B)|model($f11(B,C),C)|status(B,C,e_qv).
% 1.84/2.06  ** KEPT (pick-wt=14): 15 [copy,14,factor_simp] -model($f11(A,B),A)| -model($f11(A,B),B)|status(A,B,e_qv).
% 1.84/2.06  ** KEPT (pick-wt=9): 16 [] model($f12(A,B),A)| -status(A,B,e_qv).
% 1.84/2.06  ** KEPT (pick-wt=10): 17 [] -model(A,B)|model(A,C)| -status(B,C,e_qv).
% 1.84/2.06  ** KEPT (pick-wt=10): 18 [] model(A,B)| -model(A,C)| -status(B,C,e_qv).
% 1.84/2.06  ** KEPT (pick-wt=12): 19 [] -model(A,B)| -model($f13(B,C),C)|status(B,C,tac).
% 1.84/2.06  ** KEPT (pick-wt=9): 20 [] model($f14(A,B),A)| -status(A,B,tac).
% 1.84/2.06  ** KEPT (pick-wt=7): 21 [] model(A,B)| -status(C,B,tac).
% 1.84/2.06  ** KEPT (pick-wt=18): 22 [] -model(A,B)|model($f15(B,C),B)| -model(D,C)|model(D,B)|status(B,C,wec).
% 1.84/2.06  ** KEPT (pick-wt=18): 23 [] -model(A,B)| -model($f15(B,C),C)| -model(D,C)|model(D,B)|status(B,C,wec).
% 1.84/2.06  ** KEPT (pick-wt=9): 24 [] model($f16(A,B),A)| -status(A,B,wec).
% 1.84/2.06  ** KEPT (pick-wt=10): 25 [] -model(A,B)|model(A,C)| -status(B,C,wec).
% 1.84/2.06  ** KEPT (pick-wt=9): 26 [] model($f17(A,B),B)| -status(A,B,wec).
% 1.84/2.06  ** KEPT (pick-wt=9): 27 [] -model($f17(A,B),A)| -status(A,B,wec).
% 1.84/2.06  ** KEPT (pick-wt=17): 29 [copy,28,factor_simp] -model(A,B)|model($f18(B,C),B)|model($f18(B,C),C)|status(B,C,eth).
% 1.84/2.06  ** KEPT (pick-wt=17): 31 [copy,30,factor_simp] -model($f18(A,B),A)|model(C,A)| -model($f18(A,B),B)|status(A,B,eth).
% 1.84/2.06  ** KEPT (pick-wt=9): 32 [] model($f19(A,B),A)| -status(A,B,eth).
% 1.84/2.06  ** KEPT (pick-wt=9): 33 [] -model($f20(A,B),A)| -status(A,B,eth).
% 1.84/2.06  ** KEPT (pick-wt=10): 34 [] -model(A,B)|model(A,C)| -status(B,C,eth).
% 1.84/2.06  ** KEPT (pick-wt=10): 35 [] model(A,B)| -model(A,C)| -status(B,C,eth).
% 1.84/2.06  ** KEPT (pick-wt=14): 36 [] -model($f21(A,B),A)| -model($f21(A,B),B)|status(A,B,tau).
% 1.84/2.06  ** KEPT (pick-wt=7): 37 [] model(A,B)| -status(B,C,tau).
% 1.84/2.06  ** KEPT (pick-wt=7): 38 [] model(A,B)| -status(C,B,tau).
% 1.84/2.06  ** KEPT (pick-wt=15): 39 [] -model(A,B)|model(C,B)| -model($f22(B,D),D)|status(B,D,wtc).
% 1.84/2.06  ** KEPT (pick-wt=9): 40 [] model($f23(A,B),A)| -status(A,B,wtc).
% 1.84/2.06  ** KEPT (pick-wt=9): 41 [] -model($f24(A,B),A)| -status(A,B,wtc).
% 1.84/2.06  ** KEPT (pick-wt=7): 42 [] model(A,B)| -status(C,B,wtc).
% 1.84/2.06  ** KEPT (pick-wt=21): 43 [] -model(A,B)|model($f25(B,C),B)| -model(D,C)|model(D,B)|model(E,C)|status(B,C,wth).
% 1.84/2.06  ** KEPT (pick-wt=21): 44 [] -model(A,B)| -model($f25(B,C),C)| -model(D,C)|model(D,B)|model(E,C)|status(B,C,wth).
% 1.84/2.06  ** KEPT (pick-wt=9): 45 [] model($f26(A,B),A)| -status(A,B,wth).
% 1.84/2.06  ** KEPT (pick-wt=10): 46 [] -model(A,B)|model(A,C)| -status(B,C,wth).
% 1.84/2.06  ** KEPT (pick-wt=9): 47 [] model($f27(A,B),B)| -status(A,B,wth).
% 1.84/2.06  ** KEPT (pick-wt=9): 48 [] -model($f27(A,B),A)| -status(A,B,wth).
% 1.84/2.06  ** KEPT (pick-wt=9): 49 [] -model($f28(A,B),B)| -status(A,B,wth).
% 1.84/2.06  ** KEPT (pick-wt=7): 50 [] -model(A,B)| -status(B,C,cax).
% 1.84/2.06  ** KEPT (pick-wt=12): 51 [] model($f30(A,B),A)| -model(C,B)|status(A,B,sca).
% 1.84/2.06  ** KEPT (pick-wt=7): 52 [] -model(A,B)| -status(B,C,sca).
% 1.84/2.06  ** KEPT (pick-wt=9): 53 [] model($f31(A,B),B)| -status(A,B,sca).
% 1.84/2.06  ** KEPT (pick-wt=14): 54 [] model($f32(A,B),A)| -model($f33(A,B),B)|status(A,B,tca).
% 1.84/2.06  ** KEPT (pick-wt=7): 55 [] -model(A,B)| -status(B,C,tca).
% 1.84/2.06  ** KEPT (pick-wt=7): 56 [] model(A,B)| -status(C,B,tca).
% 1.84/2.06  ** KEPT (pick-wt=15): 57 [] model($f34(A,B),A)| -model(C,B)|model(D,B)|status(A,B,wca).
% 1.84/2.06  ** KEPT (pick-wt=7): 58 [] -model(A,B)| -status(B,C,wca).
% 1.84/2.06  ** KEPT (pick-wt=9): 59 [] model($f35(A,B),B)| -status(A,B,wca).
% 1.84/2.06  ** KEPT (pick-wt=9): 60 [] -model($f36(A,B),B)| -status(A,B,wca).
% 1.84/2.06  ** KEPT (pick-wt=11): 61 [] -model(A,B)| -model(A,not(C))|status(B,C,csa).
% 1.84/2.06  ** KEPT (pick-wt=9): 62 [] model($f37(A,B),A)| -status(A,B,csa).
% 1.84/2.06  ** KEPT (pick-wt=10): 63 [] model($f37(A,B),not(B))| -status(A,B,csa).
% 1.84/2.06  ** KEPT (pick-wt=15): 64 [] -model($f38(A,B),A)| -model($f39(A,B),not(B))|status(A,B,uns).
% 1.84/2.06  ** KEPT (pick-wt=7): 65 [] model(A,B)| -status(B,C,uns).
% 1.84/2.06  ** KEPT (pick-wt=8): 66 [] model(A,not(B))| -status(C,B,uns).
% 1.84/2.06  ** KEPT (pick-wt=17): 67 [] -model(A,B)| -model(A,C)| -model(D,B)| -model(D,not(C))|status(B,C,noc).
% 1.84/2.06  ** KEPT (pick-wt=9): 68 [] model($f40(A,B),A)| -status(A,B,noc).
% 1.84/2.06  ** KEPT (pick-wt=9): 69 [] model($f40(A,B),B)| -status(A,B,noc).
% 1.84/2.06  ** KEPT (pick-wt=9): 70 [] model($f41(A,B),A)| -status(A,B,noc).
% 1.84/2.06  ** KEPT (pick-wt=10): 71 [] model($f41(A,B),not(B))| -status(A,B,noc).
% 1.84/2.06  ** KEPT (pick-wt=11): 72 [] -status(A,B,C)| -status(A,B,D)|mighta(C,D).
% 1.84/2.06  ** KEPT (pick-wt=11): 73 [] status($f43(A,B),$f42(A,B),A)| -mighta(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 74 [] status($f43(A,B),$f42(A,B),B)| -mighta(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 75 [] -status($f45(A,B),$f44(A,B),B)|isa(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 76 [] -status(A,B,C)|status(A,B,D)| -isa(C,D).
% 1.84/2.06  ** KEPT (pick-wt=11): 77 [] -status(A,B,C)|status(A,B,D)|nota(C,D).
% 1.84/2.06  ** KEPT (pick-wt=11): 78 [] status($f47(A,B),$f46(A,B),A)| -nota(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 79 [] -status($f47(A,B),$f46(A,B),B)| -nota(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 80 [] -status(A,B,C)| -status(A,B,D)| -nevera(C,D).
% 1.84/2.06  ** KEPT (pick-wt=19): 81 [] -status($f51(A,B),$f50(A,B),A)|status($f51(A,B),$f50(A,B),B)|xora(A,B).
% 1.84/2.06  ** KEPT (pick-wt=19): 82 [] status($f51(A,B),$f50(A,B),A)| -status($f51(A,B),$f50(A,B),B)|xora(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 83 [] status(A,B,C)|status(A,B,D)| -xora(C,D).
% 1.84/2.06  ** KEPT (pick-wt=11): 84 [] -status(A,B,C)| -status(A,B,D)| -xora(C,D).
% 1.84/2.06  ** KEPT (pick-wt=7): 85 [] -model(A,B)| -model(A,not(B)).
% 1.84/2.06    Following clause subsumed by 85 during input processing: 0 [] -model(A,B)| -model(A,not(B)).
% 1.84/2.06  ** KEPT (pick-wt=3): 86 [] -model($c3,$c4).
% 1.84/2.06  ** KEPT (pick-wt=3): 87 [] -model(A,$c5).
% 1.84/2.06  ** KEPT (pick-wt=6): 88 [] -model($c7,$c9)| -model($c7,$c8).
% 1.84/2.06  ** KEPT (pick-wt=6): 89 [] -model(A,$c14)|model(A,$c13).
% 1.84/2.06  ** KEPT (pick-wt=3): 90 [] -model($c11,$c14).
% 1.84/2.06  ** KEPT (pick-wt=3): 91 [] -model($c12,$c13).
% 1.84/2.06  ** KEPT (pick-wt=3): 92 [] -model($c18,$c16).
% 1.84/2.06  ** KEPT (pick-wt=3): 93 [] -mighta(esa,thm).
% 1.84/2.06  
% 1.84/2.06  ------------> process sos:
% 1.84/2.06  ** KEPT (pick-wt=9): 111 [] model($f1(A,B),B)|status(A,B,unp).
% 1.84/2.06  ** KEPT (pick-wt=9): 112 [] model($f3(A,B),A)|status(A,B,sap).
% 1.84/2.06  ** KEPT (pick-wt=14): 113 [] model($f5(A,B),A)|model($f6(A,B),B)|status(A,B,esa).
% 1.84/2.06  ** KEPT (pick-wt=9): 114 [] model($f10(A,B),A)|status(A,B,thm).
% 1.84/2.06  ** KEPT (pick-wt=9): 115 [] model($f29(A,B),A)|status(A,B,cax).
% 1.84/2.06  ** KEPT (pick-wt=11): 116 [] status($f45(A,B),$f44(A,B),A)|isa(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 117 [] status($f49(A,B),$f48(A,B),A)|nevera(A,B).
% 1.84/2.06  ** KEPT (pick-wt=11): 118 [] status($f49(A,B),$f48(A,B),B)|nevera(A,B).
% 1.84/2.06  ** KEPT (pick-wt=7): 119 [] model(A,B)|model(A,not(B)).
% 1.84/2.06    Following clause subsumed by 119 during input processing: 0 [] model(A,B)|model(A,not(B)).
% 1.84/2.06  ** KEPT (pick-wt=3): 120 [] model(A,$c1).
% 1.84/2.06  ** KEPT (pick-wt=3): 121 [] model($c2,$c4).
% 5.13/5.31  ** KEPT (pick-wt=3): 122 [] model($c6,$c9).
% 5.13/5.31  ** KEPT (pick-wt=3): 123 [] model($c6,$c8).
% 5.13/5.31  ** KEPT (pick-wt=3): 124 [] model($c10,$c14).
% 5.13/5.31  ** KEPT (pick-wt=3): 125 [] model($c11,$c13).
% 5.13/5.31  ** KEPT (pick-wt=3): 126 [] model($c18,$c17).
% 5.13/5.31  ** KEPT (pick-wt=3): 127 [] model($c15,$c16).
% 5.13/5.31  
% 5.13/5.31  ======= end of input processing =======
% 5.13/5.31  
% 5.13/5.31  =========== start of search ===========
% 5.13/5.31  
% 5.13/5.31  
% 5.13/5.31  Resetting weight limit to 8.
% 5.13/5.31  
% 5.13/5.31  
% 5.13/5.31  Resetting weight limit to 8.
% 5.13/5.31  
% 5.13/5.31  sos_size=4524
% 5.13/5.31  
% 5.13/5.31  -------- PROOF -------- 
% 5.13/5.31  
% 5.13/5.31  ----> UNIT CONFLICT at   3.25 sec ----> 4879 [binary,4878.1,93.1] $F.
% 5.13/5.31  
% 5.13/5.31  Length of proof is 4.  Level of proof is 3.
% 5.13/5.31  
% 5.13/5.31  ---------------- PROOF ----------------
% 5.13/5.31  % SZS status Theorem
% 5.13/5.31  % SZS output start Refutation
% See solution above
% 5.13/5.31  ------------ end of proof -------------
% 5.13/5.31  
% 5.13/5.31  
% 5.13/5.31  Search stopped by max_proofs option.
% 5.13/5.31  
% 5.13/5.31  
% 5.13/5.31  Search stopped by max_proofs option.
% 5.13/5.31  
% 5.13/5.31  ============ end of search ============
% 5.13/5.31  
% 5.13/5.31  -------------- statistics -------------
% 5.13/5.31  clauses given                 67
% 5.13/5.31  clauses generated          18161
% 5.13/5.31  clauses kept                4875
% 5.13/5.31  clauses forward subsumed    8729
% 5.13/5.31  clauses back subsumed        101
% 5.13/5.31  Kbytes malloced             4882
% 5.13/5.31  
% 5.13/5.31  ----------- times (seconds) -----------
% 5.13/5.31  user CPU time          3.25          (0 hr, 0 min, 3 sec)
% 5.13/5.31  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 5.13/5.31  wall-clock time        5             (0 hr, 0 min, 5 sec)
% 5.13/5.31  
% 5.13/5.31  That finishes the proof of the theorem.
% 5.13/5.31  
% 5.13/5.31  Process 14481 finished Wed Jul 27 03:35:15 2022
% 5.13/5.31  Otter interrupted
% 5.13/5.31  PROOF FOUND
%------------------------------------------------------------------------------