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

View Problem - Process Solution

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

% Computer : n019.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 : Wed Jul 20 21:15:32 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(ax3_13,axiom,
    a_holds(key(generate_key(an_a_nonce),b)),
    input ).

cnf(ax1_11,axiom,
    b_holds(key(generate_key(an_a_nonce),a)),
    input ).

cnf(co1_17,negated_conjecture,
    ( ~ a_holds(key(X2,b))
    | ~ b_holds(key(X2,a)) ),
    input ).

cnf(c0,plain,
    ~ a_holds(key(generate_key(an_a_nonce),b)),
    inference(resolution,status(thm),[co1_17,ax1_11]) ).

cnf(c1,plain,
    $false,
    inference(resolution,status(thm),[c0,ax3_13]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SWV011-1 : TPTP v8.1.0. Released v2.4.0.
% 0.11/0.13  % Command  : pyres-fof.py -tifbsVp -nlargest -HPickGiven5 %s
% 0.13/0.34  % Computer : n019.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Wed Jun 15 19:43:09 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.51  # Version:  1.3
% 0.19/0.51  # SZS status Unsatisfiable
% 0.19/0.51  # SZS output start CNFRefutation
% See solution above
% 0.19/0.51  
% 0.19/0.51  # Initial clauses    : 3
% 0.19/0.51  # Processed clauses  : 4
% 0.19/0.51  # Factors computed   : 0
% 0.19/0.51  # Resolvents computed: 2
% 0.19/0.51  # Tautologies deleted: 0
% 0.19/0.51  # Forward subsumed   : 0
% 0.19/0.51  # Backward subsumed  : 0
% 0.19/0.51  # -------- CPU Time ---------
% 0.19/0.51  # User time          : 0.142 s
% 0.19/0.51  # System time        : 0.022 s
% 0.19/0.51  # Total time         : 0.164 s
%------------------------------------------------------------------------------