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

View Problem - Process Solution

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

% Computer : n020.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:25:36 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ k2(b,c),
    input ).

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

cnf(rule_001,axiom,
    ( k1(X8)
    | ~ n0(X7,X8) ),
    input ).

cnf(c5,plain,
    k1(c),
    inference(resolution,status(thm),[rule_001,axiom_26]) ).

cnf(rule_129,axiom,
    ( k2(X126,X126)
    | ~ q1(X127,X126,X126) ),
    input ).

cnf(axiom_19,axiom,
    m0(X5,d,X4),
    input ).

cnf(rule_110,axiom,
    ( q1(X165,X165,X165)
    | ~ m0(X163,X164,X165) ),
    input ).

cnf(c205,plain,
    q1(X166,X166,X166),
    inference(resolution,status(thm),[rule_110,axiom_19]) ).

cnf(c210,plain,
    k2(X168,X168),
    inference(resolution,status(thm),[c205,rule_129]) ).

cnf(axiom_9,axiom,
    r0(b),
    input ).

cnf(axiom_14,axiom,
    p0(b,X2),
    input ).

cnf(rule_007,axiom,
    ( m1(X42,X43,X42)
    | ~ p0(X44,X43)
    | ~ r0(X42) ),
    input ).

cnf(c54,plain,
    ( m1(X72,X73,X72)
    | ~ r0(X72) ),
    inference(resolution,status(thm),[rule_007,axiom_14]) ).

cnf(c71,plain,
    m1(b,X74,b),
    inference(resolution,status(thm),[c54,axiom_9]) ).

cnf(rule_127,axiom,
    ( k2(X522,X523)
    | ~ m1(X524,X523,X522)
    | ~ k1(X525)
    | ~ k2(X525,X523) ),
    input ).

cnf(c541,plain,
    ( k2(b,X535)
    | ~ k1(X536)
    | ~ k2(X536,X535) ),
    inference(resolution,status(thm),[rule_127,c71]) ).

cnf(c543,plain,
    ( k2(b,X537)
    | ~ k1(X537) ),
    inference(resolution,status(thm),[c541,c210]) ).

cnf(c546,plain,
    k2(b,c),
    inference(resolution,status(thm),[c543,c5]) ).

cnf(c551,plain,
    $false,
    inference(resolution,status(thm),[c546,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN109-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n020.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 23:20:57 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.90/1.08  # Version:  1.3
% 0.90/1.08  # SZS status Unsatisfiable
% 0.90/1.08  # SZS output start CNFRefutation
% See solution above
% 0.90/1.08  
% 0.90/1.08  # Initial clauses    : 369
% 0.90/1.08  # Processed clauses  : 397
% 0.90/1.08  # Factors computed   : 0
% 0.90/1.08  # Resolvents computed: 554
% 0.90/1.08  # Tautologies deleted: 2
% 0.90/1.08  # Forward subsumed   : 269
% 0.90/1.08  # Backward subsumed  : 162
% 0.90/1.08  # -------- CPU Time ---------
% 0.90/1.08  # User time          : 0.724 s
% 0.90/1.08  # System time        : 0.016 s
% 0.90/1.08  # Total time         : 0.741 s
%------------------------------------------------------------------------------