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

View Problem - Process Solution

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

% Computer : n006.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:04 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(prove_this,negated_conjecture,
    ~ q3(X4,b),
    input ).

cnf(axiom_7,axiom,
    n0(d,b),
    input ).

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

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

cnf(rule_085,axiom,
    ( p1(X104,X104,X104)
    | ~ p0(X103,X104) ),
    input ).

cnf(c128,plain,
    p1(X105,X105,X105),
    inference(resolution,status(thm),[rule_085,axiom_14]) ).

cnf(rule_177,axiom,
    ( q2(X507,X506,X506)
    | ~ k0(X506)
    | ~ p1(X507,X507,X507) ),
    input ).

cnf(c516,plain,
    ( q2(X509,X508,X508)
    | ~ k0(X508) ),
    inference(resolution,status(thm),[rule_177,c128]) ).

cnf(c520,plain,
    q2(X512,b,b),
    inference(resolution,status(thm),[c516,axiom_32]) ).

cnf(rule_255,axiom,
    ( q3(X645,X644)
    | ~ q2(X646,X645,X644)
    | ~ n0(X646,X645) ),
    input ).

cnf(c729,plain,
    ( q3(b,b)
    | ~ n0(X650,b) ),
    inference(resolution,status(thm),[rule_255,c520]) ).

cnf(c733,plain,
    q3(b,b),
    inference(resolution,status(thm),[c729,axiom_7]) ).

cnf(c736,plain,
    $false,
    inference(resolution,status(thm),[c733,prove_this]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : SYN177-1 : TPTP v8.1.0. Released v1.1.0.
% 0.08/0.14  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.16/0.36  % Computer : n006.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 600
% 0.16/0.36  % DateTime : Tue Jul 12 02:14:50 EDT 2022
% 0.16/0.36  % CPUTime  : 
% 1.04/1.21  # Version:  1.3
% 1.04/1.21  # SZS status Unsatisfiable
% 1.04/1.21  # SZS output start CNFRefutation
% See solution above
% 1.04/1.21  
% 1.04/1.21  # Initial clauses    : 369
% 1.04/1.21  # Processed clauses  : 505
% 1.04/1.21  # Factors computed   : 0
% 1.04/1.21  # Resolvents computed: 737
% 1.04/1.21  # Tautologies deleted: 3
% 1.04/1.21  # Forward subsumed   : 334
% 1.04/1.21  # Backward subsumed  : 184
% 1.04/1.21  # -------- CPU Time ---------
% 1.04/1.21  # User time          : 0.827 s
% 1.04/1.21  # System time        : 0.021 s
% 1.04/1.21  # Total time         : 0.848 s
%------------------------------------------------------------------------------