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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : GEO047-3 : TPTP v8.1.0. Released v1.0.0.
% 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:57:54 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_v_between_u_and_x,negated_conjecture,
    ~ between(u,v,x),
    input ).

cnf(t1,axiom,
    ( ~ between(X76,X75,X77)
    | between(X77,X75,X76) ),
    input ).

cnf(w_between_u_and_x,plain,
    between(u,w,x),
    input ).

cnf(c40,plain,
    between(x,w,u),
    inference(resolution,status(thm),[t1,w_between_u_and_x]) ).

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

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

cnf(b8,axiom,
    ( ~ between(X506,X505,X508)
    | ~ between(X505,X507,X508)
    | between(X506,X507,X508) ),
    input ).

cnf(c536,plain,
    ( ~ between(X5512,w,u)
    | between(X5512,v,u) ),
    inference(resolution,status(thm),[b8,c41]) ).

cnf(c22167,plain,
    between(x,v,u),
    inference(resolution,status(thm),[c536,c40]) ).

cnf(c22228,plain,
    between(u,v,x),
    inference(resolution,status(thm),[c22167,t1]) ).

cnf(c22346,plain,
    $false,
    inference(resolution,status(thm),[c22228,prove_v_between_u_and_x]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : GEO047-3 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.15/0.36  % Computer : n006.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 600
% 0.15/0.36  % DateTime : Sat Jun 18 11:32:10 EDT 2022
% 0.15/0.36  % CPUTime  : 
% 11.36/11.52  # Version:  1.3
% 11.36/11.52  # SZS status Unsatisfiable
% 11.36/11.52  # SZS output start CNFRefutation
% See solution above
% 11.36/11.52  
% 11.36/11.52  # Initial clauses    : 70
% 11.36/11.52  # Processed clauses  : 594
% 11.36/11.52  # Factors computed   : 4
% 11.36/11.52  # Resolvents computed: 22347
% 11.36/11.52  # Tautologies deleted: 6
% 11.36/11.52  # Forward subsumed   : 1599
% 11.36/11.52  # Backward subsumed  : 8
% 11.36/11.52  # -------- CPU Time ---------
% 11.36/11.52  # User time          : 11.094 s
% 11.36/11.52  # System time        : 0.058 s
% 11.36/11.52  # Total time         : 11.152 s
%------------------------------------------------------------------------------