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

View Problem - Process Solution

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

% Computer : n027.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:08 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ r1(a),
    input ).

cnf(axiom_1,axiom,
    s0(d),
    input ).

cnf(axiom_36,axiom,
    q0(a,b),
    input ).

cnf(axiom_15,axiom,
    n0(a,b),
    input ).

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

cnf(rule_092,axiom,
    ( q1(X411,X409,X411)
    | ~ n0(X410,X409)
    | ~ p0(X412,X411) ),
    input ).

cnf(c442,plain,
    ( q1(X415,X413,X415)
    | ~ n0(X414,X413) ),
    inference(resolution,status(thm),[rule_092,axiom_14]) ).

cnf(c445,plain,
    q1(X416,b,X416),
    inference(resolution,status(thm),[c442,axiom_15]) ).

cnf(rule_124,axiom,
    ( r1(X517)
    | ~ q0(X517,X518)
    | ~ s0(d)
    | ~ q1(d,X518,d) ),
    input ).

cnf(c521,plain,
    ( r1(X519)
    | ~ q0(X519,b)
    | ~ s0(d) ),
    inference(resolution,status(thm),[rule_124,c445]) ).

cnf(c530,plain,
    ( r1(a)
    | ~ s0(d) ),
    inference(resolution,status(thm),[c521,axiom_36]) ).

cnf(c544,plain,
    r1(a),
    inference(resolution,status(thm),[c530,axiom_1]) ).

cnf(c545,plain,
    $false,
    inference(resolution,status(thm),[c544,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SYN186-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n027.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jul 12 02:50:04 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.98/1.15  # Version:  1.3
% 0.98/1.15  # SZS status Unsatisfiable
% 0.98/1.15  # SZS output start CNFRefutation
% See solution above
% 0.98/1.15  
% 0.98/1.15  # Initial clauses    : 369
% 0.98/1.15  # Processed clauses  : 392
% 0.98/1.15  # Factors computed   : 0
% 0.98/1.15  # Resolvents computed: 546
% 0.98/1.15  # Tautologies deleted: 2
% 0.98/1.15  # Forward subsumed   : 262
% 0.98/1.15  # Backward subsumed  : 159
% 0.98/1.15  # -------- CPU Time ---------
% 0.98/1.15  # User time          : 0.793 s
% 0.98/1.15  # System time        : 0.017 s
% 0.98/1.15  # Total time         : 0.810 s
%------------------------------------------------------------------------------