TSTP Solution File: SYN003-1.006 by PyRes---1.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN003-1.006 : TPTP v8.1.0. Released v1.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 : Thu Jul 21 11:24:22 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(base_2,negated_conjecture,
    ~ p_6,
    input ).

cnf(base_1,negated_conjecture,
    p_1,
    input ).

cnf(pqp_1,negated_conjecture,
    ( ~ p_1
    | ~ q_1
    | p_2 ),
    input ).

cnf(base_3,negated_conjecture,
    q,
    input ).

cnf(qq_1,negated_conjecture,
    ( ~ q
    | q_1 ),
    input ).

cnf(c0,plain,
    q_1,
    inference(resolution,status(thm),[qq_1,base_3]) ).

cnf(c1,plain,
    ( ~ p_1
    | p_2 ),
    inference(resolution,status(thm),[c0,pqp_1]) ).

cnf(c14,plain,
    p_2,
    inference(resolution,status(thm),[c1,base_1]) ).

cnf(qq_2,negated_conjecture,
    ( ~ q
    | q_2 ),
    input ).

cnf(c2,plain,
    q_2,
    inference(resolution,status(thm),[qq_2,base_3]) ).

cnf(pqp_2,negated_conjecture,
    ( ~ p_2
    | ~ q_2
    | p_3 ),
    input ).

cnf(c4,plain,
    ( ~ p_2
    | p_3 ),
    inference(resolution,status(thm),[pqp_2,c2]) ).

cnf(c16,plain,
    p_3,
    inference(resolution,status(thm),[c4,c14]) ).

cnf(qq_3,negated_conjecture,
    ( ~ q
    | q_3 ),
    input ).

cnf(c3,plain,
    q_3,
    inference(resolution,status(thm),[qq_3,base_3]) ).

cnf(pqp_3,negated_conjecture,
    ( ~ p_3
    | ~ q_3
    | p_4 ),
    input ).

cnf(c8,plain,
    ( ~ p_3
    | p_4 ),
    inference(resolution,status(thm),[pqp_3,c3]) ).

cnf(c17,plain,
    p_4,
    inference(resolution,status(thm),[c8,c16]) ).

cnf(qq_4,negated_conjecture,
    ( ~ q
    | q_4 ),
    input ).

cnf(c5,plain,
    q_4,
    inference(resolution,status(thm),[qq_4,base_3]) ).

cnf(pqp_4,negated_conjecture,
    ( ~ p_4
    | ~ q_4
    | p_5 ),
    input ).

cnf(c11,plain,
    ( ~ p_4
    | p_5 ),
    inference(resolution,status(thm),[pqp_4,c5]) ).

cnf(c18,plain,
    p_5,
    inference(resolution,status(thm),[c11,c17]) ).

cnf(qq_5,negated_conjecture,
    ( ~ q
    | q_5 ),
    input ).

cnf(c6,plain,
    q_5,
    inference(resolution,status(thm),[qq_5,base_3]) ).

cnf(pqp_5,negated_conjecture,
    ( ~ p_5
    | ~ q_5
    | p_6 ),
    input ).

cnf(c15,plain,
    ( ~ p_5
    | p_6 ),
    inference(resolution,status(thm),[pqp_5,c6]) ).

cnf(c19,plain,
    p_6,
    inference(resolution,status(thm),[c15,c18]) ).

cnf(c20,plain,
    $false,
    inference(resolution,status(thm),[c19,base_2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN003-1.006 : TPTP v8.1.0. Released v1.0.0.
% 0.06/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 : Mon Jul 11 12:26:58 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.52  # Version:  1.3
% 0.19/0.52  # SZS status Unsatisfiable
% 0.19/0.52  # SZS output start CNFRefutation
% See solution above
% 0.19/0.52  
% 0.19/0.52  # Initial clauses    : 24
% 0.19/0.52  # Processed clauses  : 39
% 0.19/0.52  # Factors computed   : 0
% 0.19/0.52  # Resolvents computed: 21
% 0.19/0.52  # Tautologies deleted: 0
% 0.19/0.52  # Forward subsumed   : 1
% 0.19/0.52  # Backward subsumed  : 20
% 0.19/0.52  # -------- CPU Time ---------
% 0.19/0.52  # User time          : 0.163 s
% 0.19/0.52  # System time        : 0.017 s
% 0.19/0.52  # Total time         : 0.180 s
%------------------------------------------------------------------------------