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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GEO227+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.9i9vceUts8 true

% Computer : n014.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:52 EDT 2023

% Result   : Theorem 0.23s 0.76s
% Output   : Refutation 0.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   24 (   7 unt;   7 typ;   0 def)
%            Number of atoms       :   27 (   0 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   80 (  13   ~;   5   |;   2   &;  57   @)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   20 (   0   ^;  20   !;   0   ?;  20   :)

% Comments : 
%------------------------------------------------------------------------------
thf(equally_directed_opposite_lines_type,type,
    equally_directed_opposite_lines: $i > $i > $o ).

thf(unequally_directed_lines_type,type,
    unequally_directed_lines: $i > $i > $o ).

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

thf(equally_directed_lines_type,type,
    equally_directed_lines: $i > $i > $o ).

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

thf(unequally_directed_opposite_lines_type,type,
    unequally_directed_opposite_lines: $i > $i > $o ).

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

thf(con,conjecture,
    ! [L: $i,M: $i] :
      ~ ( ( equally_directed_lines @ L @ M )
        & ( equally_directed_opposite_lines @ L @ M ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [L: $i,M: $i] :
        ~ ( ( equally_directed_lines @ L @ M )
          & ( equally_directed_opposite_lines @ L @ M ) ),
    inference('cnf.neg',[status(esa)],[con]) ).

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

thf(a4_defns,axiom,
    ! [X: $i,Y: $i] :
      ( ( equally_directed_lines @ X @ Y )
    <=> ~ ( unequally_directed_lines @ X @ Y ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( unequally_directed_lines @ X0 @ X1 )
      | ~ ( equally_directed_lines @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[a4_defns]) ).

thf(zip_derived_cl116,plain,
    ~ ( unequally_directed_lines @ sk_ @ sk__1 ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl68,zip_derived_cl6]) ).

thf(ax8_basics,axiom,
    ! [L: $i,M: $i] :
      ( ( unequally_directed_lines @ L @ ( reverse_line @ M ) )
      | ( unequally_directed_lines @ L @ M ) ) ).

thf(zip_derived_cl44,plain,
    ! [X0: $i,X1: $i] :
      ( ( unequally_directed_lines @ X0 @ ( reverse_line @ X1 ) )
      | ( unequally_directed_lines @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[ax8_basics]) ).

thf(a1_defns,axiom,
    ! [X: $i,Y: $i] :
      ( ( unequally_directed_opposite_lines @ X @ Y )
    <=> ( unequally_directed_lines @ X @ ( reverse_line @ Y ) ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ( unequally_directed_opposite_lines @ X0 @ X1 )
      | ~ ( unequally_directed_lines @ X0 @ ( reverse_line @ X1 ) ) ),
    inference(cnf,[status(esa)],[a1_defns]) ).

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

thf(a5_defns,axiom,
    ! [X: $i,Y: $i] :
      ( ( equally_directed_opposite_lines @ X @ Y )
    <=> ~ ( unequally_directed_opposite_lines @ X @ Y ) ) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( unequally_directed_opposite_lines @ X0 @ X1 )
      | ~ ( equally_directed_opposite_lines @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[a5_defns]) ).

thf(zip_derived_cl99,plain,
    ~ ( unequally_directed_opposite_lines @ sk_ @ sk__1 ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl67,zip_derived_cl8]) ).

thf(zip_derived_cl101,plain,
    ~ ( unequally_directed_lines @ sk_ @ ( reverse_line @ sk__1 ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl1,zip_derived_cl99]) ).

thf(zip_derived_cl141,plain,
    unequally_directed_lines @ sk_ @ sk__1,
    inference('s_sup-',[status(thm)],[zip_derived_cl44,zip_derived_cl101]) ).

thf(zip_derived_cl142,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl116,zip_derived_cl141]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GEO227+3 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.9i9vceUts8 true
% 0.14/0.36  % Computer : n014.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 : Tue Aug 29 23:15:30 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.37  % Python version: Python 3.6.8
% 0.14/0.37  % Running in FO mode
% 0.23/0.63  % Total configuration time : 435
% 0.23/0.63  % Estimated wc time : 1092
% 0.23/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.23/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.23/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.23/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.23/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.23/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.23/0.76  % Solved by fo/fo6_bce.sh.
% 0.23/0.76  % BCE start: 69
% 0.23/0.76  % BCE eliminated: 0
% 0.23/0.76  % PE start: 69
% 0.23/0.76  logic: neq
% 0.23/0.76  % PE eliminated: 31
% 0.23/0.76  % done 22 iterations in 0.020s
% 0.23/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.23/0.76  % SZS output start Refutation
% See solution above
% 0.23/0.76  
% 0.23/0.76  
% 0.23/0.76  % Terminating...
% 1.49/0.85  % Runner terminated.
% 1.49/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------