TSTP Solution File: GEO011-5 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : GEO011-5 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n008.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 May 31 12:07:25 EDT 2023

% Result   : Unsatisfiable 0.12s 0.36s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   25 (  12 unt;   0 def)
%            Number of atoms       :   44 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   36 (  17   ~;  16   |;   0   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    6 (   5 usr;   4 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   3 con; 0-0 aty)
%            Number of variables   :    6 (;   6   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f4,axiom,
    ! [X,Y,Z] :
      ( ~ colinear(X,Y,Z)
      | between(X,Y,Z)
      | between(Y,Z,X)
      | between(Z,X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f14,axiom,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f15,axiom,
    ~ between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f16,axiom,
    ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f17,negated_conjecture,
    colinear(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f21,plain,
    ! [X0,X1,X2] :
      ( ~ colinear(X0,X1,X2)
      | between(X0,X1,X2)
      | between(X1,X2,X0)
      | between(X2,X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f34,plain,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    inference(cnf_transformation,[status(esa)],[f14]) ).

fof(f35,plain,
    ~ between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1),
    inference(cnf_transformation,[status(esa)],[f15]) ).

fof(f36,plain,
    ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f37,plain,
    colinear(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f38,plain,
    ( spl0_0
  <=> between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3) ),
    introduced(split_symbol_definition) ).

fof(f39,plain,
    ( between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3)
    | ~ spl0_0 ),
    inference(component_clause,[status(thm)],[f38]) ).

fof(f41,plain,
    ( spl0_1
  <=> between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1) ),
    introduced(split_symbol_definition) ).

fof(f42,plain,
    ( between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1)
    | ~ spl0_1 ),
    inference(component_clause,[status(thm)],[f41]) ).

fof(f44,plain,
    ( spl0_2
  <=> between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2) ),
    introduced(split_symbol_definition) ).

fof(f45,plain,
    ( between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2)
    | ~ spl0_2 ),
    inference(component_clause,[status(thm)],[f44]) ).

fof(f47,plain,
    ( between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3)
    | between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1)
    | between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2) ),
    inference(resolution,[status(thm)],[f21,f37]) ).

fof(f48,plain,
    ( spl0_0
    | spl0_1
    | spl0_2 ),
    inference(split_clause,[status(thm)],[f47,f38,f41,f44]) ).

fof(f49,plain,
    ( $false
    | ~ spl0_2 ),
    inference(forward_subsumption_resolution,[status(thm)],[f45,f36]) ).

fof(f50,plain,
    ~ spl0_2,
    inference(contradiction_clause,[status(thm)],[f49]) ).

fof(f51,plain,
    ( $false
    | ~ spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f39,f34]) ).

fof(f52,plain,
    ~ spl0_0,
    inference(contradiction_clause,[status(thm)],[f51]) ).

fof(f53,plain,
    ( $false
    | ~ spl0_1 ),
    inference(forward_subsumption_resolution,[status(thm)],[f42,f35]) ).

fof(f54,plain,
    ~ spl0_1,
    inference(contradiction_clause,[status(thm)],[f53]) ).

fof(f55,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f48,f50,f52,f54]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : GEO011-5 : TPTP v8.1.2. Released v1.0.0.
% 0.10/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.33  % Computer : n008.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Tue May 30 12:01:08 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Drodi V3.5.1
% 0.12/0.36  % Refutation found
% 0.12/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.12/0.36  % Elapsed time: 0.022820 seconds
% 0.12/0.36  % CPU time: 0.029285 seconds
% 0.12/0.36  % Memory used: 11.427 MB
%------------------------------------------------------------------------------