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

View Problem - Process Solution

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

% Computer : n014.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:40 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_symmetry,negated_conjecture,
    ~ equidistant(u,v,x,w),
    input ).

cnf(d2,axiom,
    ( ~ equidistant(X48,X50,X49,X51)
    | equidistant(X49,X51,X48,X50) ),
    input ).

cnf(u_to_v_equals_w_to_x,plain,
    equidistant(u,v,w,x),
    input ).

cnf(c23,plain,
    equidistant(w,x,u,v),
    inference(resolution,status(thm),[d2,u_to_v_equals_w_to_x]) ).

cnf(d3,axiom,
    ( ~ equidistant(X74,X76,X75,X77)
    | equidistant(X76,X74,X75,X77) ),
    input ).

cnf(c35,plain,
    equidistant(x,w,u,v),
    inference(resolution,status(thm),[d3,c23]) ).

cnf(c40,plain,
    equidistant(u,v,x,w),
    inference(resolution,status(thm),[c35,d2]) ).

cnf(c51,plain,
    $false,
    inference(resolution,status(thm),[c40,prove_symmetry]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : GEO017-3 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n014.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Fri Jun 17 23:05:49 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.40/0.57  # Version:  1.3
% 0.40/0.57  # SZS status Unsatisfiable
% 0.40/0.57  # SZS output start CNFRefutation
% See solution above
% 0.40/0.57  
% 0.40/0.57  # Initial clauses    : 33
% 0.40/0.57  # Processed clauses  : 27
% 0.40/0.57  # Factors computed   : 0
% 0.40/0.57  # Resolvents computed: 49
% 0.40/0.57  # Tautologies deleted: 0
% 0.40/0.57  # Forward subsumed   : 10
% 0.40/0.57  # Backward subsumed  : 0
% 0.40/0.57  # -------- CPU Time ---------
% 0.40/0.57  # User time          : 0.193 s
% 0.40/0.57  # System time        : 0.023 s
% 0.40/0.57  # Total time         : 0.216 s
%------------------------------------------------------------------------------