TSTP Solution File: GRA004+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GRA004+1 : TPTP v8.1.2. Bugfixed v3.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% 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  : 300s
% DateTime : Thu Aug 31 00:00:05 EDT 2023

% Result   : Theorem 0.21s 0.62s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   45
% Syntax   : Number of formulae    :   93 (  14 unt;  37 typ;   0 def)
%            Number of atoms       :  229 (  57 equ)
%            Maximal formula atoms :   19 (   4 avg)
%            Number of connectives :  285 ( 112   ~; 101   |;  53   &)
%                                         (   3 <=>;  14  =>;   1  <=;   1 <~>)
%            Maximal formula depth :   15 (   6 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   51 (  24   >;  27   *;   0   +;   0  <<)
%            Number of predicates  :   13 (  11 usr;   2 prp; 0-3 aty)
%            Number of functors    :   26 (  26 usr;  12 con; 0-4 aty)
%            Number of variables   :  142 (  18 sgn;  83   !;   8   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    edge: $i > $o ).

tff(decl_23,type,
    head_of: $i > $i ).

tff(decl_24,type,
    tail_of: $i > $i ).

tff(decl_25,type,
    vertex: $i > $o ).

tff(decl_26,type,
    complete: $o ).

tff(decl_27,type,
    path: ( $i * $i * $i ) > $o ).

tff(decl_28,type,
    empty: $i ).

tff(decl_29,type,
    path_cons: ( $i * $i ) > $i ).

tff(decl_30,type,
    on_path: ( $i * $i ) > $o ).

tff(decl_31,type,
    in_path: ( $i * $i ) > $o ).

tff(decl_32,type,
    sequential: ( $i * $i ) > $o ).

tff(decl_33,type,
    precedes: ( $i * $i * $i ) > $o ).

tff(decl_34,type,
    shortest_path: ( $i * $i * $i ) > $o ).

tff(decl_35,type,
    length_of: $i > $i ).

tff(decl_36,type,
    less_or_equal: ( $i * $i ) > $o ).

tff(decl_37,type,
    triangle: ( $i * $i * $i ) > $o ).

tff(decl_38,type,
    edges: $i ).

tff(decl_39,type,
    number_of_in: ( $i * $i ) > $i ).

tff(decl_40,type,
    sequential_pairs: $i ).

tff(decl_41,type,
    n1: $i ).

tff(decl_42,type,
    minus: ( $i * $i ) > $i ).

tff(decl_43,type,
    triangles: $i ).

tff(decl_44,type,
    graph: $i ).

tff(decl_45,type,
    esk1_2: ( $i * $i ) > $i ).

tff(decl_46,type,
    esk2_3: ( $i * $i * $i ) > $i ).

tff(decl_47,type,
    esk3_3: ( $i * $i * $i ) > $i ).

tff(decl_48,type,
    esk4_4: ( $i * $i * $i * $i ) > $i ).

tff(decl_49,type,
    esk5_3: ( $i * $i * $i ) > $i ).

tff(decl_50,type,
    esk6_3: ( $i * $i * $i ) > $i ).

tff(decl_51,type,
    esk7_1: $i > $i ).

tff(decl_52,type,
    esk8_1: $i > $i ).

tff(decl_53,type,
    esk9_0: $i ).

tff(decl_54,type,
    esk10_0: $i ).

tff(decl_55,type,
    esk11_0: $i ).

tff(decl_56,type,
    esk12_0: $i ).

tff(decl_57,type,
    esk13_0: $i ).

tff(decl_58,type,
    esk14_0: $i ).

fof(shortest_path_properties,axiom,
    ! [X2,X3,X7,X8,X4] :
      ( ( shortest_path(X2,X3,X4)
        & precedes(X7,X8,X4) )
     => ( ~ ? [X9] :
              ( tail_of(X9) = tail_of(X7)
              & head_of(X9) = head_of(X8) )
        & ~ precedes(X8,X7,X4) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',shortest_path_properties) ).

fof(shortest_path_properties_lemma,conjecture,
    ! [X2,X3,X7,X8,X4] :
      ( ( shortest_path(X2,X3,X4)
        & precedes(X7,X8,X4) )
     => ( ~ ? [X9] :
              ( tail_of(X9) = tail_of(X7)
              & head_of(X9) = head_of(X8) )
        & head_of(X8) != tail_of(X7)
        & head_of(X8) != head_of(X7) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',shortest_path_properties_lemma) ).

fof(precedes_properties,axiom,
    ! [X4,X2,X3] :
      ( path(X2,X3,X4)
     => ! [X7,X8] :
          ( precedes(X7,X8,X4)
         => ( on_path(X7,X4)
            & on_path(X8,X4)
            & ( sequential(X7,X8)
            <~> ? [X9] :
                  ( sequential(X7,X9)
                  & precedes(X9,X8,X4) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',precedes_properties) ).

fof(shortest_path_defn,axiom,
    ! [X2,X3,X10] :
      ( shortest_path(X2,X3,X10)
    <=> ( path(X2,X3,X10)
        & X2 != X3
        & ! [X4] :
            ( path(X2,X3,X4)
           => less_or_equal(length_of(X10),length_of(X4)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',shortest_path_defn) ).

fof(precedes_defn,axiom,
    ! [X4,X2,X3] :
      ( path(X2,X3,X4)
     => ! [X7,X8] :
          ( precedes(X7,X8,X4)
         <= ( on_path(X7,X4)
            & on_path(X8,X4)
            & ( sequential(X7,X8)
              | ? [X9] :
                  ( sequential(X7,X9)
                  & precedes(X9,X8,X4) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',precedes_defn) ).

fof(on_path_properties,axiom,
    ! [X2,X3,X4,X1] :
      ( ( path(X2,X3,X4)
        & on_path(X1,X4) )
     => ( edge(X1)
        & in_path(head_of(X1),X4)
        & in_path(tail_of(X1),X4) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',on_path_properties) ).

fof(sequential_defn,axiom,
    ! [X7,X8] :
      ( sequential(X7,X8)
    <=> ( edge(X7)
        & edge(X8)
        & X7 != X8
        & head_of(X7) = tail_of(X8) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',sequential_defn) ).

fof(no_loops,axiom,
    ! [X1] :
      ( edge(X1)
     => head_of(X1) != tail_of(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRA001+0.ax',no_loops) ).

fof(c_0_8,plain,
    ! [X2,X3,X7,X8,X4] :
      ( ( shortest_path(X2,X3,X4)
        & precedes(X7,X8,X4) )
     => ( ~ ? [X9] :
              ( tail_of(X9) = tail_of(X7)
              & head_of(X9) = head_of(X8) )
        & ~ precedes(X8,X7,X4) ) ),
    inference(fof_simplification,[status(thm)],[shortest_path_properties]) ).

fof(c_0_9,negated_conjecture,
    ~ ! [X2,X3,X7,X8,X4] :
        ( ( shortest_path(X2,X3,X4)
          & precedes(X7,X8,X4) )
       => ( ~ ? [X9] :
                ( tail_of(X9) = tail_of(X7)
                & head_of(X9) = head_of(X8) )
          & head_of(X8) != tail_of(X7)
          & head_of(X8) != head_of(X7) ) ),
    inference(assume_negation,[status(cth)],[shortest_path_properties_lemma]) ).

fof(c_0_10,plain,
    ! [X61,X62,X63,X64,X65,X66] :
      ( ( tail_of(X66) != tail_of(X63)
        | head_of(X66) != head_of(X64)
        | ~ shortest_path(X61,X62,X65)
        | ~ precedes(X63,X64,X65) )
      & ( ~ precedes(X64,X63,X65)
        | ~ shortest_path(X61,X62,X65)
        | ~ precedes(X63,X64,X65) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_8])])])]) ).

fof(c_0_11,negated_conjecture,
    ( shortest_path(esk9_0,esk10_0,esk13_0)
    & precedes(esk11_0,esk12_0,esk13_0)
    & ( tail_of(esk14_0) = tail_of(esk11_0)
      | head_of(esk12_0) = tail_of(esk11_0)
      | head_of(esk12_0) = head_of(esk11_0) )
    & ( head_of(esk14_0) = head_of(esk12_0)
      | head_of(esk12_0) = tail_of(esk11_0)
      | head_of(esk12_0) = head_of(esk11_0) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])])])]) ).

fof(c_0_12,plain,
    ! [X4,X2,X3] :
      ( path(X2,X3,X4)
     => ! [X7,X8] :
          ( precedes(X7,X8,X4)
         => ( on_path(X7,X4)
            & on_path(X8,X4)
            & ~ ( sequential(X7,X8)
              <=> ? [X9] :
                    ( sequential(X7,X9)
                    & precedes(X9,X8,X4) ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[precedes_properties]) ).

cnf(c_0_13,plain,
    ( tail_of(X1) != tail_of(X2)
    | head_of(X1) != head_of(X3)
    | ~ shortest_path(X4,X5,X6)
    | ~ precedes(X2,X3,X6) ),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_14,negated_conjecture,
    shortest_path(esk9_0,esk10_0,esk13_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

fof(c_0_15,plain,
    ! [X53,X54,X55,X56,X57,X58,X59] :
      ( ( path(X53,X54,X55)
        | ~ shortest_path(X53,X54,X55) )
      & ( X53 != X54
        | ~ shortest_path(X53,X54,X55) )
      & ( ~ path(X53,X54,X56)
        | less_or_equal(length_of(X55),length_of(X56))
        | ~ shortest_path(X53,X54,X55) )
      & ( path(X57,X58,esk6_3(X57,X58,X59))
        | ~ path(X57,X58,X59)
        | X57 = X58
        | shortest_path(X57,X58,X59) )
      & ( ~ less_or_equal(length_of(X59),length_of(esk6_3(X57,X58,X59)))
        | ~ path(X57,X58,X59)
        | X57 = X58
        | shortest_path(X57,X58,X59) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[shortest_path_defn])])])])])]) ).

fof(c_0_16,plain,
    ! [X46,X47,X48,X49,X50,X51] :
      ( ( on_path(X49,X46)
        | ~ precedes(X49,X50,X46)
        | ~ path(X47,X48,X46) )
      & ( on_path(X50,X46)
        | ~ precedes(X49,X50,X46)
        | ~ path(X47,X48,X46) )
      & ( ~ sequential(X49,X50)
        | ~ sequential(X49,X51)
        | ~ precedes(X51,X50,X46)
        | ~ precedes(X49,X50,X46)
        | ~ path(X47,X48,X46) )
      & ( sequential(X49,esk5_3(X46,X49,X50))
        | sequential(X49,X50)
        | ~ precedes(X49,X50,X46)
        | ~ path(X47,X48,X46) )
      & ( precedes(esk5_3(X46,X49,X50),X50,X46)
        | sequential(X49,X50)
        | ~ precedes(X49,X50,X46)
        | ~ path(X47,X48,X46) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_12])])])])])]) ).

cnf(c_0_17,negated_conjecture,
    ( head_of(X1) != head_of(X2)
    | tail_of(X1) != tail_of(X3)
    | ~ precedes(X3,X2,esk13_0) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_18,negated_conjecture,
    precedes(esk11_0,esk12_0,esk13_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

fof(c_0_19,plain,
    ! [X4,X2,X3] :
      ( path(X2,X3,X4)
     => ! [X7,X8] :
          ( ( on_path(X7,X4)
            & on_path(X8,X4)
            & ( sequential(X7,X8)
              | ? [X9] :
                  ( sequential(X7,X9)
                  & precedes(X9,X8,X4) ) ) )
         => precedes(X7,X8,X4) ) ),
    inference(fof_simplification,[status(thm)],[precedes_defn]) ).

fof(c_0_20,plain,
    ! [X29,X30,X31,X32] :
      ( ( edge(X32)
        | ~ path(X29,X30,X31)
        | ~ on_path(X32,X31) )
      & ( in_path(head_of(X32),X31)
        | ~ path(X29,X30,X31)
        | ~ on_path(X32,X31) )
      & ( in_path(tail_of(X32),X31)
        | ~ path(X29,X30,X31)
        | ~ on_path(X32,X31) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[on_path_properties])])]) ).

cnf(c_0_21,plain,
    ( path(X1,X2,X3)
    | ~ shortest_path(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_22,plain,
    ( on_path(X1,X2)
    | ~ precedes(X1,X3,X2)
    | ~ path(X4,X5,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_23,negated_conjecture,
    ( head_of(X1) != head_of(esk12_0)
    | tail_of(X1) != tail_of(esk11_0) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

fof(c_0_24,plain,
    ! [X40,X41,X42,X43,X44,X45] :
      ( ( ~ sequential(X43,X44)
        | ~ on_path(X43,X40)
        | ~ on_path(X44,X40)
        | precedes(X43,X44,X40)
        | ~ path(X41,X42,X40) )
      & ( ~ sequential(X43,X45)
        | ~ precedes(X45,X44,X40)
        | ~ on_path(X43,X40)
        | ~ on_path(X44,X40)
        | precedes(X43,X44,X40)
        | ~ path(X41,X42,X40) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])])])]) ).

cnf(c_0_25,plain,
    ( edge(X1)
    | ~ path(X2,X3,X4)
    | ~ on_path(X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_26,negated_conjecture,
    path(esk9_0,esk10_0,esk13_0),
    inference(spm,[status(thm)],[c_0_21,c_0_14]) ).

cnf(c_0_27,negated_conjecture,
    ( on_path(esk11_0,esk13_0)
    | ~ path(X1,X2,esk13_0) ),
    inference(spm,[status(thm)],[c_0_22,c_0_18]) ).

cnf(c_0_28,negated_conjecture,
    ( tail_of(esk14_0) = tail_of(esk11_0)
    | head_of(esk12_0) = tail_of(esk11_0)
    | head_of(esk12_0) = head_of(esk11_0) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_29,negated_conjecture,
    head_of(esk11_0) != head_of(esk12_0),
    inference(er,[status(thm)],[c_0_23]) ).

cnf(c_0_30,negated_conjecture,
    ( head_of(esk14_0) = head_of(esk12_0)
    | head_of(esk12_0) = tail_of(esk11_0)
    | head_of(esk12_0) = head_of(esk11_0) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_31,plain,
    ( on_path(X1,X2)
    | ~ precedes(X3,X1,X2)
    | ~ path(X4,X5,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_32,plain,
    ( precedes(X1,X2,X3)
    | ~ sequential(X1,X2)
    | ~ on_path(X1,X3)
    | ~ on_path(X2,X3)
    | ~ path(X4,X5,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_33,plain,
    ( ~ precedes(X1,X2,X3)
    | ~ shortest_path(X4,X5,X3)
    | ~ precedes(X2,X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

fof(c_0_34,plain,
    ! [X38,X39] :
      ( ( edge(X38)
        | ~ sequential(X38,X39) )
      & ( edge(X39)
        | ~ sequential(X38,X39) )
      & ( X38 != X39
        | ~ sequential(X38,X39) )
      & ( head_of(X38) = tail_of(X39)
        | ~ sequential(X38,X39) )
      & ( ~ edge(X38)
        | ~ edge(X39)
        | X38 = X39
        | head_of(X38) != tail_of(X39)
        | sequential(X38,X39) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[sequential_defn])])]) ).

cnf(c_0_35,negated_conjecture,
    ( edge(X1)
    | ~ on_path(X1,esk13_0) ),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_36,negated_conjecture,
    on_path(esk11_0,esk13_0),
    inference(spm,[status(thm)],[c_0_27,c_0_26]) ).

cnf(c_0_37,negated_conjecture,
    ( tail_of(esk11_0) = head_of(esk12_0)
    | tail_of(esk14_0) = tail_of(esk11_0) ),
    inference(sr,[status(thm)],[c_0_28,c_0_29]) ).

cnf(c_0_38,negated_conjecture,
    ( head_of(esk14_0) = head_of(esk12_0)
    | tail_of(esk11_0) = head_of(esk12_0) ),
    inference(sr,[status(thm)],[c_0_30,c_0_29]) ).

cnf(c_0_39,negated_conjecture,
    ( on_path(esk12_0,esk13_0)
    | ~ path(X1,X2,esk13_0) ),
    inference(spm,[status(thm)],[c_0_31,c_0_18]) ).

cnf(c_0_40,negated_conjecture,
    ( precedes(X1,X2,esk13_0)
    | ~ sequential(X1,X2)
    | ~ on_path(X2,esk13_0)
    | ~ on_path(X1,esk13_0) ),
    inference(spm,[status(thm)],[c_0_32,c_0_26]) ).

cnf(c_0_41,negated_conjecture,
    ( ~ precedes(X1,X2,esk13_0)
    | ~ precedes(X2,X1,esk13_0) ),
    inference(spm,[status(thm)],[c_0_33,c_0_14]) ).

cnf(c_0_42,plain,
    ( X1 = X2
    | sequential(X1,X2)
    | ~ edge(X1)
    | ~ edge(X2)
    | head_of(X1) != tail_of(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

cnf(c_0_43,negated_conjecture,
    edge(esk11_0),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

cnf(c_0_44,negated_conjecture,
    tail_of(esk11_0) = head_of(esk12_0),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_37]),c_0_38]) ).

cnf(c_0_45,negated_conjecture,
    on_path(esk12_0,esk13_0),
    inference(spm,[status(thm)],[c_0_39,c_0_26]) ).

cnf(c_0_46,negated_conjecture,
    ( precedes(X1,esk11_0,esk13_0)
    | ~ sequential(X1,esk11_0)
    | ~ on_path(X1,esk13_0) ),
    inference(spm,[status(thm)],[c_0_40,c_0_36]) ).

cnf(c_0_47,negated_conjecture,
    ~ precedes(esk12_0,esk11_0,esk13_0),
    inference(spm,[status(thm)],[c_0_41,c_0_18]) ).

fof(c_0_48,plain,
    ! [X13] :
      ( ~ edge(X13)
      | head_of(X13) != tail_of(X13) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[no_loops])]) ).

cnf(c_0_49,negated_conjecture,
    ( X1 = esk11_0
    | sequential(X1,esk11_0)
    | head_of(esk12_0) != head_of(X1)
    | ~ edge(X1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_44]) ).

cnf(c_0_50,negated_conjecture,
    edge(esk12_0),
    inference(spm,[status(thm)],[c_0_35,c_0_45]) ).

cnf(c_0_51,negated_conjecture,
    ~ sequential(esk12_0,esk11_0),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_45]),c_0_47]) ).

cnf(c_0_52,plain,
    ( ~ edge(X1)
    | head_of(X1) != tail_of(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_48]) ).

cnf(c_0_53,negated_conjecture,
    esk11_0 = esk12_0,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_51]) ).

cnf(c_0_54,negated_conjecture,
    tail_of(esk12_0) != head_of(esk12_0),
    inference(spm,[status(thm)],[c_0_52,c_0_50]) ).

cnf(c_0_55,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[c_0_44,c_0_53]),c_0_54]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem    : GRA004+1 : TPTP v8.1.2. Bugfixed v3.2.0.
% 0.14/0.14  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.36  % Computer : n011.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit   : 300
% 0.14/0.36  % WCLimit    : 300
% 0.14/0.36  % DateTime   : Sun Aug 27 03:55:09 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.21/0.58  start to proof: theBenchmark
% 0.21/0.62  % Version  : CSE_E---1.5
% 0.21/0.62  % Problem  : theBenchmark.p
% 0.21/0.62  % Proof found
% 0.21/0.62  % SZS status Theorem for theBenchmark.p
% 0.21/0.62  % SZS output start Proof
% See solution above
% 0.21/0.62  % Total time : 0.021000 s
% 0.21/0.62  % SZS output end Proof
% 0.21/0.62  % Total time : 0.024000 s
%------------------------------------------------------------------------------