TSTP Solution File: GEO011-3 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : GEO011-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n009.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  : 600s
% DateTime : Sat Jul 16 06:21:32 EDT 2022

% Result   : Unsatisfiable 0.18s 0.42s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    5
% Syntax   : Number of clauses     :    7 (   5 unt;   2 nHn;   7 RR)
%            Number of literals    :   12 (   0 equ;   4 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    6 (   6 usr;   6 con; 0-0 aty)
%            Number of variables   :    0 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(72,axiom,
    colinear(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    file('GEO011-3.p',unknown),
    [] ).

cnf(82,axiom,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    file('GEO011-3.p',unknown),
    [] ).

cnf(83,axiom,
    ~ between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1),
    file('GEO011-3.p',unknown),
    [] ).

cnf(84,axiom,
    ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    file('GEO011-3.p',unknown),
    [] ).

cnf(94,axiom,
    ( ~ colinear(u,v,w)
    | between(w,u,v)
    | between(v,w,u)
    | between(u,v,w) ),
    file('GEO011-3.p',unknown),
    [] ).

cnf(99,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(res,[status(thm),theory(equality)],[72,94]),
    [iquote('0:Res:72.0,94.0')] ).

cnf(105,plain,
    $false,
    inference(mrr,[status(thm)],[99,82,83,84]),
    [iquote('0:MRR:99.0,99.1,99.2,82.0,83.0,84.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO011-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.12  % Command  : run_spass %d %s
% 0.12/0.33  % Computer : n009.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  : 600
% 0.12/0.33  % DateTime : Sat Jun 18 11:14:07 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.42  
% 0.18/0.42  SPASS V 3.9 
% 0.18/0.42  SPASS beiseite: Proof found.
% 0.18/0.42  % SZS status Theorem
% 0.18/0.42  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.18/0.42  SPASS derived 6 clauses, backtracked 0 clauses, performed 0 splits and kept 97 clauses.
% 0.18/0.42  SPASS allocated 63218 KBytes.
% 0.18/0.42  SPASS spent	0:00:00.07 on the problem.
% 0.18/0.42  		0:00:00.04 for the input.
% 0.18/0.42  		0:00:00.00 for the FLOTTER CNF translation.
% 0.18/0.42  		0:00:00.00 for inferences.
% 0.18/0.42  		0:00:00.00 for the backtracking.
% 0.18/0.42  		0:00:00.01 for the reduction.
% 0.18/0.42  
% 0.18/0.42  
% 0.18/0.42  Here is a proof with depth 1, length 7 :
% 0.18/0.42  % SZS output start Refutation
% See solution above
% 0.18/0.42  Formulae used in the proof : prove_lower_dimension_points_not_colinear lower_dimension1 lower_dimension2 lower_dimension3 colinearity4
% 0.18/0.42  
%------------------------------------------------------------------------------