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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GEO251+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.gmkTskntEI true

% 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 : Wed Aug 30 23:58:04 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(sk__1_type,type,
    sk__1: $i ).

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

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

thf(right_apart_point_type,type,
    right_apart_point: $i > $i > $o ).

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

thf(left_apart_point_type,type,
    left_apart_point: $i > $i > $o ).

thf(reverse_line_type,type,
    reverse_line: $i > $i ).

thf(con,conjecture,
    ! [A: $i,B: $i,L: $i] :
      ( ( right_apart_point @ B @ ( parallel_through_point @ L @ A ) )
     => ( left_apart_point @ A @ ( parallel_through_point @ L @ B ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [A: $i,B: $i,L: $i] :
        ( ( right_apart_point @ B @ ( parallel_through_point @ L @ A ) )
       => ( left_apart_point @ A @ ( parallel_through_point @ L @ B ) ) ),
    inference('cnf.neg',[status(esa)],[con]) ).

thf(zip_derived_cl67,plain,
    right_apart_point @ sk__1 @ ( parallel_through_point @ sk__2 @ sk_ ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(a2_defns,axiom,
    ! [X: $i,Y: $i] :
      ( ( right_apart_point @ X @ Y )
    <=> ( left_apart_point @ X @ ( reverse_line @ Y ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( ( left_apart_point @ X0 @ ( reverse_line @ X1 ) )
      | ~ ( right_apart_point @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[a2_defns]) ).

thf(zip_derived_cl110,plain,
    left_apart_point @ sk__1 @ ( reverse_line @ ( parallel_through_point @ sk__2 @ sk_ ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl67,zip_derived_cl2]) ).

thf(ax10_basics,axiom,
    ! [A: $i,L: $i] :
      ~ ( ( left_apart_point @ A @ L )
        | ( left_apart_point @ A @ ( reverse_line @ L ) ) ) ).

thf(zip_derived_cl47,plain,
    ! [X0: $i,X1: $i] :
      ~ ( left_apart_point @ X0 @ X1 ),
    inference(cnf,[status(esa)],[ax10_basics]) ).

thf(zip_derived_cl131,plain,
    $false,
    inference('s_sup-',[status(thm)],[zip_derived_cl110,zip_derived_cl47]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : GEO251+3 : TPTP v8.1.2. Released v4.0.0.
% 0.08/0.15  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.gmkTskntEI true
% 0.16/0.37  % Computer : n011.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Tue Aug 29 23:02:42 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.16/0.37  % Running portfolio for 300 s
% 0.16/0.37  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.37  % Number of cores: 8
% 0.16/0.38  % Python version: Python 3.6.8
% 0.16/0.38  % Running in FO mode
% 0.23/0.70  % Total configuration time : 435
% 0.23/0.70  % Estimated wc time : 1092
% 0.23/0.70  % Estimated cpu time (7 cpus) : 156.0
% 0.23/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.57/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.57/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.57/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.59/0.78  % Solved by fo/fo6_bce.sh.
% 0.59/0.78  % BCE start: 69
% 0.59/0.78  % BCE eliminated: 0
% 0.59/0.78  % PE start: 69
% 0.59/0.78  logic: neq
% 0.59/0.78  % PE eliminated: 30
% 0.59/0.78  % done 11 iterations in 0.015s
% 0.59/0.78  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.59/0.78  % SZS output start Refutation
% See solution above
% 0.59/0.78  
% 0.59/0.78  
% 0.59/0.78  % Terminating...
% 0.64/0.90  % Runner terminated.
% 0.64/0.91  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------