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

View Problem - Process Solution

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

% Computer : n021.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:58:03 EDT 2022

% Result   : Unsatisfiable 0.44s 0.64s
% Output   : Refutation 0.44s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_uvw_colinear,negated_conjecture,
    ~ colinear(u,v,w),
    input ).

cnf(colinearity2,axiom,
    ( ~ between(X88,X89,X87)
    | colinear(X87,X88,X89) ),
    input ).

cnf(w_between_u_and_v,plain,
    between(u,w,v),
    input ).

cnf(t1,axiom,
    ( ~ between(X119,X118,X117)
    | between(X117,X118,X119) ),
    input ).

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : GEO065-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.04/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n021.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:14:01 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.44/0.64  # Version:  1.3
% 0.44/0.64  # SZS status Unsatisfiable
% 0.44/0.64  # SZS output start CNFRefutation
% See solution above
% 0.44/0.64  
% 0.44/0.64  # Initial clauses    : 102
% 0.44/0.64  # Processed clauses  : 49
% 0.44/0.64  # Factors computed   : 0
% 0.44/0.64  # Resolvents computed: 85
% 0.44/0.64  # Tautologies deleted: 0
% 0.44/0.64  # Forward subsumed   : 15
% 0.44/0.64  # Backward subsumed  : 0
% 0.44/0.64  # -------- CPU Time ---------
% 0.44/0.64  # User time          : 0.270 s
% 0.44/0.64  # System time        : 0.017 s
% 0.44/0.64  # Total time         : 0.287 s
%------------------------------------------------------------------------------