TSTP Solution File: GEO192+2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GEO192+2 : TPTP v8.1.2. Released v3.3.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.K2ZlAG1N6h true

% Computer : n032.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:22 EDT 2023

% Result   : Theorem 0.15s 0.64s
% Output   : Refutation 0.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   42 (  15 unt;   8 typ;   0 def)
%            Number of atoms       :   66 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  205 (  23   ~;  22   |;   2   &; 150   @)
%                                         (   0 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   44 (   0   ^;  44   !;   0   ?;  44   :)

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

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

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

thf(sk__1_type,type,
    sk__1: $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(intersection_point_type,type,
    intersection_point: $i > $i > $i ).

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

thf(con,conjecture,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( convergent_lines @ X @ Y )
     => ( ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ Z )
       => ( ( distinct_lines @ X @ Z )
          & ( distinct_lines @ Y @ Z ) ) ) ) ).

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

thf(zip_derived_cl15,plain,
    ( ~ ( distinct_lines @ sk_ @ sk__2 )
    | ~ ( distinct_lines @ sk__1 @ sk__2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl14,plain,
    apart_point_and_line @ ( intersection_point @ sk_ @ sk__1 ) @ sk__2,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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_cl51,plain,
    ! [X0: $i] :
      ( ( distinct_lines @ sk__2 @ X0 )
      | ( apart_point_and_line @ ( intersection_point @ sk_ @ sk__1 ) @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl14,zip_derived_cl12]) ).

thf(con2,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( convergent_lines @ X @ Y )
     => ( ( ( apart_point_and_line @ Z @ X )
          | ( apart_point_and_line @ Z @ Y ) )
       => ( distinct_points @ Z @ ( intersection_point @ X @ Y ) ) ) ) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( convergent_lines @ X0 @ X1 )
      | ( distinct_points @ X2 @ ( intersection_point @ X0 @ X1 ) )
      | ~ ( apart_point_and_line @ X2 @ X1 ) ),
    inference(cnf,[status(esa)],[con2]) ).

thf(apart1,axiom,
    ! [X: $i] :
      ~ ( distinct_points @ X @ X ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i] :
      ~ ( distinct_points @ X0 @ X0 ),
    inference(cnf,[status(esa)],[apart1]) ).

thf(zip_derived_cl34,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( apart_point_and_line @ ( intersection_point @ X1 @ X0 ) @ X0 )
      | ~ ( convergent_lines @ X1 @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl8,zip_derived_cl0]) ).

thf(zip_derived_cl59,plain,
    ( ( distinct_lines @ sk__2 @ sk__1 )
    | ~ ( convergent_lines @ sk_ @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl51,zip_derived_cl34]) ).

thf(zip_derived_cl16,plain,
    convergent_lines @ sk_ @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl61,plain,
    distinct_lines @ sk__2 @ sk__1,
    inference(demod,[status(thm)],[zip_derived_cl59,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_cl63,plain,
    ! [X0: $i] :
      ( ( distinct_lines @ sk__2 @ X0 )
      | ( distinct_lines @ sk__1 @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl61,zip_derived_cl4]) ).

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_cl77,plain,
    distinct_lines @ sk__1 @ sk__2,
    inference('s_sup-',[status(thm)],[zip_derived_cl63,zip_derived_cl1]) ).

thf(zip_derived_cl94,plain,
    ~ ( distinct_lines @ sk_ @ sk__2 ),
    inference(demod,[status(thm)],[zip_derived_cl15,zip_derived_cl77]) ).

thf(zip_derived_cl51_001,plain,
    ! [X0: $i] :
      ( ( distinct_lines @ sk__2 @ X0 )
      | ( apart_point_and_line @ ( intersection_point @ sk_ @ sk__1 ) @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl14,zip_derived_cl12]) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( convergent_lines @ X0 @ X1 )
      | ( distinct_points @ X2 @ ( intersection_point @ X0 @ X1 ) )
      | ~ ( apart_point_and_line @ X2 @ X0 ) ),
    inference(cnf,[status(esa)],[con2]) ).

thf(zip_derived_cl0_002,plain,
    ! [X0: $i] :
      ~ ( distinct_points @ X0 @ X0 ),
    inference(cnf,[status(esa)],[apart1]) ).

thf(zip_derived_cl40,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( apart_point_and_line @ ( intersection_point @ X1 @ X0 ) @ X1 )
      | ~ ( convergent_lines @ X1 @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl9,zip_derived_cl0]) ).

thf(zip_derived_cl60,plain,
    ( ( distinct_lines @ sk__2 @ sk_ )
    | ~ ( convergent_lines @ sk_ @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl51,zip_derived_cl40]) ).

thf(zip_derived_cl16_003,plain,
    convergent_lines @ sk_ @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl62,plain,
    distinct_lines @ sk__2 @ sk_,
    inference(demod,[status(thm)],[zip_derived_cl60,zip_derived_cl16]) ).

thf(zip_derived_cl4_004,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_cl64,plain,
    ! [X0: $i] :
      ( ( distinct_lines @ sk__2 @ X0 )
      | ( distinct_lines @ sk_ @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl62,zip_derived_cl4]) ).

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

thf(zip_derived_cl96,plain,
    distinct_lines @ sk_ @ sk__2,
    inference('s_sup-',[status(thm)],[zip_derived_cl64,zip_derived_cl1]) ).

thf(zip_derived_cl98,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl94,zip_derived_cl96]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.10  % Problem  : GEO192+2 : TPTP v8.1.2. Released v3.3.0.
% 0.08/0.11  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.K2ZlAG1N6h true
% 0.10/0.30  % Computer : n032.cluster.edu
% 0.10/0.30  % Model    : x86_64 x86_64
% 0.10/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.30  % Memory   : 8042.1875MB
% 0.10/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.30  % CPULimit : 300
% 0.10/0.30  % WCLimit  : 300
% 0.10/0.30  % DateTime : Tue Aug 29 19:04:47 EDT 2023
% 0.10/0.30  % CPUTime  : 
% 0.10/0.30  % Running portfolio for 300 s
% 0.10/0.30  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.10/0.30  % Number of cores: 8
% 0.10/0.30  % Python version: Python 3.6.8
% 0.10/0.30  % Running in FO mode
% 0.15/0.51  % Total configuration time : 435
% 0.15/0.51  % Estimated wc time : 1092
% 0.15/0.51  % Estimated cpu time (7 cpus) : 156.0
% 0.15/0.58  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.15/0.62  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.15/0.63  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.15/0.64  % Solved by fo/fo6_bce.sh.
% 0.15/0.64  % BCE start: 17
% 0.15/0.64  % BCE eliminated: 0
% 0.15/0.64  % PE start: 17
% 0.15/0.64  logic: neq
% 0.15/0.64  % PE eliminated: 0
% 0.15/0.64  % done 43 iterations in 0.027s
% 0.15/0.64  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.15/0.64  % SZS output start Refutation
% See solution above
% 0.15/0.64  
% 0.15/0.64  
% 0.15/0.64  % Terminating...
% 0.15/0.72  % Runner terminated.
% 0.15/0.73  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------