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

View Problem - Process Solution

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

% Computer : n005.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.20s 0.52s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

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

cnf(cls_Message_Oparts_OInj_0,axiom,
    ( ~ c_in(X3,X2,tc_Message_Omsg)
    | c_in(X3,c_Message_Oparts(X2),tc_Message_Omsg) ),
    input ).

cnf(cls_conjecture_1,negated_conjecture,
    c_in(v_X,v_G,tc_Message_Omsg),
    input ).

cnf(cls_conjecture_0,negated_conjecture,
    c_lessequals(v_G,v_H,tc_set(tc_Message_Omsg)),
    input ).

cnf(cls_Set_OsubsetD_0,axiom,
    ( ~ c_in(X6,X7,X5)
    | ~ c_lessequals(X7,X4,tc_set(X5))
    | c_in(X6,X4,X5) ),
    input ).

cnf(c2,plain,
    ( ~ c_in(X8,v_G,tc_Message_Omsg)
    | c_in(X8,v_H,tc_Message_Omsg) ),
    inference(resolution,status(thm),[cls_Set_OsubsetD_0,cls_conjecture_0]) ).

cnf(c4,plain,
    c_in(v_X,v_H,tc_Message_Omsg),
    inference(resolution,status(thm),[c2,cls_conjecture_1]) ).

cnf(c5,plain,
    c_in(v_X,c_Message_Oparts(v_H),tc_Message_Omsg),
    inference(resolution,status(thm),[c4,cls_Message_Oparts_OInj_0]) ).

cnf(c7,plain,
    $false,
    inference(resolution,status(thm),[c5,cls_conjecture_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SWV263-2 : TPTP v8.1.0. Released v3.2.0.
% 0.07/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n005.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Wed Jun 15 13:53:39 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.20/0.52  # Version:  1.3
% 0.20/0.52  # SZS status Unsatisfiable
% 0.20/0.52  # SZS output start CNFRefutation
% See solution above
% 0.20/0.52  
% 0.20/0.52  # Initial clauses    : 5
% 0.20/0.52  # Processed clauses  : 10
% 0.20/0.52  # Factors computed   : 0
% 0.20/0.52  # Resolvents computed: 8
% 0.20/0.52  # Tautologies deleted: 0
% 0.20/0.52  # Forward subsumed   : 0
% 0.20/0.52  # Backward subsumed  : 0
% 0.20/0.52  # -------- CPU Time ---------
% 0.20/0.52  # User time          : 0.145 s
% 0.20/0.52  # System time        : 0.021 s
% 0.20/0.52  # Total time         : 0.166 s
%------------------------------------------------------------------------------