TSTP Solution File: GEO011-4 by Drodi---3.6.0

View Problem - Process Solution

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

% Computer : n005.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:16:47 EDT 2024

% Result   : Unsatisfiable 0.12s 0.37s
% 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(f23,negated_conjecture,
    colinear(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f27,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(f40,plain,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    inference(cnf_transformation,[status(esa)],[f14]) ).

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

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

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

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

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

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

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

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

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

fof(f60,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)],[f27,f50]) ).

fof(f61,plain,
    ( spl0_0
    | spl0_1
    | spl0_2 ),
    inference(split_clause,[status(thm)],[f60,f51,f54,f57]) ).

fof(f62,plain,
    ( $false
    | ~ spl0_2 ),
    inference(forward_subsumption_resolution,[status(thm)],[f58,f42]) ).

fof(f63,plain,
    ~ spl0_2,
    inference(contradiction_clause,[status(thm)],[f62]) ).

fof(f64,plain,
    ( $false
    | ~ spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f52,f40]) ).

fof(f65,plain,
    ~ spl0_0,
    inference(contradiction_clause,[status(thm)],[f64]) ).

fof(f66,plain,
    ( $false
    | ~ spl0_1 ),
    inference(forward_subsumption_resolution,[status(thm)],[f55,f41]) ).

fof(f67,plain,
    ~ spl0_1,
    inference(contradiction_clause,[status(thm)],[f66]) ).

fof(f68,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f61,f63,f65,f67]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : GEO011-4 : TPTP v8.1.2. Released v1.0.0.
% 0.10/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.35  % Computer : n005.cluster.edu
% 0.12/0.35  % Model    : x86_64 x86_64
% 0.12/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.35  % Memory   : 8042.1875MB
% 0.12/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.35  % CPULimit : 300
% 0.12/0.35  % WCLimit  : 300
% 0.12/0.35  % DateTime : Tue Apr 30 01:23:11 EDT 2024
% 0.12/0.35  % CPUTime  : 
% 0.12/0.36  % Drodi V3.6.0
% 0.12/0.37  % Refutation found
% 0.12/0.37  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.12/0.38  % Elapsed time: 0.019674 seconds
% 0.12/0.38  % CPU time: 0.022580 seconds
% 0.12/0.38  % Total memory used: 7.955 MB
% 0.12/0.38  % Net memory used: 7.855 MB
%------------------------------------------------------------------------------