TSTP Solution File: GEO247+3 by Etableau---0.67

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Etableau---0.67
% Problem  : GEO247+3 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : etableau --auto --tsmdo --quicksat=10000 --tableau=1 --tableau-saturation=1 -s -p --tableau-cores=8 --cpu-limit=%d %s

% Computer : n032.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 04:09:06 EDT 2022

% Result   : Theorem 0.06s 0.28s
% Output   : CNFRefutation 0.06s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    2
% Syntax   : Number of formulae    :    8 (   3 unt;   0 def)
%            Number of atoms       :   34 (   0 equ)
%            Maximal formula atoms :    9 (   4 avg)
%            Number of connectives :   32 (   6   ~;   1   |;  23   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   7 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-1 aty)
%            Number of variables   :   18 (   2 sgn  16   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(con,conjecture,
    ! [X3,X6,X7,X9,X4,X5] :
      ( ( left_apart_point(X3,X4)
        & left_apart_point(X3,X5)
        & right_apart_point(X6,X4)
        & right_apart_point(X6,X5)
        & left_apart_point(X7,X4)
        & right_apart_point(X7,X5)
        & right_apart_point(X9,X4)
        & left_apart_point(X9,X5) )
     => convergent_lines(X4,X5) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

fof(ax10_basics,axiom,
    ! [X3,X4] :
      ~ ( left_apart_point(X3,X4)
        | left_apart_point(X3,reverse_line(X4)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',ax10_basics) ).

fof(c_0_2,negated_conjecture,
    ~ ! [X3,X6,X7,X9,X4,X5] :
        ( ( left_apart_point(X3,X4)
          & left_apart_point(X3,X5)
          & right_apart_point(X6,X4)
          & right_apart_point(X6,X5)
          & left_apart_point(X7,X4)
          & right_apart_point(X7,X5)
          & right_apart_point(X9,X4)
          & left_apart_point(X9,X5) )
       => convergent_lines(X4,X5) ),
    inference(assume_negation,[status(cth)],[con]) ).

fof(c_0_3,negated_conjecture,
    ( left_apart_point(esk1_0,esk5_0)
    & left_apart_point(esk1_0,esk6_0)
    & right_apart_point(esk2_0,esk5_0)
    & right_apart_point(esk2_0,esk6_0)
    & left_apart_point(esk3_0,esk5_0)
    & right_apart_point(esk3_0,esk6_0)
    & right_apart_point(esk4_0,esk5_0)
    & left_apart_point(esk4_0,esk6_0)
    & ~ convergent_lines(esk5_0,esk6_0) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_2])])]) ).

fof(c_0_4,plain,
    ! [X53,X54] :
      ( ~ left_apart_point(X53,X54)
      & ~ left_apart_point(X53,reverse_line(X54)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[ax10_basics])]) ).

cnf(c_0_5,negated_conjecture,
    left_apart_point(esk1_0,esk5_0),
    inference(split_conjunct,[status(thm)],[c_0_3]) ).

cnf(c_0_6,plain,
    ~ left_apart_point(X1,X2),
    inference(split_conjunct,[status(thm)],[c_0_4]) ).

cnf(c_0_7,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[c_0_5,c_0_6]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.07  % Problem  : GEO247+3 : TPTP v8.1.0. Released v4.0.0.
% 0.04/0.08  % Command  : etableau --auto --tsmdo --quicksat=10000 --tableau=1 --tableau-saturation=1 -s -p --tableau-cores=8 --cpu-limit=%d %s
% 0.06/0.26  % Computer : n032.cluster.edu
% 0.06/0.26  % Model    : x86_64 x86_64
% 0.06/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.06/0.26  % Memory   : 8042.1875MB
% 0.06/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.06/0.26  % CPULimit : 300
% 0.06/0.26  % WCLimit  : 600
% 0.06/0.26  % DateTime : Fri Jun 17 20:25:01 EDT 2022
% 0.06/0.26  % CPUTime  : 
% 0.06/0.28  # No SInE strategy applied
% 0.06/0.28  # Auto-Mode selected heuristic G_E___208_C18_F1_SE_CS_SP_PS_S5PRR_RG_S04AN
% 0.06/0.28  # and selection function SelectComplexExceptUniqMaxHorn.
% 0.06/0.28  #
% 0.06/0.28  # Presaturation interreduction done
% 0.06/0.28  
% 0.06/0.28  # Proof found!
% 0.06/0.28  # SZS status Theorem
% 0.06/0.28  # SZS output start CNFRefutation
% See solution above
% 0.06/0.28  # Training examples: 0 positive, 0 negative
%------------------------------------------------------------------------------