TSTP Solution File: SYN001-1.005 by PyRes---1.3

View Problem - Process Solution

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

% Computer : n028.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:15 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(ppppp,negated_conjecture,
    ( p_1
    | p_2
    | p_3
    | p_4
    | p_5 ),
    input ).

cnf(ppppn,negated_conjecture,
    ( p_1
    | p_2
    | p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(c0,plain,
    ( p_1
    | p_2
    | p_3
    | p_4 ),
    inference(resolution,status(thm),[ppppn,ppppp]) ).

cnf(pppnp,negated_conjecture,
    ( p_1
    | p_2
    | p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c1,plain,
    ( p_1
    | p_2
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[pppnp,c0]) ).

cnf(pppnn,negated_conjecture,
    ( p_1
    | p_2
    | p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(c2,plain,
    ( p_1
    | p_2
    | p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[pppnn,c1]) ).

cnf(c3,plain,
    ( p_1
    | p_2
    | p_3 ),
    inference(resolution,status(thm),[c2,c0]) ).

cnf(ppnpp,negated_conjecture,
    ( p_1
    | p_2
    | ~ p_3
    | p_4
    | p_5 ),
    input ).

cnf(c4,plain,
    ( p_1
    | p_2
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[ppnpp,c3]) ).

cnf(ppnpn,negated_conjecture,
    ( p_1
    | p_2
    | ~ p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(c5,plain,
    ( p_1
    | p_2
    | ~ p_3
    | p_4 ),
    inference(resolution,status(thm),[ppnpn,c4]) ).

cnf(c7,plain,
    ( p_1
    | p_2
    | p_4 ),
    inference(resolution,status(thm),[c5,c3]) ).

cnf(ppnnp,negated_conjecture,
    ( p_1
    | p_2
    | ~ p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c6,plain,
    ( p_1
    | p_2
    | ~ p_3
    | p_5 ),
    inference(resolution,status(thm),[ppnnp,c4]) ).

cnf(c9,plain,
    ( p_1
    | p_2
    | p_5 ),
    inference(resolution,status(thm),[c6,c3]) ).

cnf(ppnnn,negated_conjecture,
    ( p_1
    | p_2
    | ~ p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(c10,plain,
    ( p_1
    | p_2
    | ~ p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[ppnnn,c9]) ).

cnf(c11,plain,
    ( p_1
    | p_2
    | ~ p_3 ),
    inference(resolution,status(thm),[c10,c7]) ).

cnf(c12,plain,
    ( p_1
    | p_2 ),
    inference(resolution,status(thm),[c11,c3]) ).

cnf(pnppp,negated_conjecture,
    ( p_1
    | ~ p_2
    | p_3
    | p_4
    | p_5 ),
    input ).

cnf(c13,plain,
    ( p_1
    | p_3
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[pnppp,c12]) ).

cnf(pnppn,negated_conjecture,
    ( p_1
    | ~ p_2
    | p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(c14,plain,
    ( p_1
    | ~ p_2
    | p_3
    | p_4 ),
    inference(resolution,status(thm),[pnppn,c13]) ).

cnf(c15,plain,
    ( p_1
    | p_3
    | p_4 ),
    inference(resolution,status(thm),[c14,c12]) ).

cnf(pnpnp,negated_conjecture,
    ( p_1
    | ~ p_2
    | p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c16,plain,
    ( p_1
    | ~ p_2
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[pnpnp,c15]) ).

cnf(c17,plain,
    ( p_1
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[c16,c12]) ).

cnf(pnpnn,negated_conjecture,
    ( p_1
    | ~ p_2
    | p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(c18,plain,
    ( p_1
    | ~ p_2
    | p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[pnpnn,c17]) ).

cnf(c19,plain,
    ( p_1
    | ~ p_2
    | p_3 ),
    inference(resolution,status(thm),[c18,c15]) ).

cnf(c20,plain,
    ( p_1
    | p_3 ),
    inference(resolution,status(thm),[c19,c12]) ).

cnf(pnnpn,negated_conjecture,
    ( p_1
    | ~ p_2
    | ~ p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(pnnpp,negated_conjecture,
    ( p_1
    | ~ p_2
    | ~ p_3
    | p_4
    | p_5 ),
    input ).

cnf(c21,plain,
    ( p_1
    | ~ p_2
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[pnnpp,c20]) ).

cnf(c22,plain,
    ( p_1
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[c21,c12]) ).

cnf(c23,plain,
    ( p_1
    | p_4
    | ~ p_2
    | ~ p_3 ),
    inference(resolution,status(thm),[c22,pnnpn]) ).

cnf(c24,plain,
    ( p_1
    | p_4
    | ~ p_2 ),
    inference(resolution,status(thm),[c23,c20]) ).

cnf(c25,plain,
    ( p_1
    | p_4 ),
    inference(resolution,status(thm),[c24,c12]) ).

cnf(pnnnn,negated_conjecture,
    ( p_1
    | ~ p_2
    | ~ p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(pnnnp,negated_conjecture,
    ( p_1
    | ~ p_2
    | ~ p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c26,plain,
    ( p_1
    | ~ p_2
    | ~ p_3
    | p_5 ),
    inference(resolution,status(thm),[pnnnp,c25]) ).

cnf(c27,plain,
    ( p_1
    | ~ p_2
    | p_5 ),
    inference(resolution,status(thm),[c26,c20]) ).

cnf(c28,plain,
    ( p_1
    | p_5 ),
    inference(resolution,status(thm),[c27,c12]) ).

cnf(c29,plain,
    ( p_1
    | ~ p_2
    | ~ p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[c28,pnnnn]) ).

cnf(c30,plain,
    ( p_1
    | ~ p_2
    | ~ p_3 ),
    inference(resolution,status(thm),[c29,c25]) ).

cnf(c31,plain,
    ( p_1
    | ~ p_2 ),
    inference(resolution,status(thm),[c30,c20]) ).

cnf(c36,plain,
    p_1,
    inference(resolution,status(thm),[c31,c12]) ).

cnf(npppp,negated_conjecture,
    ( ~ p_1
    | p_2
    | p_3
    | p_4
    | p_5 ),
    input ).

cnf(c32,plain,
    ( p_2
    | p_3
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[npppp,c12]) ).

cnf(npppn,negated_conjecture,
    ( ~ p_1
    | p_2
    | p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(c38,plain,
    ( ~ p_1
    | p_2
    | p_3
    | p_4 ),
    inference(resolution,status(thm),[npppn,c32]) ).

cnf(c39,plain,
    ( p_2
    | p_3
    | p_4 ),
    inference(resolution,status(thm),[c38,c36]) ).

cnf(nppnn,negated_conjecture,
    ( ~ p_1
    | p_2
    | p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(nppnp,negated_conjecture,
    ( ~ p_1
    | p_2
    | p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c40,plain,
    ( ~ p_1
    | p_2
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[nppnp,c39]) ).

cnf(c41,plain,
    ( p_2
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[c40,c36]) ).

cnf(c42,plain,
    ( p_2
    | p_3
    | ~ p_1
    | ~ p_4 ),
    inference(resolution,status(thm),[c41,nppnn]) ).

cnf(c43,plain,
    ( p_2
    | p_3
    | ~ p_1 ),
    inference(resolution,status(thm),[c42,c39]) ).

cnf(c44,plain,
    ( p_2
    | p_3 ),
    inference(resolution,status(thm),[c43,c36]) ).

cnf(npnpp,negated_conjecture,
    ( ~ p_1
    | p_2
    | ~ p_3
    | p_4
    | p_5 ),
    input ).

cnf(c45,plain,
    ( ~ p_1
    | p_2
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[npnpp,c44]) ).

cnf(c46,plain,
    ( p_2
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[c45,c36]) ).

cnf(npnpn,negated_conjecture,
    ( ~ p_1
    | p_2
    | ~ p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(c47,plain,
    ( ~ p_1
    | p_2
    | ~ p_3
    | p_4 ),
    inference(resolution,status(thm),[npnpn,c46]) ).

cnf(c48,plain,
    ( ~ p_1
    | p_2
    | p_4 ),
    inference(resolution,status(thm),[c47,c44]) ).

cnf(c49,plain,
    ( p_2
    | p_4 ),
    inference(resolution,status(thm),[c48,c36]) ).

cnf(npnnp,negated_conjecture,
    ( ~ p_1
    | p_2
    | ~ p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c50,plain,
    ( ~ p_1
    | p_2
    | ~ p_3
    | p_5 ),
    inference(resolution,status(thm),[npnnp,c46]) ).

cnf(c52,plain,
    ( ~ p_1
    | p_2
    | p_5 ),
    inference(resolution,status(thm),[c50,c44]) ).

cnf(c53,plain,
    ( p_2
    | p_5 ),
    inference(resolution,status(thm),[c52,c36]) ).

cnf(npnnn,negated_conjecture,
    ( ~ p_1
    | p_2
    | ~ p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(c54,plain,
    ( ~ p_1
    | p_2
    | ~ p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[npnnn,c53]) ).

cnf(c55,plain,
    ( ~ p_1
    | p_2
    | ~ p_3 ),
    inference(resolution,status(thm),[c54,c49]) ).

cnf(c56,plain,
    ( ~ p_1
    | p_2 ),
    inference(resolution,status(thm),[c55,c44]) ).

cnf(c57,plain,
    p_2,
    inference(resolution,status(thm),[c56,c36]) ).

cnf(nnppn,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(nnppp,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | p_3
    | p_4
    | p_5 ),
    input ).

cnf(c58,plain,
    ( ~ p_1
    | p_3
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[nnppp,c57]) ).

cnf(c59,plain,
    ( p_3
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[c58,c36]) ).

cnf(c60,plain,
    ( p_3
    | p_4
    | ~ p_1
    | ~ p_2 ),
    inference(resolution,status(thm),[c59,nnppn]) ).

cnf(c61,plain,
    ( p_3
    | p_4
    | ~ p_1 ),
    inference(resolution,status(thm),[c60,c57]) ).

cnf(c62,plain,
    ( p_3
    | p_4 ),
    inference(resolution,status(thm),[c61,c36]) ).

cnf(nnpnp,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c63,plain,
    ( ~ p_1
    | ~ p_2
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[nnpnp,c62]) ).

cnf(c64,plain,
    ( ~ p_1
    | p_3
    | p_5 ),
    inference(resolution,status(thm),[c63,c57]) ).

cnf(c65,plain,
    ( p_3
    | p_5 ),
    inference(resolution,status(thm),[c64,c36]) ).

cnf(nnpnn,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(c66,plain,
    ( ~ p_1
    | ~ p_2
    | p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[nnpnn,c65]) ).

cnf(c67,plain,
    ( ~ p_1
    | ~ p_2
    | p_3 ),
    inference(resolution,status(thm),[c66,c62]) ).

cnf(c70,plain,
    ( ~ p_1
    | p_3 ),
    inference(resolution,status(thm),[c67,c57]) ).

cnf(c71,plain,
    p_3,
    inference(resolution,status(thm),[c70,c36]) ).

cnf(nnnpn,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | ~ p_3
    | p_4
    | ~ p_5 ),
    input ).

cnf(nnnpp,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | ~ p_3
    | p_4
    | p_5 ),
    input ).

cnf(c68,plain,
    ( ~ p_1
    | ~ p_2
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[nnnpp,c65]) ).

cnf(c73,plain,
    ( ~ p_1
    | p_4
    | p_5 ),
    inference(resolution,status(thm),[c68,c57]) ).

cnf(c74,plain,
    ( p_4
    | p_5 ),
    inference(resolution,status(thm),[c73,c36]) ).

cnf(c75,plain,
    ( p_4
    | ~ p_1
    | ~ p_2
    | ~ p_3 ),
    inference(resolution,status(thm),[c74,nnnpn]) ).

cnf(c76,plain,
    ( p_4
    | ~ p_1
    | ~ p_2 ),
    inference(resolution,status(thm),[c75,c71]) ).

cnf(c77,plain,
    ( p_4
    | ~ p_1 ),
    inference(resolution,status(thm),[c76,c57]) ).

cnf(c79,plain,
    p_4,
    inference(resolution,status(thm),[c77,c36]) ).

cnf(nnnnn,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | ~ p_3
    | ~ p_4
    | ~ p_5 ),
    input ).

cnf(nnnnp,negated_conjecture,
    ( ~ p_1
    | ~ p_2
    | ~ p_3
    | ~ p_4
    | p_5 ),
    input ).

cnf(c78,plain,
    ( ~ p_1
    | ~ p_2
    | ~ p_3
    | p_5 ),
    inference(resolution,status(thm),[nnnnp,c74]) ).

cnf(c81,plain,
    ( ~ p_1
    | ~ p_2
    | p_5 ),
    inference(resolution,status(thm),[c78,c71]) ).

cnf(c82,plain,
    ( ~ p_1
    | p_5 ),
    inference(resolution,status(thm),[c81,c57]) ).

cnf(c83,plain,
    p_5,
    inference(resolution,status(thm),[c82,c36]) ).

cnf(c84,plain,
    ( ~ p_1
    | ~ p_2
    | ~ p_3
    | ~ p_4 ),
    inference(resolution,status(thm),[c83,nnnnn]) ).

cnf(c85,plain,
    ( ~ p_1
    | ~ p_2
    | ~ p_3 ),
    inference(resolution,status(thm),[c84,c79]) ).

cnf(c86,plain,
    ( ~ p_1
    | ~ p_2 ),
    inference(resolution,status(thm),[c85,c71]) ).

cnf(c87,plain,
    ~ p_1,
    inference(resolution,status(thm),[c86,c57]) ).

cnf(c88,plain,
    $false,
    inference(resolution,status(thm),[c87,c36]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYN001-1.005 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n028.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 06:37:59 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.41/0.57  # Version:  1.3
% 0.41/0.57  # SZS status Unsatisfiable
% 0.41/0.57  # SZS output start CNFRefutation
% See solution above
% 0.41/0.57  
% 0.41/0.57  # Initial clauses    : 32
% 0.41/0.57  # Processed clauses  : 111
% 0.41/0.57  # Factors computed   : 0
% 0.41/0.57  # Resolvents computed: 89
% 0.41/0.57  # Tautologies deleted: 0
% 0.41/0.57  # Forward subsumed   : 9
% 0.41/0.57  # Backward subsumed  : 105
% 0.41/0.57  # -------- CPU Time ---------
% 0.41/0.57  # User time          : 0.221 s
% 0.41/0.57  # System time        : 0.016 s
% 0.41/0.57  # Total time         : 0.237 s
%------------------------------------------------------------------------------