TSTP Solution File: MSC019+1 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : MSC019+1 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s

% Computer : n012.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 : Sun Jul 17 22:57:01 EDT 2022

% Result   : Theorem 15.84s 16.07s
% Output   : Refutation 15.84s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
fof(mexico_in_america_1,conjecture,
    s_contains(s_g019,s_MX),
    input ).

fof(c0,negated_conjecture,
    ~ s_contains(s_g019,s_MX),
    inference(assume_negation,status(cth),[mexico_in_america_1]) ).

fof(c1,negated_conjecture,
    ~ s_contains(s_g019,s_MX),
    inference(fof_simplification,status(thm),[c0]) ).

cnf(c2,negated_conjecture,
    ~ s_contains(s_g019,s_MX),
    inference(split_conjunct,status(thm),[c1]) ).

fof(kb18,axiom,
    s_contains(s_g019,s_g013),
    input ).

cnf(c593,axiom,
    s_contains(s_g019,s_g013),
    inference(split_conjunct,status(thm),[kb18]) ).

fof(axiom1,axiom,
    ! [X,Y,Z] :
      ( ( s_contains(X,Y)
        & s_contains(Y,Z) )
     => s_contains(X,Z) ),
    input ).

fof(c9,axiom,
    ! [X,Y,Z] :
      ( ~ s_contains(X,Y)
      | ~ s_contains(Y,Z)
      | s_contains(X,Z) ),
    inference(fof_nnf,status(thm),[axiom1]) ).

fof(c10,axiom,
    ! [X6,X7,X8] :
      ( ~ s_contains(X6,X7)
      | ~ s_contains(X7,X8)
      | s_contains(X6,X8) ),
    inference(variable_rename,status(thm),[c9]) ).

cnf(c11,axiom,
    ( ~ s_contains(X15,X13)
    | ~ s_contains(X13,X14)
    | s_contains(X15,X14) ),
    inference(split_conjunct,status(thm),[c10]) ).

fof(kb74,axiom,
    s_contains(s_g013,s_MX),
    input ).

cnf(c537,axiom,
    s_contains(s_g013,s_MX),
    inference(split_conjunct,status(thm),[kb74]) ).

cnf(c1382,plain,
    ( ~ s_contains(X263,s_g013)
    | s_contains(X263,s_MX) ),
    inference(resolution,status(thm),[c537,c11]) ).

cnf(c2576,plain,
    s_contains(s_g019,s_MX),
    inference(resolution,status(thm),[c1382,c593]) ).

cnf(c2772,plain,
    $false,
    inference(resolution,status(thm),[c2576,c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : MSC019+1 : TPTP v8.1.0. Released v4.0.0.
% 0.12/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.33  % Computer : n012.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 : Fri Jul  1 15:48:47 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 15.84/16.07  # Version:  1.3
% 15.84/16.07  # SZS status Theorem
% 15.84/16.07  # SZS output start CNFRefutation
% See solution above
% 15.84/16.07  
% 15.84/16.07  # Initial clauses    : 604
% 15.84/16.07  # Processed clauses  : 1461
% 15.84/16.07  # Factors computed   : 0
% 15.84/16.07  # Resolvents computed: 2162
% 15.84/16.07  # Tautologies deleted: 0
% 15.84/16.07  # Forward subsumed   : 820
% 15.84/16.07  # Backward subsumed  : 0
% 15.84/16.07  # -------- CPU Time ---------
% 15.84/16.07  # User time          : 15.707 s
% 15.84/16.07  # System time        : 0.020 s
% 15.84/16.07  # Total time         : 15.727 s
%------------------------------------------------------------------------------