TSTP Solution File: GEO189+3 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GEO189+3 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.h5OQEsqoNC true

% Computer : n004.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 : Wed Aug 30 23:57:20 EDT 2023

% Result   : Theorem 0.79s 0.76s
% Output   : Refutation 0.79s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   34 (  12 unt;  10 typ;   0 def)
%            Number of atoms       :   46 (   0 equ;   0 cnn)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :  159 (  13   ~;  10   |;   6   &; 124   @)
%                                         (   1 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   14 (  14   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (  10 usr;   4 con; 0-2 aty)
%            Number of variables   :   43 (   0   ^;  43   !;   0   ?;  43   :)

% Comments : 
%------------------------------------------------------------------------------
thf(distinct_lines_type,type,
    distinct_lines: $i > $i > $o ).

thf(line_connecting_type,type,
    line_connecting: $i > $i > $i ).

thf(incident_point_and_line_type,type,
    incident_point_and_line: $i > $i > $o ).

thf(parallel_through_point_type,type,
    parallel_through_point: $i > $i > $i ).

thf(distinct_points_type,type,
    distinct_points: $i > $i > $o ).

thf(apart_point_and_line_type,type,
    apart_point_and_line: $i > $i > $o ).

thf(convergent_lines_type,type,
    convergent_lines: $i > $i > $o ).

thf(sk__1_type,type,
    sk__1: $i ).

thf(sk__type,type,
    sk_: $i ).

thf(sk__2_type,type,
    sk__2: $i ).

thf(a4,axiom,
    ! [X: $i,Y: $i] :
      ( ( incident_point_and_line @ X @ Y )
    <=> ~ ( apart_point_and_line @ X @ Y ) ) ).

thf(zip_derived_cl45,plain,
    ! [X0: $i,X1: $i] :
      ( ( incident_point_and_line @ X0 @ X1 )
      | ( apart_point_and_line @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[a4]) ).

thf(con,conjecture,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( distinct_points @ X @ Y )
        & ( distinct_points @ X @ Z )
        & ( distinct_points @ Y @ Z )
        & ( incident_point_and_line @ Z @ ( line_connecting @ X @ Y ) ) )
     => ( incident_point_and_line @ Y @ ( line_connecting @ X @ Z ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X: $i,Y: $i,Z: $i] :
        ( ( ( distinct_points @ X @ Y )
          & ( distinct_points @ X @ Z )
          & ( distinct_points @ Y @ Z )
          & ( incident_point_and_line @ Z @ ( line_connecting @ X @ Y ) ) )
       => ( incident_point_and_line @ Y @ ( line_connecting @ X @ Z ) ) ),
    inference('cnf.neg',[status(esa)],[con]) ).

thf(zip_derived_cl48,plain,
    ~ ( incident_point_and_line @ sk__1 @ ( line_connecting @ sk_ @ sk__2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl66,plain,
    apart_point_and_line @ sk__1 @ ( line_connecting @ sk_ @ sk__2 ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl45,zip_derived_cl48]) ).

thf(ceq2,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( apart_point_and_line @ X @ Y )
     => ( ( distinct_lines @ Y @ Z )
        | ( apart_point_and_line @ X @ Z ) ) ) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( apart_point_and_line @ X0 @ X1 )
      | ( distinct_lines @ X1 @ X2 )
      | ( apart_point_and_line @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[ceq2]) ).

thf(zip_derived_cl129,plain,
    ! [X0: $i] :
      ( ( apart_point_and_line @ sk__1 @ X0 )
      | ( distinct_lines @ ( line_connecting @ sk_ @ sk__2 ) @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl66,zip_derived_cl12]) ).

thf(cp2,axiom,
    ! [X: $i,Y: $i] :
      ~ ( apart_point_and_line @ X @ ( parallel_through_point @ Y @ X ) ) ).

thf(zip_derived_cl16,plain,
    ! [X0: $i,X1: $i] :
      ~ ( apart_point_and_line @ X0 @ ( parallel_through_point @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[cp2]) ).

thf(zip_derived_cl152,plain,
    ! [X0: $i] : ( distinct_lines @ ( line_connecting @ sk_ @ sk__2 ) @ ( parallel_through_point @ X0 @ sk__1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl129,zip_derived_cl16]) ).

thf(apart5,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( distinct_lines @ X @ Y )
     => ( ( distinct_lines @ X @ Z )
        | ( distinct_lines @ Y @ Z ) ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( distinct_lines @ X0 @ X1 )
      | ( distinct_lines @ X0 @ X2 )
      | ( distinct_lines @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[apart5]) ).

thf(zip_derived_cl162,plain,
    ! [X0: $i,X1: $i] :
      ( ( distinct_lines @ ( parallel_through_point @ X0 @ sk__1 ) @ X1 )
      | ( distinct_lines @ ( line_connecting @ sk_ @ sk__2 ) @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl152,zip_derived_cl4]) ).

thf(p1,axiom,
    ! [X: $i,Y: $i] :
      ( ( distinct_lines @ X @ Y )
     => ( convergent_lines @ X @ Y ) ) ).

thf(zip_derived_cl14,plain,
    ! [X0: $i,X1: $i] :
      ( ( convergent_lines @ X0 @ X1 )
      | ~ ( distinct_lines @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[p1]) ).

thf(cp1,axiom,
    ! [X: $i,Y: $i] :
      ~ ( convergent_lines @ ( parallel_through_point @ Y @ X ) @ Y ) ).

thf(zip_derived_cl15,plain,
    ! [X0: $i,X1: $i] :
      ~ ( convergent_lines @ ( parallel_through_point @ X0 @ X1 ) @ X0 ),
    inference(cnf,[status(esa)],[cp1]) ).

thf(zip_derived_cl89,plain,
    ! [X0: $i,X1: $i] :
      ~ ( distinct_lines @ ( parallel_through_point @ X0 @ X1 ) @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl14,zip_derived_cl15]) ).

thf(zip_derived_cl196,plain,
    ! [X0: $i] : ( distinct_lines @ ( line_connecting @ sk_ @ sk__2 ) @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl162,zip_derived_cl89]) ).

thf(apart2,axiom,
    ! [X: $i] :
      ~ ( distinct_lines @ X @ X ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i] :
      ~ ( distinct_lines @ X0 @ X0 ),
    inference(cnf,[status(esa)],[apart2]) ).

thf(zip_derived_cl199,plain,
    $false,
    inference('sup-',[status(thm)],[zip_derived_cl196,zip_derived_cl1]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GEO189+3 : TPTP v8.1.2. Released v4.0.0.
% 0.06/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.h5OQEsqoNC true
% 0.13/0.34  % Computer : n004.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 21:13:07 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.21/0.62  % Total configuration time : 435
% 0.21/0.62  % Estimated wc time : 1092
% 0.21/0.62  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.79/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.79/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.79/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.79/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.79/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.79/0.76  % Solved by fo/fo3_bce.sh.
% 0.79/0.76  % BCE start: 53
% 0.79/0.76  % BCE eliminated: 0
% 0.79/0.76  % PE start: 53
% 0.79/0.76  logic: neq
% 0.79/0.76  % PE eliminated: 12
% 0.79/0.76  % done 77 iterations in 0.036s
% 0.79/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.79/0.76  % SZS output start Refutation
% See solution above
% 0.79/0.76  
% 0.79/0.76  
% 0.79/0.76  % Terminating...
% 1.38/0.84  % Runner terminated.
% 1.38/0.84  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------