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

View Problem - Process Solution

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

% Computer : n025.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:01 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ p3(X8,d,X7),
    input ).

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

cnf(rule_137,axiom,
    ( n2(X34)
    | ~ p1(X36,X35,X34) ),
    input ).

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

cnf(rule_066,axiom,
    ( p1(X86,X86,X86)
    | ~ n0(X85,X86) ),
    input ).

cnf(c90,plain,
    p1(d,d,d),
    inference(resolution,status(thm),[rule_066,axiom_34]) ).

cnf(c100,plain,
    n2(d),
    inference(resolution,status(thm),[c90,rule_137]) ).

cnf(c101,plain,
    p3(d,d,d),
    inference(resolution,status(thm),[c100,rule_244]) ).

cnf(c112,plain,
    $false,
    inference(resolution,status(thm),[c101,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SYN169-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 : n025.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 08:56:03 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.76/0.95  # Version:  1.3
% 0.76/0.95  # SZS status Unsatisfiable
% 0.76/0.95  # SZS output start CNFRefutation
% See solution above
% 0.76/0.95  
% 0.76/0.95  # Initial clauses    : 369
% 0.76/0.95  # Processed clauses  : 139
% 0.76/0.95  # Factors computed   : 0
% 0.76/0.95  # Resolvents computed: 114
% 0.76/0.95  # Tautologies deleted: 0
% 0.76/0.95  # Forward subsumed   : 31
% 0.76/0.95  # Backward subsumed  : 7
% 0.76/0.95  # -------- CPU Time ---------
% 0.76/0.95  # User time          : 0.604 s
% 0.76/0.95  # System time        : 0.015 s
% 0.76/0.95  # Total time         : 0.619 s
%------------------------------------------------------------------------------