TSTP Solution File: CSR018+1 by ET---2.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : CSR018+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

% Computer : n011.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 03:01:24 EDT 2022

% Result   : Theorem 0.24s 1.41s
% Output   : CNFRefutation 0.24s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   51 (  18 unt;   0 def)
%            Number of atoms       :  354 ( 186 equ)
%            Maximal formula atoms :  120 (   6 avg)
%            Number of connectives :  434 ( 131   ~; 221   |;  73   &)
%                                         (   8 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   40 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    8 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   8 con; 0-2 aty)
%            Number of variables   :   89 (  16 sgn  52   !;   1   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(initiates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> ( ( X4 = push
          & X2 = forwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = backwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = spinning
          & happens(push,X5) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.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/sandbox/benchmark/Axioms/CSR001+0.ax',happens_holds) ).

fof(happens_all_defn,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = push
          & X5 = n0 )
        | ( X4 = pull
          & X5 = n1 )
        | ( X4 = pull
          & X5 = n2 )
        | ( X4 = push
          & X5 = n2 ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.ax',happens_all_defn) ).

fof(backwards_2,conjecture,
    holdsAt(backwards,n2),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',backwards_2) ).

fof(less_or_equal,axiom,
    ! [X9,X10] :
      ( less_or_equal(X9,X10)
    <=> ( less(X9,X10)
        | X9 = X10 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',less_or_equal) ).

fof(plus1_1,axiom,
    plus(n1,n1) = n2,
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',plus1_1) ).

fof(less2,axiom,
    ! [X9] :
      ( less(X9,n2)
    <=> less_or_equal(X9,n1) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',less2) ).

fof(less_property,axiom,
    ! [X9,X10] :
      ( less(X9,X10)
    <=> ( ~ less(X10,X9)
        & X10 != X9 ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',less_property) ).

fof(less1,axiom,
    ! [X9] :
      ( less(X9,n1)
    <=> less_or_equal(X9,n0) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',less1) ).

fof(push_not_pull,axiom,
    push != pull,
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.ax',push_not_pull) ).

fof(less0,axiom,
    ~ ? [X9] : less(X9,n0),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',less0) ).

fof(c_0_11,plain,
    ! [X2,X4,X5] :
      ( epred1_3(X5,X4,X2)
    <=> ( ( X4 = push
          & X2 = forwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = backwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = spinning
          & happens(push,X5) ) ) ),
    introduced(definition) ).

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

fof(c_0_13,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ initiates(X6,X8,X7)
      | holdsAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_holds])]) ).

fof(c_0_14,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( ~ initiates(X6,X7,X8)
        | epred1_3(X8,X6,X7) )
      & ( ~ epred1_3(X8,X6,X7)
        | initiates(X6,X7,X8) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_12])])])]) ).

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

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

fof(c_0_17,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( X7 = pull
        | X7 = pull
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | X7 = pull
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X7 = pull
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = backwards
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | X6 = backwards
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X6 = backwards
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(push,X8)
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | ~ happens(push,X8)
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | ~ happens(push,X8)
        | X7 = push
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | X7 = pull
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | X7 = pull
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X7 = pull
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = backwards
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | X6 = backwards
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X6 = backwards
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(push,X8)
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | ~ happens(push,X8)
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | ~ happens(push,X8)
        | X6 = forwards
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | X7 = pull
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | X7 = pull
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X7 = pull
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = backwards
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | X6 = backwards
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X6 = backwards
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(push,X8)
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( X6 = spinning
        | ~ happens(push,X8)
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( happens(push,X8)
        | ~ happens(push,X8)
        | ~ happens(pull,X8)
        | ~ epred1_3(X8,X7,X6) )
      & ( X7 != push
        | X6 != forwards
        | happens(pull,X8)
        | epred1_3(X8,X7,X6) )
      & ( X7 != pull
        | X6 != backwards
        | happens(push,X8)
        | epred1_3(X8,X7,X6) )
      & ( X7 != pull
        | X6 != spinning
        | ~ happens(push,X8)
        | epred1_3(X8,X7,X6) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[c_0_11])])])])])]) ).

cnf(c_0_18,plain,
    ( holdsAt(X1,plus(X2,n1))
    | ~ epred1_3(X2,X3,X1)
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_19,plain,
    ( epred1_3(X1,X2,X3)
    | happens(push,X1)
    | X3 != backwards
    | X2 != pull ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

fof(c_0_20,plain,
    ! [X6,X7,X6,X7] :
      ( ( X6 = push
        | X6 = pull
        | X6 = pull
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X6 = pull
        | X6 = pull
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X7 = n2
        | X6 = pull
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X7 = n2
        | X6 = pull
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X6 = pull
        | X7 = n1
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X6 = pull
        | X7 = n1
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X7 = n2
        | X7 = n1
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X7 = n2
        | X7 = n1
        | X6 = push
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X6 = pull
        | X6 = pull
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X6 = pull
        | X6 = pull
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X7 = n2
        | X6 = pull
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X7 = n2
        | X6 = pull
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X6 = pull
        | X7 = n1
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X6 = pull
        | X7 = n1
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 = push
        | X7 = n2
        | X7 = n1
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X7 = n2
        | X7 = n2
        | X7 = n1
        | X7 = n0
        | ~ happens(X6,X7) )
      & ( X6 != push
        | X7 != n0
        | happens(X6,X7) )
      & ( X6 != pull
        | X7 != n1
        | happens(X6,X7) )
      & ( X6 != pull
        | X7 != n2
        | happens(X6,X7) )
      & ( X6 != push
        | X7 != n2
        | happens(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_all_defn])])])])]) ).

cnf(c_0_21,plain,
    ( holdsAt(X1,plus(X2,n1))
    | happens(push,X2)
    | X1 != backwards
    | X3 != pull
    | ~ happens(X3,X2) ),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_22,plain,
    ( happens(X1,X2)
    | X2 != n1
    | X1 != pull ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

fof(c_0_23,negated_conjecture,
    ~ holdsAt(backwards,n2),
    inference(assume_negation,[status(cth)],[backwards_2]) ).

cnf(c_0_24,plain,
    ( holdsAt(X1,plus(X2,n1))
    | happens(push,X2)
    | X1 != backwards
    | X3 != pull
    | X2 != n1 ),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

fof(c_0_25,plain,
    ! [X11,X12,X11,X12] :
      ( ( ~ less_or_equal(X11,X12)
        | less(X11,X12)
        | X11 = X12 )
      & ( ~ less(X11,X12)
        | less_or_equal(X11,X12) )
      & ( X11 != X12
        | less_or_equal(X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[less_or_equal])])])])]) ).

fof(c_0_26,negated_conjecture,
    ~ holdsAt(backwards,n2),
    inference(fof_simplification,[status(thm)],[c_0_23]) ).

cnf(c_0_27,plain,
    ( holdsAt(X1,plus(X2,n1))
    | happens(push,X2)
    | X1 != backwards
    | X2 != n1 ),
    inference(er,[status(thm)],[c_0_24]) ).

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

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

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

cnf(c_0_31,plain,
    ( X2 = n0
    | X1 = pull
    | X2 = n2
    | X2 = n2
    | ~ happens(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_32,negated_conjecture,
    ~ holdsAt(backwards,n2),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_33,plain,
    ( holdsAt(X1,n2)
    | happens(push,n1)
    | X1 != backwards ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

fof(c_0_34,plain,
    ! [X11,X12,X11,X12] :
      ( ( ~ less(X12,X11)
        | ~ less(X11,X12) )
      & ( X12 != X11
        | ~ less(X11,X12) )
      & ( less(X12,X11)
        | X12 = X11
        | less(X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[less_property])])])])])]) ).

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

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

cnf(c_0_37,plain,
    less_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_30]) ).

cnf(c_0_38,plain,
    ( X2 = n0
    | X2 = n2
    | X1 = pull
    | ~ happens(X1,X2) ),
    inference(cn,[status(thm)],[c_0_31]) ).

cnf(c_0_39,negated_conjecture,
    happens(push,n1),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

cnf(c_0_40,plain,
    push != pull,
    inference(split_conjunct,[status(thm)],[push_not_pull]) ).

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

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

cnf(c_0_43,plain,
    less(n1,n2),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

cnf(c_0_44,negated_conjecture,
    ( n1 = n0
    | n1 = n2 ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_39]),c_0_40]) ).

cnf(c_0_45,plain,
    ~ less(X1,X1),
    inference(er,[status(thm)],[c_0_41]) ).

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

cnf(c_0_47,plain,
    less(n0,n1),
    inference(spm,[status(thm)],[c_0_42,c_0_37]) ).

cnf(c_0_48,negated_conjecture,
    n1 = n0,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_44]),c_0_45]) ).

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

cnf(c_0_50,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_47,c_0_48]),c_0_49]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : CSR018+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.10/0.13  % Command  : run_ET %s %d
% 0.13/0.34  % Computer : n011.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 : Sat Jun 11 05:23:01 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.24/1.41  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.24/1.41  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.24/1.41  # Preprocessing time       : 0.020 s
% 0.24/1.41  
% 0.24/1.41  # Proof found!
% 0.24/1.41  # SZS status Theorem
% 0.24/1.41  # SZS output start CNFRefutation
% See solution above
% 0.24/1.41  # Proof object total steps             : 51
% 0.24/1.41  # Proof object clause steps            : 27
% 0.24/1.41  # Proof object formula steps           : 24
% 0.24/1.41  # Proof object conjectures             : 7
% 0.24/1.41  # Proof object clause conjectures      : 4
% 0.24/1.41  # Proof object formula conjectures     : 3
% 0.24/1.41  # Proof object initial clauses used    : 13
% 0.24/1.41  # Proof object initial formulas used   : 11
% 0.24/1.41  # Proof object generating inferences   : 10
% 0.24/1.41  # Proof object simplifying inferences  : 7
% 0.24/1.41  # Training examples: 0 positive, 0 negative
% 0.24/1.41  # Parsed axioms                        : 48
% 0.24/1.41  # Removed by relevancy pruning/SinE    : 17
% 0.24/1.41  # Initial clauses                      : 154
% 0.24/1.41  # Removed in clause preprocessing      : 9
% 0.24/1.41  # Initial clauses in saturation        : 145
% 0.24/1.41  # Processed clauses                    : 568
% 0.24/1.41  # ...of these trivial                  : 6
% 0.24/1.41  # ...subsumed                          : 235
% 0.24/1.41  # ...remaining for further processing  : 327
% 0.24/1.41  # Other redundant clauses eliminated   : 2
% 0.24/1.41  # Clauses deleted for lack of memory   : 0
% 0.24/1.41  # Backward-subsumed                    : 60
% 0.24/1.41  # Backward-rewritten                   : 165
% 0.24/1.41  # Generated clauses                    : 1682
% 0.24/1.41  # ...of the previous two non-trivial   : 1183
% 0.24/1.41  # Contextual simplify-reflections      : 213
% 0.24/1.41  # Paramodulations                      : 1656
% 0.24/1.41  # Factorizations                       : 6
% 0.24/1.41  # Equation resolutions                 : 20
% 0.24/1.41  # Current number of processed clauses  : 100
% 0.24/1.41  #    Positive orientable unit clauses  : 8
% 0.24/1.41  #    Positive unorientable unit clauses: 1
% 0.24/1.41  #    Negative unit clauses             : 13
% 0.24/1.41  #    Non-unit-clauses                  : 78
% 0.24/1.41  # Current number of unprocessed clauses: 104
% 0.24/1.41  # ...number of literals in the above   : 488
% 0.24/1.41  # Current number of archived formulas  : 0
% 0.24/1.41  # Current number of archived clauses   : 225
% 0.24/1.41  # Clause-clause subsumption calls (NU) : 22353
% 0.24/1.41  # Rec. Clause-clause subsumption calls : 2556
% 0.24/1.41  # Non-unit clause-clause subsumptions  : 429
% 0.24/1.41  # Unit Clause-clause subsumption calls : 212
% 0.24/1.41  # Rewrite failures with RHS unbound    : 0
% 0.24/1.41  # BW rewrite match attempts            : 7
% 0.24/1.41  # BW rewrite match successes           : 3
% 0.24/1.41  # Condensation attempts                : 0
% 0.24/1.41  # Condensation successes               : 0
% 0.24/1.41  # Termbank termtop insertions          : 32692
% 0.24/1.41  
% 0.24/1.41  # -------------------------------------------------
% 0.24/1.41  # User time                : 0.087 s
% 0.24/1.41  # System time              : 0.004 s
% 0.24/1.41  # Total time               : 0.091 s
% 0.24/1.41  # Maximum resident set size: 4016 pages
%------------------------------------------------------------------------------