TSTP Solution File: GEO065-3 by Metis---2.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Metis---2.4
% Problem  : GEO065-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : metis --show proof --show saturation %s

% Computer : n028.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 05:24:00 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(colinearity2,axiom,
    ( ~ between(Y,Z,X)
    | colinear(X,Y,Z) ) ).

cnf(t1,axiom,
    ( ~ between(U,V,W)
    | between(W,V,U) ) ).

cnf(w_between_u_and_v,hypothesis,
    between(u,w,v) ).

cnf(prove_uvw_colinear,negated_conjecture,
    ~ colinear(u,v,w) ).

cnf(refute_0_0,plain,
    ( ~ between(v,w,u)
    | colinear(u,v,w) ),
    inference(subst,[],[colinearity2:[bind(X,$fot(u)),bind(Y,$fot(v)),bind(Z,$fot(w))]]) ).

cnf(refute_0_1,plain,
    ( ~ between(u,w,v)
    | between(v,w,u) ),
    inference(subst,[],[t1:[bind(U,$fot(u)),bind(V,$fot(w)),bind(W,$fot(v))]]) ).

cnf(refute_0_2,plain,
    between(v,w,u),
    inference(resolve,[$cnf( between(u,w,v) )],[w_between_u_and_v,refute_0_1]) ).

cnf(refute_0_3,plain,
    colinear(u,v,w),
    inference(resolve,[$cnf( between(v,w,u) )],[refute_0_2,refute_0_0]) ).

cnf(refute_0_4,plain,
    $false,
    inference(resolve,[$cnf( colinear(u,v,w) )],[refute_0_3,prove_uvw_colinear]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GEO065-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.11/0.13  % Command  : metis --show proof --show saturation %s
% 0.13/0.34  % Computer : n028.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jun 18 04:25:58 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.21/0.57  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.21/0.57  
% 0.21/0.57  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 0.21/0.57  
%------------------------------------------------------------------------------