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

View Problem - Process Solution

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

% Computer : n004.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:48 EDT 2022

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

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

cnf(segment_construction2,axiom,
    equidistant(X30,extension(X28,X30,X27,X29),X27,X29),
    input ).

cnf(c12,plain,
    X32 = extension(X31,X32,X33,X33),
    inference(resolution,status(thm),[segment_construction2,identity_for_equidistance]) ).

cnf(prove_null_extension,negated_conjecture,
    v != extension(u,v,w,w),
    input ).

cnf(c139,plain,
    $false,
    inference(resolution,status(thm),[prove_null_extension,c12]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GEO035-3 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n004.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 : Fri Jun 17 23:06:53 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.44/0.60  # Version:  1.3
% 0.44/0.60  # SZS status Unsatisfiable
% 0.44/0.60  # SZS output start CNFRefutation
% See solution above
% 0.44/0.60  
% 0.44/0.60  # Initial clauses    : 38
% 0.44/0.60  # Processed clauses  : 39
% 0.44/0.60  # Factors computed   : 0
% 0.44/0.60  # Resolvents computed: 133
% 0.44/0.60  # Tautologies deleted: 0
% 0.44/0.60  # Forward subsumed   : 57
% 0.44/0.60  # Backward subsumed  : 0
% 0.44/0.60  # -------- CPU Time ---------
% 0.44/0.60  # User time          : 0.241 s
% 0.44/0.60  # System time        : 0.015 s
% 0.44/0.60  # Total time         : 0.256 s
%------------------------------------------------------------------------------