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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SWV819-1 : TPTP v8.1.0. Released v4.1.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 : Wed Jul 20 21:19:00 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(cls_conjecture_2,negated_conjecture,
    v_ta != v_t,
    input ).

cnf(cls_conjecture_1,negated_conjecture,
    X3 = v_ta,
    input ).

cnf(symmetry,axiom,
    ( X7 != X8
    | X8 = X7 ),
    eq_axiom ).

cnf(c1,plain,
    v_ta = X10,
    inference(resolution,status(thm),[symmetry,cls_conjecture_1]) ).

cnf(c4,plain,
    $false,
    inference(resolution,status(thm),[c1,cls_conjecture_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SWV819-1 : TPTP v8.1.0. Released v4.1.0.
% 0.13/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.35  % Computer : n015.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Wed Jun 15 19:30:25 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.21/0.53  # Version:  1.3
% 0.21/0.53  # SZS status Unsatisfiable
% 0.21/0.53  # SZS output start CNFRefutation
% See solution above
% 0.21/0.53  
% 0.21/0.53  # Initial clauses    : 9
% 0.21/0.53  # Processed clauses  : 7
% 0.21/0.53  # Factors computed   : 0
% 0.21/0.53  # Resolvents computed: 5
% 0.21/0.53  # Tautologies deleted: 0
% 0.21/0.53  # Forward subsumed   : 2
% 0.21/0.53  # Backward subsumed  : 0
% 0.21/0.53  # -------- CPU Time ---------
% 0.21/0.53  # User time          : 0.152 s
% 0.21/0.53  # System time        : 0.023 s
% 0.21/0.53  # Total time         : 0.175 s
%------------------------------------------------------------------------------