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

View Problem - Process Solution

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

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

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

cnf(axiom_7,axiom,
    n0(d,b),
    input ).

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

cnf(c3,plain,
    k1(b),
    inference(resolution,status(thm),[rule_001,axiom_7]) ).

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(X164,X164,X164)
    | ~ m0(X163,X165,X164) ),
    input ).

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

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

cnf(axiom_24,axiom,
    l0(c),
    input ).

cnf(axiom_32,axiom,
    k0(b),
    input ).

cnf(rule_021,axiom,
    ( m1(X93,X92,X93)
    | ~ l0(X93)
    | ~ k0(X92) ),
    input ).

cnf(c111,plain,
    ( m1(X162,b,X162)
    | ~ l0(X162) ),
    inference(resolution,status(thm),[rule_021,axiom_32]) ).

cnf(c199,plain,
    m1(c,b,c),
    inference(resolution,status(thm),[c111,axiom_24]) ).

cnf(rule_127,axiom,
    ( k2(X520,X523)
    | ~ m1(X522,X523,X520)
    | ~ k1(X521)
    | ~ k2(X521,X523) ),
    input ).

cnf(c541,plain,
    ( k2(c,b)
    | ~ k1(X1202)
    | ~ k2(X1202,b) ),
    inference(resolution,status(thm),[rule_127,c199]) ).

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

cnf(c1470,plain,
    k2(c,b),
    inference(resolution,status(thm),[c1467,c3]) ).

cnf(c1476,plain,
    $false,
    inference(resolution,status(thm),[c1470,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN111-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n011.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Mon Jul 11 19:35:12 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 3.13/3.36  # Version:  1.3
% 3.13/3.36  # SZS status Unsatisfiable
% 3.13/3.36  # SZS output start CNFRefutation
% See solution above
% 3.13/3.36  
% 3.13/3.36  # Initial clauses    : 369
% 3.13/3.36  # Processed clauses  : 917
% 3.13/3.36  # Factors computed   : 0
% 3.13/3.36  # Resolvents computed: 1479
% 3.13/3.36  # Tautologies deleted: 15
% 3.13/3.36  # Forward subsumed   : 606
% 3.13/3.36  # Backward subsumed  : 360
% 3.13/3.36  # -------- CPU Time ---------
% 3.13/3.36  # User time          : 2.989 s
% 3.13/3.36  # System time        : 0.012 s
% 3.13/3.36  # Total time         : 3.001 s
%------------------------------------------------------------------------------