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

View Problem - Process Solution

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

% Computer : n015.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:59 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(identity_for_equidistance,axiom,
    ( ~ equidistant(X20,X21,X22,X22)
    | X20 = X21 ),
    input ).

cnf(r2_2,axiom,
    equidistant(X29,reflection(X28,X29),X28,X29),
    input ).

cnf(c14,plain,
    X30 = reflection(X30,X30),
    inference(resolution,status(thm),[r2_2,identity_for_equidistance]) ).

cnf(prove_null_extension_by_reflection,negated_conjecture,
    u != reflection(u,u),
    input ).

cnf(c19,plain,
    $false,
    inference(resolution,status(thm),[prove_null_extension_by_reflection,c14]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO057-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 : n015.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 16:30:58 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.44/0.63  # Version:  1.3
% 0.44/0.63  # SZS status Unsatisfiable
% 0.44/0.63  # SZS output start CNFRefutation
% See solution above
% 0.44/0.63  
% 0.44/0.63  # Initial clauses    : 44
% 0.44/0.63  # Processed clauses  : 19
% 0.44/0.63  # Factors computed   : 0
% 0.44/0.63  # Resolvents computed: 14
% 0.44/0.63  # Tautologies deleted: 0
% 0.44/0.63  # Forward subsumed   : 5
% 0.44/0.63  # Backward subsumed  : 0
% 0.44/0.63  # -------- CPU Time ---------
% 0.44/0.63  # User time          : 0.237 s
% 0.44/0.63  # System time        : 0.026 s
% 0.44/0.63  # Total time         : 0.263 s
%------------------------------------------------------------------------------