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

View Problem - Process Solution

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

% Computer : n032.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:33 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(c_not_d,plain,
    c != d,
    input ).

cnf(symmetry,axiom,
    ( X33 != X32
    | X32 = X33 ),
    eq_axiom ).

cnf(a_not_c,plain,
    a != c,
    input ).

cnf(c_between_a_and_d,plain,
    between(a,c,d),
    input ).

cnf(b3,axiom,
    ( ~ between(X401,X400,X402)
    | ~ between(X401,X402,X400)
    | X400 = X402 ),
    input ).

cnf(c382,plain,
    ( ~ between(a,d,c)
    | d = c ),
    inference(resolution,status(thm),[b3,c_between_a_and_d]) ).

cnf(prove_not_between_others,negated_conjecture,
    ( between(c,a,d)
    | between(a,d,c) ),
    input ).

cnf(b2,axiom,
    ( ~ between(X391,X390,X392)
    | ~ between(X390,X391,X392)
    | X391 = X390 ),
    input ).

cnf(c351,plain,
    ( ~ between(c,a,d)
    | c = a ),
    inference(resolution,status(thm),[b2,c_between_a_and_d]) ).

cnf(c9218,plain,
    ( c = a
    | between(a,d,c) ),
    inference(resolution,status(thm),[c351,prove_not_between_others]) ).

cnf(c51676,plain,
    ( c = a
    | d = c ),
    inference(resolution,status(thm),[c9218,c382]) ).

cnf(c51755,plain,
    ( d = c
    | a = c ),
    inference(resolution,status(thm),[c51676,symmetry]) ).

cnf(c52032,plain,
    d = c,
    inference(resolution,status(thm),[c51755,a_not_c]) ).

cnf(c52132,plain,
    c = d,
    inference(resolution,status(thm),[c52032,symmetry]) ).

cnf(c52175,plain,
    $false,
    inference(resolution,status(thm),[c52132,c_not_d]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : GEO006-3 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.10  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.11/0.29  % Computer : n032.cluster.edu
% 0.11/0.29  % Model    : x86_64 x86_64
% 0.11/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.29  % Memory   : 8042.1875MB
% 0.11/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.29  % CPULimit : 300
% 0.11/0.29  % WCLimit  : 600
% 0.11/0.29  % DateTime : Sat Jun 18 14:37:17 EDT 2022
% 0.11/0.29  % CPUTime  : 
% 37.64/37.83  # Version:  1.3
% 37.64/37.83  # SZS status Unsatisfiable
% 37.64/37.83  # SZS output start CNFRefutation
% See solution above
% 37.64/37.83  
% 37.64/37.83  # Initial clauses    : 65
% 37.64/37.83  # Processed clauses  : 886
% 37.64/37.83  # Factors computed   : 18
% 37.64/37.83  # Resolvents computed: 52220
% 37.64/37.83  # Tautologies deleted: 3
% 37.64/37.83  # Forward subsumed   : 2419
% 37.64/37.83  # Backward subsumed  : 28
% 37.64/37.83  # -------- CPU Time ---------
% 37.64/37.83  # User time          : 37.408 s
% 37.64/37.83  # System time        : 0.120 s
% 37.64/37.83  # Total time         : 37.528 s
%------------------------------------------------------------------------------