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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.5
% Problem  : GEO065-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %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  : 300s
% DateTime : Thu May  9 17:20:57 EDT 2024

% Result   : Unsatisfiable 0.45s 0.64s
% Output   : Refutation 0.45s
% 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(colinearity2,axiom,
    ( ~ between(X89,X88,X87)
    | colinear(X87,X89,X88) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO002-1.ax',colinearity2) ).

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

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

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

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

cnf(c104,plain,
    $false,
    inference(resolution,[status(thm)],[c89,prove_uvw_colinear]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : GEO065-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n028.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 : Thu May  9 08:06:23 EDT 2024
% 0.12/0.34  % CPUTime  : 
% 0.45/0.64  % Version:  1.5
% 0.45/0.64  % SZS status Unsatisfiable
% 0.45/0.64  % SZS output start CNFRefutation
% See solution above
% 0.45/0.64  
% 0.45/0.64  % Initial clauses    : 102
% 0.45/0.64  % Processed clauses  : 49
% 0.45/0.64  % Factors computed   : 10
% 0.45/0.64  % Resolvents computed: 85
% 0.45/0.64  % Tautologies deleted: 0
% 0.45/0.64  % Forward subsumed   : 15
% 0.45/0.64  % Backward subsumed  : 0
% 0.45/0.64  % -------- CPU Time ---------
% 0.45/0.64  % User time          : 0.284 s
% 0.45/0.64  % System time        : 0.011 s
% 0.45/0.64  % Total time         : 0.295 s
%------------------------------------------------------------------------------