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

View Problem - Process Solution

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

% Computer : n014.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:39 EDT 2022

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

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

cnf(axiom_20,axiom,
    l0(a),
    input ).

cnf(axiom_5,axiom,
    s0(b),
    input ).

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

cnf(rule_069,axiom,
    ( p1(X96,X96,X97)
    | ~ p0(X97,X96) ),
    input ).

cnf(c121,plain,
    p1(X98,X98,b),
    inference(resolution,status(thm),[rule_069,axiom_14]) ).

cnf(rule_071,axiom,
    ( p1(X319,X321,X319)
    | ~ l0(X322)
    | ~ p1(X321,X320,X319)
    | ~ s0(b) ),
    input ).

cnf(c354,plain,
    ( p1(b,X1152,b)
    | ~ l0(X1153)
    | ~ s0(b) ),
    inference(resolution,status(thm),[rule_071,c121]) ).

cnf(c1398,plain,
    ( p1(b,X1155,b)
    | ~ l0(X1154) ),
    inference(resolution,status(thm),[c354,axiom_5]) ).

cnf(c1399,plain,
    p1(b,X1156,b),
    inference(resolution,status(thm),[c1398,axiom_20]) ).

cnf(c1401,plain,
    $false,
    inference(resolution,status(thm),[c1399,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN262-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 : n014.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 20:44:19 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 1.41/1.63  # Version:  1.3
% 1.41/1.63  # SZS status Unsatisfiable
% 1.41/1.63  # SZS output start CNFRefutation
% See solution above
% 1.41/1.63  
% 1.41/1.63  # Initial clauses    : 369
% 1.41/1.63  # Processed clauses  : 873
% 1.41/1.63  # Factors computed   : 0
% 1.41/1.63  # Resolvents computed: 1405
% 1.41/1.63  # Tautologies deleted: 15
% 1.41/1.63  # Forward subsumed   : 558
% 1.41/1.63  # Backward subsumed  : 342
% 1.41/1.63  # -------- CPU Time ---------
% 1.41/1.63  # User time          : 1.268 s
% 1.41/1.63  # System time        : 0.017 s
% 1.41/1.63  # Total time         : 1.285 s
%------------------------------------------------------------------------------