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

View Problem - Process Solution

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

% Computer : n013.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:26:06 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ q5(X4,c),
    input ).

cnf(rule_324,axiom,
    ( q5(X14,X14)
    | ~ l4(X14) ),
    input ).

cnf(rule_277,axiom,
    ( l4(X54)
    | ~ p3(X53,X52,X54) ),
    input ).

cnf(rule_244,axiom,
    ( p3(X49,X49,X49)
    | ~ n2(X49) ),
    input ).

cnf(rule_137,axiom,
    ( n2(X34)
    | ~ p1(X33,X35,X34) ),
    input ).

cnf(axiom_26,axiom,
    n0(d,c),
    input ).

cnf(rule_066,axiom,
    ( p1(X84,X84,X84)
    | ~ n0(X85,X84) ),
    input ).

cnf(c86,plain,
    p1(c,c,c),
    inference(resolution,status(thm),[rule_066,axiom_26]) ).

cnf(c92,plain,
    n2(c),
    inference(resolution,status(thm),[c86,rule_137]) ).

cnf(c94,plain,
    p3(c,c,c),
    inference(resolution,status(thm),[c92,rule_244]) ).

cnf(c106,plain,
    l4(c),
    inference(resolution,status(thm),[c94,rule_277]) ).

cnf(c107,plain,
    q5(c,c),
    inference(resolution,status(thm),[c106,rule_324]) ).

cnf(c108,plain,
    $false,
    inference(resolution,status(thm),[c107,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.11  % Problem  : SYN182-1 : TPTP v8.1.0. Released v1.1.0.
% 0.04/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n013.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 : Mon Jul 11 12:17:59 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.70/0.91  # Version:  1.3
% 0.70/0.91  # SZS status Unsatisfiable
% 0.70/0.91  # SZS output start CNFRefutation
% See solution above
% 0.70/0.91  
% 0.70/0.91  # Initial clauses    : 369
% 0.70/0.91  # Processed clauses  : 131
% 0.70/0.91  # Factors computed   : 0
% 0.70/0.91  # Resolvents computed: 109
% 0.70/0.91  # Tautologies deleted: 0
% 0.70/0.91  # Forward subsumed   : 31
% 0.70/0.91  # Backward subsumed  : 7
% 0.70/0.91  # -------- CPU Time ---------
% 0.70/0.91  # User time          : 0.557 s
% 0.70/0.91  # System time        : 0.010 s
% 0.70/0.91  # Total time         : 0.567 s
%------------------------------------------------------------------------------