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

View Problem - Process Solution

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

% Computer : n012.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:53 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(v_not_w,plain,
    v != w,
    input ).

cnf(symmetry,axiom,
    ( X33 != X32
    | X32 = X33 ),
    eq_axiom ).

cnf(prove_v_between_u_and_x,negated_conjecture,
    ~ between(u,v,x),
    input ).

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

cnf(w_between_v_and_x,plain,
    between(v,w,x),
    input ).

cnf(c39,plain,
    between(x,w,v),
    inference(resolution,status(thm),[t1,w_between_v_and_x]) ).

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

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

cnf(b6,axiom,
    ( ~ between(X470,X471,X469)
    | ~ between(X471,X469,X472)
    | between(X470,X469,X472)
    | X471 = X469 ),
    input ).

cnf(c474,plain,
    ( ~ between(X4871,w,v)
    | between(X4871,v,u)
    | w = v ),
    inference(resolution,status(thm),[b6,c42]) ).

cnf(c16013,plain,
    ( between(x,v,u)
    | w = v ),
    inference(resolution,status(thm),[c474,c39]) ).

cnf(c75870,plain,
    ( w = v
    | between(u,v,x) ),
    inference(resolution,status(thm),[c16013,t1]) ).

cnf(c207898,plain,
    w = v,
    inference(resolution,status(thm),[c75870,prove_v_between_u_and_x]) ).

cnf(c207928,plain,
    v = w,
    inference(resolution,status(thm),[c207898,symmetry]) ).

cnf(c208206,plain,
    $false,
    inference(resolution,status(thm),[c207928,v_not_w]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO045-3 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n012.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 14:48:08 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 280.15/280.33  # Version:  1.3
% 280.15/280.33  # SZS status Unsatisfiable
% 280.15/280.33  # SZS output start CNFRefutation
% See solution above
% 280.15/280.33  
% 280.15/280.33  # Initial clauses    : 69
% 280.15/280.33  # Processed clauses  : 1959
% 280.15/280.33  # Factors computed   : 25
% 280.15/280.33  # Resolvents computed: 208193
% 280.15/280.33  # Tautologies deleted: 4
% 280.15/280.33  # Forward subsumed   : 5743
% 280.15/280.33  # Backward subsumed  : 39
% 280.15/280.33  # -------- CPU Time ---------
% 280.15/280.33  # User time          : 279.560 s
% 280.15/280.33  # System time        : 0.433 s
% 280.15/280.33  # Total time         : 279.993 s
%------------------------------------------------------------------------------