TSTP Solution File: SWV016-1 by Paradox---4.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Paradox---4.0
% Problem  : SWV016-1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:short
% Command  : paradox --no-progress --time %d --tstp --model %s

% Computer : n021.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:00:58 EDT 2022

% Result   : Satisfiable 0.12s 0.38s
% Output   : FiniteModel 0.12s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

% Comments : 
%------------------------------------------------------------------------------
% domain size is 2
fof(domain,fi_domain,
    ! [X] :
      ( X = "1"
      | X = "2" ) ).

fof(a,fi_functors,
    a = "1" ).

fof(a_key,fi_predicates,
    ( ( a_key("1")
    <=> $false )
    & ( a_key("2")
    <=> $true ) ) ).

fof(a_nonce,fi_predicates,
    ( ( a_nonce("1")
    <=> $true )
    & ( a_nonce("2")
    <=> $false ) ) ).

fof(a_stored,fi_predicates,
    ( ( a_stored("1")
    <=> $true )
    & ( a_stored("2")
    <=> $false ) ) ).

fof(an_a_nonce,fi_functors,
    an_a_nonce = "1" ).

fof(at,fi_functors,
    at = "2" ).

fof(b,fi_functors,
    b = "1" ).

fof(b_holds,fi_predicates,
    ( ( b_holds("1")
    <=> $true )
    & ( b_holds("2")
    <=> $false ) ) ).

fof(b_stored,fi_predicates,
    ( ( b_stored("1")
    <=> $true )
    & ( b_stored("2")
    <=> $true ) ) ).

fof(bt,fi_functors,
    bt = "2" ).

fof(encrypt,fi_functors,
    ( encrypt("1","1") = "1"
    & encrypt("1","2") = "1"
    & encrypt("2","1") = "2"
    & encrypt("2","2") = "1" ) ).

fof(fresh_to_b,fi_predicates,
    ( ( fresh_to_b("1")
    <=> $true )
    & ( fresh_to_b("2")
    <=> $false ) ) ).

fof(generate_b_nonce,fi_functors,
    ( generate_b_nonce("1") = "1"
    & generate_b_nonce("2") = "1" ) ).

fof(generate_expiration_time,fi_functors,
    ( generate_expiration_time("1") = "1"
    & generate_expiration_time("2") = "1" ) ).

fof(generate_key,fi_functors,
    ( generate_key("1") = "2"
    & generate_key("2") = "2" ) ).

fof(intruder_holds,fi_predicates,
    ( ( intruder_holds("1")
    <=> $false )
    & ( intruder_holds("2")
    <=> $true ) ) ).

fof(intruder_message,fi_predicates,
    ( ( intruder_message("1")
    <=> $true )
    & ( intruder_message("2")
    <=> $false ) ) ).

fof(key,fi_functors,
    ( key("1","1") = "2"
    & key("1","2") = "2"
    & key("2","1") = "1"
    & key("2","2") = "1" ) ).

fof(message,fi_predicates,
    ( ( message("1")
    <=> $true )
    & ( message("2")
    <=> $false ) ) ).

fof(pair,fi_functors,
    ( pair("1","1") = "1"
    & pair("1","2") = "2"
    & pair("2","1") = "2"
    & pair("2","2") = "2" ) ).

fof(party_of_protocol,fi_predicates,
    ( ( party_of_protocol("1")
    <=> $true )
    & ( party_of_protocol("2")
    <=> $true ) ) ).

fof(quadruple,fi_functors,
    ( quadruple("1","1","1","1") = "1"
    & quadruple("1","1","1","2") = "2"
    & quadruple("1","1","2","1") = "2"
    & quadruple("1","1","2","2") = "2"
    & quadruple("1","2","1","1") = "2"
    & quadruple("1","2","1","2") = "2"
    & quadruple("1","2","2","1") = "2"
    & quadruple("1","2","2","2") = "2"
    & quadruple("2","1","1","1") = "2"
    & quadruple("2","1","1","2") = "2"
    & quadruple("2","1","2","1") = "2"
    & quadruple("2","1","2","2") = "2"
    & quadruple("2","2","1","1") = "2"
    & quadruple("2","2","1","2") = "2"
    & quadruple("2","2","2","1") = "2"
    & quadruple("2","2","2","2") = "2" ) ).

fof(sent,fi_functors,
    ( sent("1","1","1") = "1"
    & sent("1","1","2") = "2"
    & sent("1","2","1") = "1"
    & sent("1","2","2") = "2"
    & sent("2","1","1") = "1"
    & sent("2","1","2") = "2"
    & sent("2","2","1") = "1"
    & sent("2","2","2") = "2" ) ).

fof(t,fi_functors,
    t = "1" ).

fof(t_holds,fi_predicates,
    ( ( t_holds("1")
    <=> $true )
    & ( t_holds("2")
    <=> $false ) ) ).

fof(triple,fi_functors,
    ( triple("1","1","1") = "1"
    & triple("1","1","2") = "2"
    & triple("1","2","1") = "2"
    & triple("1","2","2") = "2"
    & triple("2","1","1") = "2"
    & triple("2","1","2") = "2"
    & triple("2","2","1") = "2"
    & triple("2","2","2") = "2" ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SWV016-1 : TPTP v8.1.0. Released v2.4.0.
% 0.06/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.33  % Computer : n021.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 : Wed Jun 15 04:27:43 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  Paradox, version 4.0, 2010-06-29.
% 0.12/0.34  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.34  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.12/0.35  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.38  +++ BEGIN MODEL
% 0.12/0.38  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.12/0.38  +++ END MODEL
% 0.12/0.38  +++ RESULT: Satisfiable
% 0.12/0.38  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------