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

View Problem - Process Solution

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

% Computer : n008.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:31 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_b_between_a_and_b,negated_conjecture,
    ~ between(a,b,b),
    input ).

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

cnf(identity_for_equidistance,axiom,
    ( ~ equidistant(X17,X18,X16,X16)
    | X17 = X18 ),
    input ).

cnf(segment_construction2,axiom,
    equidistant(X27,extension(X26,X27,X25,X24),X25,X24),
    input ).

cnf(c11,plain,
    X29 = extension(X28,X29,X30,X30),
    inference(resolution,status(thm),[segment_construction2,identity_for_equidistance]) ).

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

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

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

cnf(c6,plain,
    ( X468 != X471
    | X472 != X470
    | X469 != X467
    | ~ between(X468,X472,X469)
    | between(X471,X470,X467) ),
    eq_axiom ).

cnf(c260,plain,
    ( X6012 != X6016
    | X6014 != X6015
    | extension(X6012,X6014,X6013,X6011) != X6010
    | between(X6016,X6015,X6010) ),
    inference(resolution,status(thm),[c6,segment_construction1]) ).

cnf(c8382,plain,
    ( X6060 != X6058
    | X6059 != X6057
    | between(X6058,X6057,X6059) ),
    inference(resolution,status(thm),[c260,c12]) ).

cnf(c8461,plain,
    ( X6062 != X6061
    | between(X6061,X6063,X6063) ),
    inference(resolution,status(thm),[c8382,reflexivity]) ).

cnf(c8462,plain,
    between(X6072,X6073,X6073),
    inference(resolution,status(thm),[c8461,c12]) ).

cnf(c8505,plain,
    $false,
    inference(resolution,status(thm),[c8462,prove_b_between_a_and_b]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GEO003-2 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n008.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 20:43:22 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 8.08/8.30  # Version:  1.3
% 8.08/8.30  # SZS status Unsatisfiable
% 8.08/8.30  # SZS output start CNFRefutation
% See solution above
% 8.08/8.30  
% 8.08/8.30  # Initial clauses    : 29
% 8.08/8.30  # Processed clauses  : 350
% 8.08/8.30  # Factors computed   : 9
% 8.08/8.30  # Resolvents computed: 8513
% 8.08/8.30  # Tautologies deleted: 1
% 8.08/8.30  # Forward subsumed   : 646
% 8.08/8.30  # Backward subsumed  : 3
% 8.08/8.30  # -------- CPU Time ---------
% 8.08/8.30  # User time          : 7.929 s
% 8.08/8.30  # System time        : 0.031 s
% 8.08/8.30  # Total time         : 7.960 s
%------------------------------------------------------------------------------