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

View Problem - Process Solution

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

% Computer : n028.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.21s 1.41s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   32 (   8 unt;   0 def)
%            Number of atoms       :  485 ( 250 equ)
%            Maximal formula atoms :  149 (  15 avg)
%            Number of connectives :  633 ( 180   ~; 326   |; 120   &)
%                                         (   6 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   40 (   8 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    7 (   5 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   8 con; 0-2 aty)
%            Number of variables   :   76 (  13 sgn  45   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(terminates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> ( ( X4 = push
          & X2 = backwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = forwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = forwards
          & happens(push,X5) )
        | ( X4 = pull
          & X2 = backwards
          & happens(push,X5) )
        | ( X4 = push
          & X2 = spinning
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = spinning
          & ~ happens(push,X5) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/CSR001+2.ax',terminates_all_defn) ).

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(plus1_1,axiom,
    plus(n1,n1) = n2,
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',plus1_1) ).

fof(not_forwards_2,conjecture,
    ~ holdsAt(forwards,n2),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',not_forwards_2) ).

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/sandbox2/benchmark/Axioms/CSR001+2.ax',happens_all_defn) ).

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

fof(c_0_6,axiom,
    ! [X4,X2,X5] :
      ( terminates(X4,X2,X5)
    <=> epred3_3(X5,X4,X2) ),
    inference(apply_def,[status(thm)],[terminates_all_defn,c_0_5]) ).

fof(c_0_7,plain,
    ! [X6,X7,X8] :
      ( ~ happens(X6,X7)
      | ~ terminates(X6,X8,X7)
      | ~ holdsAt(X8,plus(X7,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[happens_terminates_not_holds])])]) ).

fof(c_0_8,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( ~ terminates(X6,X7,X8)
        | epred3_3(X8,X6,X7) )
      & ( ~ epred3_3(X8,X6,X7)
        | terminates(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_6])])])]) ).

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

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

cnf(c_0_11,plain,
    ( terminates(X1,X2,X3)
    | ~ epred3_3(X3,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

fof(c_0_12,plain,
    ! [X2,X4,X5] :
      ( epred3_3(X5,X4,X2)
    <=> ( epred2_3(X5,X4,X2)
        | ( X4 = pull
          & X2 = backwards
          & happens(push,X5) )
        | ( X4 = push
          & X2 = spinning
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = spinning
          & ~ happens(push,X5) ) ) ),
    inference(apply_def,[status(thm)],[c_0_5,c_0_9]) ).

cnf(c_0_13,plain,
    ( ~ epred3_3(X1,X2,X3)
    | ~ holdsAt(X3,plus(X1,n1))
    | ~ happens(X2,X1) ),
    inference(spm,[status(thm)],[c_0_10,c_0_11]) ).

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

fof(c_0_15,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( X7 = pull
        | X7 = push
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | X7 = push
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | X7 = push
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = spinning
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | X6 = spinning
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | X6 = spinning
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(pull,X8)
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | ~ happens(pull,X8)
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | ~ happens(pull,X8)
        | X7 = pull
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | X7 = push
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | X7 = push
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | X7 = push
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = spinning
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | X6 = spinning
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | X6 = spinning
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(pull,X8)
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | ~ happens(pull,X8)
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | ~ happens(pull,X8)
        | X6 = backwards
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | X7 = push
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | X7 = push
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | X7 = push
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = spinning
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | X6 = spinning
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | X6 = spinning
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(pull,X8)
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( X6 = spinning
        | ~ happens(pull,X8)
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ happens(push,X8)
        | ~ happens(pull,X8)
        | happens(push,X8)
        | epred2_3(X8,X7,X6)
        | ~ epred3_3(X8,X7,X6) )
      & ( ~ epred2_3(X8,X7,X6)
        | epred3_3(X8,X7,X6) )
      & ( X7 != pull
        | X6 != backwards
        | ~ happens(push,X8)
        | epred3_3(X8,X7,X6) )
      & ( X7 != push
        | X6 != spinning
        | happens(pull,X8)
        | epred3_3(X8,X7,X6) )
      & ( X7 != pull
        | X6 != spinning
        | happens(push,X8)
        | epred3_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_12])])])])])]) ).

fof(c_0_16,plain,
    ! [X6,X7,X8,X6,X7,X8] :
      ( ( X7 = pull
        | X7 = pull
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | X7 = pull
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X7 = pull
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = forwards
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | X6 = forwards
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X6 = forwards
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(push,X8)
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | ~ happens(push,X8)
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | ~ happens(push,X8)
        | X7 = push
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | X7 = pull
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | X7 = pull
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X7 = pull
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = forwards
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | X6 = forwards
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X6 = forwards
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(push,X8)
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | ~ happens(push,X8)
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | ~ happens(push,X8)
        | X6 = backwards
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | X7 = pull
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | X7 = pull
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X7 = pull
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | X6 = forwards
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | X6 = forwards
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | X6 = forwards
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 = pull
        | ~ happens(push,X8)
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( X6 = forwards
        | ~ happens(push,X8)
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( happens(push,X8)
        | ~ happens(push,X8)
        | ~ happens(pull,X8)
        | ~ epred2_3(X8,X7,X6) )
      & ( X7 != push
        | X6 != backwards
        | happens(pull,X8)
        | epred2_3(X8,X7,X6) )
      & ( X7 != pull
        | X6 != forwards
        | happens(push,X8)
        | epred2_3(X8,X7,X6) )
      & ( X7 != pull
        | X6 != forwards
        | ~ happens(push,X8)
        | epred2_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_9])])])])])]) ).

cnf(c_0_17,plain,
    ( ~ epred3_3(n1,X1,X2)
    | ~ holdsAt(X2,n2)
    | ~ happens(X1,n1) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_18,plain,
    ( epred3_3(X1,X2,X3)
    | ~ epred2_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_19,plain,
    ( epred2_3(X1,X2,X3)
    | ~ happens(push,X1)
    | X3 != forwards
    | X2 != pull ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_20,plain,
    ( epred2_3(X1,X2,X3)
    | happens(push,X1)
    | X3 != forwards
    | X2 != pull ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

fof(c_0_21,negated_conjecture,
    ~ ~ holdsAt(forwards,n2),
    inference(assume_negation,[status(cth)],[not_forwards_2]) ).

cnf(c_0_22,plain,
    ( ~ epred2_3(n1,X1,X2)
    | ~ holdsAt(X2,n2)
    | ~ happens(X1,n1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_23,plain,
    ( epred2_3(X1,X2,X3)
    | X3 != forwards
    | X2 != pull ),
    inference(csr,[status(thm)],[c_0_19,c_0_20]) ).

fof(c_0_24,negated_conjecture,
    holdsAt(forwards,n2),
    inference(fof_simplification,[status(thm)],[c_0_21]) ).

cnf(c_0_25,plain,
    ( X1 != forwards
    | X2 != pull
    | ~ holdsAt(X1,n2)
    | ~ happens(X2,n1) ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_26,negated_conjecture,
    holdsAt(forwards,n2),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

fof(c_0_27,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_28,negated_conjecture,
    ( X1 != pull
    | ~ happens(X1,n1) ),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

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

cnf(c_0_30,negated_conjecture,
    X1 != pull,
    inference(spm,[status(thm)],[c_0_28,c_0_29]) ).

cnf(c_0_31,negated_conjecture,
    $false,
    inference(er,[status(thm)],[c_0_30]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : CSR019+1 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.03/0.12  % Command  : run_ET %s %d
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jun 11 01:20:04 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.21/1.41  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.21/1.41  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.21/1.41  # Preprocessing time       : 0.020 s
% 0.21/1.41  
% 0.21/1.41  # Proof found!
% 0.21/1.41  # SZS status Theorem
% 0.21/1.41  # SZS output start CNFRefutation
% See solution above
% 0.21/1.41  # Proof object total steps             : 32
% 0.21/1.41  # Proof object clause steps            : 16
% 0.21/1.41  # Proof object formula steps           : 16
% 0.21/1.41  # Proof object conjectures             : 7
% 0.21/1.41  # Proof object clause conjectures      : 4
% 0.21/1.41  # Proof object formula conjectures     : 3
% 0.21/1.41  # Proof object initial clauses used    : 8
% 0.21/1.41  # Proof object initial formulas used   : 5
% 0.21/1.41  # Proof object generating inferences   : 7
% 0.21/1.41  # Proof object simplifying inferences  : 1
% 0.21/1.41  # Training examples: 0 positive, 0 negative
% 0.21/1.41  # Parsed axioms                        : 48
% 0.21/1.41  # Removed by relevancy pruning/SinE    : 17
% 0.21/1.41  # Initial clauses                      : 154
% 0.21/1.41  # Removed in clause preprocessing      : 9
% 0.21/1.41  # Initial clauses in saturation        : 145
% 0.21/1.41  # Processed clauses                    : 241
% 0.21/1.41  # ...of these trivial                  : 1
% 0.21/1.41  # ...subsumed                          : 105
% 0.21/1.41  # ...remaining for further processing  : 135
% 0.21/1.41  # Other redundant clauses eliminated   : 2
% 0.21/1.41  # Clauses deleted for lack of memory   : 0
% 0.21/1.41  # Backward-subsumed                    : 4
% 0.21/1.41  # Backward-rewritten                   : 0
% 0.21/1.41  # Generated clauses                    : 284
% 0.21/1.41  # ...of the previous two non-trivial   : 160
% 0.21/1.41  # Contextual simplify-reflections      : 73
% 0.21/1.41  # Paramodulations                      : 277
% 0.21/1.41  # Factorizations                       : 4
% 0.21/1.41  # Equation resolutions                 : 3
% 0.21/1.41  # Current number of processed clauses  : 129
% 0.21/1.41  #    Positive orientable unit clauses  : 14
% 0.21/1.41  #    Positive unorientable unit clauses: 1
% 0.21/1.41  #    Negative unit clauses             : 14
% 0.21/1.41  #    Non-unit-clauses                  : 100
% 0.21/1.41  # Current number of unprocessed clauses: 64
% 0.21/1.41  # ...number of literals in the above   : 285
% 0.21/1.41  # Current number of archived formulas  : 0
% 0.21/1.41  # Current number of archived clauses   : 4
% 0.21/1.41  # Clause-clause subsumption calls (NU) : 1490
% 0.21/1.41  # Rec. Clause-clause subsumption calls : 850
% 0.21/1.41  # Non-unit clause-clause subsumptions  : 153
% 0.21/1.41  # Unit Clause-clause subsumption calls : 94
% 0.21/1.41  # Rewrite failures with RHS unbound    : 0
% 0.21/1.41  # BW rewrite match attempts            : 5
% 0.21/1.41  # BW rewrite match successes           : 1
% 0.21/1.41  # Condensation attempts                : 0
% 0.21/1.41  # Condensation successes               : 0
% 0.21/1.41  # Termbank termtop insertions          : 8878
% 0.21/1.41  
% 0.21/1.41  # -------------------------------------------------
% 0.21/1.41  # User time                : 0.028 s
% 0.21/1.41  # System time              : 0.003 s
% 0.21/1.41  # Total time               : 0.031 s
% 0.21/1.41  # Maximum resident set size: 3488 pages
%------------------------------------------------------------------------------