TSTP Solution File: GEO211+2 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GEO211+2 : 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 : 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 : Tue Aug 22 10:38:41 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ unorthogonal_lines > distinct_points > distinct_lines > convergent_lines > apart_point_and_line > parallel_through_point > orthogonal_through_point > line_connecting > intersection_point > #nlpp > #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('#skF_1',type,
    '#skF_1': $i ).

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

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

tff(f_62,axiom,
    ! [X] : ~ convergent_lines(X,X),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO008+0.ax',apart3) ).

tff(f_196,axiom,
    ! [L,M] :
      ( convergent_lines(L,M)
      | unorthogonal_lines(L,M) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO006+3.ax',occu1) ).

tff(f_232,negated_conjecture,
    ~ ! [L] : unorthogonal_lines(L,L),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

tff(c_6,plain,
    ! [X_3] : ~ convergent_lines(X_3,X_3),
    inference(cnfTransformation,[status(thm)],[f_62]) ).

tff(c_66,plain,
    ! [L_64,M_65] :
      ( unorthogonal_lines(L_64,M_65)
      | convergent_lines(L_64,M_65) ),
    inference(cnfTransformation,[status(thm)],[f_196]) ).

tff(c_52,plain,
    ~ unorthogonal_lines('#skF_1','#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_232]) ).

tff(c_73,plain,
    convergent_lines('#skF_1','#skF_1'),
    inference(resolution,[status(thm)],[c_66,c_52]) ).

tff(c_78,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_6,c_73]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : GEO211+2 : TPTP v8.1.2. Released v3.3.0.
% 0.00/0.15  % 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.15/0.36  % Computer : n011.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Fri Aug  4 00:38:51 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 3.16/1.74  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.16/1.74  
% 3.16/1.74  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.16/1.77  
% 3.16/1.77  Inference rules
% 3.16/1.77  ----------------------
% 3.16/1.77  #Ref     : 0
% 3.16/1.77  #Sup     : 3
% 3.16/1.77  #Fact    : 0
% 3.16/1.77  #Define  : 0
% 3.16/1.77  #Split   : 0
% 3.16/1.77  #Chain   : 0
% 3.16/1.77  #Close   : 0
% 3.16/1.77  
% 3.16/1.77  Ordering : KBO
% 3.16/1.77  
% 3.16/1.77  Simplification rules
% 3.16/1.77  ----------------------
% 3.16/1.77  #Subsume      : 1
% 3.16/1.77  #Demod        : 0
% 3.16/1.77  #Tautology    : 0
% 3.16/1.77  #SimpNegUnit  : 1
% 3.16/1.77  #BackRed      : 0
% 3.16/1.77  
% 3.16/1.77  #Partial instantiations: 0
% 3.16/1.77  #Strategies tried      : 1
% 3.16/1.77  
% 3.16/1.77  Timing (in seconds)
% 3.16/1.77  ----------------------
% 3.16/1.77  Preprocessing        : 0.50
% 3.16/1.77  Parsing              : 0.29
% 3.16/1.77  CNF conversion       : 0.03
% 3.16/1.77  Main loop            : 0.20
% 3.16/1.77  Inferencing          : 0.08
% 3.16/1.77  Reduction            : 0.03
% 3.16/1.77  Demodulation         : 0.02
% 3.16/1.77  BG Simplification    : 0.02
% 3.16/1.77  Subsumption          : 0.06
% 3.16/1.77  Abstraction          : 0.01
% 3.16/1.77  MUC search           : 0.00
% 3.16/1.77  Cooper               : 0.00
% 3.16/1.77  Total                : 0.74
% 3.16/1.77  Index Insertion      : 0.00
% 3.16/1.77  Index Deletion       : 0.00
% 3.16/1.77  Index Matching       : 0.00
% 3.16/1.77  BG Taut test         : 0.00
%------------------------------------------------------------------------------