TSTP Solution File: SWV014-1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SWV014-1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n028.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  : 300s
% DateTime : Fri May 19 12:13:34 EDT 2023

% Result   : Unsatisfiable 3.47s 1.82s
% Output   : Refutation 3.90s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   59
% Syntax   : Number of formulae    :   94 (  23 unt;  25 typ;   0 def)
%            Number of atoms       :  155 (   0 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  666 (  88   ~;  86   |;   0   &; 492   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   29 (  29   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  25 usr;   7 con; 0-4 aty)
%            Number of variables   :  150 (   0   ^; 150   !;   0   ?; 150   :)

% Comments : 
%------------------------------------------------------------------------------
thf(b_holds_type,type,
    b_holds: $i > $o ).

thf(key_type,type,
    key: $i > $i > $i ).

thf(a_type,type,
    a: $i ).

thf(intruder_holds_type,type,
    intruder_holds: $i > $o ).

thf(b_type,type,
    b: $i ).

thf(intruder_message_type,type,
    intruder_message: $i > $o ).

thf(pair_type,type,
    pair: $i > $i > $i ).

thf(triple_type,type,
    triple: $i > $i > $i > $i ).

thf(quadruple_type,type,
    quadruple: $i > $i > $i > $i > $i ).

thf(message_type,type,
    message: $i > $o ).

thf(sent_type,type,
    sent: $i > $i > $i > $i ).

thf(party_of_protocol_type,type,
    party_of_protocol: $i > $o ).

thf(a_nonce_type,type,
    a_nonce: $i > $o ).

thf(an_a_nonce_type,type,
    an_a_nonce: $i ).

thf(generate_expiration_time_type,type,
    generate_expiration_time: $i > $i ).

thf(fresh_to_b_type,type,
    fresh_to_b: $i > $o ).

thf(generate_b_nonce_type,type,
    generate_b_nonce: $i > $i ).

thf(t_type,type,
    t: $i ).

thf(encrypt_type,type,
    encrypt: $i > $i > $i ).

thf(generate_key_type,type,
    generate_key: $i > $i ).

thf(t_holds_type,type,
    t_holds: $i > $o ).

thf(b_stored_type,type,
    b_stored: $i > $o ).

thf(a_stored_type,type,
    a_stored: $i > $o ).

thf(at_type,type,
    at: $i ).

thf(bt_type,type,
    bt: $i ).

thf(2,axiom,
    ! [B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( pair @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_pairs_18) ).

thf(37,plain,
    ! [B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( pair @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(30,axiom,
    party_of_protocol @ b,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_is_party_of_protocol_8) ).

thf(84,plain,
    party_of_protocol @ b,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(23,axiom,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ( message @ ( sent @ t @ A @ ( triple @ ( encrypt @ ( quadruple @ B @ C @ ( generate_key @ C ) @ D ) @ E ) @ ( encrypt @ ( triple @ A @ ( generate_key @ C ) @ D ) @ F ) @ G ) ) )
      | ~ ( a_nonce @ C )
      | ~ ( message @ ( sent @ B @ t @ ( triple @ B @ G @ ( encrypt @ ( triple @ A @ C @ D ) @ F ) ) ) )
      | ~ ( t_holds @ ( key @ E @ A ) )
      | ~ ( t_holds @ ( key @ F @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',server_t_generates_key_16) ).

thf(74,plain,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ( message @ ( sent @ t @ A @ ( triple @ ( encrypt @ ( quadruple @ B @ C @ ( generate_key @ C ) @ D ) @ E ) @ ( encrypt @ ( triple @ A @ ( generate_key @ C ) @ D ) @ F ) @ G ) ) )
      | ~ ( a_nonce @ C )
      | ~ ( message @ ( sent @ B @ t @ ( triple @ B @ G @ ( encrypt @ ( triple @ A @ C @ D ) @ F ) ) ) )
      | ~ ( t_holds @ ( key @ E @ A ) )
      | ~ ( t_holds @ ( key @ F @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(21,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ ( encrypt @ A @ B ) )
      | ~ ( intruder_holds @ ( key @ B @ C ) )
      | ~ ( intruder_message @ A )
      | ~ ( party_of_protocol @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_key_encrypts_33) ).

thf(70,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ ( encrypt @ A @ B ) )
      | ~ ( intruder_holds @ ( key @ B @ C ) )
      | ~ ( intruder_message @ A )
      | ~ ( party_of_protocol @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(17,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ B @ A @ C @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_quadruples_24) ).

thf(65,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ B @ A @ C @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(10,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( message @ ( sent @ A @ B @ C ) )
      | ~ ( intruder_message @ C )
      | ~ ( party_of_protocol @ B )
      | ~ ( party_of_protocol @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_message_sent_31) ).

thf(53,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( message @ ( sent @ A @ B @ C ) )
      | ~ ( intruder_message @ C )
      | ~ ( party_of_protocol @ B )
      | ~ ( party_of_protocol @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(4,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( triple @ B @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_triples_21) ).

thf(41,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( triple @ B @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(13,axiom,
    a_nonce @ an_a_nonce,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',an_a_nonce_is_a_nonce_34) ).

thf(59,plain,
    a_nonce @ an_a_nonce,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(1,negated_conjecture,
    ! [A: $i] :
      ( ~ ( b_holds @ ( key @ A @ a ) )
      | ~ ( intruder_holds @ ( key @ A @ b ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1_38) ).

thf(35,plain,
    ! [A: $i] :
      ( ~ ( b_holds @ ( key @ A @ a ) )
      | ~ ( intruder_holds @ ( key @ A @ b ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(18,axiom,
    fresh_to_b @ an_a_nonce,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',nonce_a_is_fresh_to_b_9) ).

thf(67,plain,
    fresh_to_b @ an_a_nonce,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(11,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ ( triple @ A @ B @ C ) )
      | ~ ( intruder_message @ C )
      | ~ ( intruder_message @ B )
      | ~ ( intruder_message @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_composes_triples_28) ).

thf(55,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ ( triple @ A @ B @ C ) )
      | ~ ( intruder_message @ C )
      | ~ ( intruder_message @ B )
      | ~ ( intruder_message @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(28,axiom,
    message @ ( sent @ a @ b @ ( pair @ a @ an_a_nonce ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_sent_message_i_to_b_3) ).

thf(82,plain,
    message @ ( sent @ a @ b @ ( pair @ a @ an_a_nonce ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(9,axiom,
    ! [B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( pair @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_pairs_19) ).

thf(51,plain,
    ! [B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( pair @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(26,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ( message @ ( sent @ a @ A @ ( pair @ B @ ( encrypt @ C @ D ) ) ) )
      | ~ ( a_stored @ ( pair @ A @ E ) )
      | ~ ( message @ ( sent @ t @ a @ ( triple @ ( encrypt @ ( quadruple @ A @ E @ D @ F ) @ at ) @ B @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_forwards_secure_5) ).

thf(79,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ( message @ ( sent @ a @ A @ ( pair @ B @ ( encrypt @ C @ D ) ) ) )
      | ~ ( a_stored @ ( pair @ A @ E ) )
      | ~ ( message @ ( sent @ t @ a @ ( triple @ ( encrypt @ ( quadruple @ A @ E @ D @ F ) @ at ) @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(20,axiom,
    party_of_protocol @ t,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t_is_party_of_protocol_15) ).

thf(69,plain,
    party_of_protocol @ t,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(33,axiom,
    ! [B: $i,A: $i] :
      ( ( intruder_holds @ ( key @ A @ B ) )
      | ~ ( intruder_message @ A )
      | ~ ( party_of_protocol @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_holds_key_32) ).

thf(88,plain,
    ! [B: $i,A: $i] :
      ( ( intruder_holds @ ( key @ A @ B ) )
      | ~ ( intruder_message @ A )
      | ~ ( party_of_protocol @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(12,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ A @ B @ C @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_quadruples_23) ).

thf(57,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ A @ B @ C @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(25,axiom,
    a_stored @ ( pair @ b @ an_a_nonce ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_stored_message_i_4) ).

thf(78,plain,
    a_stored @ ( pair @ b @ an_a_nonce ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(14,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ B @ C @ A @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_quadruples_25) ).

thf(60,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ B @ C @ A @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(31,axiom,
    t_holds @ ( key @ at @ a ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t_holds_key_at_for_a_13) ).

thf(85,plain,
    t_holds @ ( key @ at @ a ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(6,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ B @ C @ D @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_quadruples_26) ).

thf(45,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( quadruple @ B @ C @ D @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(16,axiom,
    ! [A: $i] : ( a_nonce @ ( generate_expiration_time @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',generated_times_and_nonces_are_nonces_36) ).

thf(64,plain,
    ! [A: $i] : ( a_nonce @ ( generate_expiration_time @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(8,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ ( quadruple @ A @ B @ C @ D ) )
      | ~ ( intruder_message @ D )
      | ~ ( intruder_message @ C )
      | ~ ( intruder_message @ B )
      | ~ ( intruder_message @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_composes_quadruples_29) ).

thf(49,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ( intruder_message @ ( quadruple @ A @ B @ C @ D ) )
      | ~ ( intruder_message @ D )
      | ~ ( intruder_message @ C )
      | ~ ( intruder_message @ B )
      | ~ ( intruder_message @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(32,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( b_holds @ ( key @ A @ B ) )
      | ~ ( b_stored @ ( pair @ B @ C ) )
      | ~ ( message @ ( sent @ B @ b @ ( pair @ ( encrypt @ ( triple @ B @ A @ ( generate_expiration_time @ C ) ) @ bt ) @ ( encrypt @ ( generate_b_nonce @ C ) @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_accepts_secure_session_key_12) ).

thf(86,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( b_holds @ ( key @ A @ B ) )
      | ~ ( b_stored @ ( pair @ B @ C ) )
      | ~ ( message @ ( sent @ B @ b @ ( pair @ ( encrypt @ ( triple @ B @ A @ ( generate_expiration_time @ C ) ) @ bt ) @ ( encrypt @ ( generate_b_nonce @ C ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(27,axiom,
    t_holds @ ( key @ bt @ b ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t_holds_key_bt_for_b_14) ).

thf(81,plain,
    t_holds @ ( key @ bt @ b ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(24,axiom,
    ! [B: $i,A: $i] :
      ( ( b_stored @ ( pair @ A @ B ) )
      | ~ ( fresh_to_b @ B )
      | ~ ( message @ ( sent @ A @ b @ ( pair @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_creates_freash_nonces_in_time_11) ).

thf(76,plain,
    ! [B: $i,A: $i] :
      ( ( b_stored @ ( pair @ A @ B ) )
      | ~ ( fresh_to_b @ B )
      | ~ ( message @ ( sent @ A @ b @ ( pair @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(3,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( triple @ B @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_triples_22) ).

thf(39,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( triple @ B @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(22,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_holds @ ( key @ A @ B ) )
      | ~ ( intruder_message @ ( encrypt @ C @ A ) )
      | ~ ( party_of_protocol @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_interception_30) ).

thf(72,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_holds @ ( key @ A @ B ) )
      | ~ ( intruder_message @ ( encrypt @ C @ A ) )
      | ~ ( party_of_protocol @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(5,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( triple @ A @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_decomposes_triples_20) ).

thf(43,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( intruder_message @ ( triple @ A @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(7,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( message @ ( sent @ B @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_can_record_17) ).

thf(47,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( intruder_message @ A )
      | ~ ( message @ ( sent @ B @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(19,axiom,
    ! [A: $i] : ( a_nonce @ ( generate_b_nonce @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',generated_times_and_nonces_are_nonces_37) ).

thf(68,plain,
    ! [A: $i] : ( a_nonce @ ( generate_b_nonce @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(15,axiom,
    ! [B: $i,A: $i] :
      ( ( intruder_message @ ( pair @ A @ B ) )
      | ~ ( intruder_message @ B )
      | ~ ( intruder_message @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',intruder_composes_pairs_27) ).

thf(62,plain,
    ! [B: $i,A: $i] :
      ( ( intruder_message @ ( pair @ A @ B ) )
      | ~ ( intruder_message @ B )
      | ~ ( intruder_message @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(34,axiom,
    ! [B: $i,A: $i] :
      ( ( message @ ( sent @ b @ t @ ( triple @ b @ ( generate_b_nonce @ A ) @ ( encrypt @ ( triple @ B @ A @ ( generate_expiration_time @ A ) ) @ bt ) ) ) )
      | ~ ( fresh_to_b @ A )
      | ~ ( message @ ( sent @ B @ b @ ( pair @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_creates_freash_nonces_in_time_10) ).

thf(90,plain,
    ! [B: $i,A: $i] :
      ( ( message @ ( sent @ b @ t @ ( triple @ b @ ( generate_b_nonce @ A ) @ ( encrypt @ ( triple @ B @ A @ ( generate_expiration_time @ A ) ) @ bt ) ) ) )
      | ~ ( fresh_to_b @ A )
      | ~ ( message @ ( sent @ B @ b @ ( pair @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(29,axiom,
    party_of_protocol @ a,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_is_party_of_protocol_2) ).

thf(83,plain,
    party_of_protocol @ a,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(92,plain,
    $false,
    inference(e,[status(thm)],[37,84,74,70,65,53,41,59,35,67,55,82,51,79,69,88,57,78,60,85,45,64,49,86,81,76,39,72,43,47,68,62,90,83]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : SWV014-1 : TPTP v8.1.2. Released v2.4.0.
% 0.07/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.35  % Computer : n028.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Fri May 19 02:55:19 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 1.02/0.88  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.41/1.02  % [INFO] 	 Parsing done (142ms). 
% 1.41/1.03  % [INFO] 	 Running in sequential loop mode. 
% 1.72/1.24  % [INFO] 	 eprover registered as external prover. 
% 1.72/1.24  % [INFO] 	 cvc4 registered as external prover. 
% 1.72/1.24  % [INFO] 	 Scanning for conjecture ... 
% 2.02/1.30  % [INFO] 	 Found a conjecture and 33 axioms. Running axiom selection ... 
% 2.19/1.35  % [INFO] 	 Axiom selection finished. Selected 33 axioms (removed 0 axioms). 
% 2.19/1.39  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.19/1.39  % [INFO] 	 Type checking passed. 
% 2.19/1.39  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 3.47/1.82  % External prover 'e' found a proof!
% 3.47/1.82  % [INFO] 	 Killing All external provers ... 
% 3.47/1.82  % Time passed: 1301ms (effective reasoning time: 782ms)
% 3.47/1.82  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 3.47/1.82  % Axioms used in derivation (33): nonce_a_is_fresh_to_b_9, b_accepts_secure_session_key_12, intruder_decomposes_quadruples_25, t_holds_key_at_for_a_13, b_creates_freash_nonces_in_time_11, intruder_decomposes_pairs_19, intruder_holds_key_32, intruder_interception_30, intruder_composes_quadruples_29, b_creates_freash_nonces_in_time_10, a_forwards_secure_5, a_stored_message_i_4, an_a_nonce_is_a_nonce_34, intruder_decomposes_pairs_18, intruder_can_record_17, intruder_composes_triples_28, intruder_decomposes_quadruples_23, server_t_generates_key_16, intruder_decomposes_triples_22, b_is_party_of_protocol_8, a_is_party_of_protocol_2, intruder_composes_pairs_27, intruder_decomposes_triples_21, intruder_decomposes_quadruples_24, a_sent_message_i_to_b_3, generated_times_and_nonces_are_nonces_36, t_is_party_of_protocol_15, generated_times_and_nonces_are_nonces_37, intruder_decomposes_triples_20, intruder_message_sent_31, t_holds_key_bt_for_b_14, intruder_key_encrypts_33, intruder_decomposes_quadruples_26
% 3.47/1.82  % No. of inferences in proof: 69
% 3.47/1.82  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1301 ms resp. 782 ms w/o parsing
% 3.90/1.92  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.90/1.92  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------