TSTP Solution File: SWV015-10 by Paradox---4.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Paradox---4.0
% Problem  : SWV015-10 : TPTP v8.1.0. Released v7.5.0.
% Transfm  : none
% Format   : tptp:short
% Command  : paradox --no-progress --time %d --tstp --model %s

% Computer : n020.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:57 EDT 2022

% Result   : Satisfiable 0.19s 0.42s
% Output   : FiniteModel 0.19s
% 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_functors,
    ( a_key("1") = "2"
    & a_key("2") = "1" ) ).

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

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

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

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

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

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") = "2" ) ).

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

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(ifeq,fi_functors,
    ( ifeq("1","1","1","1") = "1"
    & ifeq("1","1","1","2") = "1"
    & ifeq("1","1","2","1") = "2"
    & ifeq("1","1","2","2") = "2"
    & ifeq("1","2","1","1") = "1"
    & ifeq("1","2","1","2") = "1"
    & ifeq("1","2","2","1") = "1"
    & ifeq("1","2","2","2") = "1"
    & ifeq("2","1","1","1") = "1"
    & ifeq("2","1","1","2") = "1"
    & ifeq("2","1","2","1") = "1"
    & ifeq("2","1","2","2") = "2"
    & ifeq("2","2","1","1") = "1"
    & ifeq("2","2","1","2") = "1"
    & ifeq("2","2","2","1") = "2"
    & ifeq("2","2","2","2") = "2" ) ).

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

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

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

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

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

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

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") = "1"
    & quadruple("2","2","1","2") = "1"
    & 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") = "1"
    & sent("1","2","1") = "1"
    & sent("1","2","2") = "2"
    & sent("2","1","1") = "1"
    & sent("2","1","2") = "1"
    & sent("2","2","1") = "1"
    & sent("2","2","2") = "1" ) ).

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWV015-10 : TPTP v8.1.0. Released v7.5.0.
% 0.07/0.12  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.33  % Computer : n020.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 19:02:19 EDT 2022
% 0.12/0.33  % 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.19/0.42  +++ BEGIN MODEL
% 0.19/0.42  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.19/0.42  +++ END MODEL
% 0.19/0.42  +++ RESULT: Satisfiable
% 0.19/0.42  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------