TSTP Solution File: CSR002+2 by Enigma---0.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Enigma---0.5.1
% Problem  : CSR002+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : enigmatic-eprover.py %s %d 1

% Computer : n009.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 : Fri Jul 15 02:46:30 EDT 2022

% Result   : Theorem 9.45s 2.66s
% Output   : CNFRefutation 9.45s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   27
% Syntax   : Number of formulae    :  145 (  42 unt;   0 def)
%            Number of atoms       :  631 ( 255 equ)
%            Maximal formula atoms :  194 (   4 avg)
%            Number of connectives :  676 ( 190   ~; 374   |;  95   &)
%                                         (  11 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   18 (  18 usr;  10 con; 0-3 aty)
%            Number of variables   :  184 (  11 sgn  90   !;   8   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(initiates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',initiates_all_defn) ).

fof(happens_holds,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5) )
     => holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',happens_holds) ).

fof(happens_all_defn,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = tapOn
          & X5 = n0 )
        | ( holdsAt(waterLevel(n3),X5)
          & holdsAt(filling,X5)
          & X4 = overflow ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',happens_all_defn) ).

fof(symmetry_of_plus,axiom,
    ! [X12,X13] : plus(X12,X13) = plus(X13,X12),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetry_of_plus) ).

fof(plus0_1,axiom,
    plus(n0,n1) = n1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus0_1) ).

fof(keep_holding,axiom,
    ! [X2,X5] :
      ( ( holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & terminates(X4,X2,X5) ) )
     => holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',keep_holding) ).

fof(plus1_1,axiom,
    plus(n1,n1) = n2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus1_1) ).

fof(terminates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> ( ( X4 = tapOff
          & X2 = filling )
        | ( X4 = overflow
          & X2 = filling ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',terminates_all_defn) ).

fof(happens_not_released,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & ( initiates(X4,X2,X5)
          | terminates(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',happens_not_released) ).

fof(keep_not_holding,axiom,
    ! [X2,X5] :
      ( ( ~ holdsAt(X2,X5)
        & ~ releasedAt(X2,plus(X5,n1))
        & ~ ? [X4] :
              ( happens(X4,X5)
              & initiates(X4,X2,X5) ) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',keep_not_holding) ).

fof(keep_not_released,axiom,
    ! [X2,X5] :
      ( ( ~ releasedAt(X2,X5)
        & ~ ? [X4] :
              ( happens(X4,X5)
              & releases(X4,X2,X5) ) )
     => ~ releasedAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',keep_not_released) ).

fof(tapOff_not_overflow,axiom,
    tapOff != overflow,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',tapOff_not_overflow) ).

fof(tapOff_not_tapOn,axiom,
    tapOff != tapOn,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',tapOff_not_tapOn) ).

fof(not_filling_4,conjecture,
    ~ holdsAt(filling,n4),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_filling_4) ).

fof(overflow_not_tapOn,axiom,
    overflow != tapOn,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',overflow_not_tapOn) ).

fof(plus1_3,axiom,
    plus(n1,n3) = n4,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus1_3) ).

fof(plus1_2,axiom,
    plus(n1,n2) = n3,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus1_2) ).

fof(releases_all_defn,axiom,
    ! [X4,X2,X5] :
      ( releases(X4,X2,X5)
    <=> ? [X9] :
          ( X4 = tapOn
          & X2 = waterLevel(X9) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',releases_all_defn) ).

fof(filling_not_waterLevel,axiom,
    ! [X12] : filling != waterLevel(X12),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',filling_not_waterLevel) ).

fof(less_or_equal,axiom,
    ! [X12,X13] :
      ( less_or_equal(X12,X13)
    <=> ( less(X12,X13)
        | X12 = X13 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_or_equal) ).

fof(less2,axiom,
    ! [X12] :
      ( less(X12,n2)
    <=> less_or_equal(X12,n1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less2) ).

fof(happens_terminates_not_holds,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & terminates(X4,X2,X5) )
     => ~ holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',happens_terminates_not_holds) ).

fof(less3,axiom,
    ! [X12] :
      ( less(X12,n3)
    <=> less_or_equal(X12,n2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less3) ).

fof(less_property,axiom,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_property) ).

fof(waterLevel_3,lemma,
    holdsAt(waterLevel(n3),n3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',waterLevel_3) ).

fof(less1,axiom,
    ! [X12] :
      ( less(X12,n1)
    <=> less_or_equal(X12,n0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less1) ).

fof(c_0_26,plain,
    ! [X5,X4,X2] :
      ( epred1_3(X2,X4,X5)
    <=> ( ( X4 = tapOn
          & X2 = filling )
        | ( X4 = overflow
          & X2 = spilling )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = tapOff
            & X2 = waterLevel(X9) )
        | ? [X9] :
            ( holdsAt(waterLevel(X9),X5)
            & X4 = overflow
            & X2 = waterLevel(X9) ) ) ),
    introduced(definition) ).

fof(c_0_27,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> epred1_3(X2,X4,X5) ),
    inference(apply_def,[status(thm)],[initiates_all_defn,c_0_26]) ).

fof(c_0_28,plain,
    ! [X112,X113,X114,X117,X118,X119,X120,X121] :
      ( ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X113 = tapOn
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X113 = overflow
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | holdsAt(waterLevel(esk10_3(X112,X113,X114)),X112)
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X113 = tapOff
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X113 = tapOff
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X113 = tapOff
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( holdsAt(waterLevel(esk11_3(X112,X113,X114)),X112)
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X113 = overflow
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X114 = waterLevel(esk11_3(X112,X113,X114))
        | X114 = waterLevel(esk10_3(X112,X113,X114))
        | X114 = spilling
        | X114 = filling
        | ~ epred1_3(X114,X113,X112) )
      & ( X118 != tapOn
        | X119 != filling
        | epred1_3(X119,X118,X117) )
      & ( X118 != overflow
        | X119 != spilling
        | epred1_3(X119,X118,X117) )
      & ( ~ holdsAt(waterLevel(X120),X117)
        | X118 != tapOff
        | X119 != waterLevel(X120)
        | epred1_3(X119,X118,X117) )
      & ( ~ holdsAt(waterLevel(X121),X117)
        | X118 != overflow
        | X119 != waterLevel(X121)
        | epred1_3(X119,X118,X117) ) ),
    inference(distribute,[status(thm)],[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_26])])])])])]) ).

fof(c_0_29,plain,
    ! [X68,X69,X70] :
      ( ( ~ initiates(X68,X69,X70)
        | epred1_3(X69,X68,X70) )
      & ( ~ epred1_3(X69,X68,X70)
        | initiates(X68,X69,X70) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_27])]) ).

cnf(c_0_30,plain,
    ( epred1_3(X2,X1,X3)
    | X1 != tapOn
    | X2 != filling ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

fof(c_0_31,plain,
    ! [X56,X57,X58] :
      ( ~ happens(X56,X57)
      | ~ initiates(X56,X58,X57)
      | holdsAt(X58,plus(X57,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_holds])]) ).

cnf(c_0_32,plain,
    ( initiates(X2,X1,X3)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_33,plain,
    epred1_3(filling,tapOn,X1),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_30])]) ).

fof(c_0_34,plain,
    ! [X82,X83] :
      ( ( holdsAt(waterLevel(n3),X83)
        | X82 = tapOn
        | ~ happens(X82,X83) )
      & ( holdsAt(filling,X83)
        | X82 = tapOn
        | ~ happens(X82,X83) )
      & ( X82 = overflow
        | X82 = tapOn
        | ~ happens(X82,X83) )
      & ( holdsAt(waterLevel(n3),X83)
        | X83 = n0
        | ~ happens(X82,X83) )
      & ( holdsAt(filling,X83)
        | X83 = n0
        | ~ happens(X82,X83) )
      & ( X82 = overflow
        | X83 = n0
        | ~ happens(X82,X83) )
      & ( X82 != tapOn
        | X83 != n0
        | happens(X82,X83) )
      & ( ~ holdsAt(waterLevel(n3),X83)
        | ~ holdsAt(filling,X83)
        | X82 != overflow
        | happens(X82,X83) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_all_defn])])]) ).

fof(c_0_35,plain,
    ! [X95,X96] : plus(X95,X96) = plus(X96,X95),
    inference(variable_rename,[status(thm)],[symmetry_of_plus]) ).

cnf(c_0_36,plain,
    ( holdsAt(X3,plus(X2,n1))
    | ~ happens(X1,X2)
    | ~ initiates(X1,X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

cnf(c_0_37,plain,
    initiates(tapOn,filling,X1),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

cnf(c_0_38,plain,
    ( happens(X1,X2)
    | X1 != tapOn
    | X2 != n0 ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_39,plain,
    plus(n0,n1) = n1,
    inference(split_conjunct,[status(thm)],[plus0_1]) ).

cnf(c_0_40,plain,
    plus(X1,X2) = plus(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

fof(c_0_41,plain,
    ! [X44,X45] :
      ( ( happens(esk5_2(X44,X45),X45)
        | ~ holdsAt(X44,X45)
        | releasedAt(X44,plus(X45,n1))
        | holdsAt(X44,plus(X45,n1)) )
      & ( terminates(esk5_2(X44,X45),X44,X45)
        | ~ holdsAt(X44,X45)
        | releasedAt(X44,plus(X45,n1))
        | holdsAt(X44,plus(X45,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[keep_holding])])])])]) ).

cnf(c_0_42,plain,
    ( holdsAt(filling,plus(X1,n1))
    | ~ happens(tapOn,X1) ),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

cnf(c_0_43,plain,
    happens(tapOn,n0),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_38])]) ).

cnf(c_0_44,plain,
    plus(n1,n0) = n1,
    inference(rw,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_45,plain,
    ( happens(esk5_2(X1,X2),X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

cnf(c_0_46,plain,
    holdsAt(filling,n1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_40]),c_0_44]) ).

cnf(c_0_47,plain,
    plus(n1,n1) = n2,
    inference(split_conjunct,[status(thm)],[plus1_1]) ).

fof(c_0_48,plain,
    ! [X71,X72,X73] :
      ( ( X71 = overflow
        | X71 = tapOff
        | ~ terminates(X71,X72,X73) )
      & ( X72 = filling
        | X71 = tapOff
        | ~ terminates(X71,X72,X73) )
      & ( X71 = overflow
        | X72 = filling
        | ~ terminates(X71,X72,X73) )
      & ( X72 = filling
        | X72 = filling
        | ~ terminates(X71,X72,X73) )
      & ( X71 != tapOff
        | X72 != filling
        | terminates(X71,X72,X73) )
      & ( X71 != overflow
        | X72 != filling
        | terminates(X71,X72,X73) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[terminates_all_defn])])]) ).

cnf(c_0_49,plain,
    ( terminates(esk5_2(X1,X2),X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | holdsAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

cnf(c_0_50,plain,
    ( X1 = overflow
    | X1 = tapOn
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_51,plain,
    ( releasedAt(filling,n2)
    | holdsAt(filling,n2)
    | happens(esk5_2(filling,n1),n1) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_47]),c_0_47]) ).

cnf(c_0_52,plain,
    ( X1 = overflow
    | X1 = tapOff
    | ~ terminates(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_53,plain,
    ( releasedAt(filling,n2)
    | holdsAt(filling,n2)
    | terminates(esk5_2(filling,n1),filling,n1) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_46]),c_0_47]),c_0_47]) ).

fof(c_0_54,plain,
    ! [X65,X66,X67] :
      ( ( ~ initiates(X65,X67,X66)
        | ~ happens(X65,X66)
        | ~ releasedAt(X67,plus(X66,n1)) )
      & ( ~ terminates(X65,X67,X66)
        | ~ happens(X65,X66)
        | ~ releasedAt(X67,plus(X66,n1)) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[happens_not_released])])])]) ).

fof(c_0_55,plain,
    ! [X47,X48] :
      ( ( happens(esk6_2(X47,X48),X48)
        | holdsAt(X47,X48)
        | releasedAt(X47,plus(X48,n1))
        | ~ holdsAt(X47,plus(X48,n1)) )
      & ( initiates(esk6_2(X47,X48),X47,X48)
        | holdsAt(X47,X48)
        | releasedAt(X47,plus(X48,n1))
        | ~ holdsAt(X47,plus(X48,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[keep_not_holding])])])])]) ).

fof(c_0_56,plain,
    ! [X53,X54] :
      ( ( happens(esk8_2(X53,X54),X54)
        | releasedAt(X53,X54)
        | ~ releasedAt(X53,plus(X54,n1)) )
      & ( releases(esk8_2(X53,X54),X53,X54)
        | releasedAt(X53,X54)
        | ~ releasedAt(X53,plus(X54,n1)) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[keep_not_released])])])])]) ).

cnf(c_0_57,plain,
    ( esk5_2(filling,n1) = overflow
    | esk5_2(filling,n1) = tapOn
    | releasedAt(filling,n2)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_58,plain,
    ( esk5_2(filling,n1) = tapOff
    | esk5_2(filling,n1) = overflow
    | releasedAt(filling,n2)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

cnf(c_0_59,plain,
    tapOff != overflow,
    inference(split_conjunct,[status(thm)],[tapOff_not_overflow]) ).

cnf(c_0_60,plain,
    tapOff != tapOn,
    inference(split_conjunct,[status(thm)],[tapOff_not_tapOn]) ).

cnf(c_0_61,plain,
    ( holdsAt(waterLevel(n3),X1)
    | X2 = tapOn
    | ~ happens(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_62,plain,
    ( ~ initiates(X1,X2,X3)
    | ~ happens(X1,X3)
    | ~ releasedAt(X2,plus(X3,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_63,plain,
    ( happens(esk6_2(X1,X2),X2)
    | holdsAt(X1,X2)
    | releasedAt(X1,plus(X2,n1))
    | ~ holdsAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_55]) ).

fof(c_0_64,negated_conjecture,
    ~ ~ holdsAt(filling,n4),
    inference(assume_negation,[status(cth)],[not_filling_4]) ).

cnf(c_0_65,plain,
    ( happens(esk8_2(X1,X2),X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_66,plain,
    ( esk5_2(filling,n1) = overflow
    | releasedAt(filling,n2)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_58]),c_0_59]),c_0_60]) ).

cnf(c_0_67,plain,
    ( esk5_2(filling,n1) = tapOn
    | releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_61,c_0_51]) ).

cnf(c_0_68,plain,
    overflow != tapOn,
    inference(split_conjunct,[status(thm)],[overflow_not_tapOn]) ).

cnf(c_0_69,plain,
    ( ~ releasedAt(filling,plus(X1,n1))
    | ~ happens(tapOn,X1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_37]) ).

cnf(c_0_70,plain,
    ( releasedAt(X1,plus(n1,X2))
    | holdsAt(X1,X2)
    | happens(esk6_2(X1,X2),X2)
    | ~ holdsAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_63,c_0_40]) ).

cnf(c_0_71,plain,
    plus(n1,n3) = n4,
    inference(split_conjunct,[status(thm)],[plus1_3]) ).

fof(c_0_72,negated_conjecture,
    holdsAt(filling,n4),
    inference(fof_simplification,[status(thm)],[c_0_64]) ).

cnf(c_0_73,plain,
    ( releasedAt(X1,n1)
    | happens(esk8_2(X1,n1),n1)
    | ~ releasedAt(X1,n2) ),
    inference(spm,[status(thm)],[c_0_65,c_0_47]) ).

cnf(c_0_74,plain,
    ( releasedAt(filling,n2)
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_67]),c_0_68]) ).

cnf(c_0_75,plain,
    ~ releasedAt(filling,n1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_43]),c_0_40]),c_0_44]) ).

cnf(c_0_76,plain,
    ( releasedAt(X1,n4)
    | holdsAt(X1,n3)
    | happens(esk6_2(X1,n3),n3)
    | ~ holdsAt(X1,n4) ),
    inference(spm,[status(thm)],[c_0_70,c_0_71]) ).

cnf(c_0_77,negated_conjecture,
    holdsAt(filling,n4),
    inference(split_conjunct,[status(thm)],[c_0_72]) ).

cnf(c_0_78,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(esk8_2(filling,n1),n1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_74]),c_0_75]) ).

cnf(c_0_79,plain,
    ( releases(esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_80,plain,
    ( releasedAt(X1,X2)
    | happens(esk8_2(X1,X2),X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_65,c_0_40]) ).

cnf(c_0_81,plain,
    ( holdsAt(filling,X1)
    | X1 = n0
    | ~ happens(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_82,negated_conjecture,
    ( releasedAt(filling,n4)
    | holdsAt(filling,n3)
    | happens(esk6_2(filling,n3),n3) ),
    inference(spm,[status(thm)],[c_0_76,c_0_77]) ).

cnf(c_0_83,plain,
    ( happens(X2,X1)
    | ~ holdsAt(waterLevel(n3),X1)
    | ~ holdsAt(filling,X1)
    | X2 != overflow ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_84,plain,
    ( esk8_2(filling,n1) = tapOn
    | holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(spm,[status(thm)],[c_0_61,c_0_78]) ).

cnf(c_0_85,plain,
    ( releases(esk8_2(X1,X2),X1,X2)
    | releasedAt(X1,X2)
    | ~ releasedAt(X1,plus(n1,X2)) ),
    inference(spm,[status(thm)],[c_0_79,c_0_40]) ).

cnf(c_0_86,plain,
    plus(n1,n2) = n3,
    inference(split_conjunct,[status(thm)],[plus1_2]) ).

cnf(c_0_87,plain,
    ( releasedAt(X1,n3)
    | happens(esk8_2(X1,n3),n3)
    | ~ releasedAt(X1,n4) ),
    inference(spm,[status(thm)],[c_0_80,c_0_71]) ).

cnf(c_0_88,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n4)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_81,c_0_82]) ).

cnf(c_0_89,plain,
    ( terminates(X1,X2,X3)
    | X1 != overflow
    | X2 != filling ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_90,plain,
    ( happens(overflow,X1)
    | ~ holdsAt(waterLevel(n3),X1)
    | ~ holdsAt(filling,X1) ),
    inference(er,[status(thm)],[c_0_83]) ).

cnf(c_0_91,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2)
    | happens(tapOn,n1) ),
    inference(spm,[status(thm)],[c_0_78,c_0_84]) ).

fof(c_0_92,plain,
    ! [X74,X75,X76,X78,X79,X80,X81] :
      ( ( X74 = tapOn
        | ~ releases(X74,X75,X76) )
      & ( X75 = waterLevel(esk9_2(X74,X75))
        | ~ releases(X74,X75,X76) )
      & ( X78 != tapOn
        | X79 != waterLevel(X80)
        | releases(X78,X79,X81) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[releases_all_defn])])])])])]) ).

cnf(c_0_93,plain,
    ( releases(esk8_2(X1,n2),X1,n2)
    | releasedAt(X1,n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_85,c_0_86]) ).

cnf(c_0_94,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n3)
    | holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_88]),c_0_81]) ).

fof(c_0_95,plain,
    ! [X91] : filling != waterLevel(X91),
    inference(variable_rename,[status(thm)],[filling_not_waterLevel]) ).

cnf(c_0_96,plain,
    ( ~ terminates(X1,X2,X3)
    | ~ happens(X1,X3)
    | ~ releasedAt(X2,plus(X3,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_97,plain,
    terminates(overflow,filling,X1),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_89])]) ).

cnf(c_0_98,plain,
    ( happens(overflow,n1)
    | ~ holdsAt(waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_90,c_0_46]) ).

cnf(c_0_99,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(filling,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_91]),c_0_47])]) ).

cnf(c_0_100,plain,
    ( X1 = waterLevel(esk9_2(X2,X1))
    | ~ releases(X2,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_92]) ).

cnf(c_0_101,negated_conjecture,
    ( n3 = n0
    | releases(esk8_2(filling,n2),filling,n2)
    | releasedAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_93,c_0_94]) ).

cnf(c_0_102,plain,
    filling != waterLevel(X1),
    inference(split_conjunct,[status(thm)],[c_0_95]) ).

cnf(c_0_103,plain,
    ( releasedAt(X1,n2)
    | happens(esk8_2(X1,n2),n2)
    | ~ releasedAt(X1,n3) ),
    inference(spm,[status(thm)],[c_0_80,c_0_86]) ).

cnf(c_0_104,plain,
    ( ~ releasedAt(filling,plus(X1,n1))
    | ~ happens(overflow,X1) ),
    inference(spm,[status(thm)],[c_0_96,c_0_97]) ).

cnf(c_0_105,plain,
    ( holdsAt(filling,n2)
    | happens(overflow,n1) ),
    inference(spm,[status(thm)],[c_0_98,c_0_99]) ).

fof(c_0_106,plain,
    ! [X97,X98] :
      ( ( ~ less_or_equal(X97,X98)
        | less(X97,X98)
        | X97 = X98 )
      & ( ~ less(X97,X98)
        | less_or_equal(X97,X98) )
      & ( X97 != X98
        | less_or_equal(X97,X98) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less_or_equal])])]) ).

cnf(c_0_107,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_101]),c_0_102]) ).

cnf(c_0_108,plain,
    ( holdsAt(filling,X1)
    | X2 = tapOn
    | ~ happens(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_109,negated_conjecture,
    ( n3 = n0
    | releasedAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(esk8_2(filling,n2),n2) ),
    inference(spm,[status(thm)],[c_0_103,c_0_94]) ).

cnf(c_0_110,plain,
    ( holdsAt(filling,n2)
    | ~ releasedAt(filling,n2) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_105]),c_0_47]) ).

fof(c_0_111,plain,
    ! [X101] :
      ( ( ~ less(X101,n2)
        | less_or_equal(X101,n1) )
      & ( ~ less_or_equal(X101,n1)
        | less(X101,n2) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less2])]) ).

cnf(c_0_112,plain,
    ( less_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_106]) ).

fof(c_0_113,plain,
    ! [X59,X60,X61] :
      ( ~ happens(X59,X60)
      | ~ terminates(X59,X61,X60)
      | ~ holdsAt(X61,plus(X60,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[happens_terminates_not_holds])])]) ).

cnf(c_0_114,plain,
    ( X1 = overflow
    | X2 = n0
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_115,negated_conjecture,
    ( n3 = n0
    | holdsAt(filling,n3)
    | happens(esk8_2(filling,n1),n1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_107]),c_0_75]) ).

cnf(c_0_116,negated_conjecture,
    ( esk8_2(filling,n2) = tapOn
    | n3 = n0
    | holdsAt(filling,n3)
    | holdsAt(filling,n2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_108,c_0_109]),c_0_110]) ).

cnf(c_0_117,plain,
    ( less(X1,n2)
    | ~ less_or_equal(X1,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_111]) ).

cnf(c_0_118,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_112]) ).

cnf(c_0_119,plain,
    ( ~ happens(X1,X2)
    | ~ terminates(X1,X3,X2)
    | ~ holdsAt(X3,plus(X2,n1)) ),
    inference(split_conjunct,[status(thm)],[c_0_113]) ).

cnf(c_0_120,negated_conjecture,
    ( esk8_2(filling,n1) = overflow
    | n3 = n0
    | n0 = n1
    | holdsAt(filling,n3) ),
    inference(spm,[status(thm)],[c_0_114,c_0_115]) ).

cnf(c_0_121,negated_conjecture,
    ( n3 = n0
    | holdsAt(filling,n2)
    | holdsAt(filling,n3)
    | happens(tapOn,n2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_109,c_0_116]),c_0_110]) ).

fof(c_0_122,plain,
    ! [X102] :
      ( ( ~ less(X102,n3)
        | less_or_equal(X102,n2) )
      & ( ~ less_or_equal(X102,n2)
        | less(X102,n3) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less3])]) ).

cnf(c_0_123,plain,
    ( less_or_equal(X1,X2)
    | ~ less(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_106]) ).

cnf(c_0_124,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_117,c_0_118]) ).

cnf(c_0_125,plain,
    ( ~ holdsAt(filling,plus(X1,n1))
    | ~ happens(overflow,X1) ),
    inference(spm,[status(thm)],[c_0_119,c_0_97]) ).

cnf(c_0_126,negated_conjecture,
    ( n0 = n1
    | n3 = n0
    | holdsAt(filling,n3)
    | happens(overflow,n1) ),
    inference(spm,[status(thm)],[c_0_115,c_0_120]) ).

cnf(c_0_127,plain,
    ( n3 = n0
    | holdsAt(filling,n2)
    | holdsAt(filling,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_121]),c_0_40]),c_0_86])]) ).

fof(c_0_128,plain,
    ! [X109,X110] :
      ( ( ~ less(X110,X109)
        | ~ less(X109,X110) )
      & ( X110 != X109
        | ~ less(X109,X110) )
      & ( less(X110,X109)
        | X110 = X109
        | less(X109,X110) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[less_property])])])]) ).

cnf(c_0_129,plain,
    ( less(X1,n3)
    | ~ less_or_equal(X1,n2) ),
    inference(split_conjunct,[status(thm)],[c_0_122]) ).

cnf(c_0_130,plain,
    less_or_equal(n1,n2),
    inference(spm,[status(thm)],[c_0_123,c_0_124]) ).

cnf(c_0_131,negated_conjecture,
    ( n3 = n0
    | n0 = n1
    | holdsAt(filling,n3) ),
    inference(csr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_125,c_0_126]),c_0_47]),c_0_127]) ).

cnf(c_0_132,lemma,
    holdsAt(waterLevel(n3),n3),
    inference(split_conjunct,[status(thm)],[waterLevel_3]) ).

fof(c_0_133,plain,
    ! [X100] :
      ( ( ~ less(X100,n1)
        | less_or_equal(X100,n0) )
      & ( ~ less_or_equal(X100,n0)
        | less(X100,n1) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less1])]) ).

cnf(c_0_134,plain,
    ( ~ less(X1,X2)
    | ~ less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_128]) ).

cnf(c_0_135,plain,
    less(n1,n3),
    inference(spm,[status(thm)],[c_0_129,c_0_130]) ).

cnf(c_0_136,negated_conjecture,
    ( n0 = n1
    | n3 = n0
    | happens(overflow,n3) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_90,c_0_131]),c_0_132])]) ).

cnf(c_0_137,plain,
    ( less(X1,n1)
    | ~ less_or_equal(X1,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_133]) ).

cnf(c_0_138,plain,
    ~ less(n3,n1),
    inference(spm,[status(thm)],[c_0_134,c_0_135]) ).

cnf(c_0_139,negated_conjecture,
    ( n3 = n0
    | n0 = n1 ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_125,c_0_136]),c_0_40]),c_0_71]),c_0_77])]) ).

cnf(c_0_140,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_137,c_0_118]) ).

cnf(c_0_141,plain,
    ( X1 != X2
    | ~ less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_128]) ).

cnf(c_0_142,negated_conjecture,
    n0 = n1,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_138,c_0_139]),c_0_140])]) ).

cnf(c_0_143,plain,
    ~ less(X1,X1),
    inference(er,[status(thm)],[c_0_141]) ).

cnf(c_0_144,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_140,c_0_142]),c_0_143]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.14  % Problem  : CSR002+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.13/0.15  % Command  : enigmatic-eprover.py %s %d 1
% 0.16/0.37  % Computer : n009.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 600
% 0.16/0.37  % DateTime : Sat Jun 11 17:28:40 EDT 2022
% 0.16/0.37  % CPUTime  : 
% 0.23/0.48  # ENIGMATIC: Selected SinE mode:
% 0.23/0.49  # Parsing /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.23/0.49  # Filter: axfilter_auto   0 goes into file theBenchmark_axfilter_auto   0.p
% 0.23/0.49  # Filter: axfilter_auto   1 goes into file theBenchmark_axfilter_auto   1.p
% 0.23/0.49  # Filter: axfilter_auto   2 goes into file theBenchmark_axfilter_auto   2.p
% 9.45/2.66  # ENIGMATIC: Solved by autoschedule:
% 9.45/2.66  # No SInE strategy applied
% 9.45/2.66  # Trying AutoSched0 for 150 seconds
% 9.45/2.66  # AutoSched0-Mode selected heuristic G_E___208_C18_F1_SE_CS_SP_PS_S5PRR_S2m
% 9.45/2.66  # and selection function SelectCQArNTNpEqFirst.
% 9.45/2.66  #
% 9.45/2.66  # Preprocessing time       : 0.033 s
% 9.45/2.66  # Presaturation interreduction done
% 9.45/2.66  
% 9.45/2.66  # Proof found!
% 9.45/2.66  # SZS status Theorem
% 9.45/2.66  # SZS output start CNFRefutation
% See solution above
% 9.45/2.66  # Training examples: 0 positive, 0 negative
% 9.45/2.66  
% 9.45/2.66  # -------------------------------------------------
% 9.45/2.66  # User time                : 0.204 s
% 9.45/2.66  # System time              : 0.014 s
% 9.45/2.66  # Total time               : 0.218 s
% 9.45/2.66  # Maximum resident set size: 7120 pages
% 9.45/2.66  
%------------------------------------------------------------------------------