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

View Problem - Process Solution

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

% Computer : n019.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:34 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ m1(e,b,b),
    input ).

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

cnf(axiom_30,axiom,
    n0(e,e),
    input ).

cnf(rule_011,axiom,
    ( m1(X66,X66,X65)
    | ~ k0(X66)
    | ~ n0(X65,X65) ),
    input ).

cnf(c65,plain,
    ( m1(X156,X156,e)
    | ~ k0(X156) ),
    inference(resolution,status(thm),[rule_011,axiom_30]) ).

cnf(c186,plain,
    m1(b,b,e),
    inference(resolution,status(thm),[c65,axiom_32]) ).

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

cnf(rule_005,axiom,
    ( m1(X30,X29,X30)
    | ~ m0(X29,X29,X30) ),
    input ).

cnf(c40,plain,
    m1(X31,d,X31),
    inference(resolution,status(thm),[rule_005,axiom_19]) ).

cnf(rule_016,axiom,
    ( m1(X80,X79,X79)
    | ~ m1(X82,X79,X80)
    | ~ m1(X82,X81,X79) ),
    input ).

cnf(c79,plain,
    ( m1(X275,X276,X276)
    | ~ m1(X276,X276,X275) ),
    inference(resolution,status(thm),[rule_016,c40]) ).

cnf(c321,plain,
    m1(e,b,b),
    inference(resolution,status(thm),[c79,c186]) ).

cnf(c326,plain,
    $false,
    inference(resolution,status(thm),[c321,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : SYN251-1 : TPTP v8.1.0. Released v1.1.0.
% 0.07/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.35  % Computer : n019.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 600
% 0.14/0.35  % DateTime : Tue Jul 12 08:28:08 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.91/1.11  # Version:  1.3
% 0.91/1.11  # SZS status Unsatisfiable
% 0.91/1.11  # SZS output start CNFRefutation
% See solution above
% 0.91/1.11  
% 0.91/1.11  # Initial clauses    : 369
% 0.91/1.11  # Processed clauses  : 261
% 0.91/1.11  # Factors computed   : 0
% 0.91/1.11  # Resolvents computed: 328
% 0.91/1.11  # Tautologies deleted: 1
% 0.91/1.11  # Forward subsumed   : 128
% 0.91/1.11  # Backward subsumed  : 102
% 0.91/1.11  # -------- CPU Time ---------
% 0.91/1.11  # User time          : 0.738 s
% 0.91/1.11  # System time        : 0.016 s
% 0.91/1.11  # Total time         : 0.754 s
%------------------------------------------------------------------------------