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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : HAL002+1 : TPTP v8.1.0. Released v2.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

% Computer : n019.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 : Sat Jul 16 12:45:11 EDT 2022

% Result   : Theorem 0.24s 1.42s
% Output   : CNFRefutation 0.24s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   18
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   71 (   7 unt;   0 def)
%            Number of atoms       :  225 (  63 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  251 (  97   ~; 116   |;  21   &)
%                                         (   2 <=>;  15  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   5 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   3 con; 0-3 aty)
%            Number of variables   :  142 (   7 sgn  67   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(subtract_in_domain,axiom,
    ! [X2,X5,X6] :
      ( ( element(X5,X2)
        & element(X6,X2) )
     => element(subtract(X2,X5,X6),X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',subtract_in_domain) ).

fof(subtract_to_0,axiom,
    ! [X2,X4] :
      ( element(X4,X2)
     => subtract(X2,X4,X4) = zero(X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',subtract_to_0) ).

fof(properties_for_injection_2,axiom,
    ! [X1,X2,X3] :
      ( ( morphism(X1,X2,X3)
        & ! [X4] :
            ( ( element(X4,X2)
              & apply(X1,X4) = zero(X3) )
           => X4 = zero(X2) ) )
     => injection_2(X1) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',properties_for_injection_2) ).

fof(properties_for_injection,axiom,
    ! [X1,X2,X3] :
      ( ( morphism(X1,X2,X3)
        & ! [X5,X6] :
            ( ( element(X5,X2)
              & element(X6,X2)
              & apply(X1,X5) = apply(X1,X6) )
           => X5 = X6 ) )
     => injection(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',properties_for_injection) ).

fof(subtract_distribution,axiom,
    ! [X1,X2,X3] :
      ( morphism(X1,X2,X3)
     => ! [X5,X6] :
          ( ( element(X5,X2)
            & element(X6,X2) )
         => apply(X1,subtract(X2,X5,X6)) = subtract(X3,apply(X1,X5),apply(X1,X6)) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',subtract_distribution) ).

fof(morphism,axiom,
    ! [X1,X2,X3] :
      ( morphism(X1,X2,X3)
     => ( ! [X4] :
            ( element(X4,X2)
           => element(apply(X1,X4),X3) )
        & apply(X1,zero(X2)) = zero(X3) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',morphism) ).

fof(my,conjecture,
    ( injection(x)
  <=> injection_2(x) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',my) ).

fof(x_morphism,hypothesis,
    morphism(x,any1,any2),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',x_morphism) ).

fof(subtract_cancellation,axiom,
    ! [X2,X5,X6] :
      ( ( element(X5,X2)
        & element(X6,X2) )
     => subtract(X2,X5,subtract(X2,X5,X6)) = X6 ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',subtract_cancellation) ).

fof(injection_properties_2,axiom,
    ! [X1,X2,X3] :
      ( ( injection_2(X1)
        & morphism(X1,X2,X3) )
     => ! [X4] :
          ( ( element(X4,X2)
            & apply(X1,X4) = zero(X3) )
         => X4 = zero(X2) ) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in',injection_properties_2) ).

fof(injection_properties,axiom,
    ! [X1,X2,X3] :
      ( ( injection(X1)
        & morphism(X1,X2,X3) )
     => ! [X5,X6] :
          ( ( element(X5,X2)
            & element(X6,X2)
            & apply(X1,X5) = apply(X1,X6) )
         => X5 = X6 ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/HAL001+0.ax',injection_properties) ).

fof(c_0_11,plain,
    ! [X7,X8,X9] :
      ( ~ element(X8,X7)
      | ~ element(X9,X7)
      | element(subtract(X7,X8,X9),X7) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[subtract_in_domain])]) ).

fof(c_0_12,plain,
    ! [X5,X6] :
      ( ~ element(X6,X5)
      | subtract(X5,X6,X6) = zero(X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[subtract_to_0])]) ).

cnf(c_0_13,plain,
    ( element(subtract(X1,X2,X3),X1)
    | ~ element(X3,X1)
    | ~ element(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_14,plain,
    ( subtract(X1,X2,X2) = zero(X1)
    | ~ element(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

fof(c_0_15,plain,
    ! [X5,X6,X7] :
      ( ( element(esk9_3(X5,X6,X7),X6)
        | ~ morphism(X5,X6,X7)
        | injection_2(X5) )
      & ( apply(X5,esk9_3(X5,X6,X7)) = zero(X7)
        | ~ morphism(X5,X6,X7)
        | injection_2(X5) )
      & ( esk9_3(X5,X6,X7) != zero(X6)
        | ~ morphism(X5,X6,X7)
        | injection_2(X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[properties_for_injection_2])])])])])])]) ).

fof(c_0_16,plain,
    ! [X7,X8,X9] :
      ( ( element(esk1_2(X7,X8),X8)
        | ~ morphism(X7,X8,X9)
        | injection(X7) )
      & ( element(esk2_2(X7,X8),X8)
        | ~ morphism(X7,X8,X9)
        | injection(X7) )
      & ( apply(X7,esk1_2(X7,X8)) = apply(X7,esk2_2(X7,X8))
        | ~ morphism(X7,X8,X9)
        | injection(X7) )
      & ( esk1_2(X7,X8) != esk2_2(X7,X8)
        | ~ morphism(X7,X8,X9)
        | injection(X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[properties_for_injection])])])])])])]) ).

fof(c_0_17,plain,
    ! [X7,X8,X9,X10,X11] :
      ( ~ morphism(X7,X8,X9)
      | ~ element(X10,X8)
      | ~ element(X11,X8)
      | apply(X7,subtract(X8,X10,X11)) = subtract(X9,apply(X7,X10),apply(X7,X11)) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[subtract_distribution])])])])]) ).

fof(c_0_18,plain,
    ! [X5,X6,X7,X8] :
      ( ( ~ element(X8,X6)
        | element(apply(X5,X8),X7)
        | ~ morphism(X5,X6,X7) )
      & ( apply(X5,zero(X6)) = zero(X7)
        | ~ morphism(X5,X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[morphism])])])])])]) ).

fof(c_0_19,negated_conjecture,
    ~ ( injection(x)
    <=> injection_2(x) ),
    inference(assume_negation,[status(cth)],[my]) ).

cnf(c_0_20,plain,
    ( element(zero(X1),X1)
    | ~ element(X2,X1) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_21,plain,
    ( injection_2(X1)
    | element(esk9_3(X1,X2,X3),X2)
    | ~ morphism(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_22,plain,
    ( injection(X1)
    | element(esk1_2(X1,X2),X2)
    | ~ morphism(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_23,hypothesis,
    morphism(x,any1,any2),
    inference(split_conjunct,[status(thm)],[x_morphism]) ).

fof(c_0_24,plain,
    ! [X7,X8,X9] :
      ( ~ element(X8,X7)
      | ~ element(X9,X7)
      | subtract(X7,X8,subtract(X7,X8,X9)) = X9 ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[subtract_cancellation])]) ).

cnf(c_0_25,plain,
    ( apply(X1,subtract(X2,X3,X4)) = subtract(X5,apply(X1,X3),apply(X1,X4))
    | ~ element(X4,X2)
    | ~ element(X3,X2)
    | ~ morphism(X1,X2,X5) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_26,plain,
    ( element(apply(X1,X4),X3)
    | ~ morphism(X1,X2,X3)
    | ~ element(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

fof(c_0_27,negated_conjecture,
    ( ( ~ injection(x)
      | ~ injection_2(x) )
    & ( injection(x)
      | injection_2(x) ) ),
    inference(fof_nnf,[status(thm)],[c_0_19]) ).

cnf(c_0_28,plain,
    ( injection_2(X1)
    | element(zero(X2),X2)
    | ~ morphism(X1,X2,X3) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_29,hypothesis,
    ( injection(x)
    | element(esk1_2(x,any1),any1) ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

fof(c_0_30,plain,
    ! [X5,X6,X7,X8] :
      ( ~ injection_2(X5)
      | ~ morphism(X5,X6,X7)
      | ~ element(X8,X6)
      | apply(X5,X8) != zero(X7)
      | X8 = zero(X6) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[injection_properties_2])])])])]) ).

cnf(c_0_31,plain,
    ( subtract(X1,X2,subtract(X1,X2,X3)) = X3
    | ~ element(X3,X1)
    | ~ element(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_32,hypothesis,
    ( subtract(any2,apply(x,X1),apply(x,X2)) = apply(x,subtract(any1,X1,X2))
    | ~ element(X2,any1)
    | ~ element(X1,any1) ),
    inference(spm,[status(thm)],[c_0_25,c_0_23]) ).

cnf(c_0_33,hypothesis,
    ( element(apply(x,X1),any2)
    | ~ element(X1,any1) ),
    inference(spm,[status(thm)],[c_0_26,c_0_23]) ).

cnf(c_0_34,plain,
    ( apply(X1,zero(X2)) = zero(X3)
    | ~ morphism(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_18]) ).

cnf(c_0_35,negated_conjecture,
    ( ~ injection_2(x)
    | ~ injection(x) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_36,hypothesis,
    ( injection_2(x)
    | element(zero(any1),any1) ),
    inference(spm,[status(thm)],[c_0_28,c_0_23]) ).

cnf(c_0_37,hypothesis,
    ( injection(x)
    | element(zero(any1),any1) ),
    inference(spm,[status(thm)],[c_0_20,c_0_29]) ).

cnf(c_0_38,plain,
    ( injection(X1)
    | apply(X1,esk1_2(X1,X2)) = apply(X1,esk2_2(X1,X2))
    | ~ morphism(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_39,plain,
    ( injection(X1)
    | element(esk2_2(X1,X2),X2)
    | ~ morphism(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_40,plain,
    ( X1 = zero(X2)
    | apply(X3,X1) != zero(X4)
    | ~ element(X1,X2)
    | ~ morphism(X3,X2,X4)
    | ~ injection_2(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_41,hypothesis,
    ( subtract(any2,apply(x,X1),apply(x,subtract(any1,X1,X2))) = apply(x,X2)
    | ~ element(X2,any1)
    | ~ element(X1,any1) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_32]),c_0_33]),c_0_33]) ).

cnf(c_0_42,plain,
    ( subtract(X1,X2,zero(X1)) = X2
    | ~ element(X2,X1) ),
    inference(spm,[status(thm)],[c_0_31,c_0_14]) ).

cnf(c_0_43,hypothesis,
    apply(x,zero(any1)) = zero(any2),
    inference(spm,[status(thm)],[c_0_34,c_0_23]) ).

cnf(c_0_44,negated_conjecture,
    element(zero(any1),any1),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_36]),c_0_37]) ).

cnf(c_0_45,hypothesis,
    ( apply(x,esk2_2(x,any1)) = apply(x,esk1_2(x,any1))
    | injection(x) ),
    inference(spm,[status(thm)],[c_0_38,c_0_23]) ).

cnf(c_0_46,hypothesis,
    ( injection(x)
    | element(esk2_2(x,any1),any1) ),
    inference(spm,[status(thm)],[c_0_39,c_0_23]) ).

cnf(c_0_47,hypothesis,
    ( X1 = zero(any1)
    | apply(x,X1) != zero(any2)
    | ~ injection_2(x)
    | ~ element(X1,any1) ),
    inference(spm,[status(thm)],[c_0_40,c_0_23]) ).

cnf(c_0_48,negated_conjecture,
    ( injection_2(x)
    | injection(x) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_49,hypothesis,
    ( subtract(any2,apply(x,X1),apply(x,X1)) = zero(any2)
    | ~ element(X1,any1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43]),c_0_44])]) ).

cnf(c_0_50,hypothesis,
    ( subtract(any2,apply(x,X1),apply(x,esk1_2(x,any1))) = apply(x,subtract(any1,X1,esk2_2(x,any1)))
    | injection(x)
    | ~ element(X1,any1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_45]),c_0_46]) ).

cnf(c_0_51,negated_conjecture,
    ( X1 = zero(any1)
    | injection(x)
    | apply(x,X1) != zero(any2)
    | ~ element(X1,any1) ),
    inference(spm,[status(thm)],[c_0_47,c_0_48]) ).

cnf(c_0_52,hypothesis,
    ( apply(x,subtract(any1,esk1_2(x,any1),esk2_2(x,any1))) = zero(any2)
    | injection(x) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_29]) ).

cnf(c_0_53,negated_conjecture,
    ( subtract(any1,esk1_2(x,any1),esk2_2(x,any1)) = zero(any1)
    | injection(x)
    | ~ element(subtract(any1,esk1_2(x,any1),esk2_2(x,any1)),any1) ),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

fof(c_0_54,plain,
    ! [X7,X8,X9,X10,X11] :
      ( ~ injection(X7)
      | ~ morphism(X7,X8,X9)
      | ~ element(X10,X8)
      | ~ element(X11,X8)
      | apply(X7,X10) != apply(X7,X11)
      | X10 = X11 ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[injection_properties])])])])]) ).

cnf(c_0_55,negated_conjecture,
    ( subtract(any1,esk1_2(x,any1),esk2_2(x,any1)) = zero(any1)
    | injection(x) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_13]),c_0_29]),c_0_46]) ).

cnf(c_0_56,plain,
    ( injection(X1)
    | ~ morphism(X1,X2,X3)
    | esk1_2(X1,X2) != esk2_2(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_57,plain,
    ( X1 = X2
    | apply(X3,X1) != apply(X3,X2)
    | ~ element(X2,X4)
    | ~ element(X1,X4)
    | ~ morphism(X3,X4,X5)
    | ~ injection(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_54]) ).

cnf(c_0_58,negated_conjecture,
    ( subtract(any1,esk1_2(x,any1),zero(any1)) = esk2_2(x,any1)
    | injection(x) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_55]),c_0_29]),c_0_46]) ).

cnf(c_0_59,hypothesis,
    ( injection(x)
    | esk2_2(x,any1) != esk1_2(x,any1) ),
    inference(spm,[status(thm)],[c_0_56,c_0_23]) ).

cnf(c_0_60,hypothesis,
    ( X1 = X2
    | apply(x,X1) != apply(x,X2)
    | ~ injection(x)
    | ~ element(X2,any1)
    | ~ element(X1,any1) ),
    inference(spm,[status(thm)],[c_0_57,c_0_23]) ).

cnf(c_0_61,negated_conjecture,
    injection(x),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_58]),c_0_29]),c_0_59]) ).

cnf(c_0_62,hypothesis,
    ( X1 = X2
    | apply(x,X1) != apply(x,X2)
    | ~ element(X2,any1)
    | ~ element(X1,any1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_60,c_0_61])]) ).

cnf(c_0_63,hypothesis,
    ( X1 = zero(any1)
    | apply(x,X1) != zero(any2)
    | ~ element(X1,any1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_62,c_0_43]),c_0_44])]) ).

cnf(c_0_64,plain,
    ( injection_2(X1)
    | apply(X1,esk9_3(X1,X2,X3)) = zero(X3)
    | ~ morphism(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_65,negated_conjecture,
    ~ injection_2(x),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_35,c_0_61])]) ).

cnf(c_0_66,hypothesis,
    ( esk9_3(x,X1,X2) = zero(any1)
    | zero(X2) != zero(any2)
    | ~ element(esk9_3(x,X1,X2),any1)
    | ~ morphism(x,X1,X2) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_64]),c_0_65]) ).

cnf(c_0_67,plain,
    ( injection_2(X1)
    | ~ morphism(X1,X2,X3)
    | esk9_3(X1,X2,X3) != zero(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_68,hypothesis,
    ( esk9_3(x,any1,X1) = zero(any1)
    | zero(X1) != zero(any2)
    | ~ morphism(x,any1,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_66,c_0_21]),c_0_65]) ).

cnf(c_0_69,hypothesis,
    ( zero(X1) != zero(any2)
    | ~ morphism(x,any1,X1) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_68]),c_0_65]) ).

cnf(c_0_70,hypothesis,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(er,[status(thm)],[c_0_69]),c_0_23])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : HAL002+1 : TPTP v8.1.0. Released v2.6.0.
% 0.04/0.13  % Command  : run_ET %s %d
% 0.13/0.34  % Computer : n019.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Tue Jun  7 21:23:10 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.24/1.42  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.24/1.42  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.24/1.42  # Preprocessing time       : 0.016 s
% 0.24/1.42  
% 0.24/1.42  # Failure: Out of unprocessed clauses!
% 0.24/1.42  # OLD status GaveUp
% 0.24/1.42  # Parsed axioms                        : 17
% 0.24/1.42  # Removed by relevancy pruning/SinE    : 10
% 0.24/1.42  # Initial clauses                      : 14
% 0.24/1.42  # Removed in clause preprocessing      : 0
% 0.24/1.42  # Initial clauses in saturation        : 14
% 0.24/1.42  # Processed clauses                    : 29
% 0.24/1.42  # ...of these trivial                  : 0
% 0.24/1.42  # ...subsumed                          : 0
% 0.24/1.42  # ...remaining for further processing  : 29
% 0.24/1.42  # Other redundant clauses eliminated   : 0
% 0.24/1.42  # Clauses deleted for lack of memory   : 0
% 0.24/1.42  # Backward-subsumed                    : 0
% 0.24/1.42  # Backward-rewritten                   : 0
% 0.24/1.42  # Generated clauses                    : 19
% 0.24/1.42  # ...of the previous two non-trivial   : 15
% 0.24/1.42  # Contextual simplify-reflections      : 3
% 0.24/1.42  # Paramodulations                      : 18
% 0.24/1.42  # Factorizations                       : 0
% 0.24/1.42  # Equation resolutions                 : 1
% 0.24/1.42  # Current number of processed clauses  : 29
% 0.24/1.42  #    Positive orientable unit clauses  : 2
% 0.24/1.42  #    Positive unorientable unit clauses: 0
% 0.24/1.42  #    Negative unit clauses             : 0
% 0.24/1.42  #    Non-unit-clauses                  : 27
% 0.24/1.42  # Current number of unprocessed clauses: 0
% 0.24/1.42  # ...number of literals in the above   : 0
% 0.24/1.42  # Current number of archived formulas  : 0
% 0.24/1.42  # Current number of archived clauses   : 0
% 0.24/1.42  # Clause-clause subsumption calls (NU) : 33
% 0.24/1.42  # Rec. Clause-clause subsumption calls : 17
% 0.24/1.42  # Non-unit clause-clause subsumptions  : 3
% 0.24/1.42  # Unit Clause-clause subsumption calls : 1
% 0.24/1.42  # Rewrite failures with RHS unbound    : 0
% 0.24/1.42  # BW rewrite match attempts            : 0
% 0.24/1.42  # BW rewrite match successes           : 0
% 0.24/1.42  # Condensation attempts                : 0
% 0.24/1.42  # Condensation successes               : 0
% 0.24/1.42  # Termbank termtop insertions          : 1615
% 0.24/1.42  
% 0.24/1.42  # -------------------------------------------------
% 0.24/1.42  # User time                : 0.013 s
% 0.24/1.42  # System time              : 0.004 s
% 0.24/1.42  # Total time               : 0.017 s
% 0.24/1.42  # Maximum resident set size: 2840 pages
% 0.24/1.42  # Running protocol protocol_eprover_f171197f65f27d1ba69648a20c844832c84a5dd7 for 23 seconds:
% 0.24/1.42  # Preprocessing time       : 0.019 s
% 0.24/1.42  
% 0.24/1.42  # Proof found!
% 0.24/1.42  # SZS status Theorem
% 0.24/1.42  # SZS output start CNFRefutation
% See solution above
% 0.24/1.42  # Proof object total steps             : 71
% 0.24/1.42  # Proof object clause steps            : 49
% 0.24/1.42  # Proof object formula steps           : 22
% 0.24/1.42  # Proof object conjectures             : 12
% 0.24/1.42  # Proof object clause conjectures      : 9
% 0.24/1.42  # Proof object formula conjectures     : 3
% 0.24/1.42  # Proof object initial clauses used    : 18
% 0.24/1.42  # Proof object initial formulas used   : 11
% 0.24/1.42  # Proof object generating inferences   : 29
% 0.24/1.42  # Proof object simplifying inferences  : 25
% 0.24/1.42  # Training examples: 0 positive, 0 negative
% 0.24/1.42  # Parsed axioms                        : 17
% 0.24/1.42  # Removed by relevancy pruning/SinE    : 0
% 0.24/1.42  # Initial clauses                      : 34
% 0.24/1.42  # Removed in clause preprocessing      : 0
% 0.24/1.42  # Initial clauses in saturation        : 34
% 0.24/1.42  # Processed clauses                    : 382
% 0.24/1.42  # ...of these trivial                  : 0
% 0.24/1.42  # ...subsumed                          : 173
% 0.24/1.42  # ...remaining for further processing  : 209
% 0.24/1.42  # Other redundant clauses eliminated   : 0
% 0.24/1.42  # Clauses deleted for lack of memory   : 0
% 0.24/1.42  # Backward-subsumed                    : 17
% 0.24/1.42  # Backward-rewritten                   : 64
% 0.24/1.42  # Generated clauses                    : 1136
% 0.24/1.42  # ...of the previous two non-trivial   : 887
% 0.24/1.42  # Contextual simplify-reflections      : 199
% 0.24/1.42  # Paramodulations                      : 1133
% 0.24/1.42  # Factorizations                       : 0
% 0.24/1.42  # Equation resolutions                 : 3
% 0.24/1.42  # Current number of processed clauses  : 128
% 0.24/1.42  #    Positive orientable unit clauses  : 7
% 0.24/1.42  #    Positive unorientable unit clauses: 0
% 0.24/1.42  #    Negative unit clauses             : 1
% 0.24/1.42  #    Non-unit-clauses                  : 120
% 0.24/1.42  # Current number of unprocessed clauses: 267
% 0.24/1.42  # ...number of literals in the above   : 1734
% 0.24/1.42  # Current number of archived formulas  : 0
% 0.24/1.42  # Current number of archived clauses   : 81
% 0.24/1.42  # Clause-clause subsumption calls (NU) : 5602
% 0.24/1.42  # Rec. Clause-clause subsumption calls : 1779
% 0.24/1.42  # Non-unit clause-clause subsumptions  : 387
% 0.24/1.42  # Unit Clause-clause subsumption calls : 55
% 0.24/1.42  # Rewrite failures with RHS unbound    : 0
% 0.24/1.42  # BW rewrite match attempts            : 7
% 0.24/1.42  # BW rewrite match successes           : 5
% 0.24/1.42  # Condensation attempts                : 0
% 0.24/1.42  # Condensation successes               : 0
% 0.24/1.42  # Termbank termtop insertions          : 31534
% 0.24/1.42  
% 0.24/1.42  # -------------------------------------------------
% 0.24/1.42  # User time                : 0.059 s
% 0.24/1.42  # System time              : 0.004 s
% 0.24/1.42  # Total time               : 0.063 s
% 0.24/1.42  # Maximum resident set size: 3752 pages
% 0.24/23.49  eprover: CPU time limit exceeded, terminating
% 0.24/23.51  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.51  eprover: No such file or directory
% 0.24/23.51  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.51  eprover: No such file or directory
% 0.24/23.52  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.52  eprover: No such file or directory
% 0.24/23.52  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.52  eprover: No such file or directory
% 0.24/23.53  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.53  eprover: No such file or directory
% 0.24/23.54  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.54  eprover: No such file or directory
% 0.24/23.54  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.54  eprover: No such file or directory
% 0.24/23.55  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.24/23.55  eprover: No such file or directory
%------------------------------------------------------------------------------