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

View Problem - Process Solution

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

% Computer : n015.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:49 EDT 2022

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

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

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

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

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

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

cnf(c48,plain,
    ( X675 != X674
    | ~ strictorderedP(X675)
    | strictorderedP(X674) ),
    eq_axiom ).

cnf(c2067,plain,
    ( ~ strictorderedP(sk3)
    | strictorderedP(sk1) ),
    inference(resolution,status(thm),[c48,c607]) ).

cnf(c2072,plain,
    strictorderedP(sk1),
    inference(resolution,status(thm),[c2067,co1_8]) ).

cnf(c2073,plain,
    $false,
    inference(resolution,status(thm),[c2072,co1_10]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SWC291-1 : TPTP v8.1.0. Released v2.4.0.
% 0.06/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n015.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat Jun 11 21:41:21 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 1.19/1.44  # Version:  1.3
% 1.19/1.44  # SZS status Unsatisfiable
% 1.19/1.44  # SZS output start CNFRefutation
% See solution above
% 1.19/1.44  
% 1.19/1.44  # Initial clauses    : 263
% 1.19/1.44  # Processed clauses  : 573
% 1.19/1.44  # Factors computed   : 0
% 1.19/1.44  # Resolvents computed: 2009
% 1.19/1.44  # Tautologies deleted: 3
% 1.19/1.44  # Forward subsumed   : 22
% 1.19/1.44  # Backward subsumed  : 1
% 1.19/1.44  # -------- CPU Time ---------
% 1.19/1.44  # User time          : 1.065 s
% 1.19/1.44  # System time        : 0.016 s
% 1.19/1.44  # Total time         : 1.081 s
%------------------------------------------------------------------------------