TSTP Solution File: GEO225+1 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GEO225+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n010.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 : Tue Aug 22 10:38:46 EDT 2023

% Result   : Theorem 3.30s 1.79s
% Output   : CNFRefutation 3.30s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   22 (   3 unt;  12 typ;   0 def)
%            Number of atoms       :   21 (   0 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   22 (  11   ~;   4   |;   3   &)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   18 (  10   >;   8   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   13 (;  12   !;   1   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ distinct_points > distinct_lines > convergent_lines > apart_point_and_line > point > line > parallel_through_point > orthogonal_through_point > line_connecting > intersection_point > #nlpp > #skF_2 > #skF_1

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(line_connecting,type,
    line_connecting: ( $i * $i ) > $i ).

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

tff(intersection_point,type,
    intersection_point: ( $i * $i ) > $i ).

tff(parallel_through_point,type,
    parallel_through_point: ( $i * $i ) > $i ).

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

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

tff(orthogonal_through_point,type,
    orthogonal_through_point: ( $i * $i ) > $i ).

tff(point,type,
    point: $i > $o ).

tff(line,type,
    line: $i > $o ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_1',type,
    '#skF_1': $i ).

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

tff(f_204,negated_conjecture,
    ~ ! [A,B] :
        ( ( point(A)
          & point(B)
          & distinct_points(A,B) )
       => ? [X] :
            ( line(X)
           => ( ~ apart_point_and_line(A,X)
              & ~ apart_point_and_line(B,X) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

tff(f_88,axiom,
    ! [X,Y] :
      ( distinct_points(X,Y)
     => ~ apart_point_and_line(Y,line_connecting(X,Y)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO006+0.ax',ci2) ).

tff(f_83,axiom,
    ! [X,Y] :
      ( distinct_points(X,Y)
     => ~ apart_point_and_line(X,line_connecting(X,Y)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO006+0.ax',ci1) ).

tff(c_42,plain,
    distinct_points('#skF_1','#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_204]) ).

tff(c_40,plain,
    ! [X_43] :
      ( apart_point_and_line('#skF_2',X_43)
      | apart_point_and_line('#skF_1',X_43) ),
    inference(cnfTransformation,[status(thm)],[f_204]) ).

tff(c_66,plain,
    ! [Y_53,X_54] :
      ( ~ apart_point_and_line(Y_53,line_connecting(X_54,Y_53))
      | ~ distinct_points(X_54,Y_53) ),
    inference(cnfTransformation,[status(thm)],[f_88]) ).

tff(c_74,plain,
    ! [X_59] :
      ( ~ distinct_points(X_59,'#skF_2')
      | apart_point_and_line('#skF_1',line_connecting(X_59,'#skF_2')) ),
    inference(resolution,[status(thm)],[c_40,c_66]) ).

tff(c_14,plain,
    ! [X_13,Y_14] :
      ( ~ apart_point_and_line(X_13,line_connecting(X_13,Y_14))
      | ~ distinct_points(X_13,Y_14) ),
    inference(cnfTransformation,[status(thm)],[f_83]) ).

tff(c_78,plain,
    ~ distinct_points('#skF_1','#skF_2'),
    inference(resolution,[status(thm)],[c_74,c_14]) ).

tff(c_82,plain,
    $false,
    inference(demodulation,[status(thm),theory(equality)],[c_42,c_78]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GEO225+1 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.14/0.35  % Computer : n010.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri Aug  4 00:21:13 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 3.30/1.79  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.30/1.80  
% 3.30/1.80  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.30/1.82  
% 3.30/1.82  Inference rules
% 3.30/1.82  ----------------------
% 3.30/1.82  #Ref     : 0
% 3.30/1.82  #Sup     : 3
% 3.30/1.82  #Fact    : 0
% 3.30/1.82  #Define  : 0
% 3.30/1.82  #Split   : 0
% 3.30/1.82  #Chain   : 0
% 3.30/1.82  #Close   : 0
% 3.30/1.82  
% 3.30/1.82  Ordering : KBO
% 3.30/1.82  
% 3.30/1.82  Simplification rules
% 3.30/1.82  ----------------------
% 3.30/1.82  #Subsume      : 0
% 3.30/1.82  #Demod        : 8
% 3.30/1.82  #Tautology    : 3
% 3.30/1.82  #SimpNegUnit  : 0
% 3.30/1.82  #BackRed      : 0
% 3.30/1.82  
% 3.30/1.82  #Partial instantiations: 0
% 3.30/1.82  #Strategies tried      : 1
% 3.30/1.82  
% 3.30/1.82  Timing (in seconds)
% 3.30/1.82  ----------------------
% 3.30/1.83  Preprocessing        : 0.50
% 3.30/1.83  Parsing              : 0.28
% 3.30/1.83  CNF conversion       : 0.03
% 3.30/1.83  Main loop            : 0.20
% 3.30/1.83  Inferencing          : 0.08
% 3.30/1.83  Reduction            : 0.05
% 3.30/1.83  Demodulation         : 0.04
% 3.30/1.83  BG Simplification    : 0.02
% 3.30/1.83  Subsumption          : 0.04
% 3.30/1.83  Abstraction          : 0.01
% 3.30/1.83  MUC search           : 0.00
% 3.30/1.83  Cooper               : 0.00
% 3.30/1.83  Total                : 0.74
% 3.30/1.83  Index Insertion      : 0.00
% 3.30/1.83  Index Deletion       : 0.00
% 3.30/1.83  Index Matching       : 0.00
% 3.30/1.83  BG Taut test         : 0.00
%------------------------------------------------------------------------------