TSTP Solution File: KRS178+1 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : KRS178+1 : TPTP v8.1.0. Bugfixed v5.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n018.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  : 600s
% DateTime : Sun Jul 17 03:07:33 EDT 2022

% Result   : Theorem 0.20s 0.44s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
fof(not,axiom,
    ! [I,F] :
      ( model(I,F)
    <=> ~ model(I,not(F)) ),
    input ).

fof(not_0,plain,
    ! [F,I] :
      ( model(I,F)
      | model(I,not(F)) ),
    inference(orientation,[status(thm)],[not]) ).

fof(not_1,plain,
    ! [F,I] :
      ( ~ model(I,F)
      | ~ model(I,not(F)) ),
    inference(orientation,[status(thm)],[not]) ).

fof(xora,axiom,
    ! [S1,S2] :
      ( ! [Ax,C] :
          ( status(Ax,C,S1)
        <~> status(Ax,C,S2) )
    <=> xora(S1,S2) ),
    input ).

fof(xora_0,plain,
    ! [S1,S2] :
      ( xora(S1,S2)
      | ~ ! [Ax,C] :
            ( status(Ax,C,S1)
          <~> status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[xora]) ).

fof(xora_1,plain,
    ! [S1,S2] :
      ( ~ xora(S1,S2)
      | ! [Ax,C] :
          ( status(Ax,C,S1)
        <~> status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[xora]) ).

fof(nevera,axiom,
    ! [S1,S2] :
      ( ! [Ax,C] :
          ( status(Ax,C,S1)
         => ~ status(Ax,C,S2) )
    <=> nevera(S1,S2) ),
    input ).

fof(nevera_0,plain,
    ! [S1,S2] :
      ( nevera(S1,S2)
      | ~ ! [Ax,C] :
            ( status(Ax,C,S1)
           => ~ status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[nevera]) ).

fof(nevera_1,plain,
    ! [S1,S2] :
      ( ~ nevera(S1,S2)
      | ! [Ax,C] :
          ( status(Ax,C,S1)
         => ~ status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[nevera]) ).

fof(nota,axiom,
    ! [S1,S2] :
      ( ? [Ax,C] :
          ( status(Ax,C,S1)
          & ~ status(Ax,C,S2) )
    <=> nota(S1,S2) ),
    input ).

fof(nota_0,plain,
    ! [S1,S2] :
      ( nota(S1,S2)
      | ~ ? [Ax,C] :
            ( status(Ax,C,S1)
            & ~ status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[nota]) ).

fof(nota_1,plain,
    ! [S1,S2] :
      ( ~ nota(S1,S2)
      | ? [Ax,C] :
          ( status(Ax,C,S1)
          & ~ status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[nota]) ).

fof(isa,axiom,
    ! [S1,S2] :
      ( ! [Ax,C] :
          ( status(Ax,C,S1)
         => status(Ax,C,S2) )
    <=> isa(S1,S2) ),
    input ).

fof(isa_0,plain,
    ! [S1,S2] :
      ( isa(S1,S2)
      | ~ ! [Ax,C] :
            ( status(Ax,C,S1)
           => status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[isa]) ).

fof(isa_1,plain,
    ! [S1,S2] :
      ( ~ isa(S1,S2)
      | ! [Ax,C] :
          ( status(Ax,C,S1)
         => status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[isa]) ).

fof(mighta,axiom,
    ! [S1,S2] :
      ( ? [Ax,C] :
          ( status(Ax,C,S1)
          & status(Ax,C,S2) )
    <=> mighta(S1,S2) ),
    input ).

fof(mighta_0,plain,
    ! [S1,S2] :
      ( mighta(S1,S2)
      | ~ ? [Ax,C] :
            ( status(Ax,C,S1)
            & status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[mighta]) ).

fof(mighta_1,plain,
    ! [S1,S2] :
      ( ~ mighta(S1,S2)
      | ? [Ax,C] :
          ( status(Ax,C,S1)
          & status(Ax,C,S2) ) ),
    inference(orientation,[status(thm)],[mighta]) ).

fof(def_lhs_atom1,axiom,
    ! [S2,S1] :
      ( lhs_atom1(S2,S1)
    <=> ~ mighta(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ! [S1,S2] :
      ( lhs_atom1(S2,S1)
      | ? [Ax,C] :
          ( status(Ax,C,S1)
          & status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[mighta_1,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ! [S2,S1] :
      ( lhs_atom2(S2,S1)
    <=> mighta(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_1,plain,
    ! [S1,S2] :
      ( lhs_atom2(S2,S1)
      | ~ ? [Ax,C] :
            ( status(Ax,C,S1)
            & status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[mighta_0,def_lhs_atom2]) ).

fof(def_lhs_atom3,axiom,
    ! [S2,S1] :
      ( lhs_atom3(S2,S1)
    <=> ~ isa(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_2,plain,
    ! [S1,S2] :
      ( lhs_atom3(S2,S1)
      | ! [Ax,C] :
          ( status(Ax,C,S1)
         => status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[isa_1,def_lhs_atom3]) ).

fof(def_lhs_atom4,axiom,
    ! [S2,S1] :
      ( lhs_atom4(S2,S1)
    <=> isa(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_3,plain,
    ! [S1,S2] :
      ( lhs_atom4(S2,S1)
      | ~ ! [Ax,C] :
            ( status(Ax,C,S1)
           => status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[isa_0,def_lhs_atom4]) ).

fof(def_lhs_atom5,axiom,
    ! [S2,S1] :
      ( lhs_atom5(S2,S1)
    <=> ~ nota(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_4,plain,
    ! [S1,S2] :
      ( lhs_atom5(S2,S1)
      | ? [Ax,C] :
          ( status(Ax,C,S1)
          & ~ status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[nota_1,def_lhs_atom5]) ).

fof(def_lhs_atom6,axiom,
    ! [S2,S1] :
      ( lhs_atom6(S2,S1)
    <=> nota(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_5,plain,
    ! [S1,S2] :
      ( lhs_atom6(S2,S1)
      | ~ ? [Ax,C] :
            ( status(Ax,C,S1)
            & ~ status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[nota_0,def_lhs_atom6]) ).

fof(def_lhs_atom7,axiom,
    ! [S2,S1] :
      ( lhs_atom7(S2,S1)
    <=> ~ nevera(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_6,plain,
    ! [S1,S2] :
      ( lhs_atom7(S2,S1)
      | ! [Ax,C] :
          ( status(Ax,C,S1)
         => ~ status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[nevera_1,def_lhs_atom7]) ).

fof(def_lhs_atom8,axiom,
    ! [S2,S1] :
      ( lhs_atom8(S2,S1)
    <=> nevera(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_7,plain,
    ! [S1,S2] :
      ( lhs_atom8(S2,S1)
      | ~ ! [Ax,C] :
            ( status(Ax,C,S1)
           => ~ status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[nevera_0,def_lhs_atom8]) ).

fof(def_lhs_atom9,axiom,
    ! [S2,S1] :
      ( lhs_atom9(S2,S1)
    <=> ~ xora(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_8,plain,
    ! [S1,S2] :
      ( lhs_atom9(S2,S1)
      | ! [Ax,C] :
          ( status(Ax,C,S1)
        <~> status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[xora_1,def_lhs_atom9]) ).

fof(def_lhs_atom10,axiom,
    ! [S2,S1] :
      ( lhs_atom10(S2,S1)
    <=> xora(S1,S2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_9,plain,
    ! [S1,S2] :
      ( lhs_atom10(S2,S1)
      | ~ ! [Ax,C] :
            ( status(Ax,C,S1)
          <~> status(Ax,C,S2) ) ),
    inference(fold_definition,[status(thm)],[xora_0,def_lhs_atom10]) ).

fof(def_lhs_atom11,axiom,
    ! [I,F] :
      ( lhs_atom11(I,F)
    <=> ~ model(I,F) ),
    inference(definition,[],]) ).

fof(to_be_clausified_10,plain,
    ! [F,I] :
      ( lhs_atom11(I,F)
      | ~ model(I,not(F)) ),
    inference(fold_definition,[status(thm)],[not_1,def_lhs_atom11]) ).

fof(def_lhs_atom12,axiom,
    ! [I,F] :
      ( lhs_atom12(I,F)
    <=> model(I,F) ),
    inference(definition,[],]) ).

fof(to_be_clausified_11,plain,
    ! [F,I] :
      ( lhs_atom12(I,F)
      | model(I,not(F)) ),
    inference(fold_definition,[status(thm)],[not_0,def_lhs_atom12]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ! [X1,X2] :
      ( lhs_atom10(X1,X2)
      | ~ ! [X3,X4] :
            ( status(X3,X4,X2)
          <~> status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_9) ).

fof(c_0_1,axiom,
    ! [X1,X2] :
      ( lhs_atom9(X1,X2)
      | ! [X3,X4] :
          ( status(X3,X4,X2)
        <~> status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_8) ).

fof(c_0_2,axiom,
    ! [X1,X2] :
      ( lhs_atom7(X1,X2)
      | ! [X3,X4] :
          ( status(X3,X4,X2)
         => ~ status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_6) ).

fof(c_0_3,axiom,
    ! [X1,X2] :
      ( lhs_atom2(X1,X2)
      | ~ ? [X3,X4] :
            ( status(X3,X4,X2)
            & status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_4,axiom,
    ! [X1,X2] :
      ( lhs_atom5(X1,X2)
      | ? [X3,X4] :
          ( status(X3,X4,X2)
          & ~ status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_4) ).

fof(c_0_5,axiom,
    ! [X1,X2] :
      ( lhs_atom4(X1,X2)
      | ~ ! [X3,X4] :
            ( status(X3,X4,X2)
           => status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_3) ).

fof(c_0_6,axiom,
    ! [X1,X2] :
      ( lhs_atom6(X1,X2)
      | ~ ? [X3,X4] :
            ( status(X3,X4,X2)
            & ~ status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_5) ).

fof(c_0_7,axiom,
    ! [X1,X2] :
      ( lhs_atom3(X1,X2)
      | ! [X3,X4] :
          ( status(X3,X4,X2)
         => status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_2) ).

fof(c_0_8,axiom,
    ! [X1,X2] :
      ( lhs_atom8(X1,X2)
      | ~ ! [X3,X4] :
            ( status(X3,X4,X2)
           => ~ status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_7) ).

fof(c_0_9,axiom,
    ! [X1,X2] :
      ( lhs_atom1(X1,X2)
      | ? [X3,X4] :
          ( status(X3,X4,X2)
          & status(X3,X4,X1) ) ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_10,axiom,
    ! [X5,X6] :
      ( lhs_atom11(X5,X6)
      | ~ model(X5,not(X6)) ),
    file('<stdin>',to_be_clausified_10) ).

fof(c_0_11,axiom,
    ! [X5,X6] :
      ( lhs_atom12(X5,X6)
      | model(X5,not(X6)) ),
    file('<stdin>',to_be_clausified_11) ).

fof(c_0_12,plain,
    ! [X1,X2] :
      ( lhs_atom10(X1,X2)
      | ~ ! [X3,X4] :
            ~ ( status(X3,X4,X2)
            <=> status(X3,X4,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_13,plain,
    ! [X1,X2] :
      ( lhs_atom9(X1,X2)
      | ! [X3,X4] :
          ~ ( status(X3,X4,X2)
          <=> status(X3,X4,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_14,plain,
    ! [X1,X2] :
      ( lhs_atom7(X1,X2)
      | ! [X3,X4] :
          ( status(X3,X4,X2)
         => ~ status(X3,X4,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_15,axiom,
    ! [X1,X2] :
      ( lhs_atom2(X1,X2)
      | ~ ? [X3,X4] :
            ( status(X3,X4,X2)
            & status(X3,X4,X1) ) ),
    c_0_3 ).

fof(c_0_16,plain,
    ! [X1,X2] :
      ( lhs_atom5(X1,X2)
      | ? [X3,X4] :
          ( status(X3,X4,X2)
          & ~ status(X3,X4,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

fof(c_0_17,axiom,
    ! [X1,X2] :
      ( lhs_atom4(X1,X2)
      | ~ ! [X3,X4] :
            ( status(X3,X4,X2)
           => status(X3,X4,X1) ) ),
    c_0_5 ).

fof(c_0_18,plain,
    ! [X1,X2] :
      ( lhs_atom6(X1,X2)
      | ~ ? [X3,X4] :
            ( status(X3,X4,X2)
            & ~ status(X3,X4,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_6]) ).

fof(c_0_19,axiom,
    ! [X1,X2] :
      ( lhs_atom3(X1,X2)
      | ! [X3,X4] :
          ( status(X3,X4,X2)
         => status(X3,X4,X1) ) ),
    c_0_7 ).

fof(c_0_20,plain,
    ! [X1,X2] :
      ( lhs_atom8(X1,X2)
      | ~ ! [X3,X4] :
            ( status(X3,X4,X2)
           => ~ status(X3,X4,X1) ) ),
    inference(fof_simplification,[status(thm)],[c_0_8]) ).

fof(c_0_21,axiom,
    ! [X1,X2] :
      ( lhs_atom1(X1,X2)
      | ? [X3,X4] :
          ( status(X3,X4,X2)
          & status(X3,X4,X1) ) ),
    c_0_9 ).

fof(c_0_22,plain,
    ! [X5,X6] :
      ( lhs_atom11(X5,X6)
      | ~ model(X5,not(X6)) ),
    inference(fof_simplification,[status(thm)],[c_0_10]) ).

fof(c_0_23,axiom,
    ! [X5,X6] :
      ( lhs_atom12(X5,X6)
      | model(X5,not(X6)) ),
    c_0_11 ).

fof(c_0_24,plain,
    ! [X5,X6] :
      ( ( ~ status(esk9_2(X5,X6),esk10_2(X5,X6),X6)
        | status(esk9_2(X5,X6),esk10_2(X5,X6),X5)
        | lhs_atom10(X5,X6) )
      & ( ~ status(esk9_2(X5,X6),esk10_2(X5,X6),X5)
        | status(esk9_2(X5,X6),esk10_2(X5,X6),X6)
        | lhs_atom10(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_12])])])]) ).

fof(c_0_25,plain,
    ! [X5,X6,X7,X8,X9,X10] :
      ( ( ~ status(X7,X8,X6)
        | ~ status(X7,X8,X5)
        | lhs_atom9(X5,X6) )
      & ( status(X9,X10,X6)
        | status(X9,X10,X5)
        | lhs_atom9(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_13])])])])]) ).

fof(c_0_26,plain,
    ! [X5,X6,X7,X8] :
      ( lhs_atom7(X5,X6)
      | ~ status(X7,X8,X6)
      | ~ status(X7,X8,X5) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_14])])]) ).

fof(c_0_27,plain,
    ! [X5,X6,X7,X8] :
      ( lhs_atom2(X5,X6)
      | ~ status(X7,X8,X6)
      | ~ status(X7,X8,X5) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_15])])]) ).

fof(c_0_28,plain,
    ! [X5,X6] :
      ( ( status(esk5_2(X5,X6),esk6_2(X5,X6),X6)
        | lhs_atom5(X5,X6) )
      & ( ~ status(esk5_2(X5,X6),esk6_2(X5,X6),X5)
        | lhs_atom5(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_16])])]) ).

fof(c_0_29,plain,
    ! [X5,X6] :
      ( ( status(esk3_2(X5,X6),esk4_2(X5,X6),X6)
        | lhs_atom4(X5,X6) )
      & ( ~ status(esk3_2(X5,X6),esk4_2(X5,X6),X5)
        | lhs_atom4(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_17])])])]) ).

fof(c_0_30,plain,
    ! [X5,X6,X7,X8] :
      ( lhs_atom6(X5,X6)
      | ~ status(X7,X8,X6)
      | status(X7,X8,X5) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_18])])]) ).

fof(c_0_31,plain,
    ! [X5,X6,X7,X8] :
      ( lhs_atom3(X5,X6)
      | ~ status(X7,X8,X6)
      | status(X7,X8,X5) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])])]) ).

fof(c_0_32,plain,
    ! [X5,X6] :
      ( ( status(esk7_2(X5,X6),esk8_2(X5,X6),X6)
        | lhs_atom8(X5,X6) )
      & ( status(esk7_2(X5,X6),esk8_2(X5,X6),X5)
        | lhs_atom8(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_20])])])]) ).

fof(c_0_33,plain,
    ! [X5,X6] :
      ( ( status(esk1_2(X5,X6),esk2_2(X5,X6),X6)
        | lhs_atom1(X5,X6) )
      & ( status(esk1_2(X5,X6),esk2_2(X5,X6),X5)
        | lhs_atom1(X5,X6) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_21])])]) ).

fof(c_0_34,plain,
    ! [X7,X8] :
      ( lhs_atom11(X7,X8)
      | ~ model(X7,not(X8)) ),
    inference(variable_rename,[status(thm)],[c_0_22]) ).

fof(c_0_35,plain,
    ! [X7,X8] :
      ( lhs_atom12(X7,X8)
      | model(X7,not(X8)) ),
    inference(variable_rename,[status(thm)],[c_0_23]) ).

cnf(c_0_36,plain,
    ( lhs_atom10(X1,X2)
    | status(esk9_2(X1,X2),esk10_2(X1,X2),X1)
    | ~ status(esk9_2(X1,X2),esk10_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_37,plain,
    ( lhs_atom10(X1,X2)
    | status(esk9_2(X1,X2),esk10_2(X1,X2),X2)
    | ~ status(esk9_2(X1,X2),esk10_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_38,plain,
    ( lhs_atom9(X1,X2)
    | ~ status(X3,X4,X1)
    | ~ status(X3,X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_39,plain,
    ( lhs_atom7(X3,X4)
    | ~ status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_40,plain,
    ( lhs_atom2(X3,X4)
    | ~ status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_41,plain,
    ( lhs_atom5(X1,X2)
    | ~ status(esk5_2(X1,X2),esk6_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_42,plain,
    ( lhs_atom4(X1,X2)
    | ~ status(esk3_2(X1,X2),esk4_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_43,plain,
    ( status(X1,X2,X3)
    | lhs_atom6(X3,X4)
    | ~ status(X1,X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_44,plain,
    ( status(X1,X2,X3)
    | lhs_atom3(X3,X4)
    | ~ status(X1,X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_45,plain,
    ( lhs_atom9(X1,X2)
    | status(X3,X4,X1)
    | status(X3,X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_46,plain,
    ( lhs_atom8(X1,X2)
    | status(esk7_2(X1,X2),esk8_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_47,plain,
    ( lhs_atom8(X1,X2)
    | status(esk7_2(X1,X2),esk8_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_48,plain,
    ( lhs_atom5(X1,X2)
    | status(esk5_2(X1,X2),esk6_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_49,plain,
    ( lhs_atom4(X1,X2)
    | status(esk3_2(X1,X2),esk4_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_50,plain,
    ( lhs_atom1(X1,X2)
    | status(esk1_2(X1,X2),esk2_2(X1,X2),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_51,plain,
    ( lhs_atom1(X1,X2)
    | status(esk1_2(X1,X2),esk2_2(X1,X2),X1) ),
    inference(split_conjunct,[status(thm)],[c_0_33]) ).

cnf(c_0_52,plain,
    ( lhs_atom11(X1,X2)
    | ~ model(X1,not(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_53,plain,
    ( model(X1,not(X2))
    | lhs_atom12(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_54,plain,
    ( lhs_atom10(X1,X2)
    | status(esk9_2(X1,X2),esk10_2(X1,X2),X1)
    | ~ status(esk9_2(X1,X2),esk10_2(X1,X2),X2) ),
    c_0_36,
    [final] ).

cnf(c_0_55,plain,
    ( lhs_atom10(X1,X2)
    | status(esk9_2(X1,X2),esk10_2(X1,X2),X2)
    | ~ status(esk9_2(X1,X2),esk10_2(X1,X2),X1) ),
    c_0_37,
    [final] ).

cnf(c_0_56,plain,
    ( lhs_atom9(X1,X2)
    | ~ status(X3,X4,X1)
    | ~ status(X3,X4,X2) ),
    c_0_38,
    [final] ).

cnf(c_0_57,plain,
    ( lhs_atom7(X3,X4)
    | ~ status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    c_0_39,
    [final] ).

cnf(c_0_58,plain,
    ( lhs_atom2(X3,X4)
    | ~ status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    c_0_40,
    [final] ).

cnf(c_0_59,plain,
    ( lhs_atom5(X1,X2)
    | ~ status(esk5_2(X1,X2),esk6_2(X1,X2),X1) ),
    c_0_41,
    [final] ).

cnf(c_0_60,plain,
    ( lhs_atom4(X1,X2)
    | ~ status(esk3_2(X1,X2),esk4_2(X1,X2),X1) ),
    c_0_42,
    [final] ).

cnf(c_0_61,plain,
    ( status(X1,X2,X3)
    | lhs_atom6(X3,X4)
    | ~ status(X1,X2,X4) ),
    c_0_43,
    [final] ).

cnf(c_0_62,plain,
    ( status(X1,X2,X3)
    | lhs_atom3(X3,X4)
    | ~ status(X1,X2,X4) ),
    c_0_44,
    [final] ).

cnf(c_0_63,plain,
    ( lhs_atom9(X1,X2)
    | status(X3,X4,X1)
    | status(X3,X4,X2) ),
    c_0_45,
    [final] ).

cnf(c_0_64,plain,
    ( lhs_atom8(X1,X2)
    | status(esk7_2(X1,X2),esk8_2(X1,X2),X2) ),
    c_0_46,
    [final] ).

cnf(c_0_65,plain,
    ( lhs_atom8(X1,X2)
    | status(esk7_2(X1,X2),esk8_2(X1,X2),X1) ),
    c_0_47,
    [final] ).

cnf(c_0_66,plain,
    ( lhs_atom5(X1,X2)
    | status(esk5_2(X1,X2),esk6_2(X1,X2),X2) ),
    c_0_48,
    [final] ).

cnf(c_0_67,plain,
    ( lhs_atom4(X1,X2)
    | status(esk3_2(X1,X2),esk4_2(X1,X2),X2) ),
    c_0_49,
    [final] ).

cnf(c_0_68,plain,
    ( lhs_atom1(X1,X2)
    | status(esk1_2(X1,X2),esk2_2(X1,X2),X2) ),
    c_0_50,
    [final] ).

cnf(c_0_69,plain,
    ( lhs_atom1(X1,X2)
    | status(esk1_2(X1,X2),esk2_2(X1,X2),X1) ),
    c_0_51,
    [final] ).

cnf(c_0_70,plain,
    ( lhs_atom11(X1,X2)
    | ~ model(X1,not(X2)) ),
    c_0_52,
    [final] ).

cnf(c_0_71,plain,
    ( model(X1,not(X2))
    | lhs_atom12(X1,X2) ),
    c_0_53,
    [final] ).

% End CNF derivation
cnf(c_0_54_0,axiom,
    ( xora(X2,X1)
    | status(sk1_esk9_2(X1,X2),sk1_esk10_2(X1,X2),X1)
    | ~ status(sk1_esk9_2(X1,X2),sk1_esk10_2(X1,X2),X2) ),
    inference(unfold_definition,[status(thm)],[c_0_54,def_lhs_atom10]) ).

cnf(c_0_55_0,axiom,
    ( xora(X2,X1)
    | status(sk1_esk9_2(X1,X2),sk1_esk10_2(X1,X2),X2)
    | ~ status(sk1_esk9_2(X1,X2),sk1_esk10_2(X1,X2),X1) ),
    inference(unfold_definition,[status(thm)],[c_0_55,def_lhs_atom10]) ).

cnf(c_0_56_0,axiom,
    ( ~ xora(X2,X1)
    | ~ status(X3,X4,X1)
    | ~ status(X3,X4,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_56,def_lhs_atom9]) ).

cnf(c_0_57_0,axiom,
    ( ~ nevera(X4,X3)
    | ~ status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_57,def_lhs_atom7]) ).

cnf(c_0_58_0,axiom,
    ( mighta(X4,X3)
    | ~ status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_58,def_lhs_atom2]) ).

cnf(c_0_59_0,axiom,
    ( ~ nota(X2,X1)
    | ~ status(sk1_esk5_2(X1,X2),sk1_esk6_2(X1,X2),X1) ),
    inference(unfold_definition,[status(thm)],[c_0_59,def_lhs_atom5]) ).

cnf(c_0_60_0,axiom,
    ( isa(X2,X1)
    | ~ status(sk1_esk3_2(X1,X2),sk1_esk4_2(X1,X2),X1) ),
    inference(unfold_definition,[status(thm)],[c_0_60,def_lhs_atom4]) ).

cnf(c_0_61_0,axiom,
    ( nota(X4,X3)
    | status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_61,def_lhs_atom6]) ).

cnf(c_0_62_0,axiom,
    ( ~ isa(X4,X3)
    | status(X1,X2,X3)
    | ~ status(X1,X2,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_62,def_lhs_atom3]) ).

cnf(c_0_63_0,axiom,
    ( ~ xora(X2,X1)
    | status(X3,X4,X1)
    | status(X3,X4,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_63,def_lhs_atom9]) ).

cnf(c_0_64_0,axiom,
    ( nevera(X2,X1)
    | status(sk1_esk7_2(X1,X2),sk1_esk8_2(X1,X2),X2) ),
    inference(unfold_definition,[status(thm)],[c_0_64,def_lhs_atom8]) ).

cnf(c_0_65_0,axiom,
    ( nevera(X2,X1)
    | status(sk1_esk7_2(X1,X2),sk1_esk8_2(X1,X2),X1) ),
    inference(unfold_definition,[status(thm)],[c_0_65,def_lhs_atom8]) ).

cnf(c_0_66_0,axiom,
    ( ~ nota(X2,X1)
    | status(sk1_esk5_2(X1,X2),sk1_esk6_2(X1,X2),X2) ),
    inference(unfold_definition,[status(thm)],[c_0_66,def_lhs_atom5]) ).

cnf(c_0_67_0,axiom,
    ( isa(X2,X1)
    | status(sk1_esk3_2(X1,X2),sk1_esk4_2(X1,X2),X2) ),
    inference(unfold_definition,[status(thm)],[c_0_67,def_lhs_atom4]) ).

cnf(c_0_68_0,axiom,
    ( ~ mighta(X2,X1)
    | status(sk1_esk1_2(X1,X2),sk1_esk2_2(X1,X2),X2) ),
    inference(unfold_definition,[status(thm)],[c_0_68,def_lhs_atom1]) ).

cnf(c_0_69_0,axiom,
    ( ~ mighta(X2,X1)
    | status(sk1_esk1_2(X1,X2),sk1_esk2_2(X1,X2),X1) ),
    inference(unfold_definition,[status(thm)],[c_0_69,def_lhs_atom1]) ).

cnf(c_0_70_0,axiom,
    ( ~ model(X1,X2)
    | ~ model(X1,not(X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_70,def_lhs_atom11]) ).

cnf(c_0_71_0,axiom,
    ( model(X1,X2)
    | model(X1,not(X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_71,def_lhs_atom12]) ).

% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
fof(c_0_0_001,axiom,
    ! [X8,X7] :
      ( model(X8,X7)
    <~> model(X8,not(X7)) ),
    file('<stdin>',completeness) ).

fof(c_0_1_002,axiom,
    ? [X2,X3] :
      ( ? [X1] :
          ( model(X1,X2)
          & model(X1,X3) )
      & ? [X4] :
          ( ~ model(X4,X2)
          | ~ model(X4,X3) ) ),
    file('<stdin>',sat_non_taut_pair) ).

fof(c_0_2_003,axiom,
    ? [X2,X3] :
      ( ? [X1] : model(X1,X2)
      & ! [X4] :
          ( model(X4,X2)
         => model(X4,X3) )
      & ? [X5] :
          ( ~ model(X5,X2)
          & model(X5,X3) )
      & ? [X6] : ~ model(X6,X3) ),
    file('<stdin>',mixed_pair) ).

fof(c_0_3_004,axiom,
    ? [X7] :
    ! [X8] : ~ model(X8,X7),
    file('<stdin>',contradiction) ).

fof(c_0_4_005,axiom,
    ? [X7] :
      ( ? [X1] : model(X1,X7)
      & ? [X4] : ~ model(X4,X7) ),
    file('<stdin>',satisfiable) ).

fof(c_0_5_006,axiom,
    ? [X1,X2,X3] :
      ( model(X1,X2)
      & ~ model(X1,X3)
      & ? [X4] : model(X4,X3) ),
    file('<stdin>',non_thm_spt) ).

fof(c_0_6_007,axiom,
    ? [X7] :
    ! [X8] : model(X8,X7),
    file('<stdin>',tautology) ).

fof(c_0_7_008,plain,
    ! [X8,X7] :
      ~ ( model(X8,X7)
      <=> model(X8,not(X7)) ),
    inference(fof_simplification,[status(thm)],[c_0_0]) ).

fof(c_0_8_009,plain,
    ? [X2,X3] :
      ( ? [X1] :
          ( model(X1,X2)
          & model(X1,X3) )
      & ? [X4] :
          ( ~ model(X4,X2)
          | ~ model(X4,X3) ) ),
    inference(fof_simplification,[status(thm)],[c_0_1]) ).

fof(c_0_9_010,plain,
    ? [X2,X3] :
      ( ? [X1] : model(X1,X2)
      & ! [X4] :
          ( model(X4,X2)
         => model(X4,X3) )
      & ? [X5] :
          ( ~ model(X5,X2)
          & model(X5,X3) )
      & ? [X6] : ~ model(X6,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_2]) ).

fof(c_0_10_011,plain,
    ? [X7] :
    ! [X8] : ~ model(X8,X7),
    inference(fof_simplification,[status(thm)],[c_0_3]) ).

fof(c_0_11_012,plain,
    ? [X7] :
      ( ? [X1] : model(X1,X7)
      & ? [X4] : ~ model(X4,X7) ),
    inference(fof_simplification,[status(thm)],[c_0_4]) ).

fof(c_0_12_013,plain,
    ? [X1,X2,X3] :
      ( model(X1,X2)
      & ~ model(X1,X3)
      & ? [X4] : model(X4,X3) ),
    inference(fof_simplification,[status(thm)],[c_0_5]) ).

fof(c_0_13_014,axiom,
    ? [X7] :
    ! [X8] : model(X8,X7),
    c_0_6 ).

fof(c_0_14_015,plain,
    ! [X9,X10,X11,X12] :
      ( ( ~ model(X9,X10)
        | ~ model(X9,not(X10)) )
      & ( model(X11,X12)
        | model(X11,not(X12)) ) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_7])])])]) ).

fof(c_0_15_016,plain,
    ( model(esk12_0,esk10_0)
    & model(esk12_0,esk11_0)
    & ( ~ model(esk13_0,esk10_0)
      | ~ model(esk14_0,esk11_0) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_8])])]) ).

fof(c_0_16_017,plain,
    ! [X10] :
      ( model(esk6_0,esk5_0)
      & ( ~ model(X10,esk5_0)
        | model(X10,esk7_0) )
      & ~ model(esk8_0,esk5_0)
      & model(esk8_0,esk7_0)
      & ~ model(esk9_0,esk7_0) ),
    inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])])])])]) ).

fof(c_0_17_018,plain,
    ! [X10] : ~ model(X10,esk15_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_10])]) ).

fof(c_0_18_019,plain,
    ( model(esk17_0,esk16_0)
    & ~ model(esk18_0,esk16_0) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_11])]) ).

fof(c_0_19_020,plain,
    ( model(esk1_0,esk2_0)
    & ~ model(esk1_0,esk3_0)
    & model(esk4_0,esk3_0) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_12])])]) ).

fof(c_0_20_021,plain,
    ! [X10] : model(X10,esk19_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[c_0_13])]) ).

cnf(c_0_21_022,plain,
    ( ~ model(X1,not(X2))
    | ~ model(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_22_023,plain,
    ( ~ model(esk14_0,esk11_0)
    | ~ model(esk13_0,esk10_0) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_23_024,plain,
    ( model(X1,not(X2))
    | model(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_24_025,plain,
    ( model(X1,esk7_0)
    | ~ model(X1,esk5_0) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_25_026,plain,
    ~ model(X1,esk15_0),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_26_027,plain,
    ~ model(esk18_0,esk16_0),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_27_028,plain,
    ~ model(esk8_0,esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_28_029,plain,
    ~ model(esk9_0,esk7_0),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_29_030,plain,
    ~ model(esk1_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_30_031,plain,
    model(X1,esk19_0),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_31_032,plain,
    model(esk17_0,esk16_0),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_32_033,plain,
    model(esk12_0,esk10_0),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_33_034,plain,
    model(esk12_0,esk11_0),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_34_035,plain,
    model(esk6_0,esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_35_036,plain,
    model(esk8_0,esk7_0),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_36_037,plain,
    model(esk1_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_37_038,plain,
    model(esk4_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_38_039,plain,
    ( ~ model(X1,not(X2))
    | ~ model(X1,X2) ),
    c_0_21,
    [final] ).

cnf(c_0_39_040,plain,
    ( ~ model(esk14_0,esk11_0)
    | ~ model(esk13_0,esk10_0) ),
    c_0_22,
    [final] ).

cnf(c_0_40_041,plain,
    ( model(X1,not(X2))
    | model(X1,X2) ),
    c_0_23,
    [final] ).

cnf(c_0_41_042,plain,
    ( model(X1,esk7_0)
    | ~ model(X1,esk5_0) ),
    c_0_24,
    [final] ).

cnf(c_0_42_043,plain,
    ~ model(X1,esk15_0),
    c_0_25,
    [final] ).

cnf(c_0_43_044,plain,
    ~ model(esk18_0,esk16_0),
    c_0_26,
    [final] ).

cnf(c_0_44_045,plain,
    ~ model(esk8_0,esk5_0),
    c_0_27,
    [final] ).

cnf(c_0_45_046,plain,
    ~ model(esk9_0,esk7_0),
    c_0_28,
    [final] ).

cnf(c_0_46_047,plain,
    ~ model(esk1_0,esk3_0),
    c_0_29,
    [final] ).

cnf(c_0_47_048,plain,
    model(X1,esk19_0),
    c_0_30,
    [final] ).

cnf(c_0_48_049,plain,
    model(esk17_0,esk16_0),
    c_0_31,
    [final] ).

cnf(c_0_49_050,plain,
    model(esk12_0,esk10_0),
    c_0_32,
    [final] ).

cnf(c_0_50_051,plain,
    model(esk12_0,esk11_0),
    c_0_33,
    [final] ).

cnf(c_0_51_052,plain,
    model(esk6_0,esk5_0),
    c_0_34,
    [final] ).

cnf(c_0_52_053,plain,
    model(esk8_0,esk7_0),
    c_0_35,
    [final] ).

cnf(c_0_53_054,plain,
    model(esk1_0,esk2_0),
    c_0_36,
    [final] ).

cnf(c_0_54_055,plain,
    model(esk4_0,esk3_0),
    c_0_37,
    [final] ).

% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
cnf(c_0_38_0,axiom,
    ( ~ model(X1,not(X2))
    | ~ model(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_38]) ).

cnf(c_0_38_1,axiom,
    ( ~ model(X1,X2)
    | ~ model(X1,not(X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_38]) ).

cnf(c_0_39_0,axiom,
    ( ~ model(sk2_esk14_0,sk2_esk11_0)
    | ~ model(sk2_esk13_0,sk2_esk10_0) ),
    inference(literals_permutation,[status(thm)],[c_0_39]) ).

cnf(c_0_39_1,axiom,
    ( ~ model(sk2_esk13_0,sk2_esk10_0)
    | ~ model(sk2_esk14_0,sk2_esk11_0) ),
    inference(literals_permutation,[status(thm)],[c_0_39]) ).

cnf(c_0_40_0,axiom,
    ( model(X1,not(X2))
    | model(X1,X2) ),
    inference(literals_permutation,[status(thm)],[c_0_40]) ).

cnf(c_0_40_1,axiom,
    ( model(X1,X2)
    | model(X1,not(X2)) ),
    inference(literals_permutation,[status(thm)],[c_0_40]) ).

cnf(c_0_41_0,axiom,
    ( model(X1,sk2_esk7_0)
    | ~ model(X1,sk2_esk5_0) ),
    inference(literals_permutation,[status(thm)],[c_0_41]) ).

cnf(c_0_41_1,axiom,
    ( ~ model(X1,sk2_esk5_0)
    | model(X1,sk2_esk7_0) ),
    inference(literals_permutation,[status(thm)],[c_0_41]) ).

cnf(c_0_42_0,axiom,
    ~ model(X1,sk2_esk15_0),
    inference(literals_permutation,[status(thm)],[c_0_42]) ).

cnf(c_0_43_0,axiom,
    ~ model(sk2_esk18_0,sk2_esk16_0),
    inference(literals_permutation,[status(thm)],[c_0_43]) ).

cnf(c_0_44_0,axiom,
    ~ model(sk2_esk8_0,sk2_esk5_0),
    inference(literals_permutation,[status(thm)],[c_0_44]) ).

cnf(c_0_45_0,axiom,
    ~ model(sk2_esk9_0,sk2_esk7_0),
    inference(literals_permutation,[status(thm)],[c_0_45]) ).

cnf(c_0_46_0,axiom,
    ~ model(sk2_esk1_0,sk2_esk3_0),
    inference(literals_permutation,[status(thm)],[c_0_46]) ).

cnf(c_0_47_0,axiom,
    model(X1,sk2_esk19_0),
    inference(literals_permutation,[status(thm)],[c_0_47]) ).

cnf(c_0_48_0,axiom,
    model(sk2_esk17_0,sk2_esk16_0),
    inference(literals_permutation,[status(thm)],[c_0_48]) ).

cnf(c_0_49_0,axiom,
    model(sk2_esk12_0,sk2_esk10_0),
    inference(literals_permutation,[status(thm)],[c_0_49]) ).

cnf(c_0_50_0,axiom,
    model(sk2_esk12_0,sk2_esk11_0),
    inference(literals_permutation,[status(thm)],[c_0_50]) ).

cnf(c_0_51_0,axiom,
    model(sk2_esk6_0,sk2_esk5_0),
    inference(literals_permutation,[status(thm)],[c_0_51]) ).

cnf(c_0_52_0,axiom,
    model(sk2_esk8_0,sk2_esk7_0),
    inference(literals_permutation,[status(thm)],[c_0_52]) ).

cnf(c_0_53_0,axiom,
    model(sk2_esk1_0,sk2_esk2_0),
    inference(literals_permutation,[status(thm)],[c_0_53]) ).

cnf(c_0_54_1,axiom,
    model(sk2_esk4_0,sk2_esk3_0),
    inference(literals_permutation,[status(thm)],[c_0_54]) ).

% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_056,conjecture,
    ! [X1] : isa(X1,X1),
    file('<stdin>',isa_reflexive) ).

fof(c_0_1_057,negated_conjecture,
    ~ ! [X1] : isa(X1,X1),
    inference(assume_negation,[status(cth)],[c_0_0]) ).

fof(c_0_2_058,negated_conjecture,
    ~ isa(esk1_0,esk1_0),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_1])])]) ).

cnf(c_0_3_059,negated_conjecture,
    ~ isa(esk1_0,esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_060,negated_conjecture,
    ~ isa(esk1_0,esk1_0),
    c_0_3,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_39,negated_conjecture,
    ~ isa(sk3_esk1_0,sk3_esk1_0),
    file('/export/starexec/sandbox/tmp/iprover_modulo_e70a2c.p',c_0_4) ).

cnf(c_55,negated_conjecture,
    ~ isa(sk3_esk1_0,sk3_esk1_0),
    inference(copy,[status(esa)],[c_39]) ).

cnf(c_59,negated_conjecture,
    ~ isa(sk3_esk1_0,sk3_esk1_0),
    inference(copy,[status(esa)],[c_55]) ).

cnf(c_60,negated_conjecture,
    ~ isa(sk3_esk1_0,sk3_esk1_0),
    inference(copy,[status(esa)],[c_59]) ).

cnf(c_61,negated_conjecture,
    ~ isa(sk3_esk1_0,sk3_esk1_0),
    inference(copy,[status(esa)],[c_60]) ).

cnf(c_180,negated_conjecture,
    ~ isa(sk3_esk1_0,sk3_esk1_0),
    inference(copy,[status(esa)],[c_61]) ).

cnf(c_32,plain,
    ( ~ status(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1),X0)
    | isa(X1,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_e70a2c.p',c_0_60_0) ).

cnf(c_166,plain,
    ( ~ status(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1),X0)
    | isa(X1,X0) ),
    inference(copy,[status(esa)],[c_32]) ).

cnf(c_184,plain,
    ~ status(sk1_esk3_2(sk3_esk1_0,sk3_esk1_0),sk1_esk4_2(sk3_esk1_0,sk3_esk1_0),sk3_esk1_0),
    inference(resolution,[status(thm)],[c_180,c_166]) ).

cnf(c_187,plain,
    ~ status(sk1_esk3_2(sk3_esk1_0,sk3_esk1_0),sk1_esk4_2(sk3_esk1_0,sk3_esk1_0),sk3_esk1_0),
    inference(rewriting,[status(thm)],[c_184]) ).

cnf(c_25,plain,
    ( status(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1),X1)
    | isa(X1,X0) ),
    file('/export/starexec/sandbox/tmp/iprover_modulo_e70a2c.p',c_0_67_0) ).

cnf(c_152,plain,
    ( status(sk1_esk3_2(X0,X1),sk1_esk4_2(X0,X1),X1)
    | isa(X1,X0) ),
    inference(copy,[status(esa)],[c_25]) ).

cnf(c_185,plain,
    status(sk1_esk3_2(sk3_esk1_0,sk3_esk1_0),sk1_esk4_2(sk3_esk1_0,sk3_esk1_0),sk3_esk1_0),
    inference(resolution,[status(thm)],[c_180,c_152]) ).

cnf(c_186,plain,
    status(sk1_esk3_2(sk3_esk1_0,sk3_esk1_0),sk1_esk4_2(sk3_esk1_0,sk3_esk1_0),sk3_esk1_0),
    inference(rewriting,[status(thm)],[c_185]) ).

cnf(c_191,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_187,c_186]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : KRS178+1 : TPTP v8.1.0. Bugfixed v5.4.0.
% 0.12/0.13  % Command  : iprover_modulo %s %d
% 0.13/0.34  % Computer : n018.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue Jun  7 17:09:51 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Running in mono-core mode
% 0.13/0.41  % Orienting using strategy Equiv(ClausalAll)
% 0.13/0.41  % FOF problem with conjecture
% 0.13/0.41  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox/tmp/iprover_proof_5ea8c2.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox/tmp/iprover_modulo_e70a2c.p | tee /export/starexec/sandbox/tmp/iprover_modulo_out_debe31 | grep -v "SZS"
% 0.20/0.43  
% 0.20/0.43  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % ------  iProver source info 
% 0.20/0.43  
% 0.20/0.43  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.20/0.43  % git: non_committed_changes: true
% 0.20/0.43  % git: last_make_outside_of_git: true
% 0.20/0.43  
% 0.20/0.43  % 
% 0.20/0.43  % ------ Input Options
% 0.20/0.43  
% 0.20/0.43  % --out_options                         all
% 0.20/0.43  % --tptp_safe_out                       true
% 0.20/0.43  % --problem_path                        ""
% 0.20/0.43  % --include_path                        ""
% 0.20/0.43  % --clausifier                          .//eprover
% 0.20/0.43  % --clausifier_options                  --tstp-format  
% 0.20/0.43  % --stdin                               false
% 0.20/0.43  % --dbg_backtrace                       false
% 0.20/0.43  % --dbg_dump_prop_clauses               false
% 0.20/0.43  % --dbg_dump_prop_clauses_file          -
% 0.20/0.43  % --dbg_out_stat                        false
% 0.20/0.43  
% 0.20/0.43  % ------ General Options
% 0.20/0.43  
% 0.20/0.43  % --fof                                 false
% 0.20/0.43  % --time_out_real                       150.
% 0.20/0.43  % --time_out_prep_mult                  0.2
% 0.20/0.43  % --time_out_virtual                    -1.
% 0.20/0.43  % --schedule                            none
% 0.20/0.43  % --ground_splitting                    input
% 0.20/0.43  % --splitting_nvd                       16
% 0.20/0.43  % --non_eq_to_eq                        false
% 0.20/0.43  % --prep_gs_sim                         true
% 0.20/0.43  % --prep_unflatten                      false
% 0.20/0.43  % --prep_res_sim                        true
% 0.20/0.43  % --prep_upred                          true
% 0.20/0.43  % --res_sim_input                       true
% 0.20/0.43  % --clause_weak_htbl                    true
% 0.20/0.43  % --gc_record_bc_elim                   false
% 0.20/0.43  % --symbol_type_check                   false
% 0.20/0.43  % --clausify_out                        false
% 0.20/0.43  % --large_theory_mode                   false
% 0.20/0.43  % --prep_sem_filter                     none
% 0.20/0.43  % --prep_sem_filter_out                 false
% 0.20/0.43  % --preprocessed_out                    false
% 0.20/0.43  % --sub_typing                          false
% 0.20/0.43  % --brand_transform                     false
% 0.20/0.43  % --pure_diseq_elim                     true
% 0.20/0.43  % --min_unsat_core                      false
% 0.20/0.43  % --pred_elim                           true
% 0.20/0.43  % --add_important_lit                   false
% 0.20/0.43  % --soft_assumptions                    false
% 0.20/0.43  % --reset_solvers                       false
% 0.20/0.43  % --bc_imp_inh                          []
% 0.20/0.43  % --conj_cone_tolerance                 1.5
% 0.20/0.43  % --prolific_symb_bound                 500
% 0.20/0.43  % --lt_threshold                        2000
% 0.20/0.43  
% 0.20/0.43  % ------ SAT Options
% 0.20/0.43  
% 0.20/0.43  % --sat_mode                            false
% 0.20/0.43  % --sat_fm_restart_options              ""
% 0.20/0.43  % --sat_gr_def                          false
% 0.20/0.43  % --sat_epr_types                       true
% 0.20/0.43  % --sat_non_cyclic_types                false
% 0.20/0.43  % --sat_finite_models                   false
% 0.20/0.43  % --sat_fm_lemmas                       false
% 0.20/0.43  % --sat_fm_prep                         false
% 0.20/0.43  % --sat_fm_uc_incr                      true
% 0.20/0.43  % --sat_out_model                       small
% 0.20/0.43  % --sat_out_clauses                     false
% 0.20/0.43  
% 0.20/0.43  % ------ QBF Options
% 0.20/0.43  
% 0.20/0.43  % --qbf_mode                            false
% 0.20/0.43  % --qbf_elim_univ                       true
% 0.20/0.43  % --qbf_sk_in                           true
% 0.20/0.43  % --qbf_pred_elim                       true
% 0.20/0.43  % --qbf_split                           32
% 0.20/0.43  
% 0.20/0.43  % ------ BMC1 Options
% 0.20/0.43  
% 0.20/0.43  % --bmc1_incremental                    false
% 0.20/0.43  % --bmc1_axioms                         reachable_all
% 0.20/0.43  % --bmc1_min_bound                      0
% 0.20/0.43  % --bmc1_max_bound                      -1
% 0.20/0.43  % --bmc1_max_bound_default              -1
% 0.20/0.43  % --bmc1_symbol_reachability            true
% 0.20/0.43  % --bmc1_property_lemmas                false
% 0.20/0.43  % --bmc1_k_induction                    false
% 0.20/0.43  % --bmc1_non_equiv_states               false
% 0.20/0.43  % --bmc1_deadlock                       false
% 0.20/0.43  % --bmc1_ucm                            false
% 0.20/0.43  % --bmc1_add_unsat_core                 none
% 0.20/0.43  % --bmc1_unsat_core_children            false
% 0.20/0.43  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.43  % --bmc1_out_stat                       full
% 0.20/0.43  % --bmc1_ground_init                    false
% 0.20/0.43  % --bmc1_pre_inst_next_state            false
% 0.20/0.43  % --bmc1_pre_inst_state                 false
% 0.20/0.43  % --bmc1_pre_inst_reach_state           false
% 0.20/0.43  % --bmc1_out_unsat_core                 false
% 0.20/0.43  % --bmc1_aig_witness_out                false
% 0.20/0.43  % --bmc1_verbose                        false
% 0.20/0.43  % --bmc1_dump_clauses_tptp              false
% 0.20/0.44  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.44  % --bmc1_dump_file                      -
% 0.20/0.44  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.44  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.44  % --bmc1_ucm_extend_mode                1
% 0.20/0.44  % --bmc1_ucm_init_mode                  2
% 0.20/0.44  % --bmc1_ucm_cone_mode                  none
% 0.20/0.44  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.44  % --bmc1_ucm_relax_model                4
% 0.20/0.44  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.44  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.44  % --bmc1_ucm_layered_model              none
% 0.20/0.44  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.44  
% 0.20/0.44  % ------ AIG Options
% 0.20/0.44  
% 0.20/0.44  % --aig_mode                            false
% 0.20/0.44  
% 0.20/0.44  % ------ Instantiation Options
% 0.20/0.44  
% 0.20/0.44  % --instantiation_flag                  true
% 0.20/0.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.44  % --inst_solver_per_active              750
% 0.20/0.44  % --inst_solver_calls_frac              0.5
% 0.20/0.44  % --inst_passive_queue_type             priority_queues
% 0.20/0.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.44  % --inst_passive_queues_freq            [25;2]
% 0.20/0.44  % --inst_dismatching                    true
% 0.20/0.44  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.44  % --inst_prop_sim_given                 true
% 0.20/0.44  % --inst_prop_sim_new                   false
% 0.20/0.44  % --inst_orphan_elimination             true
% 0.20/0.44  % --inst_learning_loop_flag             true
% 0.20/0.44  % --inst_learning_start                 3000
% 0.20/0.44  % --inst_learning_factor                2
% 0.20/0.44  % --inst_start_prop_sim_after_learn     3
% 0.20/0.44  % --inst_sel_renew                      solver
% 0.20/0.44  % --inst_lit_activity_flag              true
% 0.20/0.44  % --inst_out_proof                      true
% 0.20/0.44  
% 0.20/0.44  % ------ Resolution Options
% 0.20/0.44  
% 0.20/0.44  % --resolution_flag                     true
% 0.20/0.44  % --res_lit_sel                         kbo_max
% 0.20/0.44  % --res_to_prop_solver                  none
% 0.20/0.44  % --res_prop_simpl_new                  false
% 0.20/0.44  % --res_prop_simpl_given                false
% 0.20/0.44  % --res_passive_queue_type              priority_queues
% 0.20/0.44  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.20/0.44  % --res_passive_queues_freq             [15;5]
% 0.20/0.44  % --res_forward_subs                    full
% 0.20/0.44  % --res_backward_subs                   full
% 0.20/0.44  % --res_forward_subs_resolution         true
% 0.20/0.44  % --res_backward_subs_resolution        true
% 0.20/0.44  % --res_orphan_elimination              false
% 0.20/0.44  % --res_time_limit                      1000.
% 0.20/0.44  % --res_out_proof                       true
% 0.20/0.44  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_5ea8c2.s
% 0.20/0.44  % --modulo                              true
% 0.20/0.44  
% 0.20/0.44  % ------ Combination Options
% 0.20/0.44  
% 0.20/0.44  % --comb_res_mult                       1000
% 0.20/0.44  % --comb_inst_mult                      300
% 0.20/0.44  % ------ 
% 0.20/0.44  
% 0.20/0.44  % ------ Parsing...% successful
% 0.20/0.44  
% 0.20/0.44  % ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e  pe_s  pe_e  snvd_s sp: 0 0s snvd_e % 
% 0.20/0.44  
% 0.20/0.44  % ------ Proving...
% 0.20/0.44  % ------ Problem Properties 
% 0.20/0.44  
% 0.20/0.44  % 
% 0.20/0.44  % EPR                                   false
% 0.20/0.44  % Horn                                  false
% 0.20/0.44  % Has equality                          false
% 0.20/0.44  
% 0.20/0.44  % % ------ Input Options Time Limit: Unbounded
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  % % ------ Current options:
% 0.20/0.44  
% 0.20/0.44  % ------ Input Options
% 0.20/0.44  
% 0.20/0.44  % --out_options                         all
% 0.20/0.44  % --tptp_safe_out                       true
% 0.20/0.44  % --problem_path                        ""
% 0.20/0.44  % --include_path                        ""
% 0.20/0.44  % --clausifier                          .//eprover
% 0.20/0.44  % --clausifier_options                  --tstp-format  
% 0.20/0.44  % --stdin                               false
% 0.20/0.44  % --dbg_backtrace                       false
% 0.20/0.44  % --dbg_dump_prop_clauses               false
% 0.20/0.44  % --dbg_dump_prop_clauses_file          -
% 0.20/0.44  % --dbg_out_stat                        false
% 0.20/0.44  
% 0.20/0.44  % ------ General Options
% 0.20/0.44  
% 0.20/0.44  % --fof                                 false
% 0.20/0.44  % --time_out_real                       150.
% 0.20/0.44  % --time_out_prep_mult                  0.2
% 0.20/0.44  % --time_out_virtual                    -1.
% 0.20/0.44  % --schedule                            none
% 0.20/0.44  % --ground_splitting                    input
% 0.20/0.44  % --splitting_nvd                       16
% 0.20/0.44  % --non_eq_to_eq                        false
% 0.20/0.44  % --prep_gs_sim                         true
% 0.20/0.44  % --prep_unflatten                      false
% 0.20/0.44  % --prep_res_sim                        true
% 0.20/0.44  % --prep_upred                          true
% 0.20/0.44  % --res_sim_input                       true
% 0.20/0.44  % --clause_weak_htbl                    true
% 0.20/0.44  % --gc_record_bc_elim                   false
% 0.20/0.44  % --symbol_type_check                   false
% 0.20/0.44  % --clausify_out                        false
% 0.20/0.44  % --large_theory_mode                   false
% 0.20/0.44  % --prep_sem_filter                     none
% 0.20/0.44  % --prep_sem_filter_out                 false
% 0.20/0.44  % --preprocessed_out                    false
% 0.20/0.44  % --sub_typing                          false
% 0.20/0.44  % --brand_transform                     false
% 0.20/0.44  % --pure_diseq_elim                     true
% 0.20/0.44  % --min_unsat_core                      false
% 0.20/0.44  % --pred_elim                           true
% 0.20/0.44  % --add_important_lit                   false
% 0.20/0.44  % --soft_assumptions                    false
% 0.20/0.44  % --reset_solvers                       false
% 0.20/0.44  % --bc_imp_inh                          []
% 0.20/0.44  % --conj_cone_tolerance                 1.5
% 0.20/0.44  % --prolific_symb_bound                 500
% 0.20/0.44  % --lt_threshold                        2000
% 0.20/0.44  
% 0.20/0.44  % ------ SAT Options
% 0.20/0.44  
% 0.20/0.44  % --sat_mode                            false
% 0.20/0.44  % --sat_fm_restart_options              ""
% 0.20/0.44  % --sat_gr_def                          false
% 0.20/0.44  % --sat_epr_types                       true
% 0.20/0.44  % --sat_non_cyclic_types                false
% 0.20/0.44  % --sat_finite_models                   false
% 0.20/0.44  % --sat_fm_lemmas                       false
% 0.20/0.44  % --sat_fm_prep                         false
% 0.20/0.44  % --sat_fm_uc_incr                      true
% 0.20/0.44  % --sat_out_model                       small
% 0.20/0.44  % --sat_out_clauses                     false
% 0.20/0.44  
% 0.20/0.44  % ------ QBF Options
% 0.20/0.44  
% 0.20/0.44  % --qbf_mode                            false
% 0.20/0.44  % --qbf_elim_univ                       true
% 0.20/0.44  % --qbf_sk_in                           true
% 0.20/0.44  % --qbf_pred_elim                       true
% 0.20/0.44  % --qbf_split                           32
% 0.20/0.44  
% 0.20/0.44  % ------ BMC1 Options
% 0.20/0.44  
% 0.20/0.44  % --bmc1_incremental                    false
% 0.20/0.44  % --bmc1_axioms                         reachable_all
% 0.20/0.44  % --bmc1_min_bound                      0
% 0.20/0.44  % --bmc1_max_bound                      -1
% 0.20/0.44  % --bmc1_max_bound_default              -1
% 0.20/0.44  % --bmc1_symbol_reachability            true
% 0.20/0.44  % --bmc1_property_lemmas                false
% 0.20/0.44  % --bmc1_k_induction                    false
% 0.20/0.44  % --bmc1_non_equiv_states               false
% 0.20/0.44  % --bmc1_deadlock                       false
% 0.20/0.44  % --bmc1_ucm                            false
% 0.20/0.44  % --bmc1_add_unsat_core                 none
% 0.20/0.44  % --bmc1_unsat_core_children            false
% 0.20/0.44  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.44  % --bmc1_out_stat                       full
% 0.20/0.44  % --bmc1_ground_init                    false
% 0.20/0.44  % --bmc1_pre_inst_next_state            false
% 0.20/0.44  % --bmc1_pre_inst_state                 false
% 0.20/0.44  % --bmc1_pre_inst_reach_state           false
% 0.20/0.44  % --bmc1_out_unsat_core                 false
% 0.20/0.44  % --bmc1_aig_witness_out                false
% 0.20/0.44  % --bmc1_verbose                        false
% 0.20/0.44  % --bmc1_dump_clauses_tptp              false
% 0.20/0.44  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.44  % --bmc1_dump_file                      -
% 0.20/0.44  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.44  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.44  % --bmc1_ucm_extend_mode                1
% 0.20/0.44  % --bmc1_ucm_init_mode                  2
% 0.20/0.44  % --bmc1_ucm_cone_mode                  none
% 0.20/0.44  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.44  % --bmc1_ucm_relax_model                4
% 0.20/0.44  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.44  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.44  % --bmc1_ucm_layered_model              none
% 0.20/0.44  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.44  
% 0.20/0.44  % ------ AIG Options
% 0.20/0.44  
% 0.20/0.44  % --aig_mode                            false
% 0.20/0.44  
% 0.20/0.44  % ------ Instantiation Options
% 0.20/0.44  
% 0.20/0.44  % --instantiation_flag                  true
% 0.20/0.44  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.44  % --inst_solver_per_active              750
% 0.20/0.44  % --inst_solver_calls_frac              0.5
% 0.20/0.44  % --inst_passive_queue_type             priority_queues
% 0.20/0.44  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.44  % --inst_passive_queues_freq            [25;2]
% 0.20/0.44  % --inst_dismatching                    true
% 0.20/0.44  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.44  % --inst_prop_sim_given                 true
% 0.20/0.44  % --inst_prop_sim_new                   false
% 0.20/0.44  % --inst_orphan_elimination             true
% 0.20/0.44  % --inst_learning_loop_flag             true
% 0.20/0.44  % --inst_learning_start                 3000
% 0.20/0.44  % --inst_learning_factor                2
% 0.20/0.44  % --inst_start_prop_sim_after_learn     3
% 0.20/0.44  % --inst_sel_renew                      solver
% 0.20/0.44  % --inst_lit_activity_flag              true
% 0.20/0.44  % --inst_out_proof                      true
% 0.20/0.44  
% 0.20/0.44  % ------ Resolution Options
% 0.20/0.44  
% 0.20/0.44  % --resolution_flag                     true
% 0.20/0.44  % --res_lit_sel                         kbo_max
% 0.20/0.44  % --res_to_prop_solver                  none
% 0.20/0.44  % --res_prop_simpl_new                  false
% 0.20/0.44  % --res_prop_simpl_given                false
% 0.20/0.44  % --res_passive_queue_type              priority_queues
% 0.20/0.44  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.20/0.44  % --res_passive_queues_freq             [15;5]
% 0.20/0.44  % --res_forward_subs                    full
% 0.20/0.44  % --res_backward_subs                   full
% 0.20/0.44  % --res_forward_subs_resolution         true
% 0.20/0.44  % --res_backward_subs_resolution        true
% 0.20/0.44  % --res_orphan_elimination              false
% 0.20/0.44  % --res_time_limit                      1000.
% 0.20/0.44  % --res_out_proof                       true
% 0.20/0.44  % --proof_out_file                      /export/starexec/sandbox/tmp/iprover_proof_5ea8c2.s
% 0.20/0.44  % --modulo                              true
% 0.20/0.44  
% 0.20/0.44  % ------ Combination Options
% 0.20/0.44  
% 0.20/0.44  % --comb_res_mult                       1000
% 0.20/0.44  % --comb_inst_mult                      300
% 0.20/0.44  % ------ 
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  % ------ Proving...
% 0.20/0.44  % 
% 0.20/0.44  
% 0.20/0.44  
% 0.20/0.44  %  Resolution empty clause
% 0.20/0.44  
% 0.20/0.44  % ------                             Statistics
% 0.20/0.44  
% 0.20/0.44  % ------ General
% 0.20/0.44  
% 0.20/0.44  % num_of_input_clauses:                 40
% 0.20/0.44  % num_of_input_neg_conjectures:         1
% 0.20/0.44  % num_of_splits:                        0
% 0.20/0.44  % num_of_split_atoms:                   0
% 0.20/0.44  % num_of_sem_filtered_clauses:          0
% 0.20/0.44  % num_of_subtypes:                      0
% 0.20/0.44  % monotx_restored_types:                0
% 0.20/0.44  % sat_num_of_epr_types:                 0
% 0.20/0.44  % sat_num_of_non_cyclic_types:          0
% 0.20/0.44  % sat_guarded_non_collapsed_types:      0
% 0.20/0.44  % is_epr:                               0
% 0.20/0.44  % is_horn:                              0
% 0.20/0.44  % has_eq:                               0
% 0.20/0.44  % num_pure_diseq_elim:                  0
% 0.20/0.44  % simp_replaced_by:                     0
% 0.20/0.44  % res_preprocessed:                     2
% 0.20/0.44  % prep_upred:                           0
% 0.20/0.44  % prep_unflattend:                      0
% 0.20/0.44  % pred_elim_cands:                      0
% 0.20/0.44  % pred_elim:                            0
% 0.20/0.44  % pred_elim_cl:                         0
% 0.20/0.44  % pred_elim_cycles:                     0
% 0.20/0.44  % forced_gc_time:                       0
% 0.20/0.44  % gc_basic_clause_elim:                 0
% 0.20/0.44  % parsing_time:                         0.001
% 0.20/0.44  % sem_filter_time:                      0.
% 0.20/0.44  % pred_elim_time:                       0.
% 0.20/0.44  % out_proof_time:                       0.
% 0.20/0.44  % monotx_time:                          0.
% 0.20/0.44  % subtype_inf_time:                     0.
% 0.20/0.44  % unif_index_cands_time:                0.
% 0.20/0.44  % unif_index_add_time:                  0.
% 0.20/0.44  % total_time:                           0.024
% 0.20/0.44  % num_of_symbols:                       63
% 0.20/0.44  % num_of_terms:                         166
% 0.20/0.44  
% 0.20/0.44  % ------ Propositional Solver
% 0.20/0.44  
% 0.20/0.44  % prop_solver_calls:                    1
% 0.20/0.44  % prop_fast_solver_calls:               3
% 0.20/0.44  % prop_num_of_clauses:                  49
% 0.20/0.44  % prop_preprocess_simplified:           91
% 0.20/0.44  % prop_fo_subsumed:                     0
% 0.20/0.44  % prop_solver_time:                     0.
% 0.20/0.44  % prop_fast_solver_time:                0.
% 0.20/0.44  % prop_unsat_core_time:                 0.
% 0.20/0.44  
% 0.20/0.44  % ------ QBF 
% 0.20/0.44  
% 0.20/0.44  % qbf_q_res:                            0
% 0.20/0.44  % qbf_num_tautologies:                  0
% 0.20/0.44  % qbf_prep_cycles:                      0
% 0.20/0.44  
% 0.20/0.44  % ------ BMC1
% 0.20/0.44  
% 0.20/0.44  % bmc1_current_bound:                   -1
% 0.20/0.44  % bmc1_last_solved_bound:               -1
% 0.20/0.44  % bmc1_unsat_core_size:                 -1
% 0.20/0.44  % bmc1_unsat_core_parents_size:         -1
% 0.20/0.44  % bmc1_merge_next_fun:                  0
% 0.20/0.44  % bmc1_unsat_core_clauses_time:         0.
% 0.20/0.44  
% 0.20/0.44  % ------ Instantiation
% 0.20/0.44  
% 0.20/0.44  % inst_num_of_clauses:                  38
% 0.20/0.44  % inst_num_in_passive:                  0
% 0.20/0.44  % inst_num_in_active:                   0
% 0.20/0.44  % inst_num_in_unprocessed:              40
% 0.20/0.44  % inst_num_of_loops:                    0
% 0.20/0.44  % inst_num_of_learning_restarts:        0
% 0.20/0.44  % inst_num_moves_active_passive:        0
% 0.20/0.44  % inst_lit_activity:                    0
% 0.20/0.44  % inst_lit_activity_moves:              0
% 0.20/0.44  % inst_num_tautologies:                 0
% 0.20/0.44  % inst_num_prop_implied:                0
% 0.20/0.44  % inst_num_existing_simplified:         0
% 0.20/0.44  % inst_num_eq_res_simplified:           0
% 0.20/0.44  % inst_num_child_elim:                  0
% 0.20/0.44  % inst_num_of_dismatching_blockings:    0
% 0.20/0.44  % inst_num_of_non_proper_insts:         0
% 0.20/0.44  % inst_num_of_duplicates:               0
% 0.20/0.44  % inst_inst_num_from_inst_to_res:       0
% 0.20/0.44  % inst_dismatching_checking_time:       0.
% 0.20/0.44  
% 0.20/0.44  % ------ Resolution
% 0.20/0.44  
% 0.20/0.44  % res_num_of_clauses:                   43
% 0.20/0.44  % res_num_in_passive:                   0
% 0.20/0.44  % res_num_in_active:                    35
% 0.20/0.44  % res_num_of_loops:                     3
% 0.20/0.44  % res_forward_subset_subsumed:          6
% 0.20/0.44  % res_backward_subset_subsumed:         0
% 0.20/0.44  % res_forward_subsumed:                 0
% 0.20/0.44  % res_backward_subsumed:                0
% 0.20/0.44  % res_forward_subsumption_resolution:   1
% 0.20/0.44  % res_backward_subsumption_resolution:  0
% 0.20/0.44  % res_clause_to_clause_subsumption:     1
% 0.20/0.44  % res_orphan_elimination:               0
% 0.20/0.44  % res_tautology_del:                    0
% 0.20/0.44  % res_num_eq_res_simplified:            0
% 0.20/0.44  % res_num_sel_changes:                  0
% 0.20/0.44  % res_moves_from_active_to_pass:        0
% 0.20/0.44  
% 0.20/0.44  % Status Unsatisfiable
% 0.20/0.44  % SZS status Theorem
% 0.20/0.44  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------