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

View Problem - Process Solution

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

% Computer : n021.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 8.11s 8.36s
% Output   : Refutation 8.11s
% 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,
    ( X14 != X13
    | X13 = X14 ),
    eq_axiom ).

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

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

cnf(segment_construction1,axiom,
    between(X34,X33,extension(X34,X33,X32,X35)),
    input ).

cnf(c6,plain,
    ( X537 != X540
    | X539 != X536
    | X541 != X538
    | ~ between(X537,X539,X541)
    | between(X540,X536,X538) ),
    eq_axiom ).

cnf(c224,plain,
    ( X4041 != X4038
    | X4044 != X4039
    | extension(X4041,X4044,X4042,X4040) != X4043
    | between(X4038,X4039,X4043) ),
    inference(resolution,status(thm),[c6,segment_construction1]) ).

cnf(c3924,plain,
    ( u != X5391
    | v != X5392
    | between(X5391,X5392,y) ),
    inference(resolution,status(thm),[c224,c139]) ).

cnf(c5992,plain,
    ( u != X5393
    | between(X5393,v,y) ),
    inference(resolution,status(thm),[c3924,reflexivity]) ).

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

cnf(c6016,plain,
    $false,
    inference(resolution,status(thm),[c6003,prove_corollary]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : GEO038-3 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n021.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 : Fri Jun 17 23:37:16 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 8.11/8.36  # Version:  1.3
% 8.11/8.36  # SZS status Unsatisfiable
% 8.11/8.36  # SZS output start CNFRefutation
% See solution above
% 8.11/8.36  
% 8.11/8.36  # Initial clauses    : 40
% 8.11/8.36  # Processed clauses  : 298
% 8.11/8.36  # Factors computed   : 6
% 8.11/8.36  # Resolvents computed: 6009
% 8.11/8.36  # Tautologies deleted: 2
% 8.11/8.36  # Forward subsumed   : 750
% 8.11/8.36  # Backward subsumed  : 6
% 8.11/8.36  # -------- CPU Time ---------
% 8.11/8.36  # User time          : 7.996 s
% 8.11/8.36  # System time        : 0.028 s
% 8.11/8.36  # Total time         : 8.024 s
%------------------------------------------------------------------------------