TSTP Solution File: SWC269-1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SWC269-1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n022.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 : Tue Jul 19 21:48:42 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(co1_10,negated_conjecture,
    ~ totalorderedP(sk1),
    input ).

cnf(co1_8,negated_conjecture,
    totalorderedP(sk3),
    input ).

cnf(co1_6,negated_conjecture,
    sk1 = sk3,
    input ).

cnf(symmetry,axiom,
    ( X144 != X143
    | X143 = X144 ),
    eq_axiom ).

cnf(c606,plain,
    sk3 = sk1,
    inference(resolution,status(thm),[symmetry,co1_6]) ).

cnf(c49,plain,
    ( X681 != X680
    | ~ totalorderedP(X681)
    | totalorderedP(X680) ),
    eq_axiom ).

cnf(c2078,plain,
    ( ~ totalorderedP(sk3)
    | totalorderedP(sk1) ),
    inference(resolution,status(thm),[c49,c606]) ).

cnf(c2079,plain,
    totalorderedP(sk1),
    inference(resolution,status(thm),[c2078,co1_8]) ).

cnf(c2080,plain,
    $false,
    inference(resolution,status(thm),[c2079,co1_10]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SWC269-1 : TPTP v8.1.0. Released v2.4.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n022.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 : Sun Jun 12 05:23:03 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.13/1.33  # Version:  1.3
% 1.13/1.33  # SZS status Unsatisfiable
% 1.13/1.33  # SZS output start CNFRefutation
% See solution above
% 1.13/1.33  
% 1.13/1.33  # Initial clauses    : 263
% 1.13/1.33  # Processed clauses  : 582
% 1.13/1.33  # Factors computed   : 0
% 1.13/1.33  # Resolvents computed: 2016
% 1.13/1.33  # Tautologies deleted: 4
% 1.13/1.33  # Forward subsumed   : 23
% 1.13/1.33  # Backward subsumed  : 1
% 1.13/1.33  # -------- CPU Time ---------
% 1.13/1.33  # User time          : 0.965 s
% 1.13/1.33  # System time        : 0.012 s
% 1.13/1.33  # Total time         : 0.977 s
%------------------------------------------------------------------------------