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

View Problem - Process Solution

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

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_3,negated_conjecture,
    ~ r(X6,X7,c),
    input ).

cnf(clause_2,negated_conjecture,
    ~ q(X4,c,X5),
    input ).

cnf(clause_1,negated_conjecture,
    ~ p(c,X2,X3),
    input ).

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

cnf(clause_7,negated_conjecture,
    ( ~ s(X8)
    | ~ s(X9)
    | ~ s(X10)
    | p(X8,X9,X10)
    | q(X8,X9,X10)
    | r(X8,X9,X10) ),
    input ).

cnf(c2,plain,
    ( ~ s(X16)
    | ~ s(X15)
    | p(X16,X15,c)
    | q(X16,X15,c)
    | r(X16,X15,c) ),
    inference(resolution,status(thm),[clause_7,clause_6]) ).

cnf(c11,plain,
    ( ~ s(X25)
    | p(X25,c,c)
    | q(X25,c,c)
    | r(X25,c,c) ),
    inference(resolution,status(thm),[c2,clause_6]) ).

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

cnf(c69,plain,
    ( q(c,c,c)
    | r(c,c,c) ),
    inference(resolution,status(thm),[c38,clause_1]) ).

cnf(c72,plain,
    r(c,c,c),
    inference(resolution,status(thm),[c69,clause_2]) ).

cnf(c76,plain,
    $false,
    inference(resolution,status(thm),[c72,clause_3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SYN009-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n019.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 : Tue Jul 12 02:35:38 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.20/0.58  # Version:  1.3
% 0.20/0.58  # SZS status Unsatisfiable
% 0.20/0.58  # SZS output start CNFRefutation
% See solution above
% 0.20/0.58  
% 0.20/0.58  # Initial clauses    : 7
% 0.20/0.58  # Processed clauses  : 73
% 0.20/0.58  # Factors computed   : 0
% 0.20/0.58  # Resolvents computed: 77
% 0.20/0.58  # Tautologies deleted: 0
% 0.20/0.58  # Forward subsumed   : 6
% 0.20/0.58  # Backward subsumed  : 27
% 0.20/0.58  # -------- CPU Time ---------
% 0.20/0.58  # User time          : 0.230 s
% 0.20/0.58  # System time        : 0.015 s
% 0.20/0.58  # Total time         : 0.245 s
%------------------------------------------------------------------------------