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

View Problem - Process Solution

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

% Computer : n024.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 : Thu Jul 21 11:24:25 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_7,negated_conjecture,
    t(c,c,c),
    input ).

cnf(clause_3,negated_conjecture,
    ( ~ r(X8,X9,X10)
    | ~ t(X10,X8,X9) ),
    input ).

cnf(c2,plain,
    ~ r(c,c,c),
    inference(resolution,status(thm),[clause_3,clause_7]) ).

cnf(clause_2,negated_conjecture,
    ( ~ q(X5,X6,X7)
    | ~ t(X6,X7,X5) ),
    input ).

cnf(c1,plain,
    ~ q(c,c,c),
    inference(resolution,status(thm),[clause_2,clause_7]) ).

cnf(clause_1,negated_conjecture,
    ( ~ p(X2,X3,X4)
    | ~ t(X2,X3,X4) ),
    input ).

cnf(c0,plain,
    ~ p(c,c,c),
    inference(resolution,status(thm),[clause_1,clause_7]) ).

cnf(clause_6,negated_conjecture,
    s(c),
    input ).

cnf(clause_8,negated_conjecture,
    ( ~ s(X11)
    | ~ s(X12)
    | ~ s(X13)
    | p(X11,X12,X13)
    | q(X12,X13,X11)
    | r(X13,X11,X12) ),
    input ).

cnf(c4,plain,
    ( ~ s(X17)
    | ~ s(X16)
    | p(X17,X16,c)
    | q(X16,c,X17)
    | r(c,X17,X16) ),
    inference(resolution,status(thm),[clause_8,clause_6]) ).

cnf(c10,plain,
    ( ~ s(X24)
    | p(X24,c,c)
    | q(c,c,X24)
    | r(c,X24,c) ),
    inference(resolution,status(thm),[c4,clause_6]) ).

cnf(c28,plain,
    ( p(c,c,c)
    | q(c,c,c)
    | r(c,c,c) ),
    inference(resolution,status(thm),[c10,clause_6]) ).

cnf(c42,plain,
    ( q(c,c,c)
    | r(c,c,c) ),
    inference(resolution,status(thm),[c28,c0]) ).

cnf(c45,plain,
    r(c,c,c),
    inference(resolution,status(thm),[c42,c1]) ).

cnf(c47,plain,
    $false,
    inference(resolution,status(thm),[c45,c2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN009-2 : TPTP v8.1.0. Released v2.5.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n024.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Mon Jul 11 23:06:28 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.38/0.56  # Version:  1.3
% 0.38/0.56  # SZS status Unsatisfiable
% 0.38/0.56  # SZS output start CNFRefutation
% See solution above
% 0.38/0.56  
% 0.38/0.56  # Initial clauses    : 8
% 0.38/0.56  # Processed clauses  : 39
% 0.38/0.56  # Factors computed   : 0
% 0.38/0.56  # Resolvents computed: 48
% 0.38/0.56  # Tautologies deleted: 0
% 0.38/0.56  # Forward subsumed   : 0
% 0.38/0.56  # Backward subsumed  : 2
% 0.38/0.56  # -------- CPU Time ---------
% 0.38/0.56  # User time          : 0.189 s
% 0.38/0.56  # System time        : 0.013 s
% 0.38/0.56  # Total time         : 0.202 s
%------------------------------------------------------------------------------