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

View Problem - Process Solution

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

% Computer : n011.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:33 EDT 2022

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

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

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

cnf(rule_001,axiom,
    ( k1(X7)
    | ~ n0(X8,X7) ),
    input ).

cnf(c6,plain,
    k1(a),
    inference(resolution,status(thm),[rule_001,axiom_37]) ).

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

cnf(c5,plain,
    k1(c),
    inference(resolution,status(thm),[rule_001,axiom_26]) ).

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

cnf(rule_034,axiom,
    ( m1(X137,X136,X136)
    | ~ k1(a)
    | ~ k1(X136)
    | ~ q0(X137,X137) ),
    input ).

cnf(c170,plain,
    ( m1(d,X746,X746)
    | ~ k1(a)
    | ~ k1(X746) ),
    inference(resolution,status(thm),[rule_034,axiom_17]) ).

cnf(c906,plain,
    ( m1(d,c,c)
    | ~ k1(a) ),
    inference(resolution,status(thm),[c170,c5]) ).

cnf(c911,plain,
    m1(d,c,c),
    inference(resolution,status(thm),[c906,c6]) ).

cnf(c914,plain,
    $false,
    inference(resolution,status(thm),[c911,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYN248-1 : TPTP v8.1.0. Released v1.1.0.
% 0.11/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.34  % Computer : n011.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jul 12 02:11:42 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.07/1.26  # Version:  1.3
% 1.07/1.26  # SZS status Unsatisfiable
% 1.07/1.26  # SZS output start CNFRefutation
% See solution above
% 1.07/1.26  
% 1.07/1.26  # Initial clauses    : 369
% 1.07/1.26  # Processed clauses  : 618
% 1.07/1.26  # Factors computed   : 0
% 1.07/1.26  # Resolvents computed: 916
% 1.07/1.26  # Tautologies deleted: 11
% 1.07/1.26  # Forward subsumed   : 365
% 1.07/1.26  # Backward subsumed  : 224
% 1.07/1.26  # -------- CPU Time ---------
% 1.07/1.26  # User time          : 0.902 s
% 1.07/1.26  # System time        : 0.022 s
% 1.07/1.26  # Total time         : 0.924 s
%------------------------------------------------------------------------------