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

View Problem - Process Solution

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

% Computer : n028.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:48 EDT 2022

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

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

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

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

cnf(rule_099,axiom,
    ( q1(X435,X434,X434)
    | ~ k0(X436)
    | ~ l0(X435)
    | ~ q1(X434,X434,X436) ),
    input ).

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

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

cnf(rule_105,axiom,
    ( q1(X452,X452,X453)
    | ~ s0(X452)
    | ~ p0(X453,d) ),
    input ).

cnf(c477,plain,
    ( q1(X454,X454,b)
    | ~ s0(X454) ),
    inference(resolution,status(thm),[rule_105,axiom_14]) ).

cnf(c478,plain,
    q1(d,d,b),
    inference(resolution,status(thm),[c477,axiom_1]) ).

cnf(c480,plain,
    ( q1(X1166,d,d)
    | ~ k0(b)
    | ~ l0(X1166) ),
    inference(resolution,status(thm),[c478,rule_099]) ).

cnf(c1394,plain,
    ( q1(a,d,d)
    | ~ k0(b) ),
    inference(resolution,status(thm),[c480,axiom_20]) ).

cnf(c1396,plain,
    q1(a,d,d),
    inference(resolution,status(thm),[c1394,axiom_32]) ).

cnf(c1397,plain,
    $false,
    inference(resolution,status(thm),[c1396,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SYN285-1 : TPTP v8.1.0. Released v1.1.0.
% 0.10/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n028.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 : Mon Jul 11 17:00:29 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.52/1.77  # Version:  1.3
% 1.52/1.77  # SZS status Unsatisfiable
% 1.52/1.77  # SZS output start CNFRefutation
% See solution above
% 1.52/1.77  
% 1.52/1.77  # Initial clauses    : 369
% 1.52/1.77  # Processed clauses  : 866
% 1.52/1.77  # Factors computed   : 0
% 1.52/1.77  # Resolvents computed: 1399
% 1.52/1.77  # Tautologies deleted: 15
% 1.52/1.77  # Forward subsumed   : 567
% 1.52/1.77  # Backward subsumed  : 332
% 1.52/1.77  # -------- CPU Time ---------
% 1.52/1.77  # User time          : 1.411 s
% 1.52/1.77  # System time        : 0.017 s
% 1.52/1.77  # Total time         : 1.428 s
%------------------------------------------------------------------------------