TSTP Solution File: GEO066-3 by PyRes---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : GEO066-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n002.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 : Thu May  9 17:20:57 EDT 2024

% Result   : Unsatisfiable 0.50s 0.66s
% Output   : Refutation 0.50s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    4
% Syntax   : Number of clauses     :    7 (   5 unt;   0 nHn;   7 RR)
%            Number of literals    :    9 (   0 equ;   3 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(prove_uvw_colinear,negated_conjecture,
    ~ colinear(u,v,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_uvw_colinear) ).

cnf(colinearity3,axiom,
    ( ~ between(X101,X103,X102)
    | colinear(X103,X102,X101) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-1.ax',colinearity3) ).

cnf(u_between_v_and_w,plain,
    between(v,u,w),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',u_between_v_and_w) ).

cnf(t1,axiom,
    ( ~ between(X117,X118,X119)
    | between(X119,X118,X117) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t1) ).

cnf(c79,plain,
    between(w,u,v),
    inference(resolution,[status(thm)],[t1,u_between_v_and_w]) ).

cnf(c94,plain,
    colinear(u,v,w),
    inference(resolution,[status(thm)],[c79,colinearity3]) ).

cnf(c112,plain,
    $false,
    inference(resolution,[status(thm)],[c94,prove_uvw_colinear]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : GEO066-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n002.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu May  9 07:48:53 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.50/0.66  % Version:  1.5
% 0.50/0.66  % SZS status Unsatisfiable
% 0.50/0.66  % SZS output start CNFRefutation
% See solution above
% 0.50/0.66  
% 0.50/0.66  % Initial clauses    : 102
% 0.50/0.66  % Processed clauses  : 52
% 0.50/0.66  % Factors computed   : 11
% 0.50/0.66  % Resolvents computed: 92
% 0.50/0.66  % Tautologies deleted: 0
% 0.50/0.66  % Forward subsumed   : 15
% 0.50/0.66  % Backward subsumed  : 0
% 0.50/0.66  % -------- CPU Time ---------
% 0.50/0.66  % User time          : 0.296 s
% 0.50/0.66  % System time        : 0.014 s
% 0.50/0.66  % Total time         : 0.310 s
%------------------------------------------------------------------------------