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

View Problem - Process Solution

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

% Computer : n009.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:44 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(cls_conjecture_2,negated_conjecture,
    ~ c_in(v_A,c_Event_Obad,tc_Message_Oagent),
    input ).

cnf(cls_conjecture_1,negated_conjecture,
    c_in(v_evs,c_OtwayRees_Ootway,tc_List_Olist(tc_Event_Oevent)),
    input ).

cnf(cls_conjecture_0,negated_conjecture,
    c_in(c_Message_Omsg_OKey(c_Public_OshrK(v_A)),c_Message_Oparts(c_Event_Oknows(c_Message_Oagent_OSpy,v_evs)),tc_Message_Omsg),
    input ).

cnf(cls_OtwayRees_OSpy__see__shrK_0,axiom,
    ( ~ c_in(X2,c_OtwayRees_Ootway,tc_List_Olist(tc_Event_Oevent))
    | ~ c_in(c_Message_Omsg_OKey(c_Public_OshrK(X3)),c_Message_Oparts(c_Event_Oknows(c_Message_Oagent_OSpy,X2)),tc_Message_Omsg)
    | c_in(X3,c_Event_Obad,tc_Message_Oagent) ),
    input ).

cnf(c0,plain,
    ( ~ c_in(v_evs,c_OtwayRees_Ootway,tc_List_Olist(tc_Event_Oevent))
    | c_in(v_A,c_Event_Obad,tc_Message_Oagent) ),
    inference(resolution,status(thm),[cls_OtwayRees_OSpy__see__shrK_0,cls_conjecture_0]) ).

cnf(c1,plain,
    c_in(v_A,c_Event_Obad,tc_Message_Oagent),
    inference(resolution,status(thm),[c0,cls_conjecture_1]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SWV320-2 : TPTP v8.1.0. Released v3.2.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n009.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 : Wed Jun 15 23:42:38 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.50  # Version:  1.3
% 0.18/0.50  # SZS status Unsatisfiable
% 0.18/0.50  # SZS output start CNFRefutation
% See solution above
% 0.18/0.50  
% 0.18/0.50  # Initial clauses    : 4
% 0.18/0.50  # Processed clauses  : 6
% 0.18/0.50  # Factors computed   : 0
% 0.18/0.50  # Resolvents computed: 3
% 0.18/0.50  # Tautologies deleted: 0
% 0.18/0.50  # Forward subsumed   : 0
% 0.18/0.50  # Backward subsumed  : 1
% 0.18/0.50  # -------- CPU Time ---------
% 0.18/0.50  # User time          : 0.148 s
% 0.18/0.50  # System time        : 0.015 s
% 0.18/0.50  # Total time         : 0.163 s
%------------------------------------------------------------------------------