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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GEO227+1 : TPTP v8.1.2. Bugfixed v6.4.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 : n006.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:47 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
%$ between_on_line > divides_points > before_on_line > unequally_directed_lines > left_convergent_lines > left_apart_point > distinct_points > distinct_lines > convergent_lines > apart_point_and_line > point > line > parallel_through_point > line_connecting > intersection_point > #nlpp > reverse_line > #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(point,type,
    point: $i > $o ).

tff(reverse_line,type,
    reverse_line: $i > $i ).

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

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

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

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

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

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

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

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

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

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

tff(f_289,negated_conjecture,
    ~ ! [L,M] :
        ( ( line(L)
          & line(M) )
       => ~ ( ~ unequally_directed_lines(L,M)
            & ~ unequally_directed_lines(L,reverse_line(M)) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

tff(f_148,axiom,
    ! [L,M] :
      ( ( line(L)
        & line(M) )
     => ( unequally_directed_lines(L,M)
        | unequally_directed_lines(L,reverse_line(M)) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO007+0.ax',oag8) ).

tff(c_120,plain,
    ~ unequally_directed_lines('#skF_1','#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_289]) ).

tff(c_124,plain,
    line('#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_289]) ).

tff(c_122,plain,
    line('#skF_2'),
    inference(cnfTransformation,[status(thm)],[f_289]) ).

tff(c_216,plain,
    ! [L_119,M_120] :
      ( unequally_directed_lines(L_119,reverse_line(M_120))
      | unequally_directed_lines(L_119,M_120)
      | ~ line(M_120)
      | ~ line(L_119) ),
    inference(cnfTransformation,[status(thm)],[f_148]) ).

tff(c_118,plain,
    ~ unequally_directed_lines('#skF_1',reverse_line('#skF_2')),
    inference(cnfTransformation,[status(thm)],[f_289]) ).

tff(c_231,plain,
    ( unequally_directed_lines('#skF_1','#skF_2')
    | ~ line('#skF_2')
    | ~ line('#skF_1') ),
    inference(resolution,[status(thm)],[c_216,c_118]) ).

tff(c_242,plain,
    unequally_directed_lines('#skF_1','#skF_2'),
    inference(demodulation,[status(thm),theory(equality)],[c_124,c_122,c_231]) ).

tff(c_244,plain,
    $false,
    inference(negUnitSimplification,[status(thm)],[c_120,c_242]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GEO227+1 : TPTP v8.1.2. Bugfixed v6.4.0.
% 0.13/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 : n006.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:45:28 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 3.76/1.99  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 3.76/2.00  
% 3.76/2.00  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.76/2.02  
% 3.76/2.02  Inference rules
% 3.76/2.02  ----------------------
% 3.76/2.02  #Ref     : 0
% 3.76/2.02  #Sup     : 17
% 3.76/2.02  #Fact    : 0
% 3.76/2.02  #Define  : 0
% 3.76/2.02  #Split   : 1
% 3.76/2.02  #Chain   : 0
% 3.76/2.02  #Close   : 0
% 3.76/2.02  
% 3.76/2.02  Ordering : KBO
% 3.76/2.02  
% 3.76/2.02  Simplification rules
% 3.76/2.02  ----------------------
% 3.76/2.02  #Subsume      : 43
% 3.76/2.02  #Demod        : 2
% 3.76/2.02  #Tautology    : 1
% 3.76/2.02  #SimpNegUnit  : 17
% 3.76/2.02  #BackRed      : 0
% 3.76/2.02  
% 3.76/2.02  #Partial instantiations: 0
% 3.76/2.02  #Strategies tried      : 1
% 3.76/2.02  
% 3.76/2.02  Timing (in seconds)
% 3.76/2.02  ----------------------
% 3.76/2.03  Preprocessing        : 0.57
% 3.76/2.03  Parsing              : 0.32
% 3.76/2.03  CNF conversion       : 0.04
% 3.76/2.03  Main loop            : 0.30
% 3.76/2.03  Inferencing          : 0.10
% 3.76/2.03  Reduction            : 0.08
% 3.76/2.03  Demodulation         : 0.05
% 3.76/2.03  BG Simplification    : 0.03
% 3.76/2.03  Subsumption          : 0.08
% 3.76/2.03  Abstraction          : 0.01
% 3.76/2.03  MUC search           : 0.00
% 3.76/2.03  Cooper               : 0.00
% 3.76/2.03  Total                : 0.92
% 3.76/2.03  Index Insertion      : 0.00
% 3.76/2.03  Index Deletion       : 0.00
% 3.76/2.03  Index Matching       : 0.00
% 3.76/2.03  BG Taut test         : 0.00
%------------------------------------------------------------------------------