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

View Problem - Process Solution

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

% Computer : n023.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:41 EDT 2022

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GEO019-3 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n023.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jun 18 04:38:19 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.55  # Version:  1.3
% 0.19/0.55  # SZS status Unsatisfiable
% 0.19/0.55  # SZS output start CNFRefutation
% See solution above
% 0.19/0.55  
% 0.19/0.55  # Initial clauses    : 33
% 0.19/0.55  # Processed clauses  : 27
% 0.19/0.55  # Factors computed   : 0
% 0.19/0.55  # Resolvents computed: 49
% 0.19/0.55  # Tautologies deleted: 0
% 0.19/0.55  # Forward subsumed   : 11
% 0.19/0.55  # Backward subsumed  : 0
% 0.19/0.55  # -------- CPU Time ---------
% 0.19/0.55  # User time          : 0.195 s
% 0.19/0.55  # System time        : 0.019 s
% 0.19/0.55  # Total time         : 0.214 s
%------------------------------------------------------------------------------