TSTP Solution File: GEO232+1 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : GEO232+1 : TPTP v8.1.2. Bugfixed v6.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n027.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 Apr 30 20:17:40 EDT 2024

% Result   : Theorem 0.13s 0.41s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    5
% Syntax   : Number of formulae    :   23 (   7 unt;   0 def)
%            Number of atoms       :   46 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   40 (  17   ~;  15   |;   3   &)
%                                         (   2 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   3 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   1 con; 0-1 aty)
%            Number of variables   :   12 (  11   !;   1   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f10,axiom,
    ! [L] : ~ unequally_directed_lines(L,L),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f13,axiom,
    ! [L,M] :
      ( ( line(L)
        & line(M) )
     => ( unequally_directed_lines(L,M)
        | unequally_directed_lines(L,reverse_line(M)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f32,conjecture,
    ! [L] :
      ( line(L)
     => unequally_directed_lines(L,reverse_line(L)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f33,negated_conjecture,
    ~ ! [L] :
        ( line(L)
       => unequally_directed_lines(L,reverse_line(L)) ),
    inference(negated_conjecture,[status(cth)],[f32]) ).

fof(f78,plain,
    ! [X0] : ~ unequally_directed_lines(X0,X0),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f88,plain,
    ! [L,M] :
      ( ~ line(L)
      | ~ line(M)
      | unequally_directed_lines(L,M)
      | unequally_directed_lines(L,reverse_line(M)) ),
    inference(pre_NNF_transformation,[status(esa)],[f13]) ).

fof(f89,plain,
    ! [X0,X1] :
      ( ~ line(X0)
      | ~ line(X1)
      | unequally_directed_lines(X0,X1)
      | unequally_directed_lines(X0,reverse_line(X1)) ),
    inference(cnf_transformation,[status(esa)],[f88]) ).

fof(f130,plain,
    ? [L] :
      ( line(L)
      & ~ unequally_directed_lines(L,reverse_line(L)) ),
    inference(pre_NNF_transformation,[status(esa)],[f33]) ).

fof(f131,plain,
    ( line(sk0_0)
    & ~ unequally_directed_lines(sk0_0,reverse_line(sk0_0)) ),
    inference(skolemization,[status(esa)],[f130]) ).

fof(f132,plain,
    line(sk0_0),
    inference(cnf_transformation,[status(esa)],[f131]) ).

fof(f133,plain,
    ~ unequally_directed_lines(sk0_0,reverse_line(sk0_0)),
    inference(cnf_transformation,[status(esa)],[f131]) ).

fof(f138,plain,
    ! [X0] :
      ( ~ line(X0)
      | unequally_directed_lines(X0,sk0_0)
      | unequally_directed_lines(X0,reverse_line(sk0_0)) ),
    inference(resolution,[status(thm)],[f89,f132]) ).

fof(f140,plain,
    ( spl0_0
  <=> unequally_directed_lines(sk0_0,sk0_0) ),
    introduced(split_symbol_definition) ).

fof(f141,plain,
    ( unequally_directed_lines(sk0_0,sk0_0)
    | ~ spl0_0 ),
    inference(component_clause,[status(thm)],[f140]) ).

fof(f143,plain,
    ( spl0_1
  <=> unequally_directed_lines(sk0_0,reverse_line(sk0_0)) ),
    introduced(split_symbol_definition) ).

fof(f144,plain,
    ( unequally_directed_lines(sk0_0,reverse_line(sk0_0))
    | ~ spl0_1 ),
    inference(component_clause,[status(thm)],[f143]) ).

fof(f146,plain,
    ( unequally_directed_lines(sk0_0,sk0_0)
    | unequally_directed_lines(sk0_0,reverse_line(sk0_0)) ),
    inference(resolution,[status(thm)],[f138,f132]) ).

fof(f147,plain,
    ( spl0_0
    | spl0_1 ),
    inference(split_clause,[status(thm)],[f146,f140,f143]) ).

fof(f148,plain,
    ( $false
    | ~ spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f141,f78]) ).

fof(f149,plain,
    ~ spl0_0,
    inference(contradiction_clause,[status(thm)],[f148]) ).

fof(f150,plain,
    ( $false
    | ~ spl0_1 ),
    inference(forward_subsumption_resolution,[status(thm)],[f144,f133]) ).

fof(f151,plain,
    ~ spl0_1,
    inference(contradiction_clause,[status(thm)],[f150]) ).

fof(f152,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f147,f149,f151]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : GEO232+1 : TPTP v8.1.2. Bugfixed v6.4.0.
% 0.13/0.14  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.35  % Computer : n027.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Tue Apr 30 02:05:17 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.13/0.37  % Drodi V3.6.0
% 0.13/0.41  % Refutation found
% 0.13/0.41  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.13/0.41  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.41  % Elapsed time: 0.032076 seconds
% 0.13/0.41  % CPU time: 0.069286 seconds
% 0.13/0.41  % Total memory used: 2.766 MB
% 0.13/0.41  % Net memory used: 2.747 MB
%------------------------------------------------------------------------------