TSTP Solution File: GEO038-2 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n024.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:50 EDT 2022

% Result   : Unsatisfiable 11.72s 11.95s
% Output   : Refutation 11.72s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named eq_axiom)

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_corollary,negated_conjecture,
    ~ between(u,v,y),
    input ).

cnf(reflexivity,axiom,
    X2 = X2,
    eq_axiom ).

cnf(symmetry,axiom,
    ( X11 != X12
    | X12 = X11 ),
    eq_axiom ).

cnf(y_is_extension,plain,
    y = extension(u,v,w,x),
    input ).

cnf(c77,plain,
    extension(u,v,w,x) = y,
    inference(resolution,status(thm),[y_is_extension,symmetry]) ).

cnf(segment_construction1,axiom,
    between(X21,X22,extension(X21,X22,X20,X19)),
    input ).

cnf(c6,plain,
    ( X452 != X453
    | X451 != X450
    | X455 != X454
    | ~ between(X452,X451,X455)
    | between(X453,X450,X454) ),
    eq_axiom ).

cnf(c270,plain,
    ( X6329 != X6326
    | X6328 != X6332
    | extension(X6329,X6328,X6327,X6331) != X6330
    | between(X6326,X6332,X6330) ),
    inference(resolution,status(thm),[c6,segment_construction1]) ).

cnf(c9428,plain,
    ( u != X7456
    | v != X7457
    | between(X7456,X7457,y) ),
    inference(resolution,status(thm),[c270,c77]) ).

cnf(c11409,plain,
    ( u != X7466
    | between(X7466,v,y) ),
    inference(resolution,status(thm),[c9428,reflexivity]) ).

cnf(c11426,plain,
    between(u,v,y),
    inference(resolution,status(thm),[c11409,reflexivity]) ).

cnf(c11436,plain,
    $false,
    inference(resolution,status(thm),[c11426,prove_corollary]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GEO038-2 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n024.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 13:03:02 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 11.72/11.95  # Version:  1.3
% 11.72/11.95  # SZS status Unsatisfiable
% 11.72/11.95  # SZS output start CNFRefutation
% See solution above
% 11.72/11.95  
% 11.72/11.95  # Initial clauses    : 30
% 11.72/11.95  # Processed clauses  : 419
% 11.72/11.95  # Factors computed   : 10
% 11.72/11.95  # Resolvents computed: 11425
% 11.72/11.95  # Tautologies deleted: 1
% 11.72/11.95  # Forward subsumed   : 854
% 11.72/11.95  # Backward subsumed  : 5
% 11.72/11.95  # -------- CPU Time ---------
% 11.72/11.95  # User time          : 11.577 s
% 11.72/11.95  # System time        : 0.037 s
% 11.72/11.95  # Total time         : 11.614 s
%------------------------------------------------------------------------------