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

View Problem - Process Solution

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

% Computer : n006.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:02 EDT 2022

% Result   : Unsatisfiable 0.56s 0.75s
% Output   : Refutation 0.56s
% 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(colinearity1,axiom,
    ( ~ between(X74,X75,X73)
    | colinear(X74,X75,X73) ),
    input ).

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GEO064-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n006.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat Jun 18 03:01:10 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.56/0.75  # Version:  1.3
% 0.56/0.75  # SZS status Unsatisfiable
% 0.56/0.75  # SZS output start CNFRefutation
% See solution above
% 0.56/0.75  
% 0.56/0.75  # Initial clauses    : 102
% 0.56/0.75  # Processed clauses  : 51
% 0.56/0.75  # Factors computed   : 0
% 0.56/0.75  # Resolvents computed: 92
% 0.56/0.75  # Tautologies deleted: 0
% 0.56/0.75  # Forward subsumed   : 15
% 0.56/0.75  # Backward subsumed  : 0
% 0.56/0.75  # -------- CPU Time ---------
% 0.56/0.75  # User time          : 0.373 s
% 0.56/0.75  # System time        : 0.023 s
% 0.56/0.75  # Total time         : 0.397 s
%------------------------------------------------------------------------------