TSTP Solution File: GEO196+3 by Beagle---0.9.51

View Problem - Process Solution

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

% Computer : n025.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:35 EDT 2023

% Result   : Theorem 15.81s 5.98s
% Output   : CNFRefutation 16.04s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   33
% Syntax   : Number of formulae    :   94 (  26 unt;  20 typ;   0 def)
%            Number of atoms       :  163 (   0 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  147 (  58   ~;  70   |;  10   &)
%                                         (   2 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   30 (  16   >;  14   *;   0   +;   0  <<)
%            Number of predicates  :   13 (  12 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :  153 (; 153   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ unorthogonal_lines > parallel_lines > orthogonal_lines > incident_point_and_line > equal_points > equal_lines > 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_3 > #skF_1 > #skF_4

%Foreground sorts:

%Background operators:

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

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

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

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

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(parallel_lines,type,
    parallel_lines: ( $i * $i ) > $o ).

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

tff('#skF_3',type,
    '#skF_3': $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('#skF_4',type,
    '#skF_4': $i ).

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

tff(f_292,axiom,
    ! [L,M] :
      ~ ( ~ convergent_lines(L,M)
        & ~ unorthogonal_lines(L,M) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+4.ax',coipo1) ).

tff(f_246,axiom,
    ! [A,L] : ~ unorthogonal_lines(orthogonal_through_point(L,A),L),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+3.ax',ooc1) ).

tff(f_79,axiom,
    ! [X,Y,Z] :
      ( convergent_lines(X,Y)
     => ( convergent_lines(X,Z)
        | convergent_lines(Y,Z) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+0.ax',ax6) ).

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

tff(f_426,axiom,
    ! [X,Y] :
      ( orthogonal_lines(X,Y)
    <=> ~ unorthogonal_lines(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+6.ax',a5) ).

tff(f_311,axiom,
    ! [L,M,N] :
      ( ( ( ~ convergent_lines(L,M)
          | ~ unorthogonal_lines(L,M) )
        & ( ~ convergent_lines(L,N)
          | ~ unorthogonal_lines(L,N) ) )
     => ( ~ convergent_lines(M,N)
        | ~ unorthogonal_lines(M,N) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+4.ax',cotno1) ).

tff(f_421,axiom,
    ! [X,Y] :
      ( incident_point_and_line(X,Y)
    <=> ~ apart_point_and_line(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+6.ax',a4) ).

tff(f_441,negated_conjecture,
    ~ ! [X,Y,U,V] :
        ( ( convergent_lines(X,Y)
          & convergent_lines(U,V)
          & incident_point_and_line(intersection_point(X,Y),U)
          & incident_point_and_line(intersection_point(X,Y),V) )
       => ( incident_point_and_line(intersection_point(U,V),X)
          & incident_point_and_line(intersection_point(U,V),Y) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

tff(f_126,axiom,
    ! [X,Y,Z] :
      ( apart_point_and_line(X,Y)
     => ( distinct_lines(Y,Z)
        | apart_point_and_line(X,Z) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+0.ax',ceq2) ).

tff(f_249,axiom,
    ! [A,L] : ~ apart_point_and_line(A,orthogonal_through_point(L,A)),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+3.ax',ooc2) ).

tff(f_160,axiom,
    ! [X,Y] :
      ( distinct_lines(X,Y)
     => convergent_lines(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+1.ax',p1) ).

tff(f_242,axiom,
    ! [L,M,N] :
      ( ( convergent_lines(L,M)
        & unorthogonal_lines(L,M) )
     => ( ( convergent_lines(L,N)
          & unorthogonal_lines(L,N) )
        | ( convergent_lines(M,N)
          & unorthogonal_lines(M,N) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+3.ax',oac1) ).

tff(f_321,axiom,
    ! [L,M,N] :
      ( ( ~ unorthogonal_lines(L,M)
        & ~ unorthogonal_lines(L,N) )
     => ~ convergent_lines(M,N) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+4.ax',couo1) ).

tff(c_13520,plain,
    ! [L_822,M_823] :
      ( unorthogonal_lines(L_822,M_823)
      | convergent_lines(L_822,M_823) ),
    inference(cnfTransformation,[status(thm)],[f_292]) ).

tff(c_48,plain,
    ! [L_49,A_48] : ~ unorthogonal_lines(orthogonal_through_point(L_49,A_48),L_49),
    inference(cnfTransformation,[status(thm)],[f_246]) ).

tff(c_13525,plain,
    ! [M_823,A_48] : convergent_lines(orthogonal_through_point(M_823,A_48),M_823),
    inference(resolution,[status(thm)],[c_13520,c_48]) ).

tff(c_13578,plain,
    ! [Y_859,Z_860,X_861] :
      ( convergent_lines(Y_859,Z_860)
      | convergent_lines(X_861,Z_860)
      | ~ convergent_lines(X_861,Y_859) ),
    inference(cnfTransformation,[status(thm)],[f_79]) ).

tff(c_13679,plain,
    ! [M_868,Z_869,A_870] :
      ( convergent_lines(M_868,Z_869)
      | convergent_lines(orthogonal_through_point(M_868,A_870),Z_869) ),
    inference(resolution,[status(thm)],[c_13525,c_13578]) ).

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

tff(c_13687,plain,
    ! [M_868,A_870] : convergent_lines(M_868,orthogonal_through_point(M_868,A_870)),
    inference(resolution,[status(thm)],[c_13679,c_6]) ).

tff(c_92,plain,
    ! [X_80,Y_81] :
      ( orthogonal_lines(X_80,Y_81)
      | unorthogonal_lines(X_80,Y_81) ),
    inference(cnfTransformation,[status(thm)],[f_426]) ).

tff(c_15678,plain,
    ! [L_1044,M_1045,N_1046] :
      ( unorthogonal_lines(L_1044,M_1045)
      | convergent_lines(L_1044,N_1046)
      | ~ unorthogonal_lines(M_1045,N_1046)
      | ~ convergent_lines(M_1045,N_1046) ),
    inference(cnfTransformation,[status(thm)],[f_311]) ).

tff(c_19317,plain,
    ! [L_1187,X_1188,Y_1189] :
      ( unorthogonal_lines(L_1187,X_1188)
      | convergent_lines(L_1187,Y_1189)
      | ~ convergent_lines(X_1188,Y_1189)
      | orthogonal_lines(X_1188,Y_1189) ),
    inference(resolution,[status(thm)],[c_92,c_15678]) ).

tff(c_19449,plain,
    ! [Y_1190,X_1191] :
      ( unorthogonal_lines(Y_1190,X_1191)
      | ~ convergent_lines(X_1191,Y_1190)
      | orthogonal_lines(X_1191,Y_1190) ),
    inference(resolution,[status(thm)],[c_19317,c_6]) ).

tff(c_19470,plain,
    ! [X_1191,A_48] :
      ( ~ convergent_lines(X_1191,orthogonal_through_point(X_1191,A_48))
      | orthogonal_lines(X_1191,orthogonal_through_point(X_1191,A_48)) ),
    inference(resolution,[status(thm)],[c_19449,c_48]) ).

tff(c_19481,plain,
    ! [X_1191,A_48] : orthogonal_lines(X_1191,orthogonal_through_point(X_1191,A_48)),
    inference(demodulation,[status(thm),theory(equality)],[c_13687,c_19470]) ).

tff(c_13497,plain,
    ! [X_816,Y_817] :
      ( incident_point_and_line(X_816,Y_817)
      | apart_point_and_line(X_816,Y_817) ),
    inference(cnfTransformation,[status(thm)],[f_421]) ).

tff(c_155,plain,
    ! [L_115,M_116] :
      ( unorthogonal_lines(L_115,M_116)
      | convergent_lines(L_115,M_116) ),
    inference(cnfTransformation,[status(thm)],[f_292]) ).

tff(c_164,plain,
    ! [M_116,A_48] : convergent_lines(orthogonal_through_point(M_116,A_48),M_116),
    inference(resolution,[status(thm)],[c_155,c_48]) ).

tff(c_247,plain,
    ! [Y_143,Z_144,X_145] :
      ( convergent_lines(Y_143,Z_144)
      | convergent_lines(X_145,Z_144)
      | ~ convergent_lines(X_145,Y_143) ),
    inference(cnfTransformation,[status(thm)],[f_79]) ).

tff(c_549,plain,
    ! [M_174,Z_175,A_176] :
      ( convergent_lines(M_174,Z_175)
      | convergent_lines(orthogonal_through_point(M_174,A_176),Z_175) ),
    inference(resolution,[status(thm)],[c_164,c_247]) ).

tff(c_557,plain,
    ! [M_174,A_176] : convergent_lines(M_174,orthogonal_through_point(M_174,A_176)),
    inference(resolution,[status(thm)],[c_549,c_6]) ).

tff(c_1425,plain,
    ! [L_277,M_278,N_279] :
      ( unorthogonal_lines(L_277,M_278)
      | convergent_lines(L_277,N_279)
      | ~ unorthogonal_lines(M_278,N_279)
      | ~ convergent_lines(M_278,N_279) ),
    inference(cnfTransformation,[status(thm)],[f_311]) ).

tff(c_3625,plain,
    ! [L_402,X_403,Y_404] :
      ( unorthogonal_lines(L_402,X_403)
      | convergent_lines(L_402,Y_404)
      | ~ convergent_lines(X_403,Y_404)
      | orthogonal_lines(X_403,Y_404) ),
    inference(resolution,[status(thm)],[c_92,c_1425]) ).

tff(c_3769,plain,
    ! [Y_407,X_408] :
      ( unorthogonal_lines(Y_407,X_408)
      | ~ convergent_lines(X_408,Y_407)
      | orthogonal_lines(X_408,Y_407) ),
    inference(resolution,[status(thm)],[c_3625,c_6]) ).

tff(c_3790,plain,
    ! [X_408,A_48] :
      ( ~ convergent_lines(X_408,orthogonal_through_point(X_408,A_48))
      | orthogonal_lines(X_408,orthogonal_through_point(X_408,A_48)) ),
    inference(resolution,[status(thm)],[c_3769,c_48]) ).

tff(c_3801,plain,
    ! [X_408,A_48] : orthogonal_lines(X_408,orthogonal_through_point(X_408,A_48)),
    inference(demodulation,[status(thm),theory(equality)],[c_557,c_3790]) ).

tff(c_111,plain,
    ! [X_93,Y_94] :
      ( incident_point_and_line(X_93,Y_94)
      | apart_point_and_line(X_93,Y_94) ),
    inference(cnfTransformation,[status(thm)],[f_421]) ).

tff(c_94,plain,
    ( ~ incident_point_and_line(intersection_point('#skF_3','#skF_4'),'#skF_2')
    | ~ incident_point_and_line(intersection_point('#skF_3','#skF_4'),'#skF_1') ),
    inference(cnfTransformation,[status(thm)],[f_441]) ).

tff(c_108,plain,
    ~ incident_point_and_line(intersection_point('#skF_3','#skF_4'),'#skF_1'),
    inference(splitLeft,[status(thm)],[c_94]) ).

tff(c_115,plain,
    apart_point_and_line(intersection_point('#skF_3','#skF_4'),'#skF_1'),
    inference(resolution,[status(thm)],[c_111,c_108]) ).

tff(c_194,plain,
    ! [X_139,Z_140,Y_141] :
      ( apart_point_and_line(X_139,Z_140)
      | distinct_lines(Y_141,Z_140)
      | ~ apart_point_and_line(X_139,Y_141) ),
    inference(cnfTransformation,[status(thm)],[f_126]) ).

tff(c_198,plain,
    ! [Z_142] :
      ( apart_point_and_line(intersection_point('#skF_3','#skF_4'),Z_142)
      | distinct_lines('#skF_1',Z_142) ),
    inference(resolution,[status(thm)],[c_115,c_194]) ).

tff(c_50,plain,
    ! [A_50,L_51] : ~ apart_point_and_line(A_50,orthogonal_through_point(L_51,A_50)),
    inference(cnfTransformation,[status(thm)],[f_249]) ).

tff(c_521,plain,
    ! [L_168] : distinct_lines('#skF_1',orthogonal_through_point(L_168,intersection_point('#skF_3','#skF_4'))),
    inference(resolution,[status(thm)],[c_198,c_50]) ).

tff(c_30,plain,
    ! [X_34,Y_35] :
      ( convergent_lines(X_34,Y_35)
      | ~ distinct_lines(X_34,Y_35) ),
    inference(cnfTransformation,[status(thm)],[f_160]) ).

tff(c_528,plain,
    ! [L_168] : convergent_lines('#skF_1',orthogonal_through_point(L_168,intersection_point('#skF_3','#skF_4'))),
    inference(resolution,[status(thm)],[c_521,c_30]) ).

tff(c_2544,plain,
    ! [L_353,N_354,M_355] :
      ( unorthogonal_lines(L_353,N_354)
      | unorthogonal_lines(M_355,N_354)
      | ~ unorthogonal_lines(L_353,M_355)
      | ~ convergent_lines(L_353,M_355) ),
    inference(cnfTransformation,[status(thm)],[f_242]) ).

tff(c_6572,plain,
    ! [X_495,N_496,Y_497] :
      ( unorthogonal_lines(X_495,N_496)
      | unorthogonal_lines(Y_497,N_496)
      | ~ convergent_lines(X_495,Y_497)
      | orthogonal_lines(X_495,Y_497) ),
    inference(resolution,[status(thm)],[c_92,c_2544]) ).

tff(c_12645,plain,
    ! [X_793,N_794,A_795] :
      ( unorthogonal_lines(X_793,N_794)
      | ~ convergent_lines(X_793,orthogonal_through_point(N_794,A_795))
      | orthogonal_lines(X_793,orthogonal_through_point(N_794,A_795)) ),
    inference(resolution,[status(thm)],[c_6572,c_48]) ).

tff(c_785,plain,
    ! [M_202,N_203,L_204] :
      ( ~ convergent_lines(M_202,N_203)
      | unorthogonal_lines(L_204,N_203)
      | unorthogonal_lines(L_204,M_202) ),
    inference(cnfTransformation,[status(thm)],[f_321]) ).

tff(c_1221,plain,
    ! [L_246,M_247,A_248] :
      ( unorthogonal_lines(L_246,M_247)
      | unorthogonal_lines(L_246,orthogonal_through_point(M_247,A_248)) ),
    inference(resolution,[status(thm)],[c_164,c_785]) ).

tff(c_90,plain,
    ! [X_80,Y_81] :
      ( ~ unorthogonal_lines(X_80,Y_81)
      | ~ orthogonal_lines(X_80,Y_81) ),
    inference(cnfTransformation,[status(thm)],[f_426]) ).

tff(c_1232,plain,
    ! [L_246,M_247,A_248] :
      ( ~ orthogonal_lines(L_246,orthogonal_through_point(M_247,A_248))
      | unorthogonal_lines(L_246,M_247) ),
    inference(resolution,[status(thm)],[c_1221,c_90]) ).

tff(c_12980,plain,
    ! [X_801,N_802,A_803] :
      ( unorthogonal_lines(X_801,N_802)
      | ~ convergent_lines(X_801,orthogonal_through_point(N_802,A_803)) ),
    inference(resolution,[status(thm)],[c_12645,c_1232]) ).

tff(c_13405,plain,
    ! [L_804] : unorthogonal_lines('#skF_1',L_804),
    inference(resolution,[status(thm)],[c_528,c_12980]) ).

tff(c_13433,plain,
    ! [L_805] : ~ orthogonal_lines('#skF_1',L_805),
    inference(resolution,[status(thm)],[c_13405,c_90]) ).

tff(c_13485,plain,
    $false,
    inference(resolution,[status(thm)],[c_3801,c_13433]) ).

tff(c_13486,plain,
    ~ incident_point_and_line(intersection_point('#skF_3','#skF_4'),'#skF_2'),
    inference(splitRight,[status(thm)],[c_94]) ).

tff(c_13501,plain,
    apart_point_and_line(intersection_point('#skF_3','#skF_4'),'#skF_2'),
    inference(resolution,[status(thm)],[c_13497,c_13486]) ).

tff(c_13795,plain,
    ! [X_887,Z_888,Y_889] :
      ( apart_point_and_line(X_887,Z_888)
      | distinct_lines(Y_889,Z_888)
      | ~ apart_point_and_line(X_887,Y_889) ),
    inference(cnfTransformation,[status(thm)],[f_126]) ).

tff(c_13899,plain,
    ! [Z_897] :
      ( apart_point_and_line(intersection_point('#skF_3','#skF_4'),Z_897)
      | distinct_lines('#skF_2',Z_897) ),
    inference(resolution,[status(thm)],[c_13501,c_13795]) ).

tff(c_14612,plain,
    ! [L_950] : distinct_lines('#skF_2',orthogonal_through_point(L_950,intersection_point('#skF_3','#skF_4'))),
    inference(resolution,[status(thm)],[c_13899,c_50]) ).

tff(c_14619,plain,
    ! [L_950] : convergent_lines('#skF_2',orthogonal_through_point(L_950,intersection_point('#skF_3','#skF_4'))),
    inference(resolution,[status(thm)],[c_14612,c_30]) ).

tff(c_14858,plain,
    ! [L_976,N_977,M_978] :
      ( unorthogonal_lines(L_976,N_977)
      | unorthogonal_lines(M_978,N_977)
      | ~ unorthogonal_lines(L_976,M_978)
      | ~ convergent_lines(L_976,M_978) ),
    inference(cnfTransformation,[status(thm)],[f_242]) ).

tff(c_18470,plain,
    ! [X_1159,N_1160,Y_1161] :
      ( unorthogonal_lines(X_1159,N_1160)
      | unorthogonal_lines(Y_1161,N_1160)
      | ~ convergent_lines(X_1159,Y_1161)
      | orthogonal_lines(X_1159,Y_1161) ),
    inference(resolution,[status(thm)],[c_92,c_14858]) ).

tff(c_23355,plain,
    ! [X_1401,N_1402,A_1403] :
      ( unorthogonal_lines(X_1401,N_1402)
      | ~ convergent_lines(X_1401,orthogonal_through_point(N_1402,A_1403))
      | orthogonal_lines(X_1401,orthogonal_through_point(N_1402,A_1403)) ),
    inference(resolution,[status(thm)],[c_18470,c_48]) ).

tff(c_13696,plain,
    ! [M_875,N_876,L_877] :
      ( ~ convergent_lines(M_875,N_876)
      | unorthogonal_lines(L_877,N_876)
      | unorthogonal_lines(L_877,M_875) ),
    inference(cnfTransformation,[status(thm)],[f_321]) ).

tff(c_14727,plain,
    ! [L_962,M_963,A_964] :
      ( unorthogonal_lines(L_962,M_963)
      | unorthogonal_lines(L_962,orthogonal_through_point(M_963,A_964)) ),
    inference(resolution,[status(thm)],[c_13525,c_13696]) ).

tff(c_14744,plain,
    ! [L_962,M_963,A_964] :
      ( ~ orthogonal_lines(L_962,orthogonal_through_point(M_963,A_964))
      | unorthogonal_lines(L_962,M_963) ),
    inference(resolution,[status(thm)],[c_14727,c_90]) ).

tff(c_23486,plain,
    ! [X_1404,N_1405,A_1406] :
      ( unorthogonal_lines(X_1404,N_1405)
      | ~ convergent_lines(X_1404,orthogonal_through_point(N_1405,A_1406)) ),
    inference(resolution,[status(thm)],[c_23355,c_14744]) ).

tff(c_23859,plain,
    ! [L_1407] : unorthogonal_lines('#skF_2',L_1407),
    inference(resolution,[status(thm)],[c_14619,c_23486]) ).

tff(c_23887,plain,
    ! [L_1408] : ~ orthogonal_lines('#skF_2',L_1408),
    inference(resolution,[status(thm)],[c_23859,c_90]) ).

tff(c_23918,plain,
    $false,
    inference(resolution,[status(thm)],[c_19481,c_23887]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GEO196+3 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.14/0.36  % Computer : n025.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 : Fri Aug  4 00:50:35 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 15.81/5.98  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 15.81/5.99  
% 15.81/5.99  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 16.04/6.02  
% 16.04/6.02  Inference rules
% 16.04/6.02  ----------------------
% 16.04/6.02  #Ref     : 0
% 16.04/6.02  #Sup     : 5530
% 16.04/6.02  #Fact    : 182
% 16.04/6.02  #Define  : 0
% 16.04/6.02  #Split   : 7
% 16.04/6.02  #Chain   : 0
% 16.04/6.02  #Close   : 0
% 16.04/6.02  
% 16.04/6.02  Ordering : KBO
% 16.04/6.02  
% 16.04/6.02  Simplification rules
% 16.04/6.02  ----------------------
% 16.04/6.02  #Subsume      : 578
% 16.04/6.02  #Demod        : 769
% 16.04/6.02  #Tautology    : 504
% 16.04/6.02  #SimpNegUnit  : 30
% 16.04/6.02  #BackRed      : 0
% 16.04/6.02  
% 16.04/6.02  #Partial instantiations: 0
% 16.04/6.02  #Strategies tried      : 1
% 16.04/6.02  
% 16.04/6.02  Timing (in seconds)
% 16.04/6.02  ----------------------
% 16.04/6.03  Preprocessing        : 0.57
% 16.04/6.03  Parsing              : 0.32
% 16.04/6.03  CNF conversion       : 0.04
% 16.04/6.03  Main loop            : 4.30
% 16.04/6.03  Inferencing          : 1.23
% 16.04/6.03  Reduction            : 1.24
% 16.04/6.03  Demodulation         : 0.84
% 16.04/6.03  BG Simplification    : 0.08
% 16.04/6.03  Subsumption          : 1.37
% 16.04/6.03  Abstraction          : 0.07
% 16.04/6.03  MUC search           : 0.00
% 16.04/6.03  Cooper               : 0.00
% 16.04/6.03  Total                : 4.93
% 16.04/6.03  Index Insertion      : 0.00
% 16.04/6.03  Index Deletion       : 0.00
% 16.04/6.03  Index Matching       : 0.00
% 16.04/6.03  BG Taut test         : 0.00
%------------------------------------------------------------------------------