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

View Problem - Process Solution

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

% Computer : n004.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:16:24 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(cls_conjecture_3,negated_conjecture,
    ~ c_in(v_X,c_Message_Oparts(v_H),tc_Message_Omsg),
    input ).

cnf(cls_conjecture_2,negated_conjecture,
    c_in(c_Message_Omsg_OMPair(v_X,v_Y),c_Message_Oparts(v_H),tc_Message_Omsg),
    input ).

cnf(cls_Message_Oparts_OFst_0,axiom,
    ( ~ c_in(c_Message_Omsg_OMPair(X4,X3),c_Message_Oparts(X2),tc_Message_Omsg)
    | c_in(X4,c_Message_Oparts(X2),tc_Message_Omsg) ),
    input ).

cnf(c0,plain,
    c_in(v_X,c_Message_Oparts(v_H),tc_Message_Omsg),
    inference(resolution,status(thm),[cls_Message_Oparts_OFst_0,cls_conjecture_2]) ).

cnf(c1,plain,
    $false,
    inference(resolution,status(thm),[c0,cls_conjecture_3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.14  % Problem  : SWV264-2 : TPTP v8.1.0. Released v3.2.0.
% 0.07/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.36  % Computer : n004.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 600
% 0.14/0.36  % DateTime : Tue Jun 14 21:00:39 EDT 2022
% 0.14/0.36  % 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    : 3
% 0.21/0.53  # Processed clauses  : 4
% 0.21/0.53  # Factors computed   : 0
% 0.21/0.53  # Resolvents computed: 2
% 0.21/0.53  # Tautologies deleted: 0
% 0.21/0.53  # Forward subsumed   : 0
% 0.21/0.53  # Backward subsumed  : 0
% 0.21/0.53  # -------- CPU Time ---------
% 0.21/0.53  # User time          : 0.144 s
% 0.21/0.53  # System time        : 0.021 s
% 0.21/0.53  # Total time         : 0.165 s
%------------------------------------------------------------------------------