TSTP Solution File: CSR007+1 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : CSR007+1 : TPTP v8.2.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n027.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Mon May 20 19:17:07 EDT 2024

% Result   : Theorem 15.70s 2.48s
% Output   : CNFRefutation 15.70s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   21
% Syntax   : Number of formulae    :  127 (  43 unt;   0 def)
%            Number of atoms       :  550 ( 243 equ)
%            Maximal formula atoms :  194 (   4 avg)
%            Number of connectives :  578 ( 155   ~; 312   |;  95   &)
%                                         (  12 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   52 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-4 aty)
%            Number of functors    :   15 (  15 usr;   9 con; 0-3 aty)
%            Number of variables   :  175 (   6 sgn  91   !;   7   ?)

% Comments : 
%------------------------------------------------------------------------------
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(less_property,axiom,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_property) ).

fof(change_of_waterLevel,axiom,
    ! [X10,X5,X11,X7] :
      ( ( holdsAt(waterLevel(X10),X5)
        & X11 = plus(X10,X7) )
     => trajectory(filling,X5,waterLevel(X11),X7) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',change_of_waterLevel) ).

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

fof(less0,axiom,
    ~ ? [X12] : less(X12,n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less0) ).

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

fof(change_holding,axiom,
    ! [X4,X5,X2,X6,X7] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5)
        & less(n0,X7)
        & trajectory(X2,X5,X6,X7)
        & ~ stoppedIn(X5,X2,plus(X5,X7)) )
     => holdsAt(X6,plus(X5,X7)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',change_holding) ).

fof(waterLevel_0,hypothesis,
    holdsAt(waterLevel(n0),n0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',waterLevel_0) ).

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(plus0_2,axiom,
    plus(n0,n2) = n2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',plus0_2) ).

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(stoppedin_defn,axiom,
    ! [X1,X2,X3] :
      ( stoppedIn(X1,X2,X3)
    <=> ? [X4,X5] :
          ( happens(X4,X5)
          & less(X1,X5)
          & less(X5,X3)
          & terminates(X4,X2,X5) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+0.ax',stoppedin_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(overflow_not_tapOn,axiom,
    overflow != tapOn,
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',overflow_not_tapOn) ).

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

fof(same_waterLevel,axiom,
    ! [X5,X10,X11] :
      ( ( holdsAt(waterLevel(X10),X5)
        & holdsAt(waterLevel(X11),X5) )
     => X10 = X11 ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+1.ax',same_waterLevel) ).

fof(waterlevel_not_3,conjecture,
    ~ holdsAt(waterLevel(n3),n2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',waterlevel_not_3) ).

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(less3,axiom,
    ! [X12] :
      ( less(X12,n3)
    <=> less_or_equal(X12,n2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less3) ).

fof(c_0_20,plain,
    ! [X100,X101] :
      ( ( ~ less_or_equal(X100,X101)
        | less(X100,X101)
        | X100 = X101 )
      & ( ~ less(X100,X101)
        | less_or_equal(X100,X101) )
      & ( X100 != X101
        | less_or_equal(X100,X101) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less_or_equal])])])]) ).

fof(c_0_21,plain,
    ! [X12,X13] :
      ( less(X12,X13)
    <=> ( ~ less(X13,X12)
        & X13 != X12 ) ),
    inference(fof_simplification,[status(thm)],[less_property]) ).

fof(c_0_22,plain,
    ! [X93,X94,X95,X96] :
      ( ~ holdsAt(waterLevel(X93),X94)
      | X95 != plus(X93,X96)
      | trajectory(filling,X94,waterLevel(X95),X96) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[change_of_waterLevel])])]) ).

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

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

fof(c_0_25,plain,
    ! [X104,X105] :
      ( ( ~ less(X105,X104)
        | ~ less(X104,X105) )
      & ( X105 != X104
        | ~ less(X104,X105) )
      & ( less(X105,X104)
        | X105 = X104
        | less(X104,X105) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_21])])])]) ).

cnf(c_0_26,plain,
    ( trajectory(filling,X2,waterLevel(X3),X4)
    | ~ holdsAt(waterLevel(X1),X2)
    | X3 != plus(X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

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

cnf(c_0_28,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_24]) ).

fof(c_0_29,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) ).

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

cnf(c_0_31,plain,
    ( less(X1,X2)
    | X1 = X2
    | less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

fof(c_0_32,plain,
    ! [X97] : ~ less(X97,n0),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less0])])]) ).

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

fof(c_0_34,plain,
    ! [X4,X5,X2,X6,X7] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5)
        & less(n0,X7)
        & trajectory(X2,X5,X6,X7)
        & ~ stoppedIn(X5,X2,plus(X5,X7)) )
     => holdsAt(X6,plus(X5,X7)) ),
    inference(fof_simplification,[status(thm)],[change_holding]) ).

cnf(c_0_35,plain,
    ( trajectory(filling,X1,waterLevel(plus(X2,X3)),X3)
    | ~ holdsAt(waterLevel(X2),X1) ),
    inference(er,[status(thm)],[c_0_26]) ).

cnf(c_0_36,hypothesis,
    holdsAt(waterLevel(n0),n0),
    inference(split_conjunct,[status(thm)],[waterLevel_0]) ).

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

cnf(c_0_38,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

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

fof(c_0_40,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(fof_nnf,[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_29])])])])])])]) ).

cnf(c_0_41,plain,
    ( less(X1,X2)
    | X1 = X2
    | ~ less_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_42,plain,
    ( X1 = n1
    | less_or_equal(X1,n0)
    | less(n1,X1) ),
    inference(spm,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_43,plain,
    ~ less(X1,n0),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

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

fof(c_0_45,plain,
    ! [X88,X89,X90,X91,X92] :
      ( ~ happens(X88,X89)
      | ~ initiates(X88,X90,X89)
      | ~ less(n0,X92)
      | ~ trajectory(X90,X89,X91,X92)
      | stoppedIn(X89,X90,plus(X89,X92))
      | holdsAt(X91,plus(X89,X92)) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_34])])]) ).

cnf(c_0_46,hypothesis,
    trajectory(filling,n0,waterLevel(plus(n0,X1)),X1),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

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

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

cnf(c_0_49,plain,
    less_or_equal(n0,n1),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

fof(c_0_50,plain,
    ! [X26,X27,X28] :
      ( ( ~ initiates(X26,X27,X28)
        | epred1_3(X27,X26,X28) )
      & ( ~ epred1_3(X27,X26,X28)
        | initiates(X26,X27,X28) ) ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_39])])]) ).

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

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

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

cnf(c_0_54,plain,
    ( X1 = n1
    | X1 = n0
    | less(n1,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43]) ).

cnf(c_0_55,plain,
    ( X1 = n2
    | less_or_equal(X1,n1)
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_44,c_0_31]) ).

cnf(c_0_56,plain,
    ( stoppedIn(X2,X3,plus(X2,X4))
    | holdsAt(X5,plus(X2,X4))
    | ~ happens(X1,X2)
    | ~ initiates(X1,X3,X2)
    | ~ less(n0,X4)
    | ~ trajectory(X3,X2,X5,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_45]) ).

cnf(c_0_57,hypothesis,
    trajectory(filling,n0,waterLevel(n2),n2),
    inference(spm,[status(thm)],[c_0_46,c_0_47]) ).

cnf(c_0_58,plain,
    less(n0,n2),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

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

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

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

cnf(c_0_62,plain,
    ( X1 = n0
    | X1 = n1
    | ~ less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

cnf(c_0_63,plain,
    ( X1 = n2
    | X1 = n1
    | less(n2,X1)
    | less(X1,n1) ),
    inference(spm,[status(thm)],[c_0_41,c_0_55]) ).

fof(c_0_64,plain,
    ! [X65,X66,X67,X70,X71,X72,X73,X74] :
      ( ( happens(esk6_3(X65,X66,X67),esk7_3(X65,X66,X67))
        | ~ stoppedIn(X65,X66,X67) )
      & ( less(X65,esk7_3(X65,X66,X67))
        | ~ stoppedIn(X65,X66,X67) )
      & ( less(esk7_3(X65,X66,X67),X67)
        | ~ stoppedIn(X65,X66,X67) )
      & ( terminates(esk6_3(X65,X66,X67),X66,esk7_3(X65,X66,X67))
        | ~ stoppedIn(X65,X66,X67) )
      & ( ~ happens(X73,X74)
        | ~ less(X70,X74)
        | ~ less(X74,X72)
        | ~ terminates(X73,X71,X74)
        | stoppedIn(X70,X71,X72) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[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)],[stoppedin_defn])])])])])])]) ).

cnf(c_0_65,hypothesis,
    ( holdsAt(waterLevel(n2),n2)
    | stoppedIn(n0,filling,n2)
    | ~ initiates(X1,filling,n0)
    | ~ happens(X1,n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_57]),c_0_47]),c_0_47]),c_0_58])]) ).

cnf(c_0_66,plain,
    initiates(tapOn,filling,X1),
    inference(spm,[status(thm)],[c_0_59,c_0_60]) ).

cnf(c_0_67,plain,
    happens(tapOn,n0),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_61])]) ).

cnf(c_0_68,plain,
    ( X1 = n2
    | X1 = n1
    | X1 = n0
    | less(n2,X1) ),
    inference(spm,[status(thm)],[c_0_62,c_0_63]) ).

cnf(c_0_69,plain,
    ( less(esk7_3(X1,X2,X3),X3)
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_70,plain,
    ( holdsAt(waterLevel(n2),n2)
    | stoppedIn(n0,filling,n2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_67])]) ).

cnf(c_0_71,plain,
    ( X1 = n0
    | X1 = n1
    | X1 = n2
    | ~ less(X1,n2) ),
    inference(spm,[status(thm)],[c_0_53,c_0_68]) ).

cnf(c_0_72,plain,
    ( holdsAt(waterLevel(n2),n2)
    | less(esk7_3(n0,filling,n2),n2) ),
    inference(spm,[status(thm)],[c_0_69,c_0_70]) ).

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

fof(c_0_74,plain,
    ! [X56,X57] : plus(X56,X57) = plus(X57,X56),
    inference(variable_rename,[status(thm)],[symmetry_of_plus]) ).

cnf(c_0_75,plain,
    ( less(X1,esk7_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_76,plain,
    ( esk7_3(n0,filling,n2) = n2
    | esk7_3(n0,filling,n2) = n1
    | esk7_3(n0,filling,n2) = n0
    | holdsAt(waterLevel(n2),n2) ),
    inference(spm,[status(thm)],[c_0_71,c_0_72]) ).

cnf(c_0_77,plain,
    ~ less(X1,X1),
    inference(er,[status(thm)],[c_0_73]) ).

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

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

cnf(c_0_80,plain,
    ( happens(esk6_3(X1,X2,X3),esk7_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_81,plain,
    ( holdsAt(waterLevel(n2),n2)
    | less(n0,esk7_3(n0,filling,n2)) ),
    inference(spm,[status(thm)],[c_0_75,c_0_70]) ).

cnf(c_0_82,plain,
    ( esk7_3(n0,filling,n2) = n0
    | esk7_3(n0,filling,n2) = n1
    | holdsAt(waterLevel(n2),n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_76]),c_0_77]) ).

cnf(c_0_83,hypothesis,
    trajectory(filling,n0,waterLevel(plus(X1,n0)),X1),
    inference(spm,[status(thm)],[c_0_46,c_0_78]) ).

cnf(c_0_84,plain,
    plus(n1,n0) = n1,
    inference(rw,[status(thm)],[c_0_79,c_0_78]) ).

cnf(c_0_85,plain,
    ( terminates(esk6_3(X1,X2,X3),X2,esk7_3(X1,X2,X3))
    | ~ stoppedIn(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_86,plain,
    ( holdsAt(waterLevel(n2),n2)
    | happens(esk6_3(n0,filling,n2),esk7_3(n0,filling,n2)) ),
    inference(spm,[status(thm)],[c_0_80,c_0_70]) ).

cnf(c_0_87,plain,
    ( esk7_3(n0,filling,n2) = n1
    | holdsAt(waterLevel(n2),n2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_82]),c_0_77]) ).

cnf(c_0_88,hypothesis,
    trajectory(filling,n0,waterLevel(n1),n1),
    inference(spm,[status(thm)],[c_0_83,c_0_84]) ).

cnf(c_0_89,plain,
    ( holdsAt(waterLevel(n2),n2)
    | terminates(esk6_3(n0,filling,n2),filling,esk7_3(n0,filling,n2)) ),
    inference(spm,[status(thm)],[c_0_85,c_0_70]) ).

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

cnf(c_0_91,plain,
    ( holdsAt(waterLevel(n2),n2)
    | happens(esk6_3(n0,filling,n2),n1) ),
    inference(spm,[status(thm)],[c_0_86,c_0_87]) ).

fof(c_0_92,plain,
    overflow != tapOn,
    inference(fof_simplification,[status(thm)],[overflow_not_tapOn]) ).

fof(c_0_93,plain,
    tapOff != tapOn,
    inference(fof_simplification,[status(thm)],[tapOff_not_tapOn]) ).

cnf(c_0_94,hypothesis,
    ( holdsAt(waterLevel(n1),n1)
    | stoppedIn(n0,filling,n1)
    | ~ initiates(X1,filling,n0)
    | ~ happens(X1,n0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_88]),c_0_78]),c_0_84]),c_0_78]),c_0_84]),c_0_38])]) ).

fof(c_0_95,plain,
    ! [X31,X32,X33] :
      ( ~ holdsAt(waterLevel(X32),X31)
      | ~ holdsAt(waterLevel(X33),X31)
      | X32 = X33 ),
    inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[same_waterLevel])])]) ).

fof(c_0_96,negated_conjecture,
    holdsAt(waterLevel(n3),n2),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[waterlevel_not_3])]) ).

fof(c_0_97,plain,
    ! [X75,X76,X77] :
      ( ( X75 = overflow
        | X75 = tapOff
        | ~ terminates(X75,X76,X77) )
      & ( X76 = filling
        | X75 = tapOff
        | ~ terminates(X75,X76,X77) )
      & ( X75 = overflow
        | X76 = filling
        | ~ terminates(X75,X76,X77) )
      & ( X76 = filling
        | X76 = filling
        | ~ terminates(X75,X76,X77) )
      & ( X75 != tapOff
        | X76 != filling
        | terminates(X75,X76,X77) )
      & ( X75 != overflow
        | X76 != filling
        | terminates(X75,X76,X77) ) ),
    inference(distribute,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[terminates_all_defn])])])]) ).

cnf(c_0_98,plain,
    ( holdsAt(waterLevel(n2),n2)
    | terminates(esk6_3(n0,filling,n2),filling,n1) ),
    inference(spm,[status(thm)],[c_0_89,c_0_87]) ).

cnf(c_0_99,plain,
    ( esk6_3(n0,filling,n2) = tapOn
    | holdsAt(waterLevel(n2),n2)
    | holdsAt(waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_90,c_0_91]) ).

fof(c_0_100,plain,
    overflow != tapOn,
    inference(fof_nnf,[status(thm)],[c_0_92]) ).

fof(c_0_101,plain,
    tapOff != tapOn,
    inference(fof_nnf,[status(thm)],[c_0_93]) ).

cnf(c_0_102,plain,
    ( holdsAt(waterLevel(n1),n1)
    | stoppedIn(n0,filling,n1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_66]),c_0_67])]) ).

cnf(c_0_103,plain,
    ( X1 = X3
    | ~ holdsAt(waterLevel(X1),X2)
    | ~ holdsAt(waterLevel(X3),X2) ),
    inference(split_conjunct,[status(thm)],[c_0_95]) ).

cnf(c_0_104,negated_conjecture,
    holdsAt(waterLevel(n3),n2),
    inference(split_conjunct,[status(thm)],[c_0_96]) ).

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

cnf(c_0_106,plain,
    ( holdsAt(waterLevel(n3),n1)
    | holdsAt(waterLevel(n2),n2)
    | terminates(tapOn,filling,n1) ),
    inference(spm,[status(thm)],[c_0_98,c_0_99]) ).

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

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

cnf(c_0_109,plain,
    ( holdsAt(waterLevel(n1),n1)
    | less(esk7_3(n0,filling,n1),n1) ),
    inference(spm,[status(thm)],[c_0_69,c_0_102]) ).

cnf(c_0_110,negated_conjecture,
    ( X1 = n3
    | ~ holdsAt(waterLevel(X1),n2) ),
    inference(spm,[status(thm)],[c_0_103,c_0_104]) ).

cnf(c_0_111,plain,
    ( holdsAt(waterLevel(n2),n2)
    | holdsAt(waterLevel(n3),n1) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_105,c_0_106]),c_0_107]),c_0_108]) ).

cnf(c_0_112,plain,
    ( less_or_equal(esk7_3(n0,filling,n1),n0)
    | holdsAt(waterLevel(n1),n1) ),
    inference(spm,[status(thm)],[c_0_30,c_0_109]) ).

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

cnf(c_0_114,negated_conjecture,
    ( n2 = n3
    | holdsAt(waterLevel(n3),n1) ),
    inference(spm,[status(thm)],[c_0_110,c_0_111]) ).

cnf(c_0_115,plain,
    ( holdsAt(waterLevel(n1),n1)
    | less(n0,esk7_3(n0,filling,n1)) ),
    inference(spm,[status(thm)],[c_0_75,c_0_102]) ).

cnf(c_0_116,plain,
    ( esk7_3(n0,filling,n1) = n0
    | holdsAt(waterLevel(n1),n1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_112]),c_0_43]) ).

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

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

cnf(c_0_119,negated_conjecture,
    ( n2 = n3
    | X1 = n3
    | ~ holdsAt(waterLevel(X1),n1) ),
    inference(spm,[status(thm)],[c_0_103,c_0_114]) ).

cnf(c_0_120,plain,
    holdsAt(waterLevel(n1),n1),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_115,c_0_116]),c_0_77]) ).

cnf(c_0_121,plain,
    less_or_equal(n1,n2),
    inference(spm,[status(thm)],[c_0_37,c_0_117]) ).

cnf(c_0_122,plain,
    less(n2,n3),
    inference(spm,[status(thm)],[c_0_118,c_0_28]) ).

cnf(c_0_123,negated_conjecture,
    ( n3 = n1
    | n2 = n3 ),
    inference(spm,[status(thm)],[c_0_119,c_0_120]) ).

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

cnf(c_0_125,negated_conjecture,
    n3 = n1,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_122,c_0_123]),c_0_77]) ).

cnf(c_0_126,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_124,c_0_125]),c_0_77]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : CSR007+1 : TPTP v8.2.0. Bugfixed v3.1.0.
% 0.13/0.13  % Command    : run_E %s %d THM
% 0.13/0.34  % Computer : n027.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    : 300
% 0.13/0.34  % DateTime   : Sun May 19 01:16:08 EDT 2024
% 0.13/0.35  % CPUTime    : 
% 0.20/0.47  Running first-order model finding
% 0.20/0.47  Running: /export/starexec/sandbox2/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 15.70/2.48  # Version: 3.1.0
% 15.70/2.48  # Preprocessing class: FSLSSMSMSSSNFFN.
% 15.70/2.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 15.70/2.48  # Starting C07_19_nc_SOS_SAT001_MinMin_p005000_rr with 1500s (5) cores
% 15.70/2.48  # Starting new_bool_3 with 300s (1) cores
% 15.70/2.48  # Starting new_bool_1 with 300s (1) cores
% 15.70/2.48  # Starting sh5l with 300s (1) cores
% 15.70/2.48  # sh5l with pid 14244 completed with status 0
% 15.70/2.48  # Result found by sh5l
% 15.70/2.48  # Preprocessing class: FSLSSMSMSSSNFFN.
% 15.70/2.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 15.70/2.48  # Starting C07_19_nc_SOS_SAT001_MinMin_p005000_rr with 1500s (5) cores
% 15.70/2.48  # Starting new_bool_3 with 300s (1) cores
% 15.70/2.48  # Starting new_bool_1 with 300s (1) cores
% 15.70/2.48  # Starting sh5l with 300s (1) cores
% 15.70/2.48  # SinE strategy is gf500_gu_R04_F100_L20000
% 15.70/2.48  # Search class: FGHSF-FSLM32-SFFFFFNN
% 15.70/2.48  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 15.70/2.48  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2m with 163s (1) cores
% 15.70/2.48  # G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2m with pid 14250 completed with status 0
% 15.70/2.48  # Result found by G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2m
% 15.70/2.48  # Preprocessing class: FSLSSMSMSSSNFFN.
% 15.70/2.48  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 15.70/2.48  # Starting C07_19_nc_SOS_SAT001_MinMin_p005000_rr with 1500s (5) cores
% 15.70/2.48  # Starting new_bool_3 with 300s (1) cores
% 15.70/2.48  # Starting new_bool_1 with 300s (1) cores
% 15.70/2.48  # Starting sh5l with 300s (1) cores
% 15.70/2.48  # SinE strategy is gf500_gu_R04_F100_L20000
% 15.70/2.48  # Search class: FGHSF-FSLM32-SFFFFFNN
% 15.70/2.48  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 15.70/2.48  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S2m with 163s (1) cores
% 15.70/2.48  # Preprocessing time       : 0.003 s
% 15.70/2.48  # Presaturation interreduction done
% 15.70/2.48  
% 15.70/2.48  # Proof found!
% 15.70/2.48  # SZS status Theorem
% 15.70/2.48  # SZS output start CNFRefutation
% See solution above
% 15.70/2.48  # Parsed axioms                        : 55
% 15.70/2.48  # Removed by relevancy pruning/SinE    : 0
% 15.70/2.48  # Initial clauses                      : 137
% 15.70/2.48  # Removed in clause preprocessing      : 1
% 15.70/2.48  # Initial clauses in saturation        : 136
% 15.70/2.48  # Processed clauses                    : 19130
% 15.70/2.48  # ...of these trivial                  : 20
% 15.70/2.48  # ...subsumed                          : 12605
% 15.70/2.48  # ...remaining for further processing  : 6505
% 15.70/2.48  # Other redundant clauses eliminated   : 20
% 15.70/2.48  # Clauses deleted for lack of memory   : 0
% 15.70/2.48  # Backward-subsumed                    : 1257
% 15.70/2.48  # Backward-rewritten                   : 3302
% 15.70/2.48  # Generated clauses                    : 71238
% 15.70/2.48  # ...of the previous two non-redundant : 56330
% 15.70/2.48  # ...aggressively subsumed             : 0
% 15.70/2.48  # Contextual simplify-reflections      : 202
% 15.70/2.48  # Paramodulations                      : 71113
% 15.70/2.48  # Factorizations                       : 70
% 15.70/2.48  # NegExts                              : 0
% 15.70/2.48  # Equation resolutions                 : 63
% 15.70/2.48  # Disequality decompositions           : 0
% 15.70/2.48  # Total rewrite steps                  : 33080
% 15.70/2.48  # ...of those cached                   : 32868
% 15.70/2.48  # Propositional unsat checks           : 1
% 15.70/2.48  #    Propositional check models        : 1
% 15.70/2.48  #    Propositional check unsatisfiable : 0
% 15.70/2.48  #    Propositional clauses             : 0
% 15.70/2.48  #    Propositional clauses after purity: 0
% 15.70/2.48  #    Propositional unsat core size     : 0
% 15.70/2.48  #    Propositional preprocessing time  : 0.000
% 15.70/2.48  #    Propositional encoding time       : 0.013
% 15.70/2.48  #    Propositional solver time         : 0.003
% 15.70/2.48  #    Success case prop preproc time    : 0.000
% 15.70/2.48  #    Success case prop encoding time   : 0.000
% 15.70/2.48  #    Success case prop solver time     : 0.000
% 15.70/2.48  # Current number of processed clauses  : 1818
% 15.70/2.48  #    Positive orientable unit clauses  : 115
% 15.70/2.48  #    Positive unorientable unit clauses: 1
% 15.70/2.48  #    Negative unit clauses             : 44
% 15.70/2.48  #    Non-unit-clauses                  : 1658
% 15.70/2.48  # Current number of unprocessed clauses: 33814
% 15.70/2.48  # ...number of literals in the above   : 185718
% 15.70/2.48  # Current number of archived formulas  : 0
% 15.70/2.48  # Current number of archived clauses   : 4675
% 15.70/2.48  # Clause-clause subsumption calls (NU) : 1869118
% 15.70/2.48  # Rec. Clause-clause subsumption calls : 457621
% 15.70/2.48  # Non-unit clause-clause subsumptions  : 13363
% 15.70/2.48  # Unit Clause-clause subsumption calls : 2333
% 15.70/2.48  # Rewrite failures with RHS unbound    : 0
% 15.70/2.48  # BW rewrite match attempts            : 98
% 15.70/2.48  # BW rewrite match successes           : 68
% 15.70/2.48  # Condensation attempts                : 0
% 15.70/2.48  # Condensation successes               : 0
% 15.70/2.48  # Termbank termtop insertions          : 1492626
% 15.70/2.48  # Search garbage collected termcells   : 1503
% 15.70/2.48  
% 15.70/2.48  # -------------------------------------------------
% 15.70/2.48  # User time                : 1.906 s
% 15.70/2.48  # System time              : 0.029 s
% 15.70/2.48  # Total time               : 1.935 s
% 15.70/2.48  # Maximum resident set size: 2180 pages
% 15.70/2.48  
% 15.70/2.48  # -------------------------------------------------
% 15.70/2.48  # User time                : 1.911 s
% 15.70/2.48  # System time              : 0.029 s
% 15.70/2.48  # Total time               : 1.940 s
% 15.70/2.48  # Maximum resident set size: 1760 pages
% 15.70/2.48  % E---3.1 exiting
%------------------------------------------------------------------------------