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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN217-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:21 EDT 2022

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

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

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

cnf(rule_125,axiom,
    ( s1(X9)
    | ~ p0(X9,X9) ),
    input ).

cnf(c8,plain,
    s1(b),
    inference(resolution,status(thm),[rule_125,axiom_14]) ).

cnf(axiom_17,axiom,
    q0(X3,d),
    input ).

cnf(rule_126,axiom,
    ( s1(X180)
    | ~ q0(X180,X181)
    | ~ s1(X182) ),
    input ).

cnf(c221,plain,
    ( s1(X184)
    | ~ s1(X183) ),
    inference(resolution,status(thm),[rule_126,axiom_17]) ).

cnf(c222,plain,
    s1(X185),
    inference(resolution,status(thm),[c221,c8]) ).

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

cnf(rule_133,axiom,
    ( l2(X540,X540)
    | ~ p0(X542,X542)
    | ~ s1(X541)
    | ~ m0(X543,X541,X540) ),
    input ).

cnf(c566,plain,
    ( l2(X558,X558)
    | ~ p0(X557,X557)
    | ~ s1(d) ),
    inference(resolution,status(thm),[rule_133,axiom_19]) ).

cnf(c618,plain,
    ( l2(X559,X559)
    | ~ s1(d) ),
    inference(resolution,status(thm),[c566,axiom_14]) ).

cnf(c619,plain,
    l2(X560,X560),
    inference(resolution,status(thm),[c618,c222]) ).

cnf(c620,plain,
    $false,
    inference(resolution,status(thm),[c619,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN217-1 : TPTP v8.1.0. Released v1.1.0.
% 0.03/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.14/0.34  % Computer : n013.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 16:46:15 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 1.07/1.25  # Version:  1.3
% 1.07/1.25  # SZS status Unsatisfiable
% 1.07/1.25  # SZS output start CNFRefutation
% See solution above
% 1.07/1.25  
% 1.07/1.25  # Initial clauses    : 369
% 1.07/1.25  # Processed clauses  : 429
% 1.07/1.25  # Factors computed   : 0
% 1.07/1.25  # Resolvents computed: 623
% 1.07/1.25  # Tautologies deleted: 3
% 1.07/1.25  # Forward subsumed   : 298
% 1.07/1.25  # Backward subsumed  : 166
% 1.07/1.25  # -------- CPU Time ---------
% 1.07/1.25  # User time          : 0.884 s
% 1.07/1.25  # System time        : 0.014 s
% 1.07/1.25  # Total time         : 0.898 s
%------------------------------------------------------------------------------