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

View Problem - Process Solution

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

% Computer : n009.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:18 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ s4(d),
    input ).

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

cnf(rule_002,axiom,
    ( l1(X16,X16)
    | ~ n0(X15,X16) ),
    input ).

cnf(c14,plain,
    l1(d,d),
    inference(resolution,status(thm),[rule_002,axiom_34]) ).

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

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

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

cnf(rule_085,axiom,
    ( p1(X102,X102,X102)
    | ~ p0(X103,X102) ),
    input ).

cnf(c127,plain,
    p1(X104,X104,X104),
    inference(resolution,status(thm),[rule_085,axiom_14]) ).

cnf(c129,plain,
    n2(X108),
    inference(resolution,status(thm),[c127,rule_137]) ).

cnf(c130,plain,
    p3(X109,X109,X109),
    inference(resolution,status(thm),[c129,rule_244]) ).

cnf(rule_299,axiom,
    ( s4(X396)
    | ~ p3(X399,X398,X397)
    | ~ l1(X396,X398) ),
    input ).

cnf(c415,plain,
    ( s4(X401)
    | ~ l1(X401,X400) ),
    inference(resolution,status(thm),[rule_299,c130]) ).

cnf(c417,plain,
    s4(d),
    inference(resolution,status(thm),[c415,c14]) ).

cnf(c427,plain,
    $false,
    inference(resolution,status(thm),[c417,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN211-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 : n009.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 : Tue Jul 12 03:48:07 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.91/1.10  # Version:  1.3
% 0.91/1.10  # SZS status Unsatisfiable
% 0.91/1.10  # SZS output start CNFRefutation
% See solution above
% 0.91/1.10  
% 0.91/1.10  # Initial clauses    : 369
% 0.91/1.10  # Processed clauses  : 323
% 0.91/1.10  # Factors computed   : 0
% 0.91/1.10  # Resolvents computed: 431
% 0.91/1.10  # Tautologies deleted: 2
% 0.91/1.10  # Forward subsumed   : 197
% 0.91/1.10  # Backward subsumed  : 140
% 0.91/1.10  # -------- CPU Time ---------
% 0.91/1.10  # User time          : 0.738 s
% 0.91/1.10  # System time        : 0.014 s
% 0.91/1.10  # Total time         : 0.752 s
%------------------------------------------------------------------------------