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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : PyRes---1.3
% Problem  : SYN352-1 : TPTP v8.1.0. Released v1.2.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:27:28 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(clause4,negated_conjecture,
    ( f(b,z(X10,X11))
    | f(X10,z(X10,X11))
    | f(z(X10,X11),z(X10,X11)) ),
    input ).

cnf(c7,plain,
    ( f(b,z(b,X14))
    | f(z(b,X14),z(b,X14)) ),
    inference(factor,status(thm),[clause4]) ).

cnf(clause5,negated_conjecture,
    ( ~ f(b,z(X15,X16))
    | ~ f(X15,z(X15,X16))
    | f(z(X15,X16),z(X15,X16)) ),
    input ).

cnf(c33,plain,
    ( ~ f(b,z(b,X17))
    | f(z(b,X17),z(b,X17)) ),
    inference(resolution,status(thm),[clause5,c7]) ).

cnf(c39,plain,
    f(z(b,X18),z(b,X18)),
    inference(resolution,status(thm),[c33,c7]) ).

cnf(clause7,negated_conjecture,
    ( ~ f(X6,X7)
    | f(X6,z(X6,X7))
    | f(X7,z(X6,X7)) ),
    input ).

cnf(clause3,negated_conjecture,
    ( f(X2,X3)
    | f(z(X2,X3),z(X2,X3)) ),
    input ).

cnf(c3,plain,
    ( f(X24,z(X24,X25))
    | f(X25,z(X24,X25))
    | f(z(X24,X25),z(X24,X25)) ),
    inference(resolution,status(thm),[clause7,clause3]) ).

cnf(c56,plain,
    ( f(X26,z(X26,X26))
    | f(z(X26,X26),z(X26,X26)) ),
    inference(factor,status(thm),[c3]) ).

cnf(clause6,negated_conjecture,
    ( ~ f(X4,X5)
    | ~ f(X4,z(X4,X5))
    | ~ f(X5,z(X4,X5)) ),
    input ).

cnf(c74,plain,
    ( f(z(X31,X31),z(X31,X31))
    | ~ f(X31,X31)
    | ~ f(X31,z(X31,X31)) ),
    inference(resolution,status(thm),[c56,clause6]) ).

cnf(c92,plain,
    ( f(z(X32,X32),z(X32,X32))
    | ~ f(X32,X32) ),
    inference(resolution,status(thm),[c74,c56]) ).

cnf(c97,plain,
    f(z(X33,X33),z(X33,X33)),
    inference(resolution,status(thm),[c92,clause3]) ).

cnf(c100,plain,
    f(z(X34,X34),z(z(X34,X34),z(X34,X34))),
    inference(resolution,status(thm),[c97,clause7]) ).

cnf(c106,plain,
    ( ~ f(z(X84,X84),z(X84,X84))
    | ~ f(z(X84,X84),z(z(X84,X84),z(X84,X84))) ),
    inference(resolution,status(thm),[c100,clause6]) ).

cnf(c230,plain,
    ~ f(z(X85,X85),z(X85,X85)),
    inference(resolution,status(thm),[c106,c100]) ).

cnf(c232,plain,
    $false,
    inference(resolution,status(thm),[c230,c39]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYN352-1 : TPTP v8.1.0. Released v1.2.0.
% 0.03/0.12  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.12/0.33  % Computer : n011.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 19:33:57 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.42/0.60  # Version:  1.3
% 0.42/0.60  # SZS status Unsatisfiable
% 0.42/0.60  # SZS output start CNFRefutation
% See solution above
% 0.42/0.60  
% 0.42/0.60  # Initial clauses    : 7
% 0.42/0.60  # Processed clauses  : 34
% 0.42/0.60  # Factors computed   : 3
% 0.42/0.60  # Resolvents computed: 237
% 0.42/0.60  # Tautologies deleted: 2
% 0.42/0.60  # Forward subsumed   : 34
% 0.42/0.60  # Backward subsumed  : 13
% 0.42/0.60  # -------- CPU Time ---------
% 0.42/0.60  # User time          : 0.245 s
% 0.42/0.60  # System time        : 0.020 s
% 0.42/0.60  # Total time         : 0.265 s
%------------------------------------------------------------------------------