diff --git a/gen/pb-cpp/flyteidl/admin/event.pb.cc b/gen/pb-cpp/flyteidl/admin/event.pb.cc index 85df9a124..54609d107 100644 --- a/gen/pb-cpp/flyteidl/admin/event.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/event.pb.cc @@ -18,8 +18,8 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_EventErrorAlreadyInTerminalState_flyteidl_2fadmin_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_WorkflowExecutionEvent_flyteidl_2fevent_2fevent_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_NodeExecutionEvent_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto; namespace flyteidl { namespace admin { class EventErrorAlreadyInTerminalStateDefaultTypeInternal { diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 31182fa35..1a54fb951 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -24,6 +24,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::p extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskNodeMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_WorkflowNodeMetadata_flyteidl_2fevent_2fevent_2eproto; @@ -67,6 +68,10 @@ class TaskExecutionEventDefaultTypeInternal { ::google::protobuf::internal::ArenaStringPtr output_uri_; const ::flyteidl::core::ExecutionError* error_; } _TaskExecutionEvent_default_instance_; +class TaskExecutionMetadataDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _TaskExecutionMetadata_default_instance_; } // namespace event } // namespace flyteidl static void InitDefaultsWorkflowExecutionEvent_flyteidl_2fevent_2fevent_2eproto() { @@ -177,14 +182,29 @@ static void InitDefaultsTaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto() { ::flyteidl::event::TaskExecutionEvent::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<6> scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 6, InitDefaultsTaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto}, { +::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 7, InitDefaultsTaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto}, { &scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto.base, &scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto.base, &scc_info_TaskLog_flyteidl_2fcore_2fexecution_2eproto.base, &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base, &scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto.base, - &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base,}}; + &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base, + &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base,}}; + +static void InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::event::_TaskExecutionMetadata_default_instance_; + new (ptr) ::flyteidl::event::TaskExecutionMetadata(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::event::TaskExecutionMetadata::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto}, {}}; void InitDefaults_flyteidl_2fevent_2fevent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_WorkflowExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); @@ -194,10 +214,11 @@ void InitDefaults_flyteidl_2fevent_2fevent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fevent_2fevent_2eproto[7]; -constexpr ::google::protobuf::EnumDescriptor const** file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto = nullptr; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fevent_2fevent_2eproto[8]; +const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto[1]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto = nullptr; const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { @@ -276,7 +297,14 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o offsetof(::flyteidl::event::TaskExecutionEventDefaultTypeInternal, error_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, custom_info_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, phase_version_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, output_result_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::event::WorkflowExecutionEvent)}, @@ -286,6 +314,7 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 46, -1, sizeof(::flyteidl::event::ParentTaskExecutionMetadata)}, { 52, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, { 58, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, + { 77, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -296,12 +325,13 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::event::_ParentTaskExecutionMetadata_default_instance_), reinterpret_cast(&::flyteidl::event::_ParentNodeExecutionMetadata_default_instance_), reinterpret_cast(&::flyteidl::event::_TaskExecutionEvent_default_instance_), + reinterpret_cast(&::flyteidl::event::_TaskExecutionMetadata_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto = { {}, AddDescriptors_flyteidl_2fevent_2fevent_2eproto, "flyteidl/event/event.proto", schemas, file_default_instances, TableStruct_flyteidl_2fevent_2fevent_2eproto::offsets, - file_level_metadata_flyteidl_2fevent_2fevent_2eproto, 7, file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto, file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto, + file_level_metadata_flyteidl_2fevent_2fevent_2eproto, 8, file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto, file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto, }; const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = @@ -343,7 +373,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." "flyteidl.core.TaskExecutionIdentifier\".\n" "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" - "\001 \001(\t\"\357\003\n\022TaskExecutionEvent\022*\n\007task_id\030" + "\001 \001(\t\"\250\004\n\022TaskExecutionEvent\022*\n\007task_id\030" "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" "re.NodeExecutionIdentifier\022\025\n\rretry_atte" @@ -355,14 +385,19 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" ".google.protobuf.Struct\022\025\n\rphase_version" - "\030\014 \001(\rB\017\n\routput_resultB3Z1github.com/ly" - "ft/flyteidl/gen/pb-go/flyteidl/eventb\006pr" - "oto3" + "\030\014 \001(\r\0227\n\010metadata\030\020 \001(\0132%.flyteidl.even" + "t.TaskExecutionMetadataB\017\n\routput_result" + "\"\225\001\n\025TaskExecutionMetadata\022K\n\016instance_c" + "lass\030\020 \001(\01623.flyteidl.event.TaskExecutio" + "nMetadata.InstanceClass\"/\n\rInstanceClass" + "\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B3Z1gith" + "ub.com/lyft/flyteidl/gen/pb-go/flyteidl/" + "eventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2084, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2293, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -381,6 +416,27 @@ void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { static bool dynamic_init_dummy_flyteidl_2fevent_2fevent_2eproto = []() { AddDescriptors_flyteidl_2fevent_2fevent_2eproto(); return true; }(); namespace flyteidl { namespace event { +const ::google::protobuf::EnumDescriptor* TaskExecutionMetadata_InstanceClass_descriptor() { + ::google::protobuf::internal::AssignDescriptors(&assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto); + return file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto[0]; +} +bool TaskExecutionMetadata_InstanceClass_IsValid(int value) { + switch (value) { + case 0: + case 1: + return true; + default: + return false; + } +} + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::DEFAULT; +const TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::INTERRUPTIBLE; +const TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::InstanceClass_MIN; +const TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::InstanceClass_MAX; +const int TaskExecutionMetadata::InstanceClass_ARRAYSIZE; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 // =================================================================== @@ -3601,6 +3657,8 @@ void TaskExecutionEvent::InitAsDefaultInstance() { ::flyteidl::core::ExecutionError::internal_default_instance()); ::flyteidl::event::_TaskExecutionEvent_default_instance_._instance.get_mutable()->custom_info_ = const_cast< ::google::protobuf::Struct*>( ::google::protobuf::Struct::internal_default_instance()); + ::flyteidl::event::_TaskExecutionEvent_default_instance_._instance.get_mutable()->metadata_ = const_cast< ::flyteidl::event::TaskExecutionMetadata*>( + ::flyteidl::event::TaskExecutionMetadata::internal_default_instance()); } class TaskExecutionEvent::HasBitSetters { public: @@ -3609,6 +3667,7 @@ class TaskExecutionEvent::HasBitSetters { static const ::google::protobuf::Timestamp& occurred_at(const TaskExecutionEvent* msg); static const ::flyteidl::core::ExecutionError& error(const TaskExecutionEvent* msg); static const ::google::protobuf::Struct& custom_info(const TaskExecutionEvent* msg); + static const ::flyteidl::event::TaskExecutionMetadata& metadata(const TaskExecutionEvent* msg); }; const ::flyteidl::core::Identifier& @@ -3631,6 +3690,10 @@ const ::google::protobuf::Struct& TaskExecutionEvent::HasBitSetters::custom_info(const TaskExecutionEvent* msg) { return *msg->custom_info_; } +const ::flyteidl::event::TaskExecutionMetadata& +TaskExecutionEvent::HasBitSetters::metadata(const TaskExecutionEvent* msg) { + return *msg->metadata_; +} void TaskExecutionEvent::clear_task_id() { if (GetArenaNoVirtual() == nullptr && task_id_ != nullptr) { delete task_id_; @@ -3691,6 +3754,7 @@ const int TaskExecutionEvent::kOutputUriFieldNumber; const int TaskExecutionEvent::kErrorFieldNumber; const int TaskExecutionEvent::kCustomInfoFieldNumber; const int TaskExecutionEvent::kPhaseVersionFieldNumber; +const int TaskExecutionEvent::kMetadataFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionEvent::TaskExecutionEvent() @@ -3731,6 +3795,11 @@ TaskExecutionEvent::TaskExecutionEvent(const TaskExecutionEvent& from) } else { custom_info_ = nullptr; } + if (from.has_metadata()) { + metadata_ = new ::flyteidl::event::TaskExecutionMetadata(*from.metadata_); + } else { + metadata_ = nullptr; + } ::memcpy(&retry_attempt_, &from.retry_attempt_, static_cast(reinterpret_cast(&phase_version_) - reinterpret_cast(&retry_attempt_)) + sizeof(phase_version_)); @@ -3774,6 +3843,7 @@ void TaskExecutionEvent::SharedDtor() { if (this != internal_default_instance()) delete parent_node_execution_id_; if (this != internal_default_instance()) delete occurred_at_; if (this != internal_default_instance()) delete custom_info_; + if (this != internal_default_instance()) delete metadata_; if (has_output_result()) { clear_output_result(); } @@ -3832,6 +3902,10 @@ void TaskExecutionEvent::Clear() { delete custom_info_; } custom_info_ = nullptr; + if (GetArenaNoVirtual() == nullptr && metadata_ != nullptr) { + delete metadata_; + } + metadata_ = nullptr; ::memset(&retry_attempt_, 0, static_cast( reinterpret_cast(&phase_version_) - reinterpret_cast(&retry_attempt_)) + sizeof(phase_version_)); @@ -4003,6 +4077,19 @@ const char* TaskExecutionEvent::_InternalParse(const char* begin, const char* en GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); break; } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + case 16: { + if (static_cast<::google::protobuf::uint8>(tag) != 130) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::event::TaskExecutionMetadata::_InternalParse; + object = msg->mutable_metadata(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -4033,7 +4120,7 @@ bool TaskExecutionEvent::MergePartialFromCodedStream( ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:flyteidl.event.TaskExecutionEvent) for (;;) { - ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { @@ -4188,6 +4275,17 @@ bool TaskExecutionEvent::MergePartialFromCodedStream( break; } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + case 16: { + if (static_cast< ::google::protobuf::uint8>(tag) == (130 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_metadata())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -4300,6 +4398,12 @@ void TaskExecutionEvent::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteUInt32(12, this->phase_version(), output); } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + if (this->has_metadata()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 16, HasBitSetters::metadata(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -4405,6 +4509,13 @@ ::google::protobuf::uint8* TaskExecutionEvent::InternalSerializeWithCachedSizesT target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(12, this->phase_version(), target); } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + if (this->has_metadata()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 16, HasBitSetters::metadata(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -4479,6 +4590,13 @@ size_t TaskExecutionEvent::ByteSizeLong() const { *custom_info_); } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + if (this->has_metadata()) { + total_size += 2 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *metadata_); + } + // uint32 retry_attempt = 3; if (this->retry_attempt() != 0) { total_size += 1 + @@ -4566,6 +4684,9 @@ void TaskExecutionEvent::MergeFrom(const TaskExecutionEvent& from) { if (from.has_custom_info()) { mutable_custom_info()->::google::protobuf::Struct::MergeFrom(from.custom_info()); } + if (from.has_metadata()) { + mutable_metadata()->::flyteidl::event::TaskExecutionMetadata::MergeFrom(from.metadata()); + } if (from.retry_attempt() != 0) { set_retry_attempt(from.retry_attempt()); } @@ -4624,6 +4745,7 @@ void TaskExecutionEvent::InternalSwap(TaskExecutionEvent* other) { swap(parent_node_execution_id_, other->parent_node_execution_id_); swap(occurred_at_, other->occurred_at_); swap(custom_info_, other->custom_info_); + swap(metadata_, other->metadata_); swap(retry_attempt_, other->retry_attempt_); swap(phase_, other->phase_); swap(phase_version_, other->phase_version_); @@ -4637,6 +4759,269 @@ ::google::protobuf::Metadata TaskExecutionEvent::GetMetadata() const { } +// =================================================================== + +void TaskExecutionMetadata::InitAsDefaultInstance() { +} +class TaskExecutionMetadata::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int TaskExecutionMetadata::kInstanceClassFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +TaskExecutionMetadata::TaskExecutionMetadata() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.event.TaskExecutionMetadata) +} +TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + instance_class_ = from.instance_class_; + // @@protoc_insertion_point(copy_constructor:flyteidl.event.TaskExecutionMetadata) +} + +void TaskExecutionMetadata::SharedCtor() { + instance_class_ = 0; +} + +TaskExecutionMetadata::~TaskExecutionMetadata() { + // @@protoc_insertion_point(destructor:flyteidl.event.TaskExecutionMetadata) + SharedDtor(); +} + +void TaskExecutionMetadata::SharedDtor() { +} + +void TaskExecutionMetadata::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const TaskExecutionMetadata& TaskExecutionMetadata::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); + return *internal_default_instance(); +} + + +void TaskExecutionMetadata::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.event.TaskExecutionMetadata) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + instance_class_ = 0; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + case 16: { + if (static_cast<::google::protobuf::uint8>(tag) != 128) goto handle_unusual; + ::google::protobuf::uint64 val = ::google::protobuf::internal::ReadVarint(&ptr); + msg->set_instance_class(static_cast<::flyteidl::event::TaskExecutionMetadata_InstanceClass>(val)); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool TaskExecutionMetadata::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.event.TaskExecutionMetadata) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + case 16: { + if (static_cast< ::google::protobuf::uint8>(tag) == (128 & 0xFF)) { + int value = 0; + DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive< + int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( + input, &value))); + set_instance_class(static_cast< ::flyteidl::event::TaskExecutionMetadata_InstanceClass >(value)); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.event.TaskExecutionMetadata) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.event.TaskExecutionMetadata) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void TaskExecutionMetadata::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.event.TaskExecutionMetadata) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + if (this->instance_class() != 0) { + ::google::protobuf::internal::WireFormatLite::WriteEnum( + 16, this->instance_class(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.event.TaskExecutionMetadata) +} + +::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.TaskExecutionMetadata) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + if (this->instance_class() != 0) { + target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( + 16, this->instance_class(), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.TaskExecutionMetadata) + return target; +} + +size_t TaskExecutionMetadata::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.TaskExecutionMetadata) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + if (this->instance_class() != 0) { + total_size += 2 + + ::google::protobuf::internal::WireFormatLite::EnumSize(this->instance_class()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void TaskExecutionMetadata::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.TaskExecutionMetadata) + GOOGLE_DCHECK_NE(&from, this); + const TaskExecutionMetadata* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.TaskExecutionMetadata) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.TaskExecutionMetadata) + MergeFrom(*source); + } +} + +void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.TaskExecutionMetadata) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.instance_class() != 0) { + set_instance_class(from.instance_class()); + } +} + +void TaskExecutionMetadata::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.TaskExecutionMetadata) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void TaskExecutionMetadata::CopyFrom(const TaskExecutionMetadata& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.TaskExecutionMetadata) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool TaskExecutionMetadata::IsInitialized() const { + return true; +} + +void TaskExecutionMetadata::Swap(TaskExecutionMetadata* other) { + if (other == this) return; + InternalSwap(other); +} +void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + swap(instance_class_, other->instance_class_); +} + +::google::protobuf::Metadata TaskExecutionMetadata::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto); + return ::file_level_metadata_flyteidl_2fevent_2fevent_2eproto[kIndexInFileMessages]; +} + + // @@protoc_insertion_point(namespace_scope) } // namespace event } // namespace flyteidl @@ -4663,6 +5048,9 @@ template<> PROTOBUF_NOINLINE ::flyteidl::event::ParentNodeExecutionMetadata* Are template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionEvent >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::event::TaskExecutionEvent >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionMetadata* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionMetadata >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::event::TaskExecutionMetadata >(arena); +} } // namespace protobuf } // namespace google diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 29315fb00..5ca56e80e 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -30,6 +30,7 @@ #include #include // IWYU pragma: export #include // IWYU pragma: export +#include #include #include "flyteidl/core/execution.pb.h" #include "flyteidl/core/identifier.pb.h" @@ -46,7 +47,7 @@ struct TableStruct_flyteidl_2fevent_2fevent_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[7] + static const ::google::protobuf::internal::ParseTable schema[8] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -67,6 +68,9 @@ extern ParentTaskExecutionMetadataDefaultTypeInternal _ParentTaskExecutionMetada class TaskExecutionEvent; class TaskExecutionEventDefaultTypeInternal; extern TaskExecutionEventDefaultTypeInternal _TaskExecutionEvent_default_instance_; +class TaskExecutionMetadata; +class TaskExecutionMetadataDefaultTypeInternal; +extern TaskExecutionMetadataDefaultTypeInternal _TaskExecutionMetadata_default_instance_; class TaskNodeMetadata; class TaskNodeMetadataDefaultTypeInternal; extern TaskNodeMetadataDefaultTypeInternal _TaskNodeMetadata_default_instance_; @@ -84,6 +88,7 @@ template<> ::flyteidl::event::NodeExecutionEvent* Arena::CreateMaybeMessage<::fl template<> ::flyteidl::event::ParentNodeExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentNodeExecutionMetadata>(Arena*); template<> ::flyteidl::event::ParentTaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentTaskExecutionMetadata>(Arena*); template<> ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::TaskExecutionEvent>(Arena*); +template<> ::flyteidl::event::TaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::TaskExecutionMetadata>(Arena*); template<> ::flyteidl::event::TaskNodeMetadata* Arena::CreateMaybeMessage<::flyteidl::event::TaskNodeMetadata>(Arena*); template<> ::flyteidl::event::WorkflowExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::WorkflowExecutionEvent>(Arena*); template<> ::flyteidl::event::WorkflowNodeMetadata* Arena::CreateMaybeMessage<::flyteidl::event::WorkflowNodeMetadata>(Arena*); @@ -92,6 +97,27 @@ template<> ::flyteidl::event::WorkflowNodeMetadata* Arena::CreateMaybeMessage<:: namespace flyteidl { namespace event { +enum TaskExecutionMetadata_InstanceClass { + TaskExecutionMetadata_InstanceClass_DEFAULT = 0, + TaskExecutionMetadata_InstanceClass_INTERRUPTIBLE = 1, + TaskExecutionMetadata_InstanceClass_TaskExecutionMetadata_InstanceClass_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), + TaskExecutionMetadata_InstanceClass_TaskExecutionMetadata_InstanceClass_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() +}; +bool TaskExecutionMetadata_InstanceClass_IsValid(int value); +const TaskExecutionMetadata_InstanceClass TaskExecutionMetadata_InstanceClass_InstanceClass_MIN = TaskExecutionMetadata_InstanceClass_DEFAULT; +const TaskExecutionMetadata_InstanceClass TaskExecutionMetadata_InstanceClass_InstanceClass_MAX = TaskExecutionMetadata_InstanceClass_INTERRUPTIBLE; +const int TaskExecutionMetadata_InstanceClass_InstanceClass_ARRAYSIZE = TaskExecutionMetadata_InstanceClass_InstanceClass_MAX + 1; + +const ::google::protobuf::EnumDescriptor* TaskExecutionMetadata_InstanceClass_descriptor(); +inline const ::std::string& TaskExecutionMetadata_InstanceClass_Name(TaskExecutionMetadata_InstanceClass value) { + return ::google::protobuf::internal::NameOfEnum( + TaskExecutionMetadata_InstanceClass_descriptor(), value); +} +inline bool TaskExecutionMetadata_InstanceClass_Parse( + const ::std::string& name, TaskExecutionMetadata_InstanceClass* value) { + return ::google::protobuf::internal::ParseNamedEnum( + TaskExecutionMetadata_InstanceClass_descriptor(), name, value); +} // =================================================================== class WorkflowExecutionEvent final : @@ -1245,6 +1271,15 @@ class TaskExecutionEvent final : ::google::protobuf::Struct* mutable_custom_info(); void set_allocated_custom_info(::google::protobuf::Struct* custom_info); + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + bool has_metadata() const; + void clear_metadata(); + static const int kMetadataFieldNumber = 16; + const ::flyteidl::event::TaskExecutionMetadata& metadata() const; + ::flyteidl::event::TaskExecutionMetadata* release_metadata(); + ::flyteidl::event::TaskExecutionMetadata* mutable_metadata(); + void set_allocated_metadata(::flyteidl::event::TaskExecutionMetadata* metadata); + // uint32 retry_attempt = 3; void clear_retry_attempt(); static const int kRetryAttemptFieldNumber = 3; @@ -1308,6 +1343,7 @@ class TaskExecutionEvent final : ::flyteidl::core::NodeExecutionIdentifier* parent_node_execution_id_; ::google::protobuf::Timestamp* occurred_at_; ::google::protobuf::Struct* custom_info_; + ::flyteidl::event::TaskExecutionMetadata* metadata_; ::google::protobuf::uint32 retry_attempt_; int phase_; ::google::protobuf::uint32 phase_version_; @@ -1321,6 +1357,144 @@ class TaskExecutionEvent final : friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; }; +// ------------------------------------------------------------------- + +class TaskExecutionMetadata final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.TaskExecutionMetadata) */ { + public: + TaskExecutionMetadata(); + virtual ~TaskExecutionMetadata(); + + TaskExecutionMetadata(const TaskExecutionMetadata& from); + + inline TaskExecutionMetadata& operator=(const TaskExecutionMetadata& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + TaskExecutionMetadata(TaskExecutionMetadata&& from) noexcept + : TaskExecutionMetadata() { + *this = ::std::move(from); + } + + inline TaskExecutionMetadata& operator=(TaskExecutionMetadata&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const TaskExecutionMetadata& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const TaskExecutionMetadata* internal_default_instance() { + return reinterpret_cast( + &_TaskExecutionMetadata_default_instance_); + } + static constexpr int kIndexInFileMessages = + 7; + + void Swap(TaskExecutionMetadata* other); + friend void swap(TaskExecutionMetadata& a, TaskExecutionMetadata& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline TaskExecutionMetadata* New() const final { + return CreateMaybeMessage(nullptr); + } + + TaskExecutionMetadata* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const TaskExecutionMetadata& from); + void MergeFrom(const TaskExecutionMetadata& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(TaskExecutionMetadata* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + typedef TaskExecutionMetadata_InstanceClass InstanceClass; + static const InstanceClass DEFAULT = + TaskExecutionMetadata_InstanceClass_DEFAULT; + static const InstanceClass INTERRUPTIBLE = + TaskExecutionMetadata_InstanceClass_INTERRUPTIBLE; + static inline bool InstanceClass_IsValid(int value) { + return TaskExecutionMetadata_InstanceClass_IsValid(value); + } + static const InstanceClass InstanceClass_MIN = + TaskExecutionMetadata_InstanceClass_InstanceClass_MIN; + static const InstanceClass InstanceClass_MAX = + TaskExecutionMetadata_InstanceClass_InstanceClass_MAX; + static const int InstanceClass_ARRAYSIZE = + TaskExecutionMetadata_InstanceClass_InstanceClass_ARRAYSIZE; + static inline const ::google::protobuf::EnumDescriptor* + InstanceClass_descriptor() { + return TaskExecutionMetadata_InstanceClass_descriptor(); + } + static inline const ::std::string& InstanceClass_Name(InstanceClass value) { + return TaskExecutionMetadata_InstanceClass_Name(value); + } + static inline bool InstanceClass_Parse(const ::std::string& name, + InstanceClass* value) { + return TaskExecutionMetadata_InstanceClass_Parse(name, value); + } + + // accessors ------------------------------------------------------- + + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + void clear_instance_class(); + static const int kInstanceClassFieldNumber = 16; + ::flyteidl::event::TaskExecutionMetadata_InstanceClass instance_class() const; + void set_instance_class(::flyteidl::event::TaskExecutionMetadata_InstanceClass value); + + // @@protoc_insertion_point(class_scope:flyteidl.event.TaskExecutionMetadata) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + int instance_class_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; +}; // =================================================================== @@ -3035,6 +3209,57 @@ inline void TaskExecutionEvent::set_phase_version(::google::protobuf::uint32 val // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionEvent.phase_version) } +// .flyteidl.event.TaskExecutionMetadata metadata = 16; +inline bool TaskExecutionEvent::has_metadata() const { + return this != internal_default_instance() && metadata_ != nullptr; +} +inline void TaskExecutionEvent::clear_metadata() { + if (GetArenaNoVirtual() == nullptr && metadata_ != nullptr) { + delete metadata_; + } + metadata_ = nullptr; +} +inline const ::flyteidl::event::TaskExecutionMetadata& TaskExecutionEvent::metadata() const { + const ::flyteidl::event::TaskExecutionMetadata* p = metadata_; + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionEvent.metadata) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::event::_TaskExecutionMetadata_default_instance_); +} +inline ::flyteidl::event::TaskExecutionMetadata* TaskExecutionEvent::release_metadata() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionEvent.metadata) + + ::flyteidl::event::TaskExecutionMetadata* temp = metadata_; + metadata_ = nullptr; + return temp; +} +inline ::flyteidl::event::TaskExecutionMetadata* TaskExecutionEvent::mutable_metadata() { + + if (metadata_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::event::TaskExecutionMetadata>(GetArenaNoVirtual()); + metadata_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionEvent.metadata) + return metadata_; +} +inline void TaskExecutionEvent::set_allocated_metadata(::flyteidl::event::TaskExecutionMetadata* metadata) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete metadata_; + } + if (metadata) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + metadata = ::google::protobuf::internal::GetOwnedMessage( + message_arena, metadata, submessage_arena); + } + + } else { + + } + metadata_ = metadata; + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionEvent.metadata) +} + inline bool TaskExecutionEvent::has_output_result() const { return output_result_case() != OUTPUT_RESULT_NOT_SET; } @@ -3044,6 +3269,24 @@ inline void TaskExecutionEvent::clear_has_output_result() { inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_case() const { return TaskExecutionEvent::OutputResultCase(_oneof_case_[0]); } +// ------------------------------------------------------------------- + +// TaskExecutionMetadata + +// .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; +inline void TaskExecutionMetadata::clear_instance_class() { + instance_class_ = 0; +} +inline ::flyteidl::event::TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::instance_class() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.instance_class) + return static_cast< ::flyteidl::event::TaskExecutionMetadata_InstanceClass >(instance_class_); +} +inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExecutionMetadata_InstanceClass value) { + + instance_class_ = value; + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.instance_class) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ @@ -3059,12 +3302,26 @@ inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_ca // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) } // namespace event } // namespace flyteidl +namespace google { +namespace protobuf { + +template <> struct is_proto_enum< ::flyteidl::event::TaskExecutionMetadata_InstanceClass> : ::std::true_type {}; +template <> +inline const EnumDescriptor* GetEnumDescriptor< ::flyteidl::event::TaskExecutionMetadata_InstanceClass>() { + return ::flyteidl::event::TaskExecutionMetadata_InstanceClass_descriptor(); +} + +} // namespace protobuf +} // namespace google + // @@protoc_insertion_point(global_scope) #include diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index a1487fdc2..98e59feae 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -23,6 +23,34 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package +// Includes the broad cateogry of machine used for this specific task execution. +type TaskExecutionMetadata_InstanceClass int32 + +const ( + // The default instance class configured for the flyte application platform. + TaskExecutionMetadata_DEFAULT TaskExecutionMetadata_InstanceClass = 0 + // The instance class configured for interruptible tasks. + TaskExecutionMetadata_INTERRUPTIBLE TaskExecutionMetadata_InstanceClass = 1 +) + +var TaskExecutionMetadata_InstanceClass_name = map[int32]string{ + 0: "DEFAULT", + 1: "INTERRUPTIBLE", +} + +var TaskExecutionMetadata_InstanceClass_value = map[string]int32{ + "DEFAULT": 0, + "INTERRUPTIBLE": 1, +} + +func (x TaskExecutionMetadata_InstanceClass) String() string { + return proto.EnumName(TaskExecutionMetadata_InstanceClass_name, int32(x)) +} + +func (TaskExecutionMetadata_InstanceClass) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_4b035d24120b1b12, []int{7, 0} +} + type WorkflowExecutionEvent struct { // Workflow execution id ExecutionId *core.WorkflowExecutionIdentifier `protobuf:"bytes,1,opt,name=execution_id,json=executionId,proto3" json:"execution_id,omitempty"` @@ -555,10 +583,12 @@ type TaskExecutionEvent struct { // Some phases, like RUNNING, can send multiple events with changed metadata (new logs, additional custom_info, etc) // that should be recorded regardless of the lack of phase change. // The version field should be incremented when metadata changes across the duration of an individual phase. - PhaseVersion uint32 `protobuf:"varint,12,opt,name=phase_version,json=phaseVersion,proto3" json:"phase_version,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + PhaseVersion uint32 `protobuf:"varint,12,opt,name=phase_version,json=phaseVersion,proto3" json:"phase_version,omitempty"` + // Metadata around how a task was executed. + Metadata *TaskExecutionMetadata `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionEvent) Reset() { *m = TaskExecutionEvent{} } @@ -693,6 +723,13 @@ func (m *TaskExecutionEvent) GetPhaseVersion() uint32 { return 0 } +func (m *TaskExecutionEvent) GetMetadata() *TaskExecutionMetadata { + if m != nil { + return m.Metadata + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -701,7 +738,49 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { } } +// Holds metadata around how a task was executed. +// TODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325). +type TaskExecutionMetadata struct { + InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TaskExecutionMetadata) Reset() { *m = TaskExecutionMetadata{} } +func (m *TaskExecutionMetadata) String() string { return proto.CompactTextString(m) } +func (*TaskExecutionMetadata) ProtoMessage() {} +func (*TaskExecutionMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_4b035d24120b1b12, []int{7} +} + +func (m *TaskExecutionMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TaskExecutionMetadata.Unmarshal(m, b) +} +func (m *TaskExecutionMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TaskExecutionMetadata.Marshal(b, m, deterministic) +} +func (m *TaskExecutionMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_TaskExecutionMetadata.Merge(m, src) +} +func (m *TaskExecutionMetadata) XXX_Size() int { + return xxx_messageInfo_TaskExecutionMetadata.Size(m) +} +func (m *TaskExecutionMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_TaskExecutionMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_TaskExecutionMetadata proto.InternalMessageInfo + +func (m *TaskExecutionMetadata) GetInstanceClass() TaskExecutionMetadata_InstanceClass { + if m != nil { + return m.InstanceClass + } + return TaskExecutionMetadata_DEFAULT +} + func init() { + proto.RegisterEnum("flyteidl.event.TaskExecutionMetadata_InstanceClass", TaskExecutionMetadata_InstanceClass_name, TaskExecutionMetadata_InstanceClass_value) proto.RegisterType((*WorkflowExecutionEvent)(nil), "flyteidl.event.WorkflowExecutionEvent") proto.RegisterType((*NodeExecutionEvent)(nil), "flyteidl.event.NodeExecutionEvent") proto.RegisterType((*WorkflowNodeMetadata)(nil), "flyteidl.event.WorkflowNodeMetadata") @@ -709,65 +788,71 @@ func init() { proto.RegisterType((*ParentTaskExecutionMetadata)(nil), "flyteidl.event.ParentTaskExecutionMetadata") proto.RegisterType((*ParentNodeExecutionMetadata)(nil), "flyteidl.event.ParentNodeExecutionMetadata") proto.RegisterType((*TaskExecutionEvent)(nil), "flyteidl.event.TaskExecutionEvent") + proto.RegisterType((*TaskExecutionMetadata)(nil), "flyteidl.event.TaskExecutionMetadata") } func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 868 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x71, 0x6f, 0xdb, 0x44, - 0x1c, 0x5d, 0xb2, 0x36, 0x6d, 0x7e, 0x4e, 0xba, 0x71, 0x2a, 0x9d, 0x69, 0xd9, 0x1a, 0x0c, 0x42, - 0xd5, 0x10, 0xb6, 0xc8, 0xc4, 0x34, 0x09, 0x24, 0xb4, 0x8d, 0x89, 0x46, 0xb0, 0xa9, 0xf2, 0x36, - 0x90, 0x10, 0xc8, 0xba, 0xda, 0xbf, 0xb8, 0x56, 0x6d, 0x9f, 0x75, 0x3e, 0xaf, 0xe4, 0xa3, 0xf0, - 0x99, 0xf8, 0x2a, 0xfc, 0xcf, 0xbf, 0xe8, 0xee, 0x6c, 0xb7, 0xe7, 0x44, 0x81, 0x4e, 0xfd, 0x27, - 0x52, 0xde, 0x3d, 0xbf, 0x7b, 0xf7, 0xee, 0xe7, 0x27, 0xc3, 0xfe, 0x3c, 0x5d, 0x08, 0x4c, 0xa2, - 0xd4, 0xc3, 0x77, 0x98, 0x0b, 0xfd, 0xeb, 0x16, 0x9c, 0x09, 0x46, 0x76, 0x9a, 0x35, 0x57, 0xa1, - 0xfb, 0xf7, 0x5b, 0x6e, 0xc8, 0x38, 0x7a, 0xf8, 0x07, 0x86, 0x95, 0x48, 0x58, 0xae, 0xe9, 0xfb, - 0x0f, 0xcc, 0xe5, 0x24, 0xc2, 0x5c, 0x24, 0xf3, 0x04, 0x79, 0xbd, 0x7e, 0x60, 0xae, 0x87, 0x54, - 0xd0, 0x94, 0xc5, 0xf5, 0xe2, 0x61, 0xcc, 0x58, 0x9c, 0xa2, 0xa7, 0xfe, 0x9d, 0x56, 0x73, 0x4f, - 0x24, 0x19, 0x96, 0x82, 0x66, 0x45, 0x4d, 0xf8, 0xb8, 0x4b, 0x28, 0x05, 0xaf, 0xc2, 0xda, 0xaa, - 0xf3, 0x77, 0x1f, 0xf6, 0x7e, 0x61, 0xfc, 0x7c, 0x9e, 0xb2, 0x8b, 0x17, 0x8d, 0xaf, 0x17, 0xd2, - 0x35, 0x79, 0x09, 0xa3, 0xd6, 0x69, 0x90, 0x44, 0x76, 0x6f, 0xd2, 0x3b, 0xb2, 0xa6, 0x0f, 0xdd, - 0xf6, 0x70, 0xd2, 0x8d, 0xbb, 0xf4, 0xf0, 0xac, 0xb5, 0xef, 0x5b, 0x78, 0x09, 0x92, 0x43, 0xb0, - 0x0a, 0xce, 0xa2, 0x2a, 0x44, 0x2e, 0xd5, 0xfa, 0x93, 0xde, 0xd1, 0xd0, 0x87, 0x06, 0x9a, 0x45, - 0xe4, 0x5b, 0xd8, 0x2c, 0xce, 0x68, 0x89, 0xf6, 0xed, 0x49, 0xef, 0x68, 0x67, 0xfa, 0xf9, 0x7f, - 0x6d, 0xe4, 0x9e, 0x48, 0xb6, 0xaf, 0x1f, 0x22, 0xdf, 0x80, 0xc5, 0xc2, 0xb0, 0xe2, 0x1c, 0xa3, - 0x80, 0x0a, 0x7b, 0x43, 0x99, 0xdd, 0x77, 0xf5, 0xe1, 0xdd, 0xe6, 0xf0, 0xee, 0x9b, 0x26, 0x1d, - 0x1f, 0x1a, 0xfa, 0x53, 0x41, 0x0e, 0x01, 0x58, 0x25, 0x8a, 0x4a, 0x04, 0x15, 0x4f, 0xec, 0x4d, - 0x69, 0xed, 0xf8, 0x96, 0x3f, 0xd4, 0xd8, 0x5b, 0x9e, 0x90, 0xaf, 0x61, 0x13, 0x39, 0x67, 0xdc, - 0x1e, 0x28, 0xdd, 0xfb, 0x1d, 0x6f, 0x97, 0xc9, 0x49, 0xd2, 0xf1, 0x2d, 0x5f, 0xb3, 0x9f, 0xdd, - 0x81, 0x71, 0xad, 0xcb, 0xb1, 0xac, 0x52, 0xe1, 0xfc, 0x35, 0x00, 0xf2, 0x8a, 0x45, 0xd8, 0x89, - 0xfa, 0x31, 0xf4, 0xdb, 0x80, 0xbb, 0xe7, 0x36, 0xe8, 0x57, 0xc2, 0xed, 0x27, 0xff, 0x23, 0xd3, - 0x27, 0x66, 0xa6, 0xce, 0x3a, 0xed, 0x1b, 0xcc, 0xf3, 0x00, 0x86, 0x49, 0x6e, 0xc4, 0xe9, 0x6f, - 0x2b, 0x40, 0x66, 0x69, 0x86, 0x3d, 0x58, 0x13, 0xf6, 0xd6, 0x75, 0xc2, 0x26, 0xbf, 0xc1, 0xde, - 0x45, 0x3d, 0x23, 0x41, 0xce, 0x22, 0x0c, 0x32, 0x14, 0x34, 0xa2, 0x82, 0xda, 0xdb, 0x4a, 0xe7, - 0x33, 0xd7, 0x7c, 0x2d, 0xdb, 0x89, 0x92, 0x29, 0xbc, 0xac, 0xb9, 0xc7, 0x3d, 0x7f, 0xf7, 0x62, - 0x05, 0x4e, 0x4e, 0x80, 0x08, 0x5a, 0x9e, 0x77, 0x94, 0x77, 0x94, 0xf2, 0xa4, 0xab, 0xfc, 0x86, - 0x96, 0xe7, 0x1d, 0xd5, 0xbb, 0xa2, 0x83, 0x91, 0xdf, 0x61, 0xb7, 0xa0, 0x1c, 0x73, 0x11, 0x28, - 0xe1, 0x56, 0x73, 0xa8, 0x34, 0xbf, 0xe8, 0x6a, 0x9e, 0x28, 0xae, 0x54, 0x6e, 0x03, 0x68, 0xa4, - 0x7c, 0x52, 0xb4, 0x8b, 0x2b, 0xe4, 0x4d, 0xcb, 0xb0, 0x4e, 0xde, 0x18, 0x88, 0xae, 0xbc, 0xe1, - 0xfe, 0x10, 0x2c, 0x8e, 0x82, 0x2f, 0x82, 0x98, 0xb3, 0xaa, 0xb0, 0x2d, 0x3d, 0x7a, 0x0a, 0xfa, - 0x41, 0x22, 0x64, 0x02, 0xa3, 0xb2, 0xc0, 0x50, 0xef, 0x9e, 0x44, 0xf6, 0x48, 0x33, 0x24, 0x26, - 0x85, 0x66, 0x91, 0x9c, 0x12, 0xb5, 0x98, 0xd3, 0x0c, 0xed, 0xb1, 0x9e, 0x12, 0x09, 0xbc, 0xa2, - 0x19, 0x2e, 0xbd, 0x3a, 0xcf, 0x3e, 0x80, 0x3b, 0x82, 0xf2, 0x18, 0x45, 0x7b, 0x14, 0x07, 0x61, - 0x77, 0xd5, 0x1d, 0xde, 0x70, 0x73, 0x39, 0x7f, 0xf6, 0xe0, 0x6e, 0xf7, 0x46, 0xc9, 0xf7, 0x30, - 0x0a, 0x69, 0x78, 0x86, 0x41, 0x29, 0xa8, 0xa8, 0x4a, 0xb5, 0xc7, 0xce, 0xf4, 0x93, 0xce, 0x1e, - 0xcf, 0x75, 0x57, 0x3f, 0x97, 0xcc, 0xd7, 0x8a, 0xe8, 0x5b, 0xe1, 0xe5, 0x1f, 0xf2, 0x1d, 0x58, - 0x75, 0x9d, 0x07, 0xe7, 0xb8, 0x50, 0x2f, 0xb0, 0x35, 0x7d, 0xb0, 0x5a, 0xa4, 0xbd, 0x0e, 0xa8, - 0x1f, 0xf9, 0x11, 0x17, 0xce, 0x5b, 0x38, 0x58, 0x33, 0x18, 0x6b, 0x8b, 0xc5, 0x78, 0xc2, 0x2c, - 0x16, 0xe7, 0x71, 0x23, 0xbb, 0x72, 0x20, 0xc8, 0x3d, 0xd8, 0x6a, 0xae, 0xb5, 0xa7, 0xee, 0x6d, - 0x90, 0xab, 0x2b, 0x75, 0xfe, 0xd9, 0x00, 0x62, 0xe8, 0xea, 0x7e, 0x9b, 0xc2, 0x96, 0x9a, 0xf1, - 0xd6, 0xcb, 0x47, 0x1d, 0x2f, 0x57, 0xb6, 0x1f, 0x48, 0xe6, 0x2c, 0x22, 0x01, 0xd8, 0x57, 0xe7, - 0xd7, 0xb8, 0xd0, 0xfe, 0xb5, 0x9a, 0xf2, 0xc3, 0x62, 0xf9, 0x28, 0xb3, 0x88, 0x7c, 0x0a, 0x63, - 0x3d, 0xc1, 0x54, 0x08, 0xcc, 0x0a, 0xa1, 0x3a, 0x72, 0xec, 0x8f, 0x14, 0xf8, 0x54, 0x63, 0x97, - 0x05, 0xba, 0xb1, 0xb2, 0x40, 0x8d, 0xb3, 0x9a, 0x05, 0xda, 0xe9, 0xe6, 0xcd, 0xa5, 0x6e, 0x7e, - 0x08, 0x1b, 0x29, 0x8b, 0x4b, 0x7b, 0x30, 0xb9, 0x7d, 0x64, 0x4d, 0xf7, 0x56, 0x28, 0xff, 0xc4, - 0x62, 0x5f, 0x71, 0xba, 0x6d, 0xbc, 0xf5, 0xfe, 0x6d, 0xbc, 0xbd, 0xb6, 0x8d, 0x87, 0x6b, 0xda, - 0x18, 0xae, 0xd5, 0xc6, 0x4f, 0xc0, 0x0a, 0xab, 0x52, 0xb0, 0x2c, 0x48, 0xf2, 0x39, 0x53, 0xfd, - 0x60, 0x4d, 0xef, 0x2d, 0x39, 0x7e, 0xad, 0x3e, 0x46, 0x7c, 0xd0, 0xdc, 0x59, 0x3e, 0x67, 0xf2, - 0x5e, 0x54, 0x82, 0xc1, 0x3b, 0xe4, 0x65, 0xc2, 0x72, 0xd5, 0x1c, 0x63, 0x7f, 0xa4, 0xc0, 0x9f, - 0x35, 0xb6, 0x5c, 0x0f, 0x8f, 0x7e, 0xfd, 0x2a, 0x4e, 0xc4, 0x59, 0x75, 0xea, 0x86, 0x2c, 0xf3, - 0xd2, 0xc5, 0x5c, 0x78, 0xed, 0x67, 0x53, 0x8c, 0xb9, 0x57, 0x9c, 0x7e, 0x19, 0x33, 0xcf, 0xfc, - 0x68, 0x3b, 0x1d, 0x28, 0x1f, 0x8f, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x68, 0x72, 0x41, 0x22, - 0xcd, 0x09, 0x00, 0x00, + // 960 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xed, 0x6e, 0xdb, 0x36, + 0x14, 0x8d, 0xd3, 0xd8, 0x8e, 0xaf, 0x6c, 0xd7, 0x25, 0xd2, 0x54, 0x4b, 0xd6, 0xc6, 0xf3, 0x3e, + 0x10, 0x74, 0x98, 0x84, 0x39, 0x58, 0x51, 0x60, 0x03, 0x86, 0x24, 0xf5, 0x16, 0x61, 0x69, 0x10, + 0xa8, 0xce, 0x06, 0x14, 0x1b, 0x04, 0x46, 0xa2, 0x15, 0x21, 0xb2, 0x28, 0x50, 0x54, 0x33, 0x3f, + 0xca, 0xfe, 0xef, 0x29, 0xf6, 0x0a, 0x7b, 0x95, 0x3d, 0xc4, 0x40, 0xea, 0x23, 0xa1, 0x2c, 0x78, + 0xcd, 0xd0, 0x3f, 0x06, 0x74, 0x78, 0x78, 0x78, 0x79, 0xee, 0xd5, 0xb1, 0x60, 0x67, 0x16, 0x2e, + 0x38, 0x09, 0xbc, 0xd0, 0x24, 0xef, 0x48, 0xc4, 0xb3, 0x5f, 0x23, 0x66, 0x94, 0x53, 0xd4, 0x2f, + 0xd6, 0x0c, 0x89, 0xee, 0x3c, 0x2d, 0xb9, 0x2e, 0x65, 0xc4, 0x24, 0xbf, 0x13, 0x37, 0xe5, 0x01, + 0x8d, 0x32, 0xfa, 0xce, 0x33, 0x75, 0x39, 0xf0, 0x48, 0xc4, 0x83, 0x59, 0x40, 0x58, 0xbe, 0xbe, + 0xab, 0xae, 0xbb, 0x98, 0xe3, 0x90, 0xfa, 0xf9, 0xe2, 0x9e, 0x4f, 0xa9, 0x1f, 0x12, 0x53, 0x3e, + 0x5d, 0xa6, 0x33, 0x93, 0x07, 0x73, 0x92, 0x70, 0x3c, 0x8f, 0x73, 0xc2, 0xc7, 0x55, 0x42, 0xc2, + 0x59, 0xea, 0xe6, 0xa5, 0x8e, 0xfe, 0x59, 0x87, 0xed, 0x5f, 0x28, 0xbb, 0x9e, 0x85, 0xf4, 0x66, + 0x52, 0xd4, 0x35, 0x11, 0x55, 0xa3, 0xd7, 0xd0, 0x2d, 0x2b, 0x75, 0x02, 0x4f, 0x6f, 0x0c, 0x1b, + 0xfb, 0xda, 0xf8, 0xb9, 0x51, 0x5e, 0x4e, 0x54, 0x63, 0x2c, 0x6d, 0xb6, 0xca, 0xf2, 0x6d, 0x8d, + 0xdc, 0x82, 0x68, 0x0f, 0xb4, 0x98, 0x51, 0x2f, 0x75, 0x09, 0x13, 0x6a, 0xeb, 0xc3, 0xc6, 0x7e, + 0xc7, 0x86, 0x02, 0xb2, 0x3c, 0xf4, 0x1d, 0x34, 0xe3, 0x2b, 0x9c, 0x10, 0xfd, 0xc1, 0xb0, 0xb1, + 0xdf, 0x1f, 0x7f, 0xf1, 0x5f, 0x07, 0x19, 0xe7, 0x82, 0x6d, 0x67, 0x9b, 0xd0, 0xb7, 0xa0, 0x51, + 0xd7, 0x4d, 0x19, 0x23, 0x9e, 0x83, 0xb9, 0xbe, 0x21, 0x8b, 0xdd, 0x31, 0xb2, 0xcb, 0x1b, 0xc5, + 0xe5, 0x8d, 0x69, 0xe1, 0x8e, 0x0d, 0x05, 0xfd, 0x90, 0xa3, 0x3d, 0x00, 0x9a, 0xf2, 0x38, 0xe5, + 0x4e, 0xca, 0x02, 0xbd, 0x29, 0x4a, 0x3b, 0x59, 0xb3, 0x3b, 0x19, 0x76, 0xc1, 0x02, 0xf4, 0x0d, + 0x34, 0x09, 0x63, 0x94, 0xe9, 0x2d, 0xa9, 0xfb, 0xb4, 0x52, 0xdb, 0xad, 0x73, 0x82, 0x74, 0xb2, + 0x66, 0x67, 0xec, 0xa3, 0x87, 0xd0, 0xcb, 0x75, 0x19, 0x49, 0xd2, 0x90, 0x8f, 0xfe, 0x6e, 0x01, + 0x3a, 0xa3, 0x1e, 0xa9, 0x58, 0xfd, 0x02, 0xd6, 0x4b, 0x83, 0xab, 0xf7, 0x56, 0xe8, 0x77, 0xcc, + 0x5d, 0x0f, 0xde, 0xc3, 0xd3, 0x97, 0xaa, 0xa7, 0xa3, 0x55, 0xda, 0x1f, 0xd0, 0xcf, 0x5d, 0xe8, + 0x04, 0x91, 0x62, 0xa7, 0xbd, 0x29, 0x01, 0xe1, 0xa5, 0x6a, 0x76, 0x6b, 0x85, 0xd9, 0xed, 0xfb, + 0x98, 0x8d, 0x7e, 0x85, 0xed, 0x9b, 0x7c, 0x46, 0x9c, 0x88, 0x7a, 0xc4, 0x99, 0x13, 0x8e, 0x3d, + 0xcc, 0xb1, 0xbe, 0x29, 0x75, 0x3e, 0x33, 0xd4, 0xd7, 0xb2, 0x9c, 0x28, 0xe1, 0xc2, 0xeb, 0x9c, + 0x7b, 0xd2, 0xb0, 0xb7, 0x6e, 0x6a, 0x70, 0x74, 0x0e, 0x88, 0xe3, 0xe4, 0xba, 0xa2, 0xdc, 0x97, + 0xca, 0xc3, 0xaa, 0xf2, 0x14, 0x27, 0xd7, 0x15, 0xd5, 0x01, 0xaf, 0x60, 0xe8, 0x37, 0xd8, 0x8a, + 0x31, 0x23, 0x11, 0x77, 0xa4, 0x70, 0xa9, 0xd9, 0x91, 0x9a, 0x5f, 0x56, 0x35, 0xcf, 0x25, 0x57, + 0x28, 0x97, 0x06, 0x14, 0x52, 0x36, 0x8a, 0xcb, 0xc5, 0x1a, 0x79, 0xb5, 0x64, 0x58, 0x25, 0xaf, + 0x0c, 0x44, 0x55, 0x5e, 0xa9, 0x7e, 0x0f, 0x34, 0x46, 0x38, 0x5b, 0x38, 0x3e, 0xa3, 0x69, 0xac, + 0x6b, 0xd9, 0xe8, 0x49, 0xe8, 0x47, 0x81, 0xa0, 0x21, 0x74, 0x93, 0x98, 0xb8, 0xd9, 0xe9, 0x81, + 0xa7, 0x77, 0x33, 0x86, 0xc0, 0x84, 0x90, 0xe5, 0x89, 0x29, 0x91, 0x8b, 0x11, 0x9e, 0x13, 0xbd, + 0x97, 0x4d, 0x89, 0x00, 0xce, 0xf0, 0x9c, 0x2c, 0xbd, 0x3a, 0x47, 0x8f, 0xe0, 0x21, 0xc7, 0xcc, + 0x27, 0xbc, 0xbc, 0xca, 0x88, 0xc0, 0x56, 0x5d, 0x0f, 0x3f, 0x70, 0x72, 0x8d, 0xfe, 0x68, 0xc0, + 0xa0, 0xda, 0x51, 0xf4, 0x0a, 0xba, 0x2e, 0x76, 0xaf, 0x88, 0x93, 0x70, 0xcc, 0xd3, 0x44, 0x9e, + 0xd1, 0x1f, 0x7f, 0x52, 0x39, 0xe3, 0x38, 0xcb, 0xea, 0x63, 0xc1, 0x7c, 0x23, 0x89, 0xb6, 0xe6, + 0xde, 0x3e, 0xa0, 0xef, 0x41, 0xcb, 0xe3, 0xdc, 0xb9, 0x26, 0x0b, 0xf9, 0x02, 0x6b, 0xe3, 0x67, + 0xf5, 0x22, 0x65, 0x3b, 0x20, 0xdf, 0xf2, 0x13, 0x59, 0x8c, 0x2e, 0x60, 0x77, 0xc5, 0x60, 0xac, + 0x0c, 0x16, 0x65, 0x87, 0x1a, 0x2c, 0xa3, 0x17, 0x85, 0x6c, 0xed, 0x40, 0xa0, 0x27, 0xd0, 0x2e, + 0xda, 0xda, 0x90, 0x7d, 0x6b, 0x45, 0xb2, 0xa5, 0xa3, 0xbf, 0x9a, 0x80, 0x14, 0xdd, 0x2c, 0xdf, + 0xc6, 0xd0, 0x96, 0x33, 0x5e, 0xd6, 0xf2, 0x51, 0xa5, 0x96, 0x3b, 0xc7, 0xb7, 0x04, 0xd3, 0xf2, + 0x90, 0x03, 0xfa, 0xdd, 0xf9, 0x55, 0x1a, 0xba, 0x7e, 0xaf, 0xa4, 0x7c, 0x1c, 0x2f, 0x5f, 0xc5, + 0xf2, 0xd0, 0xa7, 0xd0, 0xcb, 0x26, 0x18, 0x73, 0x4e, 0xe6, 0x31, 0x97, 0x19, 0xd9, 0xb3, 0xbb, + 0x12, 0x3c, 0xcc, 0xb0, 0xdb, 0x00, 0xdd, 0xa8, 0x0d, 0x50, 0xe5, 0xae, 0x6a, 0x80, 0x56, 0xb2, + 0xb9, 0xb9, 0x94, 0xcd, 0xcf, 0x61, 0x23, 0xa4, 0x7e, 0xa2, 0xb7, 0x86, 0x0f, 0xf6, 0xb5, 0xf1, + 0x76, 0x8d, 0xf2, 0x29, 0xf5, 0x6d, 0xc9, 0xa9, 0xa6, 0x71, 0xfb, 0xff, 0xa7, 0xf1, 0xe6, 0xca, + 0x34, 0xee, 0xac, 0x48, 0x63, 0xb8, 0x57, 0x1a, 0xbf, 0x04, 0xcd, 0x4d, 0x13, 0x4e, 0xe7, 0x4e, + 0x10, 0xcd, 0xa8, 0xcc, 0x07, 0x6d, 0xfc, 0x64, 0xa9, 0xe2, 0x37, 0xf2, 0x63, 0xc4, 0x86, 0x8c, + 0x6b, 0x45, 0x33, 0x2a, 0xfa, 0x22, 0x1d, 0x74, 0xde, 0x11, 0x96, 0x04, 0x34, 0x92, 0xc9, 0xd1, + 0xb3, 0xbb, 0x12, 0xfc, 0x39, 0xc3, 0xd0, 0x21, 0x6c, 0x96, 0x89, 0x36, 0x90, 0xda, 0x9f, 0xd7, + 0x85, 0xf0, 0x72, 0x96, 0x95, 0xdb, 0x96, 0xff, 0x9c, 0xff, 0x6c, 0xc0, 0xe3, 0xfa, 0xd7, 0xe8, + 0x2d, 0xf4, 0x83, 0x28, 0xe1, 0x38, 0x72, 0x89, 0xe3, 0x86, 0x38, 0x49, 0xe4, 0x99, 0xfd, 0xf1, + 0xc1, 0x7b, 0x9d, 0x69, 0x58, 0xf9, 0xde, 0x63, 0xb1, 0xd5, 0xee, 0x05, 0x77, 0x1f, 0x47, 0x26, + 0xf4, 0x94, 0x75, 0xa4, 0x41, 0xfb, 0xd5, 0xe4, 0x87, 0xc3, 0x8b, 0xd3, 0xe9, 0x60, 0x0d, 0x3d, + 0x82, 0x9e, 0x75, 0x36, 0x9d, 0xd8, 0xf6, 0xc5, 0xf9, 0xd4, 0x3a, 0x3a, 0x9d, 0x0c, 0x1a, 0x47, + 0x07, 0x6f, 0xbf, 0xf6, 0x03, 0x7e, 0x95, 0x5e, 0x1a, 0x2e, 0x9d, 0x9b, 0xe1, 0x62, 0xc6, 0xcd, + 0xf2, 0x03, 0xd1, 0x27, 0x91, 0x19, 0x5f, 0x7e, 0xe5, 0x53, 0x53, 0xfd, 0x3c, 0xbd, 0x6c, 0x49, + 0xc7, 0x0f, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x31, 0xc1, 0xc3, 0xaa, 0xb7, 0x0a, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 1423a9012..5d6cb3e40 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -697,6 +697,16 @@ func (m *TaskExecutionEvent) Validate() error { // no validation rules for PhaseVersion + if v, ok := interface{}(m.GetMetadata()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionEventValidationError{ + field: "Metadata", + reason: "embedded message failed validation", + cause: err, + } + } + } + switch m.OutputResult.(type) { case *TaskExecutionEvent_OutputUri: @@ -774,3 +784,72 @@ var _ interface { Cause() error ErrorName() string } = TaskExecutionEventValidationError{} + +// Validate checks the field values on TaskExecutionMetadata with the rules +// defined in the proto definition for this message. If any rules are +// violated, an error is returned. +func (m *TaskExecutionMetadata) Validate() error { + if m == nil { + return nil + } + + // no validation rules for InstanceClass + + return nil +} + +// TaskExecutionMetadataValidationError is the validation error returned by +// TaskExecutionMetadata.Validate if the designated constraints aren't met. +type TaskExecutionMetadataValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e TaskExecutionMetadataValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e TaskExecutionMetadataValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e TaskExecutionMetadataValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e TaskExecutionMetadataValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e TaskExecutionMetadataValidationError) ErrorName() string { + return "TaskExecutionMetadataValidationError" +} + +// Error satisfies the builtin error interface +func (e TaskExecutionMetadataValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sTaskExecutionMetadata.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = TaskExecutionMetadataValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = TaskExecutionMetadataValidationError{} diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 3d73cbade..bdbcde009 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -2889,6 +2889,15 @@ ], "default": "DESCENDING" }, + "TaskExecutionMetadataInstanceClass": { + "type": "string", + "enum": [ + "DEFAULT", + "INTERRUPTIBLE" + ], + "default": "DEFAULT", + "description": "Includes the broad cateogry of machine used for this specific task execution.\n\n - DEFAULT: The default instance class configured for the flyte application platform.\n - INTERRUPTIBLE: The instance class configured for interruptible tasks." + }, "TaskLogMessageFormat": { "type": "string", "enum": [ @@ -5727,10 +5736,23 @@ "type": "integer", "format": "int64", "description": "Some phases, like RUNNING, can send multiple events with changed metadata (new logs, additional custom_info, etc)\nthat should be recorded regardless of the lack of phase change.\nThe version field should be incremented when metadata changes across the duration of an individual phase." + }, + "metadata": { + "$ref": "#/definitions/eventTaskExecutionMetadata", + "description": "Metadata around how a task was executed." } }, "description": "Plugin specific execution event information. For tasks like Python, Hive, Spark, DynamicJob." }, + "eventTaskExecutionMetadata": { + "type": "object", + "properties": { + "instance_class": { + "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" + } + }, + "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325)." + }, "eventWorkflowExecutionEvent": { "type": "object", "properties": { diff --git a/gen/pb-go/flyteidl/service/flyteadmin/README.md b/gen/pb-go/flyteidl/service/flyteadmin/README.md index 3bce7cde1..c8eb2f7d2 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -250,6 +250,7 @@ Class | Method | HTTP request | Description - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) - [EventTaskExecutionEvent](docs/EventTaskExecutionEvent.md) + - [EventTaskExecutionMetadata](docs/EventTaskExecutionMetadata.md) - [EventWorkflowExecutionEvent](docs/EventWorkflowExecutionEvent.md) - [ExecutionErrorErrorKind](docs/ExecutionErrorErrorKind.md) - [ExecutionMetadataExecutionMode](docs/ExecutionMetadataExecutionMode.md) @@ -274,6 +275,7 @@ Class | Method | HTTP request | Description - [SchemaColumnSchemaColumnType](docs/SchemaColumnSchemaColumnType.md) - [SchemaTypeSchemaColumn](docs/SchemaTypeSchemaColumn.md) - [SortDirection](docs/SortDirection.md) + - [TaskExecutionMetadataInstanceClass](docs/TaskExecutionMetadataInstanceClass.md) - [TaskLogMessageFormat](docs/TaskLogMessageFormat.md) - [WorkflowMetadataOnFailurePolicy](docs/WorkflowMetadataOnFailurePolicy.md) diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index b80adc10f..70bbbeab4 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2549,6 +2549,16 @@ definitions: - "DESCENDING" - "ASCENDING" default: "DESCENDING" + TaskExecutionMetadataInstanceClass: + type: "string" + description: "Includes the broad cateogry of machine used for this specific task\ + \ execution.\n\n - DEFAULT: The default instance class configured for the flyte\ + \ application platform.\n - INTERRUPTIBLE: The instance class configured for\ + \ interruptible tasks." + enum: + - "DEFAULT" + - "INTERRUPTIBLE" + default: "DEFAULT" TaskLogMessageFormat: type: "string" enum: @@ -24656,8 +24666,18 @@ definitions: \ metadata (new logs, additional custom_info, etc)\nthat should be recorded\ \ regardless of the lack of phase change.\nThe version field should be incremented\ \ when metadata changes across the duration of an individual phase." + metadata: + description: "Metadata around how a task was executed." + $ref: "#/definitions/eventTaskExecutionMetadata" description: "Plugin specific execution event information. For tasks like Python,\ \ Hive, Spark, DynamicJob." + eventTaskExecutionMetadata: + type: "object" + properties: + instance_class: + $ref: "#/definitions/TaskExecutionMetadataInstanceClass" + description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ + \ Extend to include freeform fields (https://github.com/lyft/flyte/issues/325)." eventWorkflowExecutionEvent: type: "object" properties: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go index 5a5d271ee..c0b68f2e2 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go @@ -33,4 +33,6 @@ type EventTaskExecutionEvent struct { CustomInfo *ProtobufStruct `json:"custom_info,omitempty"` // Some phases, like RUNNING, can send multiple events with changed metadata (new logs, additional custom_info, etc) that should be recorded regardless of the lack of phase change. The version field should be incremented when metadata changes across the duration of an individual phase. PhaseVersion int64 `json:"phase_version,omitempty"` + // Metadata around how a task was executed. + Metadata *EventTaskExecutionMetadata `json:"metadata,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go new file mode 100644 index 000000000..d08fa9f0e --- /dev/null +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -0,0 +1,15 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325). +type EventTaskExecutionMetadata struct { + InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` +} diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_task_execution_metadata_instance_class.go b/gen/pb-go/flyteidl/service/flyteadmin/model_task_execution_metadata_instance_class.go new file mode 100644 index 000000000..7188309d2 --- /dev/null +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_task_execution_metadata_instance_class.go @@ -0,0 +1,18 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin +// TaskExecutionMetadataInstanceClass : Includes the broad cateogry of machine used for this specific task execution. - DEFAULT: The default instance class configured for the flyte application platform. - INTERRUPTIBLE: The instance class configured for interruptible tasks. +type TaskExecutionMetadataInstanceClass string + +// List of TaskExecutionMetadataInstanceClass +const ( + TaskExecutionMetadataInstanceClassDEFAULT_ TaskExecutionMetadataInstanceClass = "DEFAULT" + TaskExecutionMetadataInstanceClassINTERRUPTIBLE TaskExecutionMetadataInstanceClass = "INTERRUPTIBLE" +) diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index e062def73..89df00f26 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x9c\xee\x22\xa6\xdb\xa6\xa8\xb1\xf7\x11\x7b\xda\xd8\xf8\x06\x47\x62\xf7\x70\x47\x2d\xc9\x7a\x4c\xef\xdc\xd2\x41\x83\x55\x20\x09\xab\x08\xd0\x00\x4a\x6a\x7a\x63\xfe\xf7\x6f\x20\x13\x40\xa1\x8a\x55\x7c\x4b\x2d\xf5\x70\x2f\xce\xd3\x62\x55\xe1\x99\x48\xe4\xf3\x93\xff\xf3\x3b\x42\x8e\xf4\x13\x1d\x8f\x99\x3a\x3a\x25\x47\x7f\x6a\x7f\x7f\xd4\xb2\xbf\x71\x31\x92\x47\xa7\xc4\x3e\x27\xe4\xc8\x70\x93\x31\xfb\x7c\x94\xcd\x0d\xe3\x69\x76\xa2\x99\x7a\xe4\x09\x3b\xa1\xe9\x94\x8b\xf6\x4c\x49\x23\xe1\x43\x42\x8e\x1e\x99\xd2\x5c\x0a\xfb\xba\xfb\x27\x11\xd2\x10\xcd\xcc\xd1\xef\x08\xf9\x15\x9a\xd7\xc9\x84\x4d\x99\x3e\x3a\x25\xff\x8d\x1f\x4d\x8c\x99\xf9\x06\xec\xbf\xb5\x7d\xf7\x2f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x69\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x8f\x7f\x3c\xa1\x89\xe1\x8f\x6c\x90\xd1\x5c\x24\x93\xc1\x2c\xa3\x42\x9f\xfc\x0f\x4f\xed\x1c\xff\xc6\x12\xf3\x2b\xfc\x91\xca\x29\xe5\x02\xff\x2d\xe8\x94\xfd\x1a\xda\x21\xe4\x68\xcc\x4c\xf4\x27\x21\x47\x29\xd3\x89\xe2\x33\xe3\x56\xe5\x86\x19\xc5\xd9\x23\x23\x66\xc2\x08\x76\x47\xb0\x3b\x62\xbb\x23\x7e\xd5\xf4\x8c\x25\x7c\xc4\x59\x4a\x86\x73\xc2\xc5\x2c\x37\x44\xb1\xbf\xe7\x4c\x1b\x32\xe2\x99\x61\x4a\xb7\xdd\x92\x41\x2f\x72\xc6\x14\xcc\xb3\x97\xda\x5e\x3e\x32\xd3\x81\xb6\x2f\xa0\xe9\xeb\x8c\x8a\xf8\x6d\xc5\xf4\x4c\x0a\xcd\x74\x69\xa8\x84\x1c\xfd\xe9\xfb\xef\x2b\x3f\x2d\xce\xa0\x43\x74\x9e\x24\x4c\xeb\x51\x9e\x11\xdf\x52\x3c\x18\xf8\x08\x36\x99\x2e\x34\x46\xc8\xd1\xff\x51\x6c\x64\xdb\xf9\xdf\x27\x29\x1b\x71\xc1\x6d\xbb\x1a\x69\x29\x1a\x6d\xe9\xab\x5f\x7f\x57\xf7\xef\x5f\xa3\x19\xcd\xa8\xa2\x53\x66\x97\x25\xec\x3e\xfe\x5f\x65\x2e\x76\xbf\x6c\xe7\xc5\x9e\x56\x07\x5e\x99\xed\x25\x9d\x32\x22\x47\xb0\x5d\xee\x0b\xf8\xb7\x62\x5a\xe6\x2a\x61\x64\xc8\x32\x29\xc6\x9a\x18\xb9\xb0\x06\x1c\x5a\xb0\xa4\x56\x7d\x62\xb7\x92\x2b\x66\xf7\xca\xa8\x9c\x55\x9e\x9a\xf9\x0c\x06\xa9\x8d\xe2\x62\x1c\x2f\xc5\xaf\xad\xb5\xa6\x86\x14\xba\xc1\xcc\xf0\x83\xc6\x89\xf5\x45\xc7\xbf\x92\x50\x41\x86\x8c\xd8\x73\xc9\x53\xa6\x58\x4a\xa8\x26\x94\xe8\x7c\xa8\x99\x21\x4f\xdc\x4c\xb8\xb0\x7f\x23\xf9\x26\x7e\xcd\x5e\xcf\xda\xc0\x3f\x97\xaf\xcc\xbd\x66\xca\x0e\xfc\x91\xa7\x2c\x25\x8f\x34\xcb\x19\x19\x49\x55\x5a\x9e\x76\x5f\xdc\x4d\xec\x3a\x4c\x87\x5c\xc0\xc9\xb3\x6b\xe9\x29\xe4\x0f\x7e\xb9\xfe\x40\x6c\x7f\x24\x17\xfc\xef\x39\xcb\xe6\x84\xa7\x4c\x18\x7b\xae\x75\xb5\xb5\x3f\x48\xe8\x9f\x66\xe4\x98\xd8\x75\x66\xca\xc0\x7a\x4b\x61\xd8\x17\xa3\xc9\x31\xc9\xf8\x03\x23\xdf\x5d\x70\x6d\x48\xe7\xba\xf7\x5d\x8b\x7c\x77\x51\x30\x0e\xfd\xdd\x0b\xac\x70\xf8\xf7\x5f\xa2\xa3\x67\xe8\xb8\x7a\xe8\x8e\x3a\xf6\x34\xdf\xe2\x35\x51\xb4\xf0\x97\xdf\xc5\xed\xb8\xfd\x5a\xce\x7b\x0b\xc6\xeb\xb8\xee\x26\xbc\xf6\x03\x33\xc9\x64\x05\xa3\xd5\x3b\x72\x5a\xbb\x1d\x55\x56\xab\xdf\x16\xaf\xb5\x53\x78\x6e\x7e\xbb\x0b\xb3\xa5\x06\x4e\x01\xe5\x02\x0f\x4d\x38\x43\xe5\x9d\x21\x5f\x8f\xad\xec\xc2\x6f\xa3\xd9\x44\x2c\xd7\x73\xd2\x68\x25\x5e\xc9\x5c\x33\x3e\xe5\xab\xf6\xb1\x27\x52\x2b\x76\x39\x26\x27\xf2\xe9\x90\x29\x3b\x75\xcf\xee\x60\x86\x43\xcb\xfe\x4c\xae\x04\x4b\x1b\xa6\xf6\xf7\x9c\xa9\xf9\x92\xb9\x8d\x68\xa6\x9b\x26\xc7\x85\x61\x56\xae\xad\x3c\x1e\x49\x35\xa5\xc6\xbd\xf0\xaf\xff\xbc\xe9\xe4\x8d\x7c\x60\xab\xf6\xb9\x87\xbb\x96\x50\x0d\xdb\x3d\xcd\x33\xc3\x67\x19\x23\x33\x3a\x66\xda\xad\x42\x9e\x19\xdd\x82\xd7\xac\x2c\xcd\xd4\x71\xb8\x6d\xa0\x07\x7f\xcb\xe6\x1a\x7e\x21\xa3\xc0\xc8\x04\xfb\x62\xa0\xa5\xbe\x80\x7b\x16\x96\x28\xbe\x3d\x9e\x61\x29\xb7\xa3\x13\x2d\x95\x19\x0c\xe7\xed\x07\xb6\xd0\x6f\x23\xb5\x50\x41\xa8\x31\x8a\x0f\x73\xc3\xec\xbc\x6d\x1b\xfe\x9e\x04\xd6\x87\x97\xb1\xb6\x97\xef\xd5\xf9\xd5\xbb\x07\x6a\x94\x1c\x53\xf1\xfe\x94\x74\xd2\x94\xe0\x40\xed\x3b\x3c\xc5\x2b\x79\xc2\x14\x6b\x93\xbb\x09\xd7\x44\x4f\x64\x9e\xa5\x44\xb0\x47\xa6\xec\xda\xb2\xe9\xcc\xcc\x5f\xdd\x6a\xa5\x5c\xb1\x04\x16\x66\x93\x13\x16\xbe\xb2\x8b\x66\x95\x9e\x39\x2e\xdd\x03\x9b\x83\xe0\xb2\xb8\x7c\x2f\x40\x2f\x95\xa7\x4c\xe4\xd3\xca\x5d\x01\xbf\x9f\x77\x6f\xcf\xba\x97\xe7\xbd\xcb\x8f\x95\x2f\xac\x18\x11\x1e\x95\x9e\xfc\x65\x61\x6d\x46\x34\xcf\xe0\x54\x47\xad\xbd\x98\xe0\x92\x4c\x78\x96\x2a\x26\x4e\x0c\xd5\x0f\x03\xf6\x85\x25\x39\xde\xb3\xff\x53\xfe\x61\x60\xa5\x4f\x99\xb2\xf2\x2f\xa5\x3f\x0a\x71\x67\xe3\x4f\x83\x56\xba\xf1\x97\xa0\xc3\xae\xf7\x1d\xfc\xc2\xd3\xda\xb7\xe1\x97\x15\x73\xf0\xef\x2c\x19\xac\x7f\xa5\x71\x54\xfe\x05\x27\xc0\xd5\xbe\xa3\x98\x51\xf3\x01\x35\xc6\x9e\xf2\x2d\x64\x46\xd8\x52\x62\x67\x4b\x8a\xfd\x74\xe2\x23\x0a\x8a\xc0\xbb\x83\xe4\x68\x47\x50\xbc\xb9\x4a\x5e\xbc\x94\x29\xeb\x86\x66\x3f\x48\x75\x47\xf5\xc3\x5b\x90\x19\x4b\x03\x7f\x09\xb1\x71\xdb\x03\xf4\xcd\x29\xf5\x5b\xb2\x83\x83\x09\x60\xf7\x95\x5c\xd7\x60\x20\x15\xd1\x73\x6d\xd8\x74\xa5\xe9\xe0\xed\x2c\x84\xe3\xf7\xaf\x75\xc0\x95\x2b\xe7\x37\x70\xea\xcb\x17\xe8\xe1\x78\x6f\xb0\x64\xfb\x32\xfc\xbd\xf6\x79\x7a\x17\xcc\xf2\xa9\xde\xfa\xed\xf3\x0e\x07\x47\x27\xaf\x7e\x9a\x25\xd1\x6e\xdf\x83\x7c\x26\xab\x41\xe3\x5e\xf9\xd5\x1e\xc0\x00\x56\xa8\x7c\x65\xd3\x71\x38\x7f\xf6\xd3\xd8\xb8\x82\x16\x33\x63\x75\x5e\x67\x5b\x62\x8a\x24\x52\xa1\x28\x98\xba\xe3\xde\x17\xe4\x98\x9c\x77\xee\x3a\xb7\xdd\xbb\x53\xd2\x21\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x21\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\xdb\xa4\x03\x7f\xda\x8f\xb9\x26\x34\xd3\x92\x50\x4f\x55\x2c\xf5\x4d\x50\x91\x7a\xce\x42\x49\x22\xa7\x33\x9e\x05\xab\x79\x30\x91\x70\x91\xf2\x47\x9e\xe6\x34\x23\x72\x68\x99\x8a\x55\x55\xbb\x8f\x4c\x98\x9c\x66\xd9\x9c\xd0\x2c\x23\xae\x5b\xff\x82\xd7\xeb\x87\x2c\x8c\x52\xf3\x29\xcf\xa8\xb2\xba\x30\x8e\xf6\xca\xb5\x45\xee\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\x1f\x98\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\xf7\x08\x8c\xfb\xec\xa2\x07\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbf\xbc\xbd\xee\x9e\xf5\x3e\xf4\xba\xe7\x8b\x9a\xf6\x5d\xe7\xf6\xa7\xc5\x5f\x3f\x5f\xdd\xfc\xf4\xe1\xe2\xea\xf3\xe2\x93\x8b\xce\xfd\xe5\xd9\x8f\x83\xeb\x8b\xce\xe5\xe2\x43\x47\x56\x6b\x2b\xed\xf1\xc8\x36\x3c\x5a\x07\x6b\xe4\x3e\xad\x91\xad\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x76\x5f\x7c\x92\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\xfb\xef\xff\x29\xb9\xe0\xe2\x01\xfe\xc5\x5e\xe3\xe2\x1c\x6c\xb5\xdb\xac\xd6\xc1\x56\x1b\x3f\x7b\x1b\xb6\x5a\x2b\xe6\x9c\xc4\x26\xda\xe7\x09\xee\x41\x37\xb2\x95\x1d\x64\x6e\xec\x3f\x6d\xbf\x64\xa4\xe4\x14\xa4\xaa\x2f\x5c\x03\x97\x78\x92\xea\x61\x94\xc9\xa7\xf5\x4c\x87\x1f\x99\x09\xc6\x37\x2b\xc5\xbc\x05\x8b\xe1\x67\x37\xc3\x30\xf0\x8f\xcc\xd8\xb1\xdf\xb8\x5e\x0e\x71\x3e\x87\x38\x9f\xaf\x1b\xe7\xf3\xaa\xcc\x76\xcf\xcf\xfb\xca\x36\x3e\x64\x80\x0d\x2e\xa8\x46\x0f\x53\x83\x03\x29\xf2\x0f\x3d\x27\xd3\x2c\x7b\x65\x56\x30\xcc\x92\xc7\xe2\xad\x30\xcd\xd2\xa0\x5f\x9e\x61\xfe\x26\x1c\x2a\x07\x7f\xc9\x96\x0b\xf5\x26\xf9\xea\x9a\x57\xc6\x8b\x79\x3b\x9e\x9f\xcf\x2f\xc4\x22\x6c\x12\x7c\xb0\x41\xb4\xc1\xda\xe1\x05\x2b\xe2\x09\x6a\x03\x08\xea\x22\x06\x16\x43\x04\x6a\x63\x02\x76\x0a\x02\xd8\xf4\x4a\x5a\xdf\xfd\xff\x91\x99\x3b\xaa\x1f\xde\xdc\x95\x54\x1a\xf4\xcb\x5f\x49\xbf\x51\xaf\xff\xc1\xcd\xff\x8c\x4b\xf7\xad\x5f\x64\xaf\xd7\x91\xff\x1b\xf0\xdc\x1f\x5c\xf5\x1b\xad\xd1\xb7\xe5\x9b\xff\x56\x9d\xf1\x6f\xd3\xfb\x7e\x70\xb7\x1f\xdc\xed\x07\x77\xfb\x1a\xee\xf6\x67\x55\x4a\x99\x25\x2b\x0d\xe6\xc7\x58\xb7\x39\x9a\x49\xbd\x5c\x17\x3b\x53\x8c\x1a\x4b\xc5\x65\xbb\x1f\x81\x06\x89\x62\x89\x54\xa9\xd5\xc1\x28\x99\x4d\xa8\x66\xc4\x28\x2a\x34\x5f\xa5\x87\x61\xab\x60\x68\xb3\xed\xbc\x05\x15\xac\x64\x15\x84\x51\xbf\x94\x02\x36\x94\xe9\xc2\x99\xc1\xe3\x54\xf7\x64\x39\xaf\xdf\xdb\xd4\x21\x43\x73\x9d\x99\x3f\x23\x35\xdb\x7b\x65\x4b\x6a\x2e\x9b\x0c\xf6\x42\xcd\xa0\xa3\xbf\x15\x6a\x2e\x19\x14\x7e\x5b\xd4\x5c\x37\xf5\xd7\x40\xcd\xde\x1b\xbd\x25\x45\x2f\x3a\xb3\xf7\x42\xd5\xc1\x83\xfc\x56\x28\x7b\xc1\xe5\xfd\xdb\xa2\xee\xa6\xe9\x7f\x5d\x0a\x0f\x86\xf0\x7d\xd1\xf6\x6a\xc2\x0d\x0b\xf0\x16\x88\x36\x0c\x16\xc7\xfe\x9b\xa1\xd6\x85\x79\xbf\x12\x32\x3d\x51\x0c\xb3\x0d\x37\xa2\xd7\x1b\xf7\xd1\xc6\x14\xeb\x3f\x3c\xd0\xec\x5b\xa2\x59\xbf\x6b\xaf\x87\x6a\x9b\xc2\xe9\x36\xcf\xc0\x5d\x12\x23\xa7\xc9\x94\x9a\x64\x62\x1f\xa2\x7f\x6e\x4d\x98\x96\x22\xe5\xf6\x4d\x51\xf7\x4b\xe4\xd9\x7e\xdb\x96\xf8\x83\x05\xfe\x37\x08\x87\xf5\x6a\xc2\xc5\x0f\x29\x2a\x7b\x4c\x51\xe1\xfa\x90\xa2\x72\x48\x51\x59\x77\x81\x0e\x29\x2a\x87\x14\x95\xe8\xd9\xdb\x48\x51\x79\xfe\xec\x94\xfd\xa4\xa0\xbc\x29\x21\xfa\x20\x40\x1f\x04\xe8\x43\x9e\x49\x98\xda\xbe\x18\x98\xff\xfa\x28\x65\x19\x33\x6c\x29\xfb\xb9\x63\x6a\x6a\x75\x83\x12\xf4\x75\x8d\xd3\xa0\x40\xd5\x0a\x14\x04\xe6\x8d\x65\x7c\x29\xb4\xfd\x36\xb9\x53\x18\xfe\x21\x2d\xee\xc0\xae\x0e\xec\x6a\x9b\xa9\xbd\x1e\xab\x6c\x74\x98\xbf\xaa\x59\x36\x02\xd2\x1e\xf0\x74\x3f\x58\xda\x41\x6c\x8c\x91\xb4\x8b\xa5\x28\x81\x19\x6f\x67\xa4\x2d\x60\xa9\x7b\xe9\x9b\xb0\xd3\x5a\x3e\x92\x76\x21\xea\x2e\x84\x0c\xaa\x03\xa4\xf6\x01\x52\x7b\xfd\xb9\x1e\x2c\x84\x7b\xb4\x10\x1e\x20\xb5\x0f\x36\xb0\x83\x0d\xec\xf9\x6d\x60\x5f\xcb\xa0\xfd\xc2\xc7\xf2\xa5\x44\xb4\xed\x02\x93\x44\x4a\x14\x1b\x73\x6d\x98\xb2\xab\x57\x2b\x94\xad\x8e\x54\x7a\xab\x45\xa2\xd6\x8e\xfb\x88\xbb\x3d\xfa\xe7\x35\x86\x7f\xe3\x6e\x51\x38\xea\x43\x9a\x86\x8a\x30\x20\x3a\x4d\xe9\x9c\x4c\xe8\x23\x23\x23\xca\x33\x54\x8c\x1c\x77\x5c\x32\xc3\x65\x03\xfa\xbf\x9b\x0d\x88\x96\x87\xa3\xd8\x88\x29\x26\x12\xe4\xf6\x28\xfc\x24\x34\xf3\xa9\x20\xf0\xce\xc4\xaa\xa9\x99\x62\x34\x9d\x93\x21\x63\x22\x90\x4d\x8d\xa4\xd0\x30\xe6\xbd\x08\xad\x5f\x5d\x4d\x5b\xa4\x9e\xd7\xa2\xa4\x3d\x4b\xf4\x4c\x3d\x4b\xd8\x5d\x39\xd3\x7f\x7a\x5b\xac\xe2\x10\x44\x73\x30\xaa\x7d\x7d\xa3\xda\x21\x88\xe6\xa0\x22\xbf\x02\x15\xf9\x10\x44\x73\x08\xa2\x39\x18\x10\xd6\x5e\xad\x83\x01\x21\x7e\xf6\x36\x82\x68\x9e\xb1\x82\xf3\x4b\x49\xd8\x07\x01\xdb\xbf\x77\x10\xb0\x0f\x02\xf6\x37\x2a\x60\xbf\x8e\x15\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\xeb\x83\x74\x7d\x90\xae\xdd\x57\xfb\x94\xae\xe1\x5f\x1e\x9a\x75\xe7\x88\xf5\xcd\xbd\x5c\x1f\x99\x79\xab\x2e\xae\x83\x48\x7d\x10\xa9\x5f\xb7\x48\xfd\x6a\x26\xf4\xed\x41\x2d\x1e\xc0\x0a\x0f\x60\x85\x07\xb0\xc2\xe7\x05\x2b\xf4\x5f\x1f\xcd\xf2\xe5\xb2\xc8\xfd\x2c\xf5\xb9\x2b\xda\x50\x93\x83\xda\xb7\x86\x5c\x42\x3a\x86\x4c\xa5\x55\x82\x04\x2b\xbd\xe3\x19\x10\x46\x74\x8c\xf9\x23\x13\xc4\xc7\x68\xb7\xdc\x35\xd3\x02\x4b\xc4\xaf\xe1\x74\x60\xd2\x0c\x35\x84\x12\xc3\xa7\xac\x4d\x7a\x23\x3c\xcd\x89\x25\x7f\xcd\x8c\xae\x84\x01\x21\x69\xc2\x47\x22\x2d\xc6\xea\xfb\xe6\x45\x54\x08\xbe\xd6\xf2\xcc\x30\xcf\x0c\xb2\x46\xdf\xf8\x13\xcf\x32\x3b\x06\xc7\x41\xe0\x24\x4c\x99\xca\xfc\x97\xa5\x6e\xfd\xcb\x53\x9a\xda\x93\x1b\x0d\xa1\xc8\xee\x89\xdf\x87\x3b\x97\xeb\x10\xd7\x52\xfa\x1e\xbf\x6e\x13\xa7\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9e\xc0\x64\xc2\xd2\x3c\x63\x84\x6a\x2d\x13\x4e\x8d\xe5\x56\x78\x47\x13\x6e\xbc\xca\xee\x5f\xf2\x5d\xa7\x5c\xd3\x61\xc6\x52\xb7\xc6\xac\x08\xb3\x59\x3a\x72\xae\xc9\x90\xd9\x25\xb6\x7c\xa4\xbc\xfa\x13\x94\x10\x6a\x46\x13\x0d\x85\x2d\x8e\x84\x09\x1c\xc8\x12\x09\x17\x89\xf3\xad\x0a\xb9\x38\xfa\x43\xee\xd3\x41\xe4\x3d\x88\xbc\x1b\x4d\xe8\x9b\x12\x79\x5f\x51\x68\xa0\x67\x48\x5f\x35\x34\x10\x1c\x88\x96\xf3\x0f\x82\x85\x50\x6f\x67\x3c\x09\x46\xd8\x4f\xbe\xc9\x4e\x68\xf1\x4c\x8a\x11\x1f\xe7\xca\x09\xdc\x4e\x1a\x5e\xe1\xa5\xac\x69\xe7\x4d\xdc\x38\xf5\x43\x7f\xa9\x8b\x67\x13\x85\x8e\x1c\x13\x2b\x76\x0f\x6e\xba\xb7\x57\xf7\x37\x67\xdd\x53\xd2\x99\xcd\x32\x8e\x5e\x96\x24\xd7\x46\x4e\xf9\x3f\xec\x34\x10\x48\x38\x70\x6e\x27\x86\x68\x10\x38\xc0\xad\x63\xd5\x24\x72\x4c\xce\x2e\xee\x6f\xef\xba\x37\x0d\x0d\x3a\x22\x80\x5a\x46\x6c\x3a\xcb\x40\x2a\x79\xc8\x87\x4c\x09\x66\x98\x26\x49\x96\x43\x8c\x79\x70\xf6\x60\xa3\xdd\xff\xea\x9e\xdd\xdf\xf5\xae\x2e\x07\x7f\xbe\xef\xde\x77\x4f\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xdf\x73\x96\x83\x10\xc4\xc7\x62\xca\x84\xa9\xb6\xe8\x07\x7c\xd1\xf9\xa1\x7b\x51\x6e\x79\xc2\xc8\x4f\xff\x56\x0c\x2a\xa3\x43\x96\x39\xef\x13\x38\x57\x2c\xc3\x2e\x3a\x72\x6e\xa9\x1c\xd5\xda\x3f\xdf\x77\x2e\x7a\x77\xbf\x0c\xae\x3e\x0c\x6e\xbb\x37\x3f\xf7\xce\xba\x03\xa7\x60\x9c\x75\x6c\xbf\xa5\x9e\x9c\x1e\x42\xfe\x9e\xd3\xcc\x2a\xaa\x72\x04\xae\x1d\x9e\x30\xf2\x34\x61\x82\xe4\x02\x68\x0c\xb5\x5f\xd0\x05\xe2\x24\x76\x9c\xd1\xf5\xc5\xfd\xc7\xde\xe5\xe0\xea\xe7\xee\xcd\x4d\xef\xbc\x7b\x4a\x6e\x59\x06\xfa\xa1\x5f\x74\xd8\xc5\x59\x96\x8f\xb9\x20\x7c\x3a\xcb\x98\x5d\x0d\x3c\x8e\x43\x36\xa1\x8f\x5c\xaa\x92\x8e\x00\xeb\x68\x49\xe8\xab\x1b\xb2\x4b\x14\xba\xa8\xea\x55\x49\x6e\xf1\x8d\x0a\xfd\x2c\x7b\xa1\x44\x0e\x8b\x2f\xae\xda\xd6\xc5\x2f\x2a\xfb\xb2\xb6\x42\x5a\x9e\xf4\x8b\xdd\x06\x96\x89\xa4\x03\x6f\x98\x38\xf9\x9f\x12\x33\xf9\xf5\xd9\x90\x62\x48\x94\xde\xea\x6e\x87\x55\x15\x37\x8b\x0f\xde\xc2\x9d\x10\x0f\xf7\x6b\xf2\xff\x3d\xc9\x5c\x6f\xc4\xde\xb3\xb9\xa8\x7b\x50\xd9\x0e\x2a\x5b\xfd\xca\x1c\x02\x7f\x1a\x56\x78\x5f\xf7\xd1\x36\x26\xd2\x11\x67\x59\xaa\x17\x6c\x5c\xa5\xfb\x64\xa5\x3d\xeb\xed\x5e\x25\x2f\x6b\xd1\xda\x44\xb1\xb8\x09\x9e\x20\xe7\x1a\xb2\xbb\x35\x65\x86\x42\x65\x53\x23\x49\x0e\x43\x3f\x5c\x4f\xee\xff\x0e\xd7\xd3\xe1\x7a\x3a\x5c\x4f\xbf\x55\x93\x60\x0d\x4b\xff\xaa\x36\xc1\x55\x5a\xe0\x4e\x10\x4f\x35\x06\xc3\x45\xed\x4f\x13\x3d\xa1\x0a\x8b\xf9\x24\x72\x3a\x95\x22\x0a\x2e\x98\xcf\x58\x8b\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x6d\x58\x12\xa3\x75\x79\x89\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x22\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x3f\x07\x55\xbf\x47\xe9\x49\xec\x04\x29\x3d\x28\xd2\x12\xa0\x75\x9e\xee\x9e\x96\x50\x2e\x4f\xbc\xca\x49\x12\x17\xb4\x7d\xe5\x02\xef\x28\x9b\x1b\xc6\xd3\x6c\xb1\x12\xef\x0b\x44\x6a\xd5\x6d\xf4\xb7\x68\x64\xa9\x21\xdb\x83\xc5\x65\xe5\x42\x7d\xab\x60\xd6\x05\x5f\x7a\x43\x6e\x82\xf5\x98\xb7\x07\xfc\x1f\x34\xb0\xf0\xfa\xe7\x81\x91\xd7\x3f\xde\x15\xc3\xa1\xcc\xbb\xb7\xc5\x6e\x28\xf1\xc6\xb7\x61\xc6\x88\x47\xfc\x12\x86\x8c\xa5\xbb\xff\xcd\xf1\xf5\x65\xb4\x7c\xe0\xee\x6b\x2e\xd7\xb7\xca\xe3\x0f\xf6\x8c\x7d\xda\x33\x5a\xdf\xae\x41\xe3\x80\xb9\xb0\x64\x71\x0e\xd6\x9e\x6d\x56\xeb\x60\xed\x89\x9f\xbd\xa4\xb5\x07\x7d\xb7\x83\x19\x55\x4c\x98\x1a\xf9\xbe\x7a\xb3\xc1\xeb\x91\xad\x3e\x08\x40\xd0\x00\x0a\xae\x4e\x36\x08\xb7\xe6\xb7\x65\xfe\x71\x32\xca\x00\x45\x9c\x28\x17\xe2\xe4\x7f\x8a\x7f\x47\x0a\x44\xf4\x63\x8d\x0f\x74\x83\x10\x26\x1f\x65\xcf\xd2\x42\xec\x2a\x1a\xaf\x09\x6d\x72\x63\x38\xf6\xc2\x58\xe1\xcd\x5f\x19\xe9\x74\x8d\x9f\x9e\xc3\x97\x6f\x2b\xa9\xa2\x61\xe8\x2f\x1b\x01\xb5\x48\x09\xeb\x1d\x2c\xaf\x47\x70\x4c\x1a\x78\x9a\x70\x10\x0f\x00\xc2\x09\xae\xd0\x68\xc3\x7d\x3a\x26\x85\xbc\x89\x26\x59\xeb\xa5\xc5\xc8\x05\x72\x5f\x6f\xe2\x8e\x46\xdf\xee\xbc\xbf\x7a\x68\xc8\x0a\xba\xff\xaa\x61\x22\x4b\x78\xe6\x7e\x22\x44\x5e\x8e\x3f\x7e\x64\xe6\xdb\x63\x8e\x1f\x99\x79\x29\xce\xb8\x2d\x3b\x5c\xca\x12\x8a\x8a\x13\xaf\x84\x1b\x6c\xc7\xfa\xde\xd6\x1c\x0f\xe9\x83\x87\xf4\xc1\x43\xfa\x60\xfc\xc6\x21\x7d\x70\xd7\x9a\xcc\xe7\xf0\xca\x0b\x5e\xe7\xd8\xe1\xb7\x77\xa3\xe3\xbc\x0e\x97\xfa\xe1\x52\xdf\x6c\x8e\xaf\x55\x8d\xf1\xf4\xfc\x1a\xd4\x98\x8d\x50\x2f\xd0\xb3\x5b\x54\x37\xf3\xe4\xbf\xd2\x7b\x7b\xed\x3b\x7b\x3b\x4c\x48\x6f\xca\x67\x76\x4a\xfe\x5b\x55\x93\xf0\xa6\x28\x44\x58\xe3\x57\xac\x2e\xb9\x7f\xfb\x7a\x81\x95\xbd\xf6\x55\xf7\x23\x7f\x29\x66\xff\x5a\x58\x44\x31\xef\x57\xc1\x14\x4e\xfe\xa7\x12\xb5\xb7\x60\xda\xd5\xf9\x74\x4a\xd5\x1c\x7c\x68\x2e\x86\xad\x0d\x13\x6a\xbb\x19\x45\xf8\x90\xce\x45\x36\xcc\x4d\xe4\x72\xd7\x96\x90\x67\x4c\x99\x79\xf4\x26\x78\x74\xfe\xbd\x2f\x78\x81\x52\xc7\xc7\x42\x2a\x94\xe2\xed\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\x80\x86\x01\xf6\xa1\x94\x3c\x72\x8a\x97\x54\xe7\xba\x57\x3a\x27\xf5\x06\xe9\xb5\xce\x54\xc9\x96\xfc\x86\x4e\xd4\x4b\xe3\xbf\x1d\xae\xfe\x78\xf5\xbf\xd6\x41\xb6\x8a\x68\x35\xae\xb7\x1c\x2e\x36\x58\x1a\xe9\xbb\xe2\xdd\x12\x00\xca\xf2\x57\x2b\xd1\xc0\xe5\x67\x2e\x3e\x18\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\x1e\x06\x1d\x7e\x54\xcc\xa8\xf9\x80\x1a\x63\x99\xca\xee\x21\xc8\x65\x13\xc9\x8a\x10\xe4\x3b\xaa\x1f\xde\x64\x08\x72\x79\xe0\xcf\xce\x2c\xd6\xa4\xc9\x6f\x2e\x78\x6d\xdd\x13\x76\x08\x64\xdb\x62\xe9\xbe\xd5\xa0\xb6\x65\x2c\xf4\xd5\x8c\xb0\xc2\xc5\xbf\xc5\x93\x5b\xbe\x93\x0e\x47\x74\xd9\x1a\x7d\x73\xa8\xb0\x15\x51\x63\xc5\xdc\xde\x08\x3a\x6c\x55\x5a\xda\xf7\xa8\x9e\x27\xce\x35\xda\x8d\x43\x39\x87\x43\x39\x87\x43\x39\x87\xe7\x2e\xe7\xb0\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\xbb\x54\x56\xfa\xb6\xcd\x5d\x2a\x29\x55\x6f\xc2\x06\x5e\x1a\xf1\x4b\xe4\x2e\xfd\x46\xf5\xc0\x83\x12\xf8\x2c\xeb\xf6\xad\x6a\x80\xaf\x5c\xfd\x3b\x64\x5d\xed\x33\xeb\xea\x90\x74\x75\x48\xba\x5a\x77\x81\x0e\x49\x57\x87\xa4\xab\xe8\xd9\xdb\x28\x74\xeb\x94\xf7\x5d\xe3\xe6\xeb\x44\xf6\x42\xa0\x2d\x41\xb1\x6d\x2f\xbe\xf7\xd2\x37\x21\xb7\x47\xd0\x89\xc1\xcc\xa1\x5e\x42\x7e\x3f\x40\x01\x1e\xa0\x00\x0f\x42\xdc\x6f\x49\x88\x3b\xc8\x29\xdb\xac\xd6\x41\x4e\x89\x9f\x1d\xa0\x00\x5f\x51\x2e\xb8\x15\x9c\x4a\xd1\xc0\x2b\x83\x52\xcf\x14\x83\xf0\x39\x91\x86\x98\x60\x42\xab\x02\xd8\x32\xe9\x0a\x1b\xb0\xf2\xd5\x5b\x10\xae\xec\x38\x71\xc4\x6b\x44\xd3\xc5\x1d\x1e\xfd\xf3\x1a\x03\xbf\x71\x77\x25\x1c\xe8\x21\x4d\x43\xd1\x5b\x10\x90\xa6\x74\x4e\x26\xf4\x91\x91\x11\xe5\x19\x9a\xa9\x1c\x0f\x5c\x32\xb7\x65\x03\xfa\xbf\x9b\x0d\x88\x96\x87\x53\x84\xfa\x5b\x9e\x8e\x22\x4e\x42\x33\xef\xa4\x82\x77\xa0\x22\xaf\xab\x7f\x3c\x64\x4c\x44\x71\xe3\xeb\x8e\x79\x2f\xa2\xe9\x57\x0f\x05\x8c\xe9\xe6\xab\x46\xf7\xc2\x09\x6f\xac\x66\xb6\x3f\x9d\x6b\x17\x45\x4b\xff\xe9\xad\xb0\x82\x97\x50\xab\xbe\x61\xd7\xc7\xc1\xbd\xf1\xdb\x2c\x7e\xf2\x6a\x44\xf2\x83\xa2\xbb\x47\x45\x17\x12\x02\xbf\x51\x4d\xf7\xe0\xae\x58\xb2\x38\x07\x33\xc0\x36\xab\x75\x30\x03\xc4\xcf\xde\x8e\xbb\xa2\x59\x7a\xde\xae\x16\xf0\x33\xca\xd1\x07\x31\xfa\x20\x46\x1f\xc4\xe8\x6f\x56\x8c\x7e\x1d\x2b\x7c\x90\xa1\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\xbb\xaf\xf6\x22\x43\xc3\xbf\x7c\x36\xf7\x7e\x52\xb7\xd7\xf3\x48\xb9\xdc\xed\xb7\x22\x3c\x1f\x04\xe7\x83\xe0\xfc\xba\x05\xe7\x57\x33\xa1\x6f\x2f\x61\xf3\x90\xf2\x78\x48\x79\x3c\xa4\x3c\x7e\x85\x94\xc7\x50\x4b\x69\x8b\x7a\x09\xa5\xdf\x7c\x43\x2f\x5d\x45\xa1\xe5\xaf\x29\x4b\xa2\x7e\x10\x1b\xd5\x54\xf8\xec\x3e\x7a\x5b\xf8\xa2\x8b\xa3\x3e\x54\x52\x20\xd1\xae\x1d\x2a\x29\x3c\xe3\xbc\xfd\x39\x5b\x31\x73\x4f\xa3\x68\x4a\x7c\xa3\xd3\xfe\xea\x31\x57\xcd\x27\xfd\xab\x46\x60\xd5\xde\x1c\x0b\xd9\x2f\x45\x25\xce\x97\x2f\x20\xb1\xcb\xd5\xf0\x91\x99\x6f\xe5\x5e\x38\x14\x91\x38\xe0\x4d\x6f\x5d\x63\x73\x23\x0e\xff\xb6\xa6\x78\xa8\x93\x71\xa8\x93\x71\xa8\x93\x11\xbf\x71\xa8\x93\xf1\x0a\xea\x64\xec\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\xa8\x95\x71\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa1\x52\xfa\x2a\x2a\x81\x04\xa5\x74\x5f\x58\x0c\xb1\xef\x35\x30\xe3\xbd\x42\x32\xf8\x95\x3c\xc0\x32\xb8\xff\x3b\xc0\x32\xac\x33\xb9\x03\x2c\xc3\x21\xd2\xee\x00\xcb\x70\x88\x25\x3b\xc4\x92\x1d\x60\x19\xde\x0a\x2c\x83\x17\xa0\xf6\x01\xcd\x50\x23\x8c\xad\x86\x67\xf8\xbc\xa8\x19\xbc\x5a\x41\xcb\x8f\xf5\x00\xd3\x70\x80\x69\xd8\x95\x76\x5e\x85\x4e\xf6\x2c\x70\x0d\x35\x6c\x60\x57\x45\xec\x6d\xc0\x36\xf8\xd1\x1e\x72\xce\x0e\xa1\xb3\xaf\x3f\x74\xf6\xd5\xe5\x9c\xbd\x1a\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x9d\x1d\xd2\xce\x0e\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8d\xb4\xb3\xd5\xd2\xf4\x5e\xe0\x1b\x9e\x43\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x3a\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x9c\xc3\x86\x5e\xac\x28\x2b\xe5\x2d\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6e\x41\xfa\xd5\x4c\xe8\x00\xed\x70\x80\x76\x38\x40\x3b\x1c\xa0\x1d\xb6\x91\x6a\x7e\xe7\x4e\xe5\x51\x74\x11\x87\x1b\xfb\xe8\x87\x4c\x0e\xef\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\xd1\x6d\xef\xf2\xe3\x45\x9c\x23\x74\xf4\xe9\xfe\xe2\xae\x77\xdd\xb9\x09\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xc9\xe9\x8c\x2a\xae\xa5\xe8\x7e\xb1\xa7\xd3\x0e\xed\x0a\x44\x1f\xa9\xb6\x1b\x5d\xf7\xcf\xf1\xc8\x2e\xcb\x7f\x7e\xbc\x2b\xff\x55\x9a\xc5\xc5\x5d\xf9\xaf\xee\xd2\xd9\x44\x0d\x57\xd9\xd9\x31\xf9\x78\x77\x4a\x3e\x42\x08\x86\x22\x77\x13\x8a\x2c\xe9\xe2\xee\x94\x5c\x30\xad\xe1\x97\xe2\x63\xc3\x4d\x06\x73\xfb\x81\x0b\xaa\xe6\xc4\x4f\x1f\xb3\xe7\x28\xd8\x66\xfd\xd2\x54\x17\x4f\xfc\x2d\x17\xa0\x3d\x14\xab\x77\x21\xc7\x3c\xa1\xd9\x6e\x8b\xd8\xb9\x8c\x0f\xd2\xd1\xd5\xcd\xd2\xa5\x88\xdf\x5e\x5c\x8b\xce\xe5\x39\xe4\xf2\xf9\xa1\xd6\xcc\xfc\x92\x69\xc3\x52\x2b\x8d\xa4\x48\xbc\xc0\xcf\xe6\x91\x94\xf2\x37\x09\xd9\x7d\xb9\xb6\xb2\x73\xe7\xf2\x9c\x9c\x90\xab\x9b\xbe\xb8\x52\x29\x1a\x6f\x98\xbd\xde\x91\xeb\x72\x4d\x84\x34\x84\x4f\x67\x52\x19\x2a\x8c\x95\x6c\x80\xb1\xb9\x15\xd1\x84\x2a\x46\xce\xe4\x74\x9a\x1b\x6a\xf8\x23\x5b\x58\x54\x81\x1a\xd9\x2d\x33\xbd\x14\xcc\xc1\x35\x6b\x88\x9c\xaf\x98\xcb\x4c\xd9\xf6\x2d\xd7\x2d\xeb\x02\x3c\x5d\x90\xcd\x7d\x13\x54\x29\x5a\xe6\x8f\x47\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\x7e\xad\x55\x74\xec\x95\x70\x21\x69\xca\xc5\x18\xd3\x29\x2f\xb8\x61\x8a\x66\x9f\xe8\xec\x83\xb7\x36\x6d\x41\x1f\xff\x79\x5b\xca\xe4\x3b\xfa\xa5\xf3\x29\xce\x05\x3c\xba\xbe\xb9\xba\xbb\x5a\x4a\x33\xa5\x16\x16\x89\xc6\x3e\x3e\x85\xff\x25\x27\xc4\xb6\x1e\x6e\xae\x29\x33\xd4\xde\xe8\xe4\x1d\x26\xee\x84\xf0\x7e\x2e\x32\xa0\x91\x99\xe2\x53\x6e\xf7\xd5\xa9\xcc\xef\xf1\x72\x0c\xb7\x7f\xa0\x12\xfc\x00\x93\xf0\x40\xec\x30\x54\xa4\x54\xa5\xe4\x6f\xda\x25\x8e\x5a\x21\x04\x5f\xa7\xda\xff\xc0\x52\x72\x4c\x26\xc6\xcc\xf4\xe9\xc9\xc9\xd3\xd3\x53\xdb\xbe\xdd\x96\x6a\x7c\x62\xff\x71\xcc\x44\x7b\x62\xa6\x19\x66\x9c\xda\x55\x38\x25\xd7\x4a\x1a\x09\x02\x04\xd1\x4c\x71\x9a\x41\x6a\xe0\x10\x4f\xbb\x1c\x91\xbf\x26\x52\xb1\x76\xb1\x31\x7f\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x53\xb0\x3f\xe1\x33\x2e\x42\xb6\x13\x73\xae\x9c\xb0\x9c\x91\xb0\x41\x53\x46\xe8\x23\xe5\x19\xe6\x35\x4b\x34\x19\xe2\x3a\x33\xa5\xdb\xa4\x2f\x7a\x28\x76\xe6\x56\xc4\x86\xe0\x3b\x50\x24\xfd\xbb\x33\x3b\xe3\x44\x66\x64\x98\x8f\xac\x88\x16\x5d\x4b\x2d\x2b\x8e\x70\x4d\x14\x4b\xe4\x74\xca\x04\x5a\x15\x6d\x43\xf0\x25\x2c\x99\x1b\x6e\xbb\x2f\x80\x00\xac\x9c\x02\x24\x90\x4a\x38\xd9\x82\x59\x75\x45\xcc\xb1\x9b\x61\x3e\x2a\xb9\xaa\x8c\x24\x8a\xd1\x94\x70\xd3\x17\x9d\xcc\x2a\xb6\x53\x69\x58\x1c\x45\x08\x76\xed\xd2\x8a\x03\x47\x50\x6c\x96\xd1\xc4\x67\x65\x66\x32\xa1\x19\x19\xf1\x8c\xb9\xe2\xea\x51\x03\xef\x40\xd7\xb2\x8b\xc6\x35\x49\xe5\x93\xc8\x24\x75\xf3\xa8\x7e\xf6\xbe\xcc\x5c\xba\x3e\x2f\xb9\xab\x94\x54\xf0\x3f\x3f\x71\x91\x6e\x77\x08\xef\x2f\x7f\xba\xbc\xfa\x5c\x3a\x87\xf7\xb7\xdd\x9b\xf8\xef\xdb\x5f\x6e\xef\xba\x9f\x96\x1e\xc4\x6a\x2b\x05\x69\xc1\xf0\x40\x06\x3f\x25\xb7\xb8\x08\x52\x11\xab\x55\x35\x4c\xea\x93\xa3\xa5\xe2\x07\x99\xb2\xed\xe6\xf6\xa9\x73\x79\xdf\x29\xb1\x94\xdb\xb3\x1f\xbb\xe7\xf7\x17\x25\x09\xcf\xcf\x2f\xfa\xe5\xa6\x8b\xf2\x5b\xfc\xdb\xd9\x8f\xbd\x8b\xf3\x41\x90\xf8\x96\xad\x46\xa5\xdf\x2a\x63\xba\x43\x06\x34\x91\x29\x19\xce\xe3\xcc\xc1\x22\xe1\xfc\x89\x6a\x92\x81\x67\x84\xa5\x5e\x19\xc1\x56\x4f\x81\x0f\xf9\x54\xf6\xe2\x0b\x2b\xdc\xb7\xdc\x3b\x90\x78\x8e\x7a\x10\x35\xe5\x4c\xf6\xb8\x61\xdb\x3b\x15\x91\x52\x81\x29\xee\x61\x8d\xac\xda\xa3\xed\x8b\xb9\x3d\xc0\x8a\x8f\xc7\xa0\xe3\x57\x86\x8a\xad\xb9\x4f\x61\x25\xe1\x3b\xdc\xea\x99\x92\x70\xa4\x6d\xb7\xce\x38\x14\x34\x08\xfc\x10\x40\x0a\xca\x2d\x2a\x0a\xca\x41\xcd\xd0\xfc\xbe\x9c\xa2\x49\xb7\x61\x5a\x70\xf4\x8a\x10\x5f\x60\x51\x1a\x4d\x13\x33\xc5\x1e\xb9\xcc\xa3\x4f\x1d\x9e\x42\x69\x73\x6b\x9b\x2f\x16\x00\x96\x0d\x15\x98\xa2\x99\x32\x35\xf7\xae\x6e\x8d\xa2\x86\x8d\xe7\xe7\xee\x64\x6f\x4f\xc5\xe7\x57\x9f\x2f\x2f\xae\x3a\xe7\x83\x6e\xe7\x63\xf9\x60\x86\x27\xb7\x77\x37\xdd\xce\xa7\xf2\xa3\xc1\xe5\xd5\xdd\xc0\xbf\xb1\x94\x5c\x1b\x3a\x58\xbc\x4f\xcb\x2f\x9e\x12\xcb\x19\x81\x83\x79\xe8\xa5\x88\x8d\x0d\xd9\x48\x2a\x64\xc7\x53\xef\x04\x04\xce\x4f\xc2\xca\xb2\x14\x95\xec\xf2\x2c\x4e\x41\x03\xad\x6b\x12\x8d\x4b\x46\x31\x3a\x05\x76\x4e\x05\xe9\x8a\xf4\xf8\x6a\x74\x7c\x8b\x3f\x4e\xa9\x7a\x60\x2a\x7c\xfa\xa4\xb8\x31\x0c\x6c\xe2\xdc\x99\xcb\x41\x43\x86\x21\xdb\xfb\x06\x82\xbc\x8b\x0e\xda\xe4\xc6\xb2\x67\xfb\x7e\xb8\x7b\x2c\xa1\xa6\xcc\x50\x9e\x69\x37\xd8\xd2\xba\x9e\x92\x0b\xaa\xc6\x85\xbe\xfb\x4e\x8e\x46\xd8\xd8\x7b\x1c\x86\xbd\x6a\x4a\xb3\xa8\x61\x91\x96\x34\xfc\xf5\x05\xfd\xb9\x97\x83\x94\xb6\x48\x55\xf7\xb3\xdd\x68\xea\xfe\x1a\x56\xfc\xea\x72\xd0\xfd\xaf\x5e\x49\x63\x71\x4f\x6a\x68\x0d\x26\x8e\x8f\x97\xdf\x05\xf5\x6d\x2f\x92\x53\xf9\xc5\x1a\x72\xca\x67\x7e\xe7\x47\x56\x07\xaa\xa1\x25\xf6\x85\x1b\xdc\x98\x78\xdc\x15\x12\x2a\x9a\x01\x33\x06\x9d\xcd\x18\xb5\x02\xc8\xe2\x6e\x97\xc5\xb5\x86\xbd\xc7\x9e\xe2\x3e\xdc\x26\xfb\x7e\x5a\x44\x8a\x6c\x1e\xdf\xf5\x15\x8a\x5c\x83\x06\xb0\xad\x05\x0a\xb8\x06\x60\x91\xab\x47\xa6\x14\x4f\xd9\x27\xae\xad\x2a\x83\x3f\xfe\xe0\xd0\x45\xb6\x23\x88\x0f\x9d\xde\x45\x45\x06\x18\x9c\x77\x3f\x74\xee\x2f\x96\xab\xe3\xa5\xef\x6a\x60\x6f\xa2\x76\x4e\xed\xad\xef\x6c\x73\x70\x3b\x1c\x7b\xcc\x14\x96\x86\x0b\xad\x0c\x99\x52\xe1\xaa\x7f\x46\xe0\x96\xab\x91\x33\x65\xdc\x71\xb6\xe5\x74\xef\x2f\xcf\xbb\x1f\x7a\x97\x65\x39\xe0\xc7\xde\xc7\xd2\x8d\xff\xa9\x7b\xde\xbb\x2f\x71\xd5\x55\x17\xff\x62\xb3\x75\x4b\xe2\x5f\x3a\x25\xe7\xf8\xe9\x29\x11\xb2\x0e\x95\x26\x28\x0b\x95\x75\xb8\xf1\x41\x06\xfe\x1f\x5d\x61\x54\xad\x1d\x66\x5d\x05\xd3\x99\x5c\x4b\x1a\x66\xbd\x67\x66\xa1\xef\xcb\xaa\x0d\x7d\xd1\x73\xe5\xec\xae\xb6\x93\x76\xa1\x77\xc6\x2e\x1b\x50\xb2\x9a\x54\xdc\x1a\x33\x5e\x71\x70\x7e\x06\x8b\xfc\x34\xd7\x06\x4d\xa7\xe0\xfc\x25\x0f\xff\xa6\xed\x82\x82\x69\xb5\x4d\x6e\x19\xeb\x0b\xaf\x6d\x8d\xb9\x99\xe4\xc3\x76\x22\xa7\x27\x05\x24\xd2\x09\x9d\xf1\x29\xb5\xd2\x08\x53\xf3\x93\x61\x26\x87\x27\x53\xaa\x0d\x53\x27\xb3\x87\x31\xf8\xf9\xbc\xf5\xf8\x24\x34\x3b\x96\xff\xfb\xe2\x9f\xbe\x3f\xbe\xf8\xb7\xef\x8f\x16\xf5\xe7\xa6\xfd\xef\x8a\x84\xce\x74\x9e\xb9\x78\x00\x15\xaf\x0d\x5c\x6a\xb0\x12\xab\xf6\xfb\xb2\xbc\x5d\xbb\x89\xfb\x67\xd7\xf7\x25\x7b\x56\xf9\xcf\x4f\xdd\x4f\x57\x37\xbf\x94\xc4\xe5\xbb\xab\x9b\xce\xc7\xe5\x76\xad\x05\x7d\xa0\xb2\x0c\x3f\x09\xf9\x24\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\xea\x80\xfb\xf3\x0e\x67\xba\xc5\xcc\xaf\xee\x7e\x2c\xdf\x68\x1f\x2e\x7e\xb9\xeb\x0e\x6e\xcf\x7f\x5a\x3a\x13\xfc\xac\x34\xb2\x5b\x70\x66\x9e\xc9\x2c\x9f\x8a\xf8\xdf\xdb\x8f\xad\x77\x79\xd7\xfd\x58\x1d\xdd\x55\xe7\xae\xbc\xec\x37\x65\x1f\xf9\xd1\x0f\x57\x57\x17\xdd\x92\x7d\xf9\xe8\xbc\x73\xd7\xbd\xeb\x7d\x2a\x59\x24\xcf\xef\x6f\x10\x34\x69\xd9\x34\xfd\x08\x6a\x26\x6a\xa7\x15\x4f\x73\xdf\x7c\x66\xad\x63\xde\x71\xf1\x67\x78\x50\x8e\x23\x70\x02\x74\x2d\x83\x86\x79\x1c\xec\x3b\x09\x8e\xb4\x96\xd7\x98\xf2\x36\x91\x66\x5e\xb7\x74\xa3\x97\xb1\xbc\xbb\x30\x04\x84\xf6\x42\x7d\x82\x66\x99\x7c\xc2\x28\xa0\x29\x37\x2c\xf5\x48\x31\xf6\x15\x4d\x92\x5c\x29\x26\x4c\x36\x6f\xd7\xb0\x93\xf2\xb6\x48\x65\xce\x43\x9c\xc8\x76\x3a\x45\x5d\xd0\xc5\x62\xb8\x45\xbd\xba\x50\x09\xb1\xf0\xc3\x82\x12\x66\x72\xfc\x89\x69\x4d\xc7\x6c\x17\xc3\x60\x1d\x93\xba\xfd\x39\xfe\x13\x0c\x7f\xeb\x30\xa0\xd2\x08\x7d\x40\x81\xe7\x29\x57\xe2\x03\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\x23\xc3\x4a\x40\x83\xde\x27\x2b\x2c\x74\xee\xba\x17\x25\x56\x09\xcf\x3a\x1f\xee\xba\x37\x03\xc4\x3e\xeb\xfc\x70\xd1\x1d\x5c\x5e\x9d\x77\x6f\x07\x67\x57\x9f\xae\x2f\xba\x2b\xfc\x03\x8d\x8d\x2f\x4a\xd3\xd5\x57\x4f\x17\x7e\x21\xdc\x05\x93\xc5\x42\x18\xc4\xde\x51\x9e\x81\x71\x52\xa2\x91\x92\x12\x61\xc5\x51\xfb\x33\x18\xba\xec\xdb\x3e\xd4\xa4\x4d\x7a\xe6\xbb\x2c\x23\x34\x37\x72\x4a\x41\xc3\xce\xe6\x7d\x41\x87\x52\x19\xd0\xae\x02\x1d\x13\x95\x0b\x61\xd5\x7b\xdb\x18\x42\x18\x26\x19\xa3\x82\xe4\xb3\x28\x4c\xd2\xe9\x89\x23\x2e\xc0\x83\x69\x55\x38\x34\x09\x14\x5d\x16\x5a\xb6\xd5\xe2\xfb\x02\x33\x8a\x51\x71\x5f\x67\x85\x4f\xd7\x7a\xab\x71\x75\xa6\xf4\x81\xd9\x55\x99\xe6\xc9\xc4\xaa\x0a\x63\xc5\xb4\x76\xba\x44\x42\x05\x1a\x86\xdd\xeb\x56\xd0\xef\x0b\xab\x0f\xd0\xcc\xab\x2c\x29\x9b\x31\x91\x32\x91\x70\x0c\x8e\x04\x9b\x6a\x30\x2d\x8c\x15\x9d\x4d\x88\x96\x60\x8b\x84\x65\x07\xa3\x0d\x7e\xe4\xdd\xa9\x2e\x87\x1a\x1e\xc7\x1a\x87\xca\x45\xbb\x2f\xae\xc0\x14\x81\xab\x0c\x1f\x7b\x75\xc3\xab\xd9\x08\x0a\x69\x25\x6b\x83\x38\x84\xb0\xe4\xb0\x19\x76\xad\x4b\xfb\x61\xb7\xa9\x6e\x13\xfa\xa2\x18\x33\xd5\x6e\x44\xed\x1a\x4d\xc6\x1d\x29\xf2\x23\x15\x69\x66\x5b\xf1\x3a\x6b\xf9\x2c\x42\x84\x4f\xc7\x52\x8d\x3f\x8d\xbb\xdc\x2b\x09\xcd\xf5\x46\x17\xcb\xf2\x88\x56\x0a\x36\xe9\xe3\xc2\x58\x0f\xe4\xed\xc2\x59\x61\x75\x67\xd4\xd2\x40\x26\xdd\x2a\xe1\xeb\x39\x22\x4f\x13\x18\x4d\x83\xa4\x3b\x53\x5c\x24\x7c\x46\xb3\xad\xae\xc1\x4a\x8c\x83\x8b\x1d\x78\xc7\x47\x96\x7c\xde\x2f\x98\xd8\x0c\x53\x53\x08\xed\x76\xc3\x0c\x5b\xb8\xea\x8a\xc1\xdd\xb1\x84\x4c\xcb\x7e\xe0\x2d\xf6\x06\x1d\x28\x4d\xd3\xad\xb4\xe2\x7a\x47\x0f\x1e\xcd\xae\xeb\xdb\xac\x5b\xb0\xe8\xe1\xaf\xcb\xb6\xfa\x13\x9d\xd9\x2d\x46\x7c\x45\x42\x8b\x39\xba\x88\x6d\x07\x1f\xee\xbd\x10\x91\x59\x32\x44\xc7\xac\x2f\xee\x17\x4b\xe8\xfc\x48\x8b\x9d\x94\xcc\xb3\x51\x30\xbd\x23\xc9\x51\x6e\xec\x69\xa2\x60\xe0\x25\xef\x58\x7b\xdc\x26\x1e\xe5\xb2\x45\x3a\xd7\xd7\xdd\xcb\xf3\x16\x61\x26\x79\xef\x1d\x9d\xce\xef\xd3\x17\x46\x3a\x0d\x72\x4e\x26\xf2\x09\x58\x19\x53\x63\x56\x9a\xb3\x77\x12\x01\x44\xc2\x98\x6b\xa3\x9c\xab\x4a\xa4\x31\xe8\x2a\x9f\x56\x75\x12\xa4\x90\xdc\x4c\x76\x21\x0d\xaa\x75\x3e\xa5\xc3\x8c\x0d\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\xa8\x71\x03\xa7\x39\x0f\x68\x92\xc8\x5c\x98\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x02\x0f\xf9\x22\x04\x67\x74\x4b\x25\xe0\xb5\x07\x4b\x31\xb0\x8c\xac\x48\x72\x40\x2c\xd9\x86\xb5\xbc\x29\xaf\xc0\x61\x3d\x71\x3d\xeb\x96\xeb\x0c\xe1\x82\xbd\x46\x1c\x81\x95\xee\xb2\x7e\x75\xad\x2c\x6b\x89\x3c\x3b\xbb\x3a\x43\x3e\x55\x87\x01\x8b\x9e\xa3\x4a\xd9\x03\x70\x4c\x56\xf0\x9d\x91\x1e\xed\x41\x46\xfe\xf1\xf7\x5c\x1a\xaa\xdf\xb7\xfb\xc2\x32\xc3\x07\x36\xc7\x68\x06\xcb\x6e\x7e\x6f\xaf\xc0\x63\xcd\x84\x06\xef\xf7\xef\x51\x35\xb7\x0c\xf3\x91\x2a\x6e\x49\x0b\x25\x42\x84\x95\x2e\xc3\xd3\x82\xc3\xd2\x35\xea\xb8\x5d\xe1\x0f\x2e\x30\x6d\xfd\x33\x1c\xfe\x98\x19\x08\x18\x35\xdc\x80\xa8\x92\x22\x6e\xf5\xc2\xd0\x57\x6a\x45\x40\x15\xe7\x18\xec\xba\x53\xa8\xc5\x36\x47\x66\x53\xbd\xb6\x7a\x1c\xb8\x9e\x65\x74\xbe\x60\x21\x5b\x75\x8c\x2e\xed\xe6\xcc\x68\xc2\x8a\x60\x5b\x1f\x97\x9c\xc8\xe9\x14\xcc\xd0\x3e\xc1\x26\xe5\x23\xb0\x47\x1b\x7b\xc4\xc8\x90\x99\x27\xf0\x7e\xf8\x5f\x83\xd1\xd1\x8a\xc1\x54\x20\x28\x38\x50\x4b\xdf\xae\x55\x9a\x83\xb6\xd9\x3f\x6a\x91\xfe\x51\xca\x1e\x59\x26\x67\x53\x26\x8c\xfd\x81\x99\x5a\x86\xd6\x9d\x52\x9e\x5d\x4a\x13\x0c\xea\xbb\x6c\x8b\x62\x09\x9f\x71\x26\x8c\x1e\x30\xdb\xee\xb3\x86\xc3\xac\x52\xed\x7d\x16\x0f\x8c\x84\xd0\x34\xb5\x1a\x01\xe0\xbc\xfa\x41\x3a\x43\x04\x46\x11\x85\x05\x58\x8f\x86\x83\xe3\x7b\xbf\x64\x5c\x6f\xe2\x48\xa4\x0a\xb0\x56\xa1\xe3\x02\x99\x73\x29\xd5\x3a\x9c\xdf\x02\x3f\xd2\x6b\x37\x8b\x8a\x5b\x83\x30\x6c\xef\xc2\xf5\xc6\x59\x5e\x99\x5b\xfb\xdd\xd2\xa1\xe9\x38\xe1\x2c\x60\xb3\x07\xd1\xc6\xf9\x84\xab\x6e\x68\xb6\x72\xc4\x49\x26\x75\xae\xd6\xb4\x1f\x95\x07\x7d\xe6\x3e\x5d\x36\xee\x6e\x2c\x09\xe6\x99\xd1\x1b\x09\x9b\x35\x0b\x5f\x89\x57\xc6\xc3\x6d\xdc\x2d\xeb\xde\x6e\x11\x2e\x92\x2c\x87\x18\x1f\xab\xc1\x7b\x87\xb9\x48\x49\x71\xb5\xf5\x45\x08\xf2\xa1\x9a\x3c\xb1\x0c\x2c\x06\x56\xab\x04\xb6\xed\x86\xeb\x5a\x62\x29\xd1\x86\x1a\xd6\x22\x32\x37\xb6\xb1\x16\xd6\x0e\x70\x5b\x70\x3c\xa4\x90\xf5\x56\x54\x04\xea\x8b\x7b\xed\x3d\xbc\x21\x59\x09\x69\x1d\x19\x18\x17\xe4\x23\x33\xd0\x0a\x64\x8f\xc6\x13\xc4\x1a\x09\xb5\x2c\xa8\xba\xf6\x3b\x9c\x28\x37\x93\x0d\x76\xbe\x08\x0d\xfa\x21\x93\xc3\xa5\xfb\xde\x21\x53\x54\x4b\x5c\x2f\xde\xea\x52\x28\xa4\x51\x96\xcd\x2a\x1a\x65\x4a\x95\xdc\x80\x2b\x8e\x7f\x39\x9c\x68\x39\x79\x42\x30\x0f\x17\x18\x5a\x05\x11\x70\xd5\x71\x3a\x53\xc5\xaa\x31\x82\x42\x3d\x78\x3b\x6a\x3b\x8e\x77\xba\x68\xaa\x58\x45\x04\x65\x13\xc7\x73\x4f\x06\x0e\x88\x99\x30\xae\xc8\x5a\xd3\xf2\xe7\x77\x80\x67\x7e\x7d\xa2\x29\x68\xbb\xc9\x52\x81\x4c\x24\x30\x08\x3b\x30\x97\xed\x5a\x2a\xe8\xd1\xee\x8b\xca\x20\x9c\xed\x4b\x13\x20\x2f\x7f\x1a\x4a\xbc\xbf\x45\x46\xfc\x8b\x6b\x34\x78\x8e\xc3\xab\x91\xb6\xd5\x60\x83\x99\xd0\x45\xb2\xdb\xe0\x7e\xbc\x86\xef\x97\x1a\x19\xa4\xb6\x0a\x75\x62\x05\x2b\xc5\x12\xa9\x2c\x4b\x84\x6e\x83\x8b\x62\xe5\xdd\x68\xa8\xb2\x8b\x42\x57\x69\x5d\xa5\x71\x14\xd9\xdf\x29\x35\xec\xd8\x2a\xee\x2b\x9c\xb3\x33\x69\xbb\x21\x7c\x6a\x75\x8b\x28\xb2\xb3\xe0\xb0\x43\x36\xa6\xc2\x5b\x73\x1b\x46\xeb\x59\xfb\x0e\x87\xd9\x4a\x56\x74\x6a\xd5\x4c\x90\x23\xec\x80\xca\xe3\xd0\x33\x58\xce\xa5\xe3\x70\x9a\xf7\x4b\xad\x9a\x59\xb2\x6c\x4f\x34\x18\x02\x1a\x06\x9b\x43\x21\xb6\x57\x33\xd8\x8c\x6a\x43\xdc\x98\x1a\x46\x1c\x4b\xb3\x7b\x08\x49\x5f\x06\x14\x1f\x2b\x0e\x9b\x08\xe7\xf1\x10\x89\x66\xc6\x70\x07\x68\x9e\x6b\xe6\x02\x89\xa6\x4c\x8d\xbd\xc0\x87\x18\x97\xe1\x68\x3b\xb0\x4b\xcf\x47\x63\x5e\x02\x76\xfd\xc5\xa6\xdb\xa4\x23\x16\xc2\x21\xbd\x0d\xa3\xb4\x5e\xc8\xb5\x69\xf6\x44\xe7\x9a\xcc\x14\x46\x1f\xa1\xb1\xdf\x4f\x1e\x8c\x76\xe5\x8f\xbc\x85\xce\x0a\x54\xe8\x6d\x81\xf2\x44\xf1\xc8\x1a\x36\x2b\xaa\x66\xb0\x3e\xb3\x5b\x53\xf6\xaf\x18\xa2\xeb\x6a\x1b\x04\x15\xa8\x96\xd3\x2d\x08\xb3\x45\xc4\x70\x1c\x22\xe1\xd2\x12\x41\xb6\x74\xda\x45\xb7\x6c\xc4\x6e\x12\xf8\xc0\x04\x72\x41\x87\x2c\xdb\xd9\x78\xbd\x95\xa9\x1e\xba\x76\x09\xa3\x56\xfd\x66\x68\x8c\x87\x5a\x53\xaa\xca\xda\xbc\x11\x47\xe5\xeb\x99\xe6\x8b\x79\x96\x20\x5a\x77\x98\xa8\xcf\x80\xde\x9e\x7f\x37\x65\x47\xc7\x17\x49\x91\x1e\x5d\x7f\x8b\x54\xcd\x37\xbb\x8c\x21\xca\x63\xae\x1d\x02\xd9\x47\x26\xf3\x5e\xac\x41\x81\x66\xd6\x44\xed\xe9\x8d\x88\x90\x82\x11\xae\x8b\x97\x4d\xd9\x09\x49\xc6\x4c\x30\x05\x11\xaf\x3e\x72\x62\x11\x13\xfc\x85\x95\xf2\x4e\x50\x26\xc9\x88\xb3\x2c\xd5\x44\x30\xab\xd3\x50\x35\x87\xac\x07\x64\x68\xeb\xc8\x46\xfb\x92\x56\x6b\xae\x0f\x27\x46\xfa\x0c\x53\x40\x21\xb1\x92\x58\x65\x5c\x04\xb3\x42\xdc\x4b\xee\x23\x17\x85\xd6\x17\x41\x0b\x06\xfa\xe3\xda\x6a\x77\x6d\x02\xdb\x66\x8a\xaf\xec\x1d\x63\x7f\xf0\x7b\xd8\xf2\xb2\xac\x46\x0c\x8f\x4d\x74\x7f\x7f\x6f\x15\xeb\x58\x0e\xfb\xf7\xe9\x49\x58\x74\xae\xae\x56\x98\x27\x8a\xac\x64\x86\x5c\xce\x75\x1c\xa8\xf8\x2b\xb0\x53\xad\xbf\x52\x76\x93\xf3\x05\xcb\x15\x42\x86\x17\x4a\x76\x36\x0f\x4e\x9c\x58\x55\x71\x19\x4b\x58\xf2\x89\x6a\xf2\x7b\x21\xcd\xef\xa3\xa4\x2e\xaf\x0e\x23\xe6\xbc\x33\x4d\xb4\x4a\xc9\xe6\xdc\x47\xa8\x3b\x22\x21\x34\x9c\xd5\x74\xf5\xca\xef\x9a\x49\x58\x38\x55\x9e\x55\x7a\xeb\x2e\x3a\x9a\x9b\xd0\x3a\x10\x70\x6a\x6f\x36\x80\x97\xa8\x76\x42\x90\x0c\x14\x03\xb7\x89\x90\x64\x2a\x15\xab\x80\x5e\x21\xf3\x0e\x91\x18\x08\x36\xb4\x3e\x95\xd6\x98\xc3\x10\xc8\xa7\x38\xe6\x25\x33\xd8\x72\xf3\xd7\x3e\x42\x2c\xa6\xe5\x64\x83\x25\x14\xb0\x22\x95\xab\x5e\x25\xdf\x26\x2c\xa2\x49\x26\x0d\x86\xe8\x18\xdd\xbf\x29\x81\xa9\xdd\x17\x1f\xa4\x72\x77\xa7\x76\xc9\xc1\x43\x9a\x3c\x1c\x33\x91\x12\x9a\x9b\x09\x26\x12\x39\xdb\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\xa2\x0a\xd7\x09\x55\x8e\xe9\x8f\xe8\xa3\xf4\xa3\xe8\x8b\xa8\x11\x48\x3f\x06\xbc\x09\xc0\xc4\x6b\x12\x20\x18\xe0\xfb\x34\xad\x45\x1d\xf2\xdb\x02\xee\xdb\xf2\x33\x13\xa3\x47\xf5\xa1\x3f\x96\x0a\xa6\x75\xff\x08\x47\x5d\x59\xa1\x9e\xb7\x47\x79\xfd\x46\xc7\x35\x34\xc2\x9b\x2d\x17\xf0\x84\x16\x19\x37\x0b\x2b\xa6\x7c\xef\x79\x67\x29\xad\x6a\x94\x2b\x08\x5d\xaa\x6b\xf3\x5d\x32\xe1\x59\x61\xa3\x7e\xdf\x72\xe7\x11\x9b\xcc\xd8\x23\xcb\x30\xfd\x36\x51\x90\x2f\x80\xde\xf6\xef\xc9\x7f\x20\x22\x1a\xf9\x63\x5f\x7c\x04\xb6\x9a\x65\xf3\x16\xe1\xa3\xa2\x65\x6a\x2a\xcd\x3c\xd4\x0e\xc0\x6e\x19\x72\x96\xd2\x40\x70\xbf\x27\xf4\x91\xf5\x85\x6f\xe6\x3f\xc8\x03\xf9\x03\xf9\x63\x93\x21\xc7\xa5\xd0\x3d\xb7\x9e\x0f\x54\xec\xfb\x8a\x38\x43\xcb\x89\x8f\xc0\x39\xbc\x19\xa0\x5c\x54\x37\xa8\x6a\x41\xc0\x0d\x79\x7f\x5c\x3c\xca\x45\xef\x55\x7c\x72\xa9\x62\xc2\x0c\x84\x4c\xd9\x80\xd5\xb8\xae\x96\x30\x0a\x7b\xa9\x5f\xca\x94\xad\x74\x3c\x05\x01\xf9\x33\x98\x2e\x74\x3e\x0c\xdb\x01\x31\x71\x41\xe9\x2e\x13\x58\xfd\x80\x43\x5e\xce\x36\xc3\xdd\xd6\x57\x76\xe5\xa4\xab\x16\x70\x74\x37\x80\x7a\x7f\x0d\x96\x6b\x86\xf0\xa3\xea\x29\xac\x5a\x88\xed\xcb\x76\xe6\xee\xce\x89\x32\x8e\x00\xab\x40\xf1\x31\xb7\xd2\xf6\xfa\xfe\x38\x60\x82\xdb\x98\xb9\x31\xb5\x77\x2d\x3b\x77\xb1\x14\xb3\x8c\x1a\x4b\xe5\xc7\x81\xec\x0a\x1f\xd3\x50\xe6\x55\x99\xdb\x2d\x00\xd7\x71\x60\x94\x13\xaf\xe7\x96\x05\x8f\x31\xe8\x86\x4d\x38\x66\x07\x76\xce\x2e\x88\x3d\x14\x72\xca\x10\x0f\xcf\x2e\x5a\x6e\x26\x52\xf1\x7f\x34\x3a\x64\x9b\x25\xec\xc2\x91\x16\xd5\xe1\x85\x71\x96\x65\x6d\xa0\x51\x94\x0c\x4c\x49\x91\xa8\xd3\x70\xc8\xd0\x7e\xaf\x40\xf8\x18\xe5\x19\x66\x9e\x27\x52\xa5\x88\xce\xaa\xcb\x55\x7f\x95\xaf\xb1\x8d\x21\x5b\xbe\x41\xee\x92\x47\x5c\x6e\x7b\x32\xa1\x62\xbc\x5c\x8e\xfc\x73\xce\xf2\x3d\x05\xcd\x38\xc0\x99\xaf\xe4\x8e\xa7\x63\x5d\x94\x09\xc7\xb5\xb1\x2c\xb9\x52\x99\xdc\x39\xe4\xa9\x7e\x28\x0c\x6a\x21\x87\x00\xd5\xe8\xaa\x3e\xbf\x86\xf1\xe5\xc6\x1d\xbf\x3d\x98\x5f\x5e\xc2\x5f\xbf\x28\x1f\xd5\xf0\x1f\xa0\x3f\x97\xd3\xfd\xa2\xd6\x8d\xc0\xc3\x2b\x72\xc7\xbe\x2d\x1d\x1b\x68\xd2\x7e\x50\x6e\x84\x8e\xb9\x2e\x3a\x37\xeb\xa9\xe3\xb6\x6c\x47\xd9\x98\x24\xb0\xef\x01\xb8\xb1\x76\x36\xdf\x46\x66\xc9\x22\x14\x11\x63\x51\x7d\x94\xf8\xf3\x9a\x5a\xca\x8e\xc1\x72\x34\x6c\xe4\x17\x6c\x8a\x52\x8e\x46\xb4\xc5\xed\xb4\xa8\x08\xd5\x8f\xcd\x3f\x5e\x77\x28\x4b\xdd\x21\x6b\x3a\x37\x40\xa3\x5f\x76\x6c\x2f\x5c\xb4\x51\xd9\x2d\x80\x21\x14\x32\x72\x8c\x82\x87\x20\xd7\xc4\x28\x0a\xd1\x7b\x52\xe8\xbe\xf8\x8c\x52\x2c\xd7\xa8\x2f\x3a\x58\x23\x50\x47\x1d\x86\x0a\x30\x4f\x07\xb9\x60\x26\x54\xb8\x44\x84\x3a\x17\x44\x40\x85\x0c\x27\x21\x76\x42\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x84\x6c\x25\xa2\xb1\xc9\x56\xcc\x35\x44\xba\xd2\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\x47\x31\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x8a\x11\xcd\x8b\x02\x78\xb3\x09\x90\x34\xa8\x18\xda\x81\xa6\x2b\x1c\x22\xad\xf8\xe4\x0f\x59\xb6\x51\xa4\x09\x7e\xb0\x94\x8a\xe0\x95\x02\x1f\x78\xad\xf0\xf6\x38\x00\xa2\x36\x19\x60\xd5\xc0\xe2\x14\x82\xa5\xa6\xe1\x72\x18\xfe\x96\x43\xcc\xcd\xa4\x36\xe8\x79\xd9\x00\x7d\xd4\xf5\x3a\x12\xeb\x29\x48\x8f\x44\xba\xf4\xfb\x68\xa4\xeb\xec\xaa\x4b\xf0\x1e\xc8\x91\x0f\xab\x5e\x9f\xab\x56\x33\xdf\x37\xd0\xee\x15\x26\xce\x92\x99\xe2\x52\xb9\x04\xf3\x46\x1b\xfb\xaa\xcb\xb1\x53\x09\xc4\x00\x70\xa8\x29\xf0\x6f\x5d\x60\x6b\x78\x3b\x5a\xb8\x3d\x4b\xab\x03\xf9\x52\xf0\x71\x2a\x99\x8e\x04\x56\x58\x58\xe4\x06\x7c\xc4\xec\xa0\xfb\xc2\x4a\xec\xb1\x70\x8d\x69\x57\x3e\x0b\xcb\x76\x9a\x28\xa9\xb5\x8b\xad\xc0\x76\x74\x7b\xe9\xbd\x7c\xe7\x92\x62\xf6\xe1\x35\x7b\xb9\x30\xcb\xc5\xc2\x0b\x11\x18\x68\xbd\x1c\x37\x64\x21\x01\xa8\x91\x8b\xee\x1a\x81\xe5\x8f\x06\x51\x8c\x6a\x67\x49\x80\x40\xa5\x4a\x88\xc6\x06\x52\x57\x18\x33\x06\x2c\x1e\x87\x94\xbb\x88\x84\x5c\x42\x2d\x62\x9e\x73\x4d\xb8\x52\x0c\x20\x55\x87\x99\x73\x90\x95\xa8\x86\x17\x85\x3d\x8b\x15\x09\x4a\x33\xf6\x0c\xb7\x8e\xe6\x53\x7b\x9e\x01\x49\x40\xc8\x63\x39\x03\x2d\xac\xfa\x16\xe4\x4b\xf2\x91\xa5\xc4\xb8\xae\xa8\x15\x55\x8f\x01\x9b\x9b\x09\x53\xe7\x36\xf0\x8d\x80\x9b\x81\xa5\xb8\x8d\x48\xb9\xfd\xa3\xce\x0f\x57\x37\x77\xdd\xf3\xfe\x51\xe1\x0c\xf6\x81\x43\xfe\x92\x0c\xe9\x5c\x52\xf4\x45\x70\xe9\x84\xa2\x1b\xb0\x97\x84\xa6\x69\x91\xbd\x84\xe1\x84\x03\x34\x4d\xaf\x7b\x2a\x56\x7a\x75\x16\x9b\xf9\xc0\xbf\xb0\xf4\x86\x9a\x9d\x7c\x41\x4b\x7d\xed\x6b\xd9\x3c\x6b\x49\x3c\x17\x7c\xc1\xee\xb6\xe4\x46\x08\x53\xb9\xb7\xdf\xad\x4f\xc1\x78\x12\x60\xaf\xbc\xf1\x4c\x5b\xe6\x6b\xf5\x74\x1a\x6a\xa1\x8c\x80\x06\x44\x32\x6f\x11\x08\xae\xb7\x54\x3b\x27\x7f\x22\x53\x2e\x20\x10\x76\xd9\xda\xde\x97\x27\xb2\x09\x10\x5a\xef\xf2\xbe\x0c\x53\xfa\xe3\xd5\x7d\x19\xde\xa7\xf3\xcb\x72\x48\xb3\x72\x0b\xcb\x8c\x23\xc5\x1c\xa3\x60\x23\x89\x4b\x11\x96\xa6\x6e\xa2\x17\x55\xb1\xe7\xdb\x4a\x35\xcc\x82\x04\xb6\xef\x2c\xc3\x28\xd4\xe4\x55\x24\x18\xba\x99\xee\x96\x5b\x88\x8a\xea\x75\x59\xfb\x7d\xd6\x0b\xba\xd6\x9d\xbc\x7d\x60\x44\x31\x01\xb0\x04\xd4\x5f\xbf\x1b\xa7\x13\x14\xad\xfa\x98\xf6\x0d\xa4\x37\x52\x7c\xed\xed\x29\xda\x99\x94\x67\x74\xc8\x01\x7f\x08\x6e\x60\x9f\xdd\x55\x97\x83\xdf\xee\x8b\xb8\x68\x13\xde\x99\x96\x06\x7c\x02\x1f\x17\x63\x22\x05\x23\x52\xa1\x63\x34\xb0\xc3\x56\x9c\x5a\x50\x0d\x8d\x33\x13\x32\x97\xb9\x0a\x3d\x2e\xf4\xe3\xa8\x4f\x4f\xa8\x0f\x9e\xf0\x72\xa6\x73\xed\xc5\x19\x98\xd0\xde\x4c\xb1\x42\x75\x85\x8e\xd9\x23\x13\xe4\xc9\xaa\xa9\x34\xca\x6c\x8f\x82\xd6\xac\x48\x2a\xbe\x33\x21\x32\x85\x67\xae\x8c\x39\x0d\x6e\xad\xc2\x70\xa5\x29\x77\x2d\x2f\x27\xe0\x3d\x64\x1f\x40\x3a\xc5\x76\xc4\x07\x5f\x36\xd9\x62\x1c\x2c\x9e\xa5\x81\xd8\x32\x84\x11\xd2\xb5\x24\xcb\xbe\xcc\x58\xb2\x4d\xc8\xf8\xb5\x2f\xcb\xb1\xcc\x36\x14\x6b\x2e\x0e\x1e\xc5\x6d\x9d\x91\xde\x52\x55\x1d\xed\x8a\x71\x6e\x94\xb8\x61\x07\xfa\xb3\xcb\x74\xdc\x70\x9c\x3e\x75\x63\xa4\xe4\x74\xbd\x21\xbe\x4c\xb0\xf2\xdd\x42\xd8\x6f\xc9\xd8\xf2\x4a\xa2\x94\x57\x8f\xb2\x29\x3c\x79\x15\xd7\xfb\x19\xef\xc5\x90\x89\x00\x49\xd9\x0c\x31\x91\x83\x0b\xca\x45\x06\xc7\x7d\xc6\x77\x56\x70\xc6\xf8\xa0\x9d\xca\x29\x28\xb9\x79\x86\x56\xd9\x06\x69\x08\x23\x75\xeb\x43\x8c\xe1\xfa\xac\xb3\x2f\x47\x9e\x6a\x97\x68\x65\x17\x4f\x1b\x3a\x0d\x69\xb5\xd5\x54\xe9\xca\x72\xad\xe0\x46\xfb\x0a\x19\x7d\x86\xb0\xe2\x3a\x5d\xb7\x14\xea\xec\x42\x3a\xf6\x93\x4f\x58\xb9\xa1\x97\x0e\xac\x94\x50\x18\x0f\xc8\x21\x44\xc6\x49\x74\x8b\x5b\x59\xba\xf9\x10\x3a\xd6\x9b\xb1\xb7\xd4\x92\x91\x3a\x99\xaa\x44\x82\x93\xf8\x8e\x07\x23\xcb\x94\xce\xa3\x50\x33\x07\x03\x03\x97\x33\x17\xe1\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\xb8\x47\x9b\xfc\x30\x0f\xd7\x22\xcd\xb2\x78\x24\xda\xc1\x61\xe3\x28\xd1\x78\x0c\x97\x18\xe9\x5d\x76\xce\xee\x7a\x3f\x77\x21\x8c\x6a\x2e\x73\xf2\xc4\xb5\xd5\x10\xfa\x02\xac\xab\x88\xa1\x8e\xf5\xdf\xf0\xc5\x16\xbc\x05\xc1\x95\x3a\x1f\x4e\xb9\xd5\xa7\x8a\x49\xde\x03\x47\xb8\xf1\xa1\x76\x78\x8e\xed\x07\x70\x6d\xfb\x20\xbe\xba\x78\xf9\x15\xe7\x63\x0b\x35\xb8\x68\x64\xd7\x38\xbd\xc8\xf9\xf3\xbc\x91\x7a\x91\x98\x1d\xab\x35\xb5\xc7\xeb\x10\xaa\x57\x7f\x28\xcb\xf9\xaa\x90\x54\xcc\xb5\xa9\x5c\x26\xcd\x59\xaa\xc5\x16\xec\x23\x4e\xcf\x4b\xdb\x9b\x04\x6f\xf8\x4f\xea\xa5\x9d\xdb\x80\x01\x5e\x2b\x82\x5d\x37\xca\x37\xaf\x2d\x5b\x28\xaa\x77\xb0\xb5\x4b\x6d\x13\x75\xab\x88\x77\x8f\x49\x21\x8a\xe7\x28\xc7\x89\xb3\x2a\xeb\x16\xd2\x80\x2f\x3b\x01\x34\xb5\x85\x40\x92\xbe\xa8\x97\x1b\x96\xd3\xd8\xae\x6e\xe9\xbd\x66\x15\x85\x1d\xb9\x09\xb3\x70\x16\x91\xcf\x21\x0e\x0f\x95\xd1\x50\xb6\x8b\x55\xce\x95\xb7\xbf\x36\x68\x01\x20\x2e\x6c\x13\xd1\x54\x73\x2a\xd7\x74\x1a\xaf\x3c\x17\xee\xca\x7c\x1e\x0d\x6a\x47\xef\x3a\x24\xd6\xee\x3f\x1d\x18\x8c\x98\x2d\xb0\x90\x3b\xf7\x19\x94\x05\x89\x70\x18\xd6\x5a\xb9\x35\x20\x8d\x1a\x78\x18\x96\x86\x8d\xa1\xe0\xe1\xf0\xc8\x2c\xc0\x6e\x57\xb8\x5b\x10\x77\x72\x91\x32\x25\x18\x35\x93\x97\xf3\xd6\x9e\xed\x6a\x32\x7c\x31\xcf\xed\xd9\x5e\x70\xd4\x2a\x5e\xdc\x0d\x1d\xb8\x1b\x78\x43\x0b\xc0\xa9\x05\x25\xaa\x0e\x6e\xb2\x08\x1a\x77\x7a\x56\x19\xcc\xeb\x39\x1c\xd1\xb5\x2d\xbe\x05\xdf\x71\x7c\x4c\xe9\x93\x33\xbb\x0c\x2c\x67\x1c\x20\x00\xcb\x06\xab\x71\x43\x9f\xae\xe0\x7b\x28\xa4\x88\x5f\xaf\x7f\xf1\x2e\x53\xd6\x82\xa5\x0f\xf0\x48\x4b\xc0\x30\xae\x38\xf2\xf2\xdb\xd3\x34\x38\xb9\xd6\x01\x79\x46\x75\xa6\x84\xb8\x8b\xbf\xb8\x1f\x1a\x90\x99\x2b\x9f\x55\x67\x1b\xeb\x60\x62\x5e\x35\x61\x50\x95\x66\x4c\x83\x74\x8d\x6a\x55\x45\x80\x5e\xa6\xde\xf5\xc5\x8f\xf2\x89\x3d\x32\xd5\x22\xd4\x90\xa9\xb4\x42\x93\x60\x71\xd5\x50\x5a\x4e\x90\x46\xef\x01\x25\x97\x74\xca\xd2\x2e\x5c\xbd\x51\xd0\xa1\x53\x32\x9d\x01\xb7\x2e\x07\x0d\xf2\xaa\x5c\xc1\x2d\x37\xd0\xbe\xa0\x09\xd4\xe1\x02\x37\x1a\x50\x23\xf7\x13\x03\x56\xf3\xfb\x60\x5e\xfe\x7d\x9b\xdc\x59\x19\x81\xeb\xf2\x78\xa3\x58\xf6\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x00\x39\x04\xed\x03\xcd\xcc\x35\xe6\x65\x18\x8c\xb7\x2d\x27\x34\xb5\x12\xc8\x72\xc2\x29\xa9\xa9\xaf\xcc\xea\x52\x0e\x0c\x8d\x09\xc8\x5e\xcc\xc1\x83\xe7\xa2\x34\x80\x8c\x9a\x41\x2b\xf6\x67\xa6\x5e\xc0\x0c\xd4\x20\xff\x06\xeb\x40\x29\x4a\xa8\x81\x2b\x6f\x60\x51\xf1\xd6\x87\xfa\xf0\xb6\xa2\x5b\x57\xc7\xcc\x57\xae\xa8\x03\xec\x6f\xd8\xfb\xf5\xd3\x25\x2b\xa3\xbc\xce\xd5\x4c\x42\x7c\x78\x36\xf7\x31\x75\x2e\xe6\x7d\x26\x67\x39\x66\x0c\xf0\xd8\x9f\x57\x3b\x20\xae\xcd\x27\x6a\x92\x89\x15\xbd\x8a\xd8\xef\x7d\xa4\x71\x96\x18\xe9\xf3\xaa\x7a\x35\x33\x38\x8b\x7b\x6f\x30\x63\xac\xad\xc5\x63\x26\xa8\x0f\xd5\x80\xbf\xb2\x8c\x4c\x6d\xaf\x25\x60\xc2\x08\xbd\xaa\x76\xad\x4b\xd8\x4f\x7b\xf7\x69\xef\x20\x8a\x43\xdd\x1a\x2e\x48\x54\xb9\xce\x19\xeb\x6b\x8f\x74\xae\xf8\x56\x12\xb7\x33\xf6\xb0\x47\x26\x4c\xa1\xbb\x4d\xe9\x8c\x70\xcb\xb7\xed\xcd\xa3\xc6\xac\x45\x9e\xec\x89\x33\xb9\xb2\xbc\x39\x57\xdc\x9f\x30\x50\xb8\x96\x6c\x5f\x59\xe3\x39\x41\x69\x03\xc3\xcf\x12\x1a\xc1\x9e\xb9\x7a\x5d\x89\xc9\x69\x70\x91\xc3\x0e\x67\x5c\x3c\xd8\xce\x10\x8e\xc1\x1b\xd6\x95\xe5\x6f\x52\xf9\x68\xe8\xd2\x9e\xae\xa4\xbc\x1d\x76\xb9\x19\x79\x74\xd5\x51\xe0\x62\x1c\xe5\x71\xd4\xeb\x9b\xeb\xc0\x2a\xd4\x7e\xb9\x1e\x2a\x44\xed\xa7\x5e\x9e\xd8\xe6\xdb\x25\xa1\xef\x5b\x43\xce\x96\x42\x54\x5c\x48\x86\x93\x48\xe2\x0c\x1b\xa7\xb5\x40\x7e\x1c\xc7\x3a\x74\x4e\x42\xf9\xf7\xf0\x2f\x04\xb3\xc2\xa5\xf9\x77\x22\x55\x5f\xe0\xef\xad\x80\x7b\x61\x5f\x28\x52\xd4\x1a\x92\xba\x03\x3d\x79\x10\xdb\xed\xe4\xca\xbb\xce\xed\x4f\x83\x9b\xee\xed\xd5\xfd\xcd\x59\x49\xb8\x3c\xbb\xb8\xbf\xbd\xeb\xde\xd4\x3e\x43\x18\xfc\xde\xd5\xe5\xe0\xcf\xf7\xdd\xfb\x86\x47\xbe\x81\x8b\xce\x0f\xdd\x52\x75\xa8\x3f\xdf\x77\x2e\x7a\x77\xbf\x0c\xae\x3e\x0c\x6e\xbb\x37\x3f\xf7\xce\xba\x03\x57\xa1\xfa\x0c\x4b\x8d\x44\xef\x5e\x5f\xdc\x7f\xec\x5d\x0e\x7c\x48\xc9\x52\x59\xb7\x7e\x2a\x4d\xe0\xc1\xb4\x52\xd2\xbd\x00\xf1\xf0\x77\xf3\x70\xee\x76\x9a\xff\x03\xcc\x0d\xd7\xb8\x3d\xc7\x2d\xff\x2f\xc4\x8b\x3d\xb6\x1c\xc1\x1b\x9c\x8a\xc3\xd4\x17\xc1\x22\x18\xd8\xbf\xa1\x63\xed\x0b\x32\x96\x46\x7b\x4a\x3a\x33\x57\x74\x51\x96\x3b\x35\x54\x3f\x14\x23\xf5\x86\x60\x20\x11\x28\x04\xa2\x5d\x09\xc2\xca\x6e\x95\x1b\x74\x73\x82\x21\x38\x83\x58\x4a\x0a\xa0\xe6\x05\xc8\x5f\xd7\x68\x65\x9b\xa1\x84\x32\x2e\x8e\xc6\x71\x41\xd6\xd8\x5c\xd0\x29\x4f\xf0\x87\x4a\xe2\x94\x4b\xa9\x9a\x32\x61\xaa\x2d\x96\xa8\xa3\xdc\xf2\x84\x91\x9f\xfe\xad\x18\x14\x98\x31\x9c\x59\x20\x5f\x40\x80\x73\x0f\x54\x8e\xab\xba\x8a\xb6\x4a\x3d\x79\xc5\xa7\xa6\x78\x16\x44\x79\xe4\x22\xca\x5d\x28\x05\x42\x01\x0c\x37\x16\xd8\x2d\x13\xe8\x29\xb9\x65\x19\x14\xf3\x0b\x42\x8d\xdd\xc5\x19\x14\x59\xab\xd4\x27\x23\x43\x57\x74\xcd\x49\x0d\x88\xae\x01\xeb\x08\x75\x5f\x9a\x0e\x7d\x99\x67\xef\x94\x7b\xa7\x1f\x06\x7e\xcf\x07\x5b\x5d\x22\x77\x54\x3f\xd4\xa0\x68\xd7\xf2\x65\xb7\xa1\x3b\xf6\xd8\x0c\xdd\x5d\xdb\x69\xd8\xb3\x01\x50\xe4\x76\x7d\x36\x26\x3e\xae\xe8\xd2\xcf\x38\xab\x00\x49\xad\xdd\x5f\x09\x88\xea\xf9\x6d\x3b\xf5\xb7\x38\xd0\xee\xc0\xe7\x2d\x6c\xb2\x6e\xe5\x82\x83\x9b\x78\x3f\x20\xfb\x9e\x27\x51\xb1\x46\x38\xf5\x01\xdc\xcb\xa3\xcd\x62\xf5\x23\x67\x58\xa2\x43\xf9\x58\xca\x78\x9d\x62\x35\xa1\x5a\x19\x3b\xd2\xe4\x77\x39\x43\x81\x98\xd7\x2f\x0c\x65\x97\xde\x93\x2f\x14\x83\xaa\x5d\xf6\x75\x35\xf5\xea\x64\x56\xc5\x21\x6e\xe1\xcc\x88\x5a\x0f\xde\x8c\x75\x84\xeb\x73\xd8\xd3\x21\xb8\xaa\x0a\xd0\x57\xc4\x16\x07\x15\x3c\x36\xa7\xb4\x8a\xa8\x0d\x14\xba\x83\x38\x74\xe2\x25\x24\x72\x82\x36\x9e\x93\xe8\xea\x9e\xcf\xec\x9d\x3d\x1d\xba\xc8\xf6\xe5\x1b\x1d\xad\xcd\x0e\x5b\xfe\x7c\x60\x67\x61\x5a\x5f\x0d\xeb\xac\x6e\x04\x6f\x16\xe9\x0c\x0b\xa9\x05\xda\xb0\xd3\xf5\xab\xfd\x07\x3f\xa3\x3f\x20\x49\xe5\x0d\x69\x32\x51\x6b\x21\x1d\x98\x1c\x43\x99\x04\x17\x93\xef\xb0\x58\x34\x39\x26\x19\x7f\x60\xe4\x3b\x70\x0f\x77\xae\x7b\xdf\xb5\xc8\x77\x71\x08\xea\x77\x1b\xb0\xbf\x02\xc5\xd0\x8d\xdb\x41\x9e\x81\xa4\x5a\x8a\x6e\xfa\x00\x81\x68\xd1\x30\x3b\x51\xf5\x03\x48\x81\x31\x4c\x21\x30\x17\x84\xb4\x84\xb0\x09\x67\x87\x5d\xc5\x1b\x8b\x23\xb3\x33\x78\x94\x6d\x6f\x31\x40\x7e\xcf\xae\xfc\xe5\x8c\x70\x45\xc8\x7d\x27\x80\xf3\x17\x70\x5b\xba\x81\x78\x0f\xe1\x2c\x75\xb3\x2a\xe9\xc9\x7e\x31\x6b\x37\x65\x15\xe1\xbd\x35\x72\x5b\x23\x70\xa4\x53\xb7\x22\xbe\xfa\xf7\x81\xca\xbe\x06\x95\xed\x23\x66\xaa\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x5e\xaa\x95\x70\x3d\x9f\x2e\xa3\x92\xad\xc6\xe1\xdc\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\x3b\xc6\xe1\xa4\x48\x8e\x51\xcd\x86\x4f\x99\xab\x73\x5e\x38\x0e\xdd\x79\x05\x72\x83\xab\xca\x21\xd1\x63\x27\x2a\x99\xf0\xc7\xfa\xd0\xed\xa5\x1b\xbc\x83\xcb\xf5\xb2\xf3\xa9\x7b\x3e\xe8\x5e\xde\xf5\xee\x7e\x19\x2c\x7a\x5f\xcb\x8f\x6f\xce\x7e\xec\xfd\x5c\xae\x08\x7e\xfb\xcb\xed\x5d\xf7\xd3\xe0\x63\xf7\xb2\x7b\xd3\xb9\xeb\x2e\xaf\x7b\xbf\xac\xb3\x3a\x10\x4a\x17\x5b\x26\x0b\x48\xc9\xd4\x03\xd6\x79\x58\x06\xb4\xfc\x18\x25\x33\xc2\x8d\x26\x8f\x5c\x73\x97\xa5\xe3\x84\xbd\xfb\x9e\x37\x46\xd5\xf4\x7e\x1a\x85\xe7\xb6\x10\xab\xa0\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\xe6\x85\x44\x75\x7e\xda\x35\x9d\xb8\x05\x3b\x25\x1d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x96\x54\x84\x8a\x19\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xea\x94\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x71\xb1\xa6\xe4\xc8\x25\x00\x65\x19\xe9\x72\x22\x9e\x4d\x07\x6d\x70\xef\x2c\x80\x09\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\xf1\x5c\x30\xae\xf3\xeb\x52\xed\xae\xbb\x27\xbc\xb8\x5e\x87\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\xc6\xb7\xb7\xa2\x39\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\x21\x9b\x02\x5d\x7e\xa1\x84\x8d\x57\x3b\x2f\x9b\xc1\x49\x37\xab\x17\x52\x5a\xc4\xd5\xb5\x42\xa0\xa2\x18\xd5\x0d\x85\x42\x00\xb1\x27\x7d\x2d\xe5\x42\x16\xb3\xb4\xca\x83\xfb\xca\xb5\x42\x2a\x83\x79\x3d\x05\x43\x56\xae\xdb\xeb\x4d\xc3\xab\x19\xe8\x1a\x85\x42\x42\x94\x38\xe0\x82\x6e\xc6\xf2\x21\x33\x8f\xa7\x19\x70\x24\xef\x96\xb3\x87\xaa\xc6\x74\x19\x2b\x5a\x54\x3f\xec\xdc\xdd\x1d\xd5\x0f\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x31\x10\xae\xca\xa5\xdd\x9a\xf9\x6f\xf7\x91\x09\xb3\x17\xd1\x04\x9a\xa8\x09\xd8\x5f\xcf\x54\x87\xa0\x7a\xbd\xf3\x82\x23\x05\x18\xea\xc8\xed\x6a\x14\x4d\x00\x7d\x13\x0b\x4b\x3a\x57\x46\x93\x83\xc5\x4e\x6d\xbd\xed\x81\x57\x17\xd7\x65\x45\xa8\x98\x5b\xed\x02\x45\xb4\x08\x43\x91\x09\x94\xa8\xdf\x28\x87\xb4\x24\x04\x88\x14\xb0\x5e\xa2\x5a\x30\x28\x97\x56\xf7\x1c\xfb\x9c\x50\x5d\xed\x72\xe5\x96\x6f\x91\x7a\x56\x6a\xe6\x23\x83\xc0\xd9\xbd\x00\xf4\x6f\x90\x09\x00\x03\xb9\x57\xd9\xca\x72\x77\xb7\x88\x60\x9a\xab\xac\x30\x47\x50\x62\xef\xce\x76\x14\x95\x04\x09\x3a\xa5\x15\xc5\xc1\x34\xb0\x9c\xcd\x0b\xf4\x3d\xe7\x50\xdd\x68\x1a\xc6\x6a\xc5\xb4\xbd\x25\x59\x34\xe2\xeb\x46\xbd\xa0\xa5\x06\xf4\xf5\xb2\x44\x08\xb2\xfb\x1c\x11\x68\x41\xe9\xa3\xb1\xe8\xaa\xf9\x3f\xec\xcd\xaa\x98\x9e\xc8\xac\x89\xd7\x43\x37\x1b\x67\xd9\x6f\x37\x1b\x9f\x64\xbf\xef\xe9\xac\x66\x00\x2e\x3c\x50\x1b\x95\x27\x80\x98\x62\xb9\x61\xfd\xa9\x73\x50\x51\x70\x85\x3a\xf7\xa7\x2e\x25\x00\x7b\xa4\x00\x08\x1a\xa8\x15\xef\x9a\xcf\xf6\xae\x56\xd5\x32\x50\xf7\xb3\x19\x57\x4b\xb7\x6a\x69\x02\x87\x3c\xd3\x6d\x4d\xa6\x0e\x3d\x2c\x50\x20\xa4\x81\x1b\xc5\x19\xe0\x93\x64\x21\xa9\xb1\x7c\x0b\x39\xe3\xc9\x4a\xc2\xb2\x22\xcf\xf9\x8e\x86\x54\x3b\x9c\xf9\x00\x62\xe9\x77\xf1\x6c\x96\x66\x80\x76\x24\x68\x93\xa5\xae\x38\x24\x42\xcc\xb8\xd9\x07\x1b\x1a\x42\xd1\xf7\xc5\x8d\x1d\x05\x7e\x01\xa6\x34\x14\x60\x02\xde\x33\xf3\x1e\x3f\xcc\x60\xc0\xaf\x60\xd9\x9a\xca\x0d\xe9\x41\x84\x72\xdf\x34\xb1\x6d\xd0\x46\x83\x90\xf5\x03\x3e\x25\xa3\x8c\x8e\x7d\x8a\x1a\xd4\x4e\x18\x15\x42\xb8\x95\x24\xb0\x18\x81\xfd\x53\x3b\x06\xc7\x1b\xe2\x76\xf5\x8c\x25\x28\x0e\x6f\x29\xf7\xc1\x2e\xf0\x34\x18\x28\xe1\x4f\x51\x8f\x2c\xef\x50\xf2\xa6\x74\x06\xe1\x6a\x48\xe9\x72\x14\x82\xea\xee\x5c\xcc\x5a\x1b\x46\xfe\xdf\xff\xf5\x97\x36\x4f\xd7\x0a\x40\x88\xfd\x04\x45\x3a\x6d\x14\x20\x12\xe1\xe5\x53\x60\xc7\x4b\xeb\xc3\xed\xab\x1c\x39\x68\xe8\xcf\xc6\x3b\x97\x14\x1d\x8d\x79\xe7\x7a\x7e\x50\x1c\x2a\x46\x3a\xdb\x0b\x29\xd7\x4c\xa1\x89\x3e\x24\xc0\xd5\xe0\xf3\x36\x86\x2d\xd4\x56\x5f\x5f\x16\x08\xb5\x50\x05\xbe\x9e\xda\xd0\x17\x42\xde\x3d\xd2\x8c\x5b\xc5\xb2\xed\xf3\x9d\xdf\x93\xff\x00\xbc\xdd\x7f\x6f\xb0\xcd\xd0\x31\x53\x83\x34\x2f\xc5\x00\xad\x1a\xd4\xb5\xfd\xe8\x3c\x37\xf3\xfa\xbc\xf1\xd2\x31\xca\x68\xf2\xb0\x49\x2e\xbd\x7d\xbf\xa1\xd9\xd5\x1c\x3e\x72\x8a\x95\x05\x8d\x86\x4c\x75\x56\xc9\x54\x77\x21\x13\x71\xff\xc8\xec\x04\xc0\x31\x47\xa2\x90\xe3\x86\x1d\x3b\xe6\x36\xf9\x80\x20\x70\x20\x92\x61\x17\x89\xcc\xb3\xb4\x2f\xd8\x97\x99\xd4\xac\x14\x7f\x5a\x03\xdc\xe5\xc2\xa9\x5d\x4f\xf5\x37\x4d\x05\xf1\x7a\x27\x09\xe6\xab\xc3\x0a\x2c\xee\xe9\xe2\x94\xeb\x89\x6c\xa7\xcb\x35\xe1\x33\x6e\xc9\x63\x50\x7b\x0a\x5f\xac\xe8\xc2\x99\x55\x66\x85\xc9\xe6\x2d\x12\x26\x59\x21\x8b\x8c\x3d\x32\x45\xc7\x56\xcc\xa1\x3c\x8b\x41\xda\xca\xaa\xf3\x7a\xde\xc0\x72\x14\xe2\xce\x01\xb3\x75\x2e\x9a\x0d\xc4\x93\x4e\x0c\x2c\x37\x67\x86\xb0\x2f\x86\x09\x74\x6e\xdd\xf9\xd8\xdf\x28\xfe\xa4\xa9\x70\x0e\x46\x65\x36\xdf\xce\xcf\xbe\x8f\x1d\x9f\x00\xe1\x83\x9b\x53\xed\x2e\x09\x87\x78\x3e\xa1\x22\x75\x11\xec\x3a\xd4\x85\xc2\xd9\x09\x6d\x18\x0d\xc2\x81\x8f\xc3\x8e\xf0\x7e\xb0\x4d\x44\x7b\x86\xbb\xc8\x0b\xbe\x56\x64\x03\x57\x84\x54\x56\x7e\xc9\x85\xe1\x99\x15\xc3\xdc\x18\xac\x5a\x94\x8b\x90\x70\x0d\xd1\x52\x0d\x2b\x08\x99\xdc\x62\x3c\x70\x2b\xe9\x83\xb1\xd7\xe3\xd6\x65\x9a\xfa\x84\x4d\xe1\x8f\x3f\xf8\x86\x96\xdb\x98\x30\x0b\xc1\x4e\x3f\x84\x81\x43\xd0\xb9\x90\x7e\x32\x01\x0a\x2e\xec\x75\x09\x86\x1f\x26\xba\x89\x0a\x00\x42\xd6\x62\x1a\x52\xc1\xd7\x35\xd1\x10\xbc\x8e\xc1\xb5\x10\x37\x66\x1a\x62\xd7\x75\x43\xcc\x3a\x00\x83\x7a\x59\xcb\xe1\x87\x06\xc4\xf3\x4a\xf8\x3b\xf5\xdd\xb9\x10\x37\x9a\x65\x43\x9a\x3c\x04\xac\xc6\xa0\x53\x49\xe5\x51\xaf\xac\xfc\xd7\x17\xb6\x6b\x20\x2e\x3b\xd0\x04\x04\x94\xa2\x2c\x6e\xea\x12\x3d\xdd\xb0\x8b\xce\x5d\xf1\x02\x81\x70\xfa\xa0\x7d\xe1\xe8\x31\x84\x2e\x65\xb3\x4c\xce\xa7\x0d\x37\x50\x35\x92\x79\x17\xaf\x56\x53\x20\xf5\x5e\x2f\x9f\x0a\xd3\xdb\xf8\xfa\x59\x88\x71\xdd\x43\xaa\xf1\x3a\x5e\xbb\x4d\x63\x42\xab\xe7\x8a\xeb\x59\x46\x4b\x45\x48\xab\x3d\x60\xe0\xe7\xf3\xae\x3e\x66\x06\xad\xb6\x55\xac\x1f\x3a\x54\xfb\xf9\xb3\x94\x7a\xf0\x77\xaf\xab\xf9\x00\x5c\xc8\xd9\x63\x58\xd6\x86\x66\xda\x18\xc3\xdd\x9e\x29\x69\xef\x66\xd9\x17\x86\x8e\x7d\x6c\xad\x93\xea\xe4\x93\x60\x4a\x4f\xf8\x2c\x76\x97\x6e\xc4\xae\xe4\xec\x18\x4b\xec\xd9\xcd\xd4\x33\x9a\x14\x06\x95\x24\xa3\x5a\xf3\xd1\x9c\xa4\x7c\x04\xde\x74\x53\x84\x79\x40\x14\x6e\xc0\x81\x2d\xe3\x05\xd7\xda\x31\x4a\xd9\x5c\xfb\xc9\xac\xd9\x3d\x44\xdc\xf9\x4d\x7c\xbc\x32\x4f\xe3\x6c\x7a\x28\x2b\xb2\x90\x7d\xb8\x66\xe5\x93\x5d\x23\xc7\xdd\xc8\x5c\xfc\xf4\xfe\x06\xe6\xb3\xe4\xb6\x4b\xd1\x59\x9a\xcd\xba\x92\xcf\x55\xf7\xfe\x9c\x65\xec\x95\x14\x46\x5f\x24\x84\xa5\x6b\x5d\x40\x5a\xbd\xd8\xfe\xef\x36\x9e\x2d\x42\x9f\x1a\xf2\x5f\xf7\xb0\xdf\x5f\x39\x80\xa6\x61\x74\x1f\xd9\x3a\x5e\xbd\x95\xb4\xb8\xd5\xb9\x6a\x62\x8e\x3b\x2c\xf6\xde\xa2\xe6\x9e\x79\x42\x4d\x7b\x7d\xcb\x8c\xf6\x46\x8b\x88\xd2\x51\x20\x76\xe7\xf4\xd8\x27\xcc\x14\xe9\x27\x1b\x6c\xf8\x2b\x89\xe7\x72\xa3\xbb\x71\x6a\xd9\xf3\xb1\xc3\xd5\xdb\xb5\x09\xbd\x15\xe3\xdd\xc2\x13\xee\xda\x58\x7b\x07\x1a\x5b\xd8\x87\xfc\xf0\xcc\x2a\x42\x75\x69\xd7\xd4\x0d\xea\xe0\xb5\x76\x8f\xf2\xcb\x5c\xa1\xe0\xc1\x4c\xb1\x11\xff\xb2\x95\xd3\xe1\x1a\x3e\x75\x02\x89\x55\x08\xe5\x68\x94\x49\x6a\x75\x48\xc4\x58\xb4\xb2\x2c\x14\xa2\x2e\xe4\x43\x2f\x9c\x3c\x29\x6e\x0c\x13\x7d\x01\x28\x54\xfa\x9f\x4e\x4f\x4e\x86\x79\xf2\xc0\xcc\xc9\x03\x9b\x43\x21\xd8\xe8\xa7\xad\x52\xb9\x98\xc6\xbe\x35\x33\x56\xc5\xd6\x64\x86\x29\x64\x0e\x5a\xb0\x32\xd6\x77\xbc\xcd\xda\xe4\x87\x4c\x0e\x75\x8b\xdc\x26\x13\x36\xa5\x2d\x74\x17\xc2\x73\x28\xaa\xd1\x7e\xdf\xee\x8b\x5b\xc6\xc8\xc4\x98\x99\x3e\x3d\x39\x19\x73\x33\xc9\x87\x56\x3c\x3f\xc9\xe6\x23\x83\x7e\xd4\x13\xae\x75\xce\xf4\xc9\x9f\xfe\xf8\x47\x58\x1a\x70\x2e\x5a\x4d\x7b\xac\xc0\x56\xb2\x28\x9f\x97\xb6\xfb\x76\x11\x12\x76\x73\x84\x1f\x25\xc5\x80\x7d\x99\x29\x06\xe8\x79\xdb\x26\xfd\x69\xd2\xf9\x7c\x4b\xf4\x5c\x18\xfa\xe5\x94\xf4\x8f\x3e\x61\xdd\x1b\xf2\xa3\xcc\x95\x26\xe7\x74\x7e\x2c\x47\xc7\x53\x29\xcc\x84\x7c\x82\xff\x75\x3f\x3d\x31\xf6\x40\x7e\x61\x54\xf5\x8f\xdc\xfe\x22\xb3\x0e\xd8\x5e\x60\x29\x52\xb9\xd0\xae\xa4\xce\x1f\xff\xc5\xd7\xd4\xb1\xdd\x7c\x7f\xf2\xc7\x7f\x21\xbf\x87\xff\xf7\xff\x91\xdf\xf7\x8f\x9a\x60\xeb\x36\x4a\xb8\x28\x8a\x1e\xd5\xb6\xf6\xc0\x93\x07\x39\x1a\x0d\x0c\x9f\x32\x8c\xc2\x18\x50\xd5\x58\xd3\x7d\xc3\x84\x4f\xee\x70\x3e\xb1\x52\x41\x81\xaf\xe3\x3a\xc5\x90\x48\x7f\x30\x74\x5e\x60\x31\x3e\xf9\xb2\xe6\x21\x6d\x83\x6b\xf8\x8a\xa5\x96\x7e\x37\x51\xef\xbc\x05\x6c\x11\x45\xbc\x08\xae\x8d\x51\x6b\x83\x05\x38\xf6\x5b\xc8\x55\x55\x81\x16\x1d\x2a\xdf\x98\x09\x1d\x26\xf8\xac\xe6\xf3\x5b\xa9\x76\xba\xf3\x1f\xd8\x82\x73\x6d\xa3\x68\x0c\x0f\x29\x19\x83\x1f\x43\x28\x9d\x54\x21\x6b\x1a\xa3\x6b\x1c\x04\x63\x5f\xdc\x5d\x9d\x5f\xbd\x7b\xa0\x46\xc9\x31\x15\xef\x4f\x49\x27\x4d\x5d\x59\x5f\xe2\x3c\x84\x96\x78\xec\x0d\xd1\x26\x71\x8d\x4e\x61\x17\xae\x36\xbc\x22\x56\xa0\xb8\x42\xa3\xe5\x7a\x87\xdd\x2e\xdf\x79\xf8\xa4\x9e\xb5\x95\x71\x33\x43\x07\x05\x4c\x1d\xcc\xd5\xde\x43\x96\x6f\x2d\xce\x77\x9b\x4a\xc5\xb7\x33\x96\x70\xa6\x5d\x69\x73\x95\x32\x58\x1e\x30\x8b\x82\x95\xd9\x45\x69\xd6\x1e\xaa\x72\xb9\xf6\x5d\x92\x34\xab\x50\x19\x3b\x50\x0a\x56\xf7\x2f\x78\x83\xc7\x8f\x29\x17\x90\x24\x8a\x5a\xb6\xb1\x65\xb6\xa1\xab\x1c\x1d\x17\xbc\xb5\x57\xfa\xf1\x88\x26\x76\xf5\x2a\x05\xe8\x63\x56\x55\xb7\x8e\x77\x54\x3f\xec\xd7\xc2\xba\x33\x98\x23\x4f\x0b\xf0\x33\xa4\x46\x17\xff\xc2\x17\x32\x76\x0c\xd5\x0f\x4d\x61\xf1\x1b\x17\xa6\xb2\x4b\xe1\x33\x46\x96\x8d\xcf\xb5\x1c\x21\x81\xb8\xd2\xa1\xa0\xc9\x44\x49\xf2\x3e\x98\x04\x8b\x56\xf0\x8c\xa5\xd5\xec\xc4\xea\xf8\x57\x91\x01\xba\x09\x22\xc3\x22\xe4\xbf\x4d\xad\x9e\x05\x9e\xac\x29\x15\x73\x3c\x48\xf6\xc2\xa2\xfa\x41\x07\x44\x51\xa2\xa7\x34\xcb\x5a\x44\xb1\x1c\xaa\xf9\xb6\x88\x66\xd9\xe8\xd8\x83\x9b\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\x3c\xe8\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\x0b\x38\x53\x32\xcd\x13\xac\x2f\x85\xf5\x1d\xb9\x36\x3c\xa9\x14\x15\xb2\x1c\x11\x9c\x70\x09\x05\x8d\x14\x22\x71\x60\xb8\x56\x04\x60\x98\x1c\x97\xfb\x82\xca\x00\xde\x40\x33\xfe\x0f\x88\xc7\x46\xd7\x54\x13\xf5\xee\x21\xc9\xc7\x6f\xcf\xc0\x94\x4f\xc3\x0a\x7a\x3e\x73\x9f\xc1\x19\x5a\x46\x31\x37\x65\x72\x0e\xd4\x10\xc8\x3c\x60\x2c\x78\xa2\x28\x1c\x6f\x1e\xc7\x02\x5f\xf1\xfe\xa8\x57\x96\x0b\x02\x43\x6e\xc8\x00\x59\x45\xd3\x67\x58\xd6\xc8\xa1\x79\x45\x16\x5b\x68\xdd\x17\x7e\x71\xf0\x86\xf6\x8a\x78\xb4\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x5a\xa1\xd6\x10\xd5\xce\xef\x76\x1c\x20\x40\x2c\x3f\xec\x0b\x40\xc2\xb5\x9d\x54\x0a\xd7\x2c\x52\xd4\x2b\xae\x2f\xb4\x1f\xe6\xb8\x61\x99\x21\xbf\xc8\x9b\x10\x79\x99\x6e\x21\xf1\x62\x43\x66\x57\x0a\x26\x52\x75\xb1\xa3\x48\x6d\xf0\xf4\x91\x17\x88\xce\x51\x47\x8d\x7b\xbb\xb5\x59\xab\x32\xaa\x85\xa0\x6a\x3e\x42\x22\x83\xb1\x41\x5c\x93\xab\x95\xdb\x34\xa2\xaf\x92\xad\xb8\x6c\x23\xaf\xa9\xc1\x7a\xa7\x6c\x2a\x0d\xe2\x98\x22\xa4\xa8\x37\x68\x20\x52\xe9\x30\x93\x43\xb8\x57\x00\x6d\xd4\xc7\x79\x46\xf1\x5c\x38\x6f\x96\x92\x77\xd1\x35\x11\x62\xc7\xdf\x37\x85\xe7\xed\x2f\x65\xb2\x6a\x05\x69\x4c\x9c\x2c\xe3\x06\xb6\xc9\x75\x25\x1c\x3f\x9a\xd5\x88\x5a\xce\xdd\x14\x10\xb3\x59\x9a\x65\x69\xf7\xf7\x90\x66\x59\x99\x46\x83\xbf\x56\x8e\x9f\x35\xec\xd3\x4e\xea\x42\xae\xaf\x47\x62\xa6\x13\xca\x1f\xa5\xcd\xf1\x64\x36\xaf\xdb\xa2\xd7\x95\x42\x5a\xc1\x9d\xfc\xba\x29\xa4\x95\xc1\xbc\xe6\x14\xd2\xca\x50\x5f\x6f\x0a\x69\xcd\x40\xd7\x48\x21\x45\xff\xcc\xc0\x12\xf5\x7a\x4c\x01\x62\x19\x86\xf9\xe8\x16\x6e\x93\xa5\x63\x74\x55\x4b\x90\x39\x7b\x39\xc7\x65\xee\xc3\x68\x5d\xf4\xda\xd6\xe9\x9f\x95\x29\xaf\x99\xfe\x59\x62\x69\x87\xf4\xcf\x90\xfe\xb9\xb8\x2e\xaf\x31\xfd\xb3\xb2\xe7\xeb\xa5\x7f\xd6\x6d\xf9\x16\x2e\xab\x52\x33\xdf\x4c\xfa\x67\x65\x45\x5f\x73\xfa\x67\x65\xa8\x87\xf4\xcf\x67\x99\xcd\x2b\x4b\xff\xac\x3f\x75\x9b\xa5\x7f\xd6\x8a\x66\xcd\x67\x7b\xd7\xe4\x09\x08\x80\x7f\xe1\xf4\xcf\xd2\x04\x0e\xe9\x9f\x3b\x96\x19\x2d\x93\xa0\x1b\x01\x94\x72\x72\x19\x5f\xd5\x7b\x68\x49\x02\x28\xa8\x1b\x7b\xa0\xa8\xe7\x0d\x73\x00\x0b\xe1\xba\x1a\x51\xa7\xb4\x0e\xda\x15\x17\xb1\xa2\x89\x4f\x9a\x42\x8f\x53\xec\x1b\x39\x50\xe0\xc6\x16\xa5\x86\x45\x0e\x96\x45\x8c\x32\x6e\x20\xb9\x1a\xe8\xf7\x1d\x08\xd0\x25\x9f\x6c\x0b\x7a\x0f\xa6\xb9\x7a\x65\x1f\xca\x33\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x8b\xb3\x26\xb3\x7c\x9b\x28\xf4\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xae\xe1\x06\x53\x83\x54\x74\xbc\x2a\x4d\x60\xdd\xd5\xdb\x75\xd5\x7c\x45\x8d\xcd\x6c\x4f\x3e\xa7\x79\xb9\x32\xec\xab\xd7\xc6\xde\x09\xd0\x17\x6a\xfd\x5f\xc1\xfd\xb8\xa5\x87\xab\x21\x83\x74\xb1\x43\x30\x7d\x6b\xa6\x8e\x63\xf1\xa8\x64\x73\x5e\x1c\x41\x69\xdd\xbd\xf0\xbc\xc3\xb2\xe7\xaa\x31\xfe\x62\x9d\x2c\x3c\x2c\xe9\x64\x25\xf3\x18\x60\xaf\x4a\x69\xc3\x79\x4d\x70\xe9\x7a\xe6\x0e\x2e\xcc\xbf\xfe\xf3\x46\x46\x7b\x2b\x5f\xba\x75\x1b\xf1\x8c\x11\x9a\x24\x4c\x63\x62\xa0\x8b\xcf\xc1\x02\x07\xb9\xca\x76\xd9\x55\x2e\xc6\x30\x6f\x2b\x4c\x46\x55\x4c\x03\xf1\xe0\x9d\x31\x51\x32\x1f\x4f\xbc\x06\x6c\xa9\xd0\x4e\xad\x6e\x2f\x3f\x2f\x96\x6a\x7a\x63\xce\x9a\x4a\xe9\xeb\x2a\x11\x6c\xee\xcd\xf6\x4b\xf2\xc2\x1e\xed\xba\x79\x6c\x40\x1d\xa5\xb8\xae\xe2\xf8\x7b\x1f\x03\x4a\x25\x90\xf2\xdd\x17\x9d\x52\x04\x98\x87\x50\x1d\xce\x8b\x48\x12\xbc\xda\x63\x22\x03\xd8\x0d\xa7\xbd\x40\x29\x65\xfb\x2f\x10\x43\x30\x97\x13\x7d\xdd\xde\x9f\x0d\x41\x30\x2c\x3d\xa6\xc9\x3c\xc9\x78\x12\x89\xa4\x63\x45\x67\x93\x65\x94\x78\xc8\xe1\xf9\x5a\x39\x3c\x6b\x96\x6d\x5b\x1a\xc6\x13\x17\x3e\x7b\xd3\xb9\x45\x8b\xe4\x78\x48\x2b\xda\x80\x24\x77\x1b\xcf\xde\x29\xf1\x2d\x65\x39\x35\x53\xde\x57\xce\x28\x59\x1c\xd8\xd7\xcc\x6d\xaa\xb9\x2f\xb6\x5b\xdd\xaf\x9b\xd1\xb4\xd6\x34\x1a\xc3\x40\xd7\x48\x66\x2a\x55\xd9\x0e\xf7\xfe\x8a\xd4\xa6\xe6\x55\x7a\x25\x34\xb8\xcf\xd8\xb5\x26\x6e\xb3\x3a\x7e\x6d\x13\x51\x71\xb3\x50\xb6\xb0\x51\x6f\x2b\x9c\x2d\x0c\x7b\xcb\x90\xb6\x4e\x54\x33\x6e\x22\x33\x00\x7b\x2b\xad\x56\xe8\x20\x44\xc5\x84\x05\xf2\x9b\x71\x3b\x63\x09\x8a\xae\x05\x6a\xd8\xb2\xc0\xb5\xb0\x89\xdf\x46\xf0\xda\x0a\x7d\x68\xc3\x00\xb6\x78\x51\x77\x0b\x62\xdb\x51\xbf\xd9\x2c\x90\xad\xd2\xd9\xd2\xfd\xde\xc2\xe5\xba\x80\xd0\x76\x70\xd8\x07\x87\x7d\xfd\xda\xbc\x46\xa7\x7d\x51\xbd\x66\x43\xc7\x7d\xd3\xf6\xef\x83\x92\xf6\xe8\xc0\xff\xca\x6e\xf1\x75\x3d\xe2\x5f\x37\xce\x60\xcd\x10\x83\x83\xdb\xfe\xdb\x70\xdb\x37\x9f\xb7\x8d\x5c\xf7\x2b\x72\x83\x7c\x2f\xbb\xfa\x57\x43\xbe\xca\xb3\xfa\x58\x83\x0d\x38\xfa\x62\x4d\x3f\x6b\x91\x50\x73\xf0\xb5\x3e\xab\xaf\xb5\x66\xa1\x57\xfb\x5b\x4b\xc2\xdb\x8b\x3a\xc9\xaa\xe0\xbf\xcf\xe9\x28\x5b\x25\xf0\xe6\xc3\xc1\xb3\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\x45\xce\x08\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\xc3\xcf\x2b\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xde\x2f\x4f\x59\x04\x86\x5d\xc8\x37\x18\xdd\xda\x17\xb0\xbf\x59\xc6\x94\xd7\xa7\x14\x79\xa7\xb9\x48\x58\xac\x63\x29\x92\x4a\xa6\xc5\x77\x06\xeb\xf8\x51\x31\x27\x0f\x42\x3e\x65\x2c\x1d\xc3\x0e\x55\x07\x73\x4c\x38\x6b\x11\x6e\xc2\x67\x8a\xd1\x64\x62\xd9\x65\xdf\x8e\x1d\x5c\x0e\x28\x88\x31\xf7\x6d\x84\x14\x19\x9a\x79\xdf\x26\xa4\x27\xc8\x88\x26\xa6\x45\x74\x3e\x2c\xda\x4f\x25\x42\xff\x3d\x32\x11\x4f\xbc\x68\xe4\xd9\x9c\xa4\xb5\x4e\xd1\x06\xcd\xc2\x12\x40\x27\xe3\x74\x27\xa7\xc5\x23\xdd\x25\x85\xf6\x53\xae\x0d\x01\x5b\x39\x91\x22\x1c\x26\x97\x0c\x10\xe0\x02\x00\x8e\x0d\x53\xef\x97\xc0\x9e\xd3\xca\x54\x36\x1d\x4b\xe1\x61\x72\x28\x70\x4e\x5d\x85\x76\x71\xb9\x53\xf9\x24\xb4\x51\x8c\x4e\x1d\xa6\xb9\xe5\xc4\x60\x8a\x45\xff\x92\xab\x20\x09\x37\xf0\x26\x5b\x7c\xc1\xc5\x83\xdd\xdd\x02\x20\x01\x70\x2c\xa1\xe7\x9a\x4d\xfb\x81\x0b\xaa\x76\x2a\x22\x8f\x55\xe5\xb6\x32\xb3\x0c\xe7\x4d\x08\x12\x86\xae\x82\x8b\xd8\xc4\xa8\xa2\x01\xbc\x93\xd8\xee\x08\xb0\x3a\x44\xf9\xa3\xc4\x50\x40\x2f\x99\xb0\x6c\x16\xa1\xf1\xcd\xa8\x32\x01\x59\xdf\x65\x4d\x27\x72\x3a\xcd\x05\x24\xba\x3b\x3d\xed\xc9\xa5\xc7\x3a\x9b\x5d\xd1\x78\xbb\x2f\x7a\xe6\x3b\x6d\xcf\x97\x14\xe3\x6c\x4e\x68\xfa\xc8\x75\x01\x56\x91\x48\xa1\xf3\x29\x53\x15\x5c\x59\x84\xd5\x25\xd4\xd3\x8a\x1d\x9b\x15\xbc\x3c\x2c\xb8\xbb\x1b\xc6\x64\xc8\x46\xf6\xd2\x9d\x51\xa5\xbd\x7d\xa8\xc6\xb6\xe3\x36\x37\xb5\x6b\xf5\xd5\xce\xe4\xcf\xf1\xb1\x23\xd3\xe2\x84\x52\xa7\x6f\x9c\x54\xcf\x67\x04\xb9\xdf\x14\xd6\xb0\x30\x29\xb2\xfc\x62\x72\xab\x70\xbe\x50\x3a\xb1\xaa\x86\xfb\x0a\x8e\x1a\x0e\x8d\xed\xc7\x0b\x34\x38\xb8\x8d\x2c\x79\x95\x09\xba\x51\xa3\x79\x26\x3e\x9b\x8c\xc3\xa5\xa0\x0d\x35\x3c\xf1\xe5\x03\x42\x71\x14\xfc\xba\x79\x6b\x77\xad\x5a\xa1\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe2\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x10\x95\x44\x66\xd9\x26\x78\x14\x95\x99\x9f\x15\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x43\x83\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xc0\x94\x64\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\xa1\x0f\x21\xa9\x6e\xbc\x23\x6e\x85\xa5\xd1\xbb\xeb\x00\x9f\x18\xc9\xcb\xf5\x88\xd5\x5f\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\x29\x59\x6b\xc1\x57\x29\xbf\x1d\x32\x45\xb3\x82\x5b\x3d\x8d\x20\xd8\x0f\x0c\x0a\xfb\xd2\xec\x89\xce\x8b\x40\x9e\x4d\x8e\xd3\x2d\xca\x22\x4c\xfb\xf3\x42\x3d\x95\x45\x27\x26\x38\x32\x71\xbf\x70\x15\xd6\x39\x41\x67\x75\x64\xb8\xf1\x59\xf2\x73\x7e\x4e\x21\x3b\x3e\xf6\xb1\x7c\xbd\xc9\x6d\x58\x3e\x0c\x51\x8b\x04\x86\xb3\x7c\xa9\x3e\x95\x28\x67\xef\x6b\x54\x69\x87\xa0\x2e\xe7\xfd\x18\xd7\xf5\xad\xbe\xc0\x9a\x39\xb2\x5e\x6b\xb1\x76\x8c\x0d\xdc\xac\x84\xa3\xef\x71\x79\x81\xc8\x4d\xaa\xd0\xae\xd6\x21\x46\x56\x76\x71\xf0\xe8\x01\xf7\xcd\xc5\x15\x8c\x78\xc6\x74\x9b\xf4\x6a\xf4\x09\x13\x15\x71\xc6\xb4\x70\xf0\x52\x79\x79\x27\x57\x3c\x02\xbf\xf3\x52\x0d\xe1\xae\xb2\x47\x61\x72\x50\xcc\x8e\x19\x08\x18\x24\xf9\x89\x55\xf1\x26\xd8\x00\x60\xe8\x5b\xf1\xd2\x80\xf5\xcc\xf2\x02\xee\xf0\xf7\xb1\x7c\x52\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x8f\xb7\xef\x46\xd5\xb0\xa5\xfb\x40\x0c\x5a\x3f\x7e\xc2\xf7\x0a\xc5\xb1\x17\xf7\xa6\x76\x84\x77\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x80\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\x98\x4d\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x74\x72\xdf\x23\xcc\x24\x00\x78\xdd\x17\x89\x7e\x6c\x59\x81\xf6\xef\x39\x33\xf6\xe7\x26\xf0\xaa\x29\x13\x1a\x38\x01\x5f\xb7\xe8\x8d\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x94\x3a\xb0\xb4\x1b\x6a\x1d\x58\x32\x05\x14\x03\x5c\x5a\x5d\x43\x31\x58\xd4\xaa\x5b\x87\x1a\xb8\x85\xa7\x5e\xfc\x2d\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\x1c\x8c\x14\x00\x8b\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x74\xe6\x71\x3f\xb1\xe8\xa3\x76\x5f\x7c\xf2\xf6\xcf\xe2\xd7\x50\x8e\x01\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\xc0\xb0\xd0\x79\x66\x10\x52\x6c\x04\x05\xbf\xfc\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x99\x16\x3e\x1a\xb0\x6c\x13\xd9\xb1\x37\xea\x66\xda\xd2\x77\xf2\xd0\x70\x3a\xff\xe0\xa1\x08\x37\xd8\xa0\x62\x32\x20\xb9\x79\x60\x25\xd4\x4a\xd0\x4e\x97\x21\x40\x19\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xea\x73\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x89\x20\xd8\xcf\x29\xd1\xcc\x97\xb8\x4b\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\x77\x80\x95\x89\x1e\x8c\x16\x99\x29\x3e\x35\xfc\x91\x05\xf8\x90\x78\xe7\xce\xa8\xa1\x99\x1c\x77\x94\xe1\x23\x9a\x98\x3b\xba\x93\xca\x4c\x5d\x33\xdb\x7a\xb1\xfd\x30\x48\xef\xdc\xae\xfd\x98\x09\xa6\x60\x9e\x50\x5e\xa2\xf6\x04\x6f\x5a\x78\xa2\x60\xdc\x80\x0b\x96\x20\x92\x92\x0e\x26\x06\x9a\x1b\x39\xb5\x0a\x29\xcd\xb2\x39\x20\x24\xd9\x27\x13\xaa\x27\x7e\x9f\x11\x56\x69\x9d\xab\xc9\x2d\xee\x19\x4d\x26\xec\x16\x4a\x75\xd5\x2d\x6e\x65\x94\x47\x4c\xe4\xd3\xa3\x53\xf2\xdf\xc5\x1c\xcf\x3a\x67\x3f\x76\x07\xe7\xbd\xdb\xce\x0f\x17\xdd\xf3\x68\x3e\xee\xc9\xa7\xde\xed\xed\xe2\xaf\x3f\xf6\xee\x16\x7f\xbc\xbe\xba\xbe\xbf\xe8\xdc\xd5\xb5\x72\x71\x75\xf5\xd3\xfd\xf5\xe0\x43\xa7\x77\x71\x7f\xd3\xad\xf9\xf4\xfe\x2e\x3c\x74\xcf\xfe\x12\x9d\x21\x48\xc7\xb2\xf3\x69\x18\x6d\xf5\x98\x1d\x93\xf2\x8b\xa7\xe4\xde\x79\x62\x5c\x25\x44\x6f\x33\xa2\x10\xc4\x0b\x71\x45\x29\x1a\x93\xd2\xbe\x20\xfe\x73\x3b\xf7\xa6\x4f\xd1\x45\x94\x4c\x18\xc9\xa4\x7c\xc8\x67\x8e\x81\x61\xb4\x99\x90\x68\x90\x61\x3a\x6a\xed\xc7\xde\xdd\x69\xf0\x08\x2d\x36\x16\xe5\x5d\x78\x52\x87\x71\x51\xcf\x34\xb1\xb6\xa4\x62\x8f\x70\x24\x83\xa7\x30\xea\x21\x6c\xc0\xb2\x7e\xb0\x35\x2a\x4c\xa5\x9b\x34\x75\xa0\xaa\x7e\x62\x51\xc3\xe5\xed\x5b\xb6\x9a\x61\x39\x10\x98\x87\x0c\x59\x42\x73\x74\xa4\xd9\xdb\x48\x29\xa9\xe2\x01\x17\xdb\xbe\x63\xa3\x47\x8b\x42\x46\x19\x41\x13\xcb\xd9\xd9\x4f\xa2\x93\x63\xd5\x65\x50\xa5\x15\xa3\x5a\x0a\xf2\x34\x99\xa3\x6d\xca\x57\x06\x9a\x0e\x19\xfa\x4b\x48\xb5\x8e\x3b\xe1\xe0\x98\xa3\x86\x3c\x31\x88\x38\xcc\x1d\xf4\x0f\xea\xc7\xf6\x00\x6a\x5f\x3c\x55\x07\x30\xb4\x52\x24\x62\x23\xc7\xdc\x87\x50\x6c\xbf\xd7\xac\x8e\x5b\x6e\x1e\x36\x56\xc8\x6d\xd8\x28\xb0\x50\xef\x25\x85\x11\x37\xd8\xfb\x3d\xcb\xae\xb1\x3b\x2f\x91\x81\x16\xaf\x8d\x15\x1c\xdd\x40\x89\xd3\xd5\xe3\xf1\xf1\xd6\xa5\x8c\xf5\xcd\x72\xf4\x82\x87\x7f\xe5\x5a\xdd\xc9\x94\xce\x2d\x71\x40\x78\x82\xce\x67\x33\xa9\x0c\x69\x68\x83\xc0\x41\xc7\xf1\xc1\xc5\xe0\xe6\x11\x38\x14\x34\x62\xa5\x00\x5d\x83\x06\xb3\x34\xb8\x37\x0c\xc8\xad\x6b\x71\xec\x63\x74\x27\x50\xd6\x02\x70\xcd\xb4\xa4\xf6\x96\x28\xb4\x4e\x40\xdd\x25\x9a\x68\x66\x6f\xe1\x75\x11\xc6\xea\x7a\xbf\xf2\x2d\xd4\x6e\x79\xc6\x46\x66\x50\xeb\x4b\x59\x62\x36\xb4\x2d\x8a\xb4\x21\x6a\x9f\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x4f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\x51\x49\xad\xa0\xc6\x41\x52\xb3\x72\xf9\x83\x90\x4f\x22\xd8\xcb\x75\xbb\x2f\xba\x14\x80\x72\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\x90\x37\x5f\x49\xde\x6c\x41\xf7\x0e\x4d\x3c\x9b\x93\x02\x5d\xb5\xf4\xdd\x3a\xa7\x07\x6d\xc9\x5e\x4e\xc3\x09\x3b\x40\x41\xc3\x66\xce\xde\x8d\xf3\x2c\x82\x6a\xc1\x65\x6a\xbb\x6a\x93\xcf\xde\x3a\x03\xa1\x1d\x05\x2a\xb0\xc1\x0b\x27\xa3\x73\xa6\x9a\x17\x76\x1f\x09\x95\xfb\x8e\xb7\x58\xbe\xc0\x21\x53\xa6\x66\x95\x4b\x4a\xb2\x10\x68\x35\xdd\x20\x66\xec\x2c\x7c\x74\xcb\x96\xc7\x80\x7e\x00\x84\x41\x28\x5b\x98\xc1\x0d\x6d\xf9\xe8\xff\xc2\xcd\x82\x44\x4a\x28\xe7\xed\x2c\xfc\x91\x5f\xd2\x9e\x1f\xf0\xab\x59\x29\x60\x08\xc9\xb7\x58\x21\xb0\x4d\x3a\x80\x91\x0b\xe8\xa7\xf6\x2a\xf4\x01\x39\x7c\x2c\xe4\xaa\xb0\x81\x06\x62\x4a\x22\x62\xba\x6d\x26\x26\x0d\xd4\x14\x22\x05\xf6\x44\x51\x7b\x48\x79\xb0\xbc\x85\x2e\xa6\xed\xaf\x9f\xe8\xb0\x81\x82\xfd\x35\x42\x70\x16\x86\x1b\x7d\xf8\x6b\xfd\xd0\x3f\xe6\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x16\xa3\xe4\x69\x8b\xf0\x36\x6b\xb7\x5c\x25\x0a\x9d\x0f\x8b\x37\x27\x56\x72\xe8\x8b\x85\xc0\xfd\x36\xe9\x64\x5a\xba\x2f\x98\x48\x32\xc0\xa4\x8e\x62\x60\x02\xe5\x3b\xd7\xcf\x70\x0e\xea\x05\x6c\x65\xd1\xbc\x74\x0f\xa2\x0f\xfb\x82\x6a\xf4\x34\x67\x70\xd2\x8b\xdf\xeb\x30\xe7\x4b\xd1\x07\xcf\x88\xeb\xb2\x70\x0d\x3d\xdb\x26\x21\xb8\xf2\xb2\x0d\x82\x37\x60\x63\x8a\x84\x8a\xbe\x08\xe4\x4c\xde\x51\x93\x31\xaa\x0d\xf9\xe3\xfb\x8d\x02\x2e\xfc\xfc\x0a\xe6\xea\x4e\x6f\x11\x5a\xea\xc3\xd9\x9a\x4a\x66\x00\x24\x27\xa1\x44\xb0\x28\x40\xbd\x65\xb7\xd9\x48\xf2\xc8\x75\x0e\x28\xdf\x51\x18\x3b\xe2\x34\x73\xa3\x3d\xe4\x20\x2a\x4c\x0d\x6c\xc4\x57\x4d\x70\x3e\x49\x37\xac\x1a\xc2\x72\xba\x13\x47\xe5\x0c\x32\xc9\x8a\xc0\xb2\x09\x35\x7d\xe1\x18\xab\x8f\xc5\x88\xe0\x60\x3b\x59\x56\x0e\xe6\xb2\x02\x4e\xca\x84\x9d\x30\x60\x94\xb7\xc3\x02\x5d\x82\xf6\x15\xe2\x7f\xca\x65\x4a\xc2\x59\xb1\x8a\x5a\x5f\x84\x6c\xa0\xb8\xed\x5a\x61\xa7\xce\x04\xfc\x82\x32\x70\x4d\xf7\x17\x08\x16\xbf\x86\x2c\xdc\x5c\x71\x67\x89\xcb\x64\xc1\xec\xbe\x44\x34\xde\x77\x07\xeb\x4b\xca\xf5\x26\x6c\xb8\x65\x9f\x64\x8d\x45\xbc\x61\x73\x23\xd1\x62\x17\xfd\x3b\x04\xa2\xbd\x94\x53\xb6\x34\xf4\x5e\x0a\x51\xe2\xab\x99\x60\x11\x75\xed\x59\x07\xd8\xa2\x79\x1a\xc5\x8d\x46\x41\x75\x10\x1e\xec\xf9\x9e\x7b\xb3\xc1\x39\x3a\x7b\xdb\xd3\x6f\x15\xf3\xf7\x53\x09\x91\x65\x8b\x13\x6f\x96\xf5\x3a\xe9\xdf\x68\xc2\x44\x32\xc7\x9e\x3c\xc6\x75\x21\xc7\xdd\x39\x83\x93\x47\xcc\xa0\x60\x6f\xaf\x95\x0e\x5d\xdd\x87\x36\xe9\xc2\x3d\xe3\xcb\x40\xd0\x91\xf7\x19\x44\x2f\xf7\x85\x55\x4c\xec\x15\xaf\x71\xd0\xbe\xfd\x32\x89\xd7\x9d\x00\x4c\x95\xdc\xc9\xdd\x32\x5d\x0d\xc6\xd4\xa4\x4c\xf8\x4c\x4d\x68\x03\x90\x6d\x48\x77\x7c\x4a\x52\x99\x3c\x30\x75\xa2\x58\xca\xf5\x29\xb8\xbf\x4d\xa3\xdf\x6d\x6a\x95\xed\x9d\x05\x8d\x6d\x2b\x31\x61\xff\x2e\xa2\x18\xef\x2d\x66\x25\x84\x11\x68\x13\x3e\x53\xa0\x45\xe2\x3a\xf7\x4c\x18\x35\x9f\x49\x2e\x4c\xb0\x64\x55\x16\xc2\x2b\x1a\x56\x66\x6b\x8a\xaf\x55\xfb\x08\x93\xd9\x72\xda\x77\x13\xa6\x99\x8f\x09\xc0\x49\x19\xe9\x0a\xa9\x23\xbb\x98\x51\x33\xd1\x90\xeb\x50\x5e\x03\xa7\x73\xc1\xa7\x76\x85\xe8\x0c\x42\x0a\xd0\x48\x51\x7c\x14\x82\xf8\xb5\xe1\x59\xd6\x17\x82\xb1\x54\x63\x19\xea\xef\x6a\x73\x6a\xec\xa7\x2d\x42\xd3\x94\xfc\x9f\x77\x1f\x2e\x7e\xb9\xeb\x0e\x7a\x97\x60\x71\xee\x5d\x74\xdf\xb7\xc2\x8f\x57\xf7\x77\xe1\x57\x34\xb0\x3c\x32\x45\xa6\xf4\x01\x34\x3c\xa1\x51\xfc\x83\x50\xf7\x78\xa4\x3e\xdb\xc8\x3e\xd1\xcc\x87\x8f\x3a\x31\x25\x24\x18\xbb\x3d\x5c\x01\x01\xb1\x81\xee\x7b\x13\x3e\x59\x4e\x83\x9e\x78\x42\x17\x5e\x0c\x9c\x32\x61\x2c\x8f\x71\xc6\xbe\x42\xf5\x2d\x08\x8e\x89\x31\x17\x4d\x41\x6e\x4c\x3c\x3e\xa7\x0c\xff\x13\x9b\xff\x6c\xb5\xeb\x6b\xca\xd5\xda\xb4\xd7\x15\x8f\x5c\x49\x01\x53\x0b\x56\xad\xa2\x5a\x1d\x33\xde\xd7\x16\x1d\x2a\x8d\xb2\x30\x84\x51\xcc\x1a\x03\x29\x2b\x95\x2c\x5f\xc7\x74\x3b\xe8\xfa\x65\x5f\x8c\xf2\x79\x6d\xda\xb1\x1b\xfa\x48\x79\x06\x41\xb0\xfe\xa2\x29\x68\x10\x8b\xa0\x9d\x12\x96\xd1\xa1\x54\x90\x1a\x83\x51\x3b\xbe\x09\xb7\x60\x50\x0e\x28\x34\xd4\x14\x8c\x29\xd5\xf3\xd5\x22\x2d\xdd\x43\xd7\x52\xad\x73\x93\xdb\xd7\x60\x15\xe4\xcc\xaa\x64\x15\x26\xea\xae\xd9\x11\xa3\x58\x15\x04\xfd\x3b\xce\x2a\xef\x02\x3c\xb3\xac\x04\x72\x6a\xcf\x80\x6e\x3b\x87\x77\xf1\xa6\x14\xe4\xa7\x7f\xd3\x64\x98\x9b\xbe\x28\xb7\x21\x05\xd4\xa2\xfc\x81\x9a\x64\xf2\xbe\x2f\xae\xac\xc2\xf8\xd3\xbf\x35\x24\x40\xa7\xd4\xd0\x41\x3d\x7d\x35\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\x2b\xb2\x5a\xbf\x16\x3f\x74\xef\x3a\xa7\xc4\xe7\x4c\x86\xd4\xc7\x22\x6d\x3e\x6a\x08\x78\x2b\x4c\xc4\x33\x04\xe0\xca\x22\x70\x71\x67\xec\x02\x41\xc8\xde\x3d\x7d\x01\x4b\x89\x0c\x92\x1b\x32\x93\x0e\x91\x0e\xea\xfe\x13\x95\x0b\x67\x94\x76\x36\x41\xbb\x3a\x40\x91\x61\x33\x9c\x68\x05\xa2\xc9\x22\xdf\xee\x0b\x50\xb5\x43\x22\x5a\x26\x13\x9a\x41\x04\xdc\x71\x64\x9d\xb3\x0a\xb8\xcc\x21\x9d\x08\x42\x4f\xc4\xbc\x1c\xa8\xea\xf1\x82\x0b\xf9\x2a\xde\x28\x50\xe5\x61\x1f\x9d\x57\x74\x2a\x2d\xf3\x68\xf7\x45\x6f\x84\x01\x72\x19\xae\x8e\xfd\x90\x09\x70\x0c\xfb\x65\xb1\x4f\x3d\x6b\x81\x72\x0f\xe8\x20\xa4\x09\x18\xe2\xc5\x1c\xc2\x9b\x01\xaa\x4c\x42\xa0\x45\xc1\x68\x1d\x51\x2e\xec\x62\xb8\xde\xe2\xcf\xfa\x02\x03\xf3\x4a\x1b\x13\x67\xf1\x46\xdd\x4b\x01\x71\x83\xc5\xd5\x17\x84\x85\x99\x8b\x23\x74\x72\xfb\x4c\xb1\x63\x5f\x16\xcc\xfe\x1a\x2d\xaa\xbd\x2d\xdb\xe4\x26\x56\x95\x53\x99\xe4\x53\x8f\x21\x02\x79\x57\x2e\xe0\xcc\x5d\x88\x81\x44\xf0\x92\xae\x25\xf9\xdf\xc5\xff\xad\x95\x33\xaf\x77\x2c\x26\x19\xc8\x6a\x30\x2b\xb7\x54\x6a\x8d\x0b\xc3\xc6\x55\x67\xdd\x26\xd0\x8c\x97\x10\xa5\x6e\xa5\x72\x70\xe4\x19\x69\x35\x49\x09\x26\x65\x4c\x8f\x93\xe9\x77\x9a\xf4\xae\xad\xc0\x61\x15\xcc\x70\x4e\x72\x6d\x30\xdc\x0a\x52\x4e\xf0\x6b\x0c\x79\x6f\x91\xef\x49\x3f\xff\xfe\xfb\x7f\x4a\xc8\x17\xff\x8f\x7f\xfd\x97\x7f\xf9\xa7\x7f\xdd\xa6\x68\x2a\xb4\x5b\xac\x91\x83\xeb\xa9\x4a\x20\xf1\x0e\x2c\x72\x93\x1d\x76\xc1\x1d\x92\xa6\xe5\x77\xda\x77\x63\xca\x52\xdd\xe3\x28\x9c\x86\x8e\xdd\x29\xd4\xf1\xe9\x21\xa5\xe3\x53\xb8\xed\x35\x33\xad\xf2\x29\x0e\xb2\xa5\x13\xa0\xff\xd7\x12\xd0\x80\x81\xa5\xe6\xed\xc2\x7e\x78\x16\xa4\x59\xdb\x08\x79\xe7\xcc\x6d\x06\xdc\x75\xef\xfd\x25\x24\xb3\x94\x29\x1c\x53\xb0\x90\x05\xbb\x1d\x9c\x5f\xf6\x65\x96\x49\x17\x90\x41\x89\x66\x33\x0a\xf7\xb5\x3d\xaf\x6d\xd2\x17\xdd\x2f\xd4\xb2\xd7\x96\xaf\x87\x84\xc5\x7b\xc1\xd1\x31\xa2\x09\x23\x28\x1a\xbf\xfb\x72\x6a\x7f\x6b\x91\xf9\x29\xc4\x55\xb6\xc8\x3f\x4e\x5d\x3a\x33\x55\x66\x60\x7f\x7a\xef\x65\x5b\xd7\x04\x8c\x9a\x6b\xd2\x3f\x3a\x79\xa4\xca\xd7\x8a\x46\x54\xc6\x23\xc7\x00\x03\x18\x69\x2c\x0d\x67\x52\x3e\xb8\xa8\xd3\x85\x2f\xdd\x7f\xda\x48\xe1\xc1\x51\x81\xbb\xef\x02\x88\xad\xe4\x76\x0c\x2f\x30\xd2\x9e\x0d\x49\xfb\x6f\x5a\x0a\xd2\x9e\xd3\x69\xe6\x7e\xf5\x4f\x5d\x50\x2c\xd5\x2e\xb5\x2b\x0d\x31\x31\xd9\x1c\x6d\x93\x3f\x64\x72\x08\xf3\xfa\xe4\xe7\x8a\x61\xa5\x30\xd0\xe2\x92\x28\xee\x15\x37\x11\x6e\x35\x66\x9a\x62\x8a\x37\xd4\xda\xf2\x05\xc8\x2d\x37\x5e\x9c\xd6\x97\x30\xa6\xff\x42\x4f\x2c\xac\x8a\x4f\x46\x43\x7b\x6c\x08\xea\xb2\xad\x7e\x21\xef\x1c\x1b\x7a\x6f\xef\x02\x17\xc4\x8b\xeb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\xd3\x0b\x97\x7c\xf9\x8f\x93\x76\xbb\x1d\xbe\xbe\xb4\x73\xf9\x7f\x84\x1b\xcd\xb2\x11\xb6\xe4\x6f\x9a\x79\x5f\x7c\xb2\x7a\x4b\x6c\x2f\x2e\x00\x53\xa0\x00\x4e\x22\x33\x72\x5c\xd8\x50\x53\x99\x68\xf2\xbf\xad\x24\x19\xad\x25\xfc\x68\x55\xa7\xfa\x73\xe5\xea\xa0\xbd\xd0\xc1\x72\x36\xe8\xea\xd1\x8a\xa1\x16\x82\x2e\x49\x35\xc4\x1b\x3d\xf2\x34\xf7\xc4\x60\x49\xe7\xc4\xc1\x31\x40\x89\x32\xc3\xbe\x18\x78\xd4\x80\x7b\x51\x1b\xe0\x5d\x2f\xc4\x2d\xb0\xdc\x02\xfe\x02\xe9\xba\x61\x01\x1c\x26\x81\xe3\x0e\x38\xcf\x56\xec\xb0\xb0\x17\x8c\x88\xb1\xa9\x74\x3e\x9d\x52\x35\x3f\x29\x8e\xdb\x22\x71\x16\x10\x85\xc0\x67\x32\xbf\x00\xe0\x34\xcd\xdc\xd9\x72\x71\x03\x51\x25\xe5\x49\x48\x07\x20\x29\x4b\x78\xea\x22\xac\x28\xe2\x27\x33\x91\xc8\xd4\xd1\x75\x91\x45\x59\x16\x2c\xc2\x3b\x8b\x22\x85\x8f\x41\xd1\x85\xfd\x4b\x18\x4c\xad\x76\x6f\xf8\x8f\x1b\x58\xb8\x1c\x68\x63\x99\xe5\x78\x03\x87\x64\xef\xea\xd6\x7f\xb3\xfe\xc5\x0b\xeb\x50\x16\xad\xa9\x57\xcc\xbc\x11\x40\xd1\xa7\xe2\x0a\x86\x68\x0a\x34\x88\xe4\x21\xc7\x14\xff\x3e\x93\xd7\x3c\xb3\x37\x17\xd0\x78\xbb\x2f\x4a\x3f\xb7\x08\xcb\xf8\x94\x8b\x10\xcc\x86\xfc\x5d\x8e\x50\xca\x7d\xe0\xc6\x6e\x99\x4e\x1f\x2c\x0b\xf3\xe9\xfa\x91\xea\xd3\x11\x73\x4f\x3a\xc1\x17\xe4\x94\xfe\x5c\xdb\x71\x15\x6a\xb1\x95\x39\x6d\x13\xc7\x4e\x6e\xe4\x11\xe1\xc1\xf9\xed\x0b\xdb\x9a\x3f\x4b\x45\x14\x6d\xd4\x5e\xd4\xdc\x31\xc8\xe9\xdc\x27\xd4\x41\x0b\xd0\x47\x29\x14\x36\x88\xa9\x35\x42\x4a\xb7\x52\x7f\x70\xf3\xfc\x0b\x88\x19\x1c\x08\x99\xb2\x0d\x43\x87\x6b\xea\xbb\x39\xc3\xaf\xf7\x17\x2a\x86\x39\x32\xc0\x27\x9a\x92\x02\x99\xd6\x1b\x1a\x43\x6b\x0b\x25\xba\x76\x00\x86\xfb\x69\xdb\x62\xd5\x05\x4f\x83\x56\xbc\x5a\x10\xe5\x34\x96\xd6\xbe\x5c\xcc\x71\x27\x19\x3d\xdd\xce\x1c\x8c\x73\x4f\x60\xd9\x8b\xb2\xef\x64\xac\x64\x3e\x0b\x89\xbf\x3e\x05\x0a\xb7\xc1\xdd\x68\x3d\x31\x92\xa7\x4e\xaa\xbe\xe0\xe2\x01\xef\xc2\xe7\xda\xa3\x50\x36\x31\xfa\xdd\x73\x30\x5c\xf1\x63\x57\x3b\xd7\x8e\x5a\x1b\x9a\x3c\x20\x60\xda\xb2\xb2\x9b\x9b\x16\x0e\x2d\xee\xcb\x3c\xcb\x5c\xb7\x05\xfb\x2c\xa0\xe3\x1f\x39\x25\x94\xdc\xdf\xf4\xea\xfb\x7e\xe0\x8b\xd6\xf3\x7a\xde\x59\x26\x10\xf8\x9f\x9f\xf8\x46\x71\x6e\x15\x80\x3f\x56\x22\xf5\x60\x02\x68\x82\x45\xaa\xf0\xee\x1d\xdd\x75\x96\x07\x0d\xa6\x35\x94\x5a\x3f\xf9\xa2\xe3\x73\xf7\xf1\x27\xfb\x6d\xfd\x8e\x7c\x82\x04\x8f\x90\x05\x3f\xa5\xc2\x4e\xd0\xf7\xda\x60\x23\x42\xb6\xb8\xd5\x90\xee\x67\x5b\x0d\x08\x7b\x5c\x2f\x9e\xd4\x77\xe5\x5b\x79\x42\xa3\x11\xcd\x50\xe1\x32\x13\x10\xc4\x5b\xe4\x36\x99\xb0\x29\x85\x18\x83\x69\x59\x20\x07\xb9\xe4\x5d\x46\xd5\x18\xa5\x04\xcd\x8c\x7e\x5f\xb3\xc3\x45\xa8\xed\x0e\x3b\xbc\x05\xdc\x72\x6c\x6f\x87\x34\xc0\x65\x1c\x20\x8c\xb2\x0c\xf3\x12\x98\x93\xef\xdf\xdf\x1d\x56\x5d\xc5\x4f\xe0\xc6\x54\x58\xbb\x38\xb5\xa2\x58\x73\xfe\xfb\x8e\x08\xdf\x97\x74\x1a\x72\x45\x3d\xcc\xb7\xcb\x09\xc0\xb1\x0d\x19\x40\xfe\x34\x8f\x61\x67\x4c\xef\x78\x08\x0e\x42\xb8\x69\x04\x7d\xd1\xf1\xaf\x84\x7c\x33\x90\x6f\x14\x7a\x49\x21\x2a\x09\x63\xf0\x40\xc6\x88\x2a\x6f\xba\xc9\x35\x4c\x62\xd3\xbc\x9e\x2a\x2c\xb9\x95\x71\x02\xe0\x17\x6a\x77\x5e\xd8\xf5\xf3\x68\xe8\xd9\x55\x67\xd8\xa1\xf3\x5b\x3f\xc5\x4a\xa1\x87\xba\x8e\x57\x31\xdf\x6e\xc8\x25\x76\x0d\xc5\xb5\x25\x30\x72\x29\x9b\x17\x71\x32\x76\xc5\x51\x2e\xad\x74\x56\x3a\xac\x23\xcc\x99\xdb\xcd\xa0\x87\x6a\xcc\xde\x23\x54\xcc\x84\x09\x90\x04\xd7\x6f\x19\x12\x0f\x37\xb7\xc6\xd1\x22\xb9\xae\x50\x5c\x82\x73\x21\x17\xdc\xe1\x90\x3a\x5d\x35\x72\x14\x7b\x9b\x4e\xf1\x3d\xd7\x44\x53\xc3\xf5\x88\xd7\x4a\xc8\x71\xa6\xe2\x2e\xab\xbe\x51\xad\x6c\xbf\xcd\xcb\x48\x35\x04\xbc\xb5\xc9\x07\xae\xb4\x89\xa6\x64\x64\x48\x34\x6c\xaa\xbe\x69\x95\xdb\xe7\xf4\x2f\xf9\x19\x44\xef\x2f\x75\xba\x85\xe0\xc6\x36\xe9\x14\x6a\x36\xa6\x5a\xa2\x02\xbd\x62\x46\x2c\xd3\x6c\x1b\xe2\x5b\x4b\x27\x01\x73\x34\x10\x10\x01\x76\xa9\xed\xef\x05\x5e\x57\x18\xe6\x13\xe4\x0f\xd0\x07\xd6\x54\xb3\x7b\xd3\x7a\xef\x2b\xcb\xbc\x77\x82\xca\x21\x51\xeb\xd8\x66\x80\xeb\x1f\xbb\x22\xbb\x95\x8f\x4e\xec\x92\x5b\x51\x23\x79\x70\x61\x8b\x23\xa0\x43\x97\x1f\xfb\x34\x91\x3a\x3e\x67\x7e\xff\x60\x33\x8d\xca\x99\x0f\x4f\x84\xa8\xcf\xb0\xc0\xe8\x24\x12\x32\x4e\x9f\x85\x51\x87\x43\x8a\x61\x0d\x61\xbf\x89\xbb\x1b\x70\x19\xc0\x5c\xe3\x9b\x5a\x3c\xcd\x25\x87\xf0\x0e\xc7\xf9\x81\xad\xaa\xa3\xb6\x6c\xd3\xc2\xc9\x6d\xb8\xc6\x36\x05\x27\x6b\x3c\x4b\x1b\xc5\xbf\x82\xb5\x81\x27\x00\x7c\x83\xd7\xee\x8c\xf2\x3a\xcf\x86\xb3\xaa\xed\xb2\x7e\xcf\x09\xe1\xb4\x6f\xec\x26\x37\xdd\x2d\x71\x9b\x32\xfc\xda\xdb\x00\xe5\x93\xc7\x6b\xda\x07\xca\xd1\x9a\xf0\xbe\x01\x0a\x06\x89\x47\x63\xf5\x51\x1c\xd7\x66\x34\x52\x5a\x62\x34\x0b\x3b\xc7\xaf\x06\x27\x31\x26\x53\xc9\x51\x00\xa5\x42\xff\x3e\xe2\xd7\xc9\x51\xcd\x3f\xac\x16\xa3\xdf\x87\x14\x4e\xaa\x7d\x1f\x45\x4e\x55\x33\x09\xee\x07\x03\xc9\x2f\xc5\x73\xde\x87\xfe\xcc\xc4\xf7\xe1\x26\x0b\x5f\x4f\x54\x85\xfb\x1d\x43\xca\xa9\x92\xb9\xf0\x18\x32\x52\x30\x39\x02\xab\x28\x38\x1a\xbc\xde\x0f\xf0\x12\x42\x9a\x28\x7c\x5c\xb1\x19\x06\x2f\x82\x84\xda\xbc\xdc\x3b\xe2\x28\xad\x5a\xe7\xe7\xc0\x51\xda\x75\xdd\xdd\xc1\xf9\x4a\x0b\xbe\x2b\x3a\x0e\x1e\xa5\x0d\xd8\x2c\xbc\xbf\x52\x19\x0f\x7c\x00\xb4\xef\xb8\x4a\x01\x66\x4b\x42\xcc\x04\x3b\x36\xf2\x18\xd2\x6e\x20\x99\x03\x91\xcd\x9a\xf0\x7e\xc1\x88\xb1\xc9\x75\x60\xdf\x5f\x63\x9c\x18\x28\xf3\x25\x1a\xa8\xbb\x7b\x35\xf1\x15\xca\x40\x98\x11\x82\x29\xa7\x9f\xad\xbc\x39\x36\x34\x71\xc4\x5b\xb9\xdc\xc6\xe9\x50\x7b\x2a\xa8\x53\xc1\xbf\x49\x23\x26\xd0\x26\x10\x0c\x32\x91\x53\x69\xaf\x6d\x99\xeb\xe8\x21\x46\x13\xc1\x65\xb3\xa4\x3e\xdb\x0c\xd3\x6c\xbf\xde\x6c\xec\xd1\xb2\x8f\x50\x76\x8c\x5f\x5a\x0d\xbd\x17\xcd\x64\x58\x86\x2e\x5b\x31\xfe\x80\x39\xb5\x9c\x6e\xc0\x80\x36\xe5\xe3\x89\x43\x54\x76\x48\x32\xfc\x1f\x56\x83\xb4\x24\x15\x02\x77\x7c\xe2\x8e\xf3\xb4\x63\x36\x79\x5d\x99\xcf\x46\x07\xc6\x26\xc8\x69\xc0\x58\x86\xf9\xe8\x16\x60\x90\x57\x28\x2f\x21\x0b\xb3\xf0\x97\xdb\x45\x0e\x3e\x4b\x9f\x23\x14\x3e\x7c\x2c\xe0\xbc\xe7\x33\xd6\x22\xc3\x1c\x9e\x5f\x5e\xdd\xc5\xb6\x21\x2e\xe0\xf1\x71\x32\x61\xc9\x03\x84\xb8\x21\x53\xc4\xe5\xf2\xb8\xec\xc3\x79\x5f\x14\xa0\xb1\x46\x7a\x43\xc7\x3c\xa0\xf2\x04\x64\x2a\xa9\x48\xca\xf5\x2c\xa3\x73\xc2\xbe\x18\x26\xd0\x33\x56\x78\xcc\x83\x4b\xd9\x12\xcb\x76\x6a\x0b\xa0\xda\x3a\x2e\xe0\xe5\x30\xf8\xcb\x4f\x22\x14\x56\x09\x61\x1e\x75\x62\xc7\xce\x38\x49\xbb\x78\xc8\x9a\xf0\x99\xa3\x72\x42\xb8\xa3\xb1\xa9\x34\xa4\x53\x88\x4a\x5e\x44\xff\xc8\x07\x9e\x80\x05\xa5\xef\x2b\x8f\xd8\xbf\x11\x1d\x9f\xa9\x47\x96\xf6\x45\x39\x61\xc5\x5d\x65\xc5\x2e\x93\x02\xb7\xb3\x89\x75\x6e\x0e\x0e\x18\x43\x81\x2c\x77\xde\x41\x90\x6e\x91\x9d\x1b\x62\x2b\x96\xe0\x88\xd6\x57\x04\x79\x06\xc0\xcb\xb5\x8d\x1f\x05\x50\xa8\x43\xf9\x73\x30\xbe\xae\xbc\x46\x06\x41\x8f\x81\x30\x43\x38\x3e\xe6\xea\x05\x9f\xb3\xf3\x41\x2f\x04\x44\xd6\xb5\xd1\x17\x3e\x70\x6e\x94\x67\x19\xe6\x5f\x37\x2c\x97\x4f\xcf\xf1\x3e\xde\xaf\x97\x03\x11\xf4\x5a\x12\x21\xab\x06\xab\x5f\xca\x66\x29\x84\x3a\x25\xf3\xa2\x92\x12\x10\x2f\x13\x3a\x87\x58\x20\x8f\xaa\x08\x11\xaa\x63\x66\x88\x95\x3b\xd2\x3c\xc3\x48\x30\x08\xad\x85\x5c\x1f\x9a\x65\x84\x1b\xdd\x17\x21\x35\x09\x71\x66\xe0\x2a\xf0\xb1\xb7\xa9\x93\x05\xa1\x0b\x68\xd6\x61\xef\xc3\x05\xc1\x13\x6e\x4a\x43\x02\x4b\xe5\x3c\x86\x22\x9b\xcd\x18\xc5\xa8\x05\x5f\x98\x37\x96\x06\xab\xdb\xe0\x5c\xfc\x00\x89\xde\x5c\x21\x7b\x1f\xd4\x8b\x90\xf8\x1b\x6f\x4a\x9b\x74\x70\x76\x56\x14\xf4\xb8\xe0\x38\x5a\x17\x2d\xe9\xfc\x09\x56\xde\x32\x3a\x14\x18\x0a\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\xbc\x9f\x51\x9e\x11\x3e\x8a\x20\xce\x61\x13\x30\x33\x05\xca\x88\x49\xb8\x23\x7c\xd4\x8b\xa6\x53\x16\x05\xe9\x39\xc5\x33\x8b\x8c\x88\x88\xb6\x81\xd6\x29\xdb\xd6\xfb\x36\x39\xaf\x02\xda\xc3\xb1\x88\x32\x5a\xb9\x46\x0e\x18\xc6\x1b\x05\x97\x20\x30\x3e\x1f\x59\x61\xf7\xbb\xe8\xe0\x35\x55\x4e\xa1\xfa\x61\x43\x0b\xa5\x87\x45\x5a\x51\x51\xa5\x2e\xb8\xec\x0e\x0a\x72\x94\xec\x96\xe1\x44\xac\xa8\xe0\xba\xe1\x20\xe3\x6c\xe0\x2d\x06\xfa\x39\xaa\x78\x51\x1d\xec\x74\x09\xa2\x3a\xec\xe3\x86\x43\x8d\xd0\x0e\x37\x1f\x68\x44\x39\xb1\x3d\xba\x71\x65\x57\x2b\x97\x9f\x4b\xb8\x83\xc4\x8e\xcb\x0a\xf6\x0c\x3d\x18\x95\x42\x57\x30\x06\x07\x50\x08\x78\x32\xe1\xb0\x0d\x19\xc9\xb8\x78\xf0\xf1\xac\x76\xe7\x5b\x84\x16\xad\xc3\xe1\xc3\xd1\x23\x31\x37\x48\x36\x75\xe8\x4b\x3b\x08\x3b\xeb\xc5\x04\xd5\x6e\x6e\x98\xf7\x46\x00\x5b\x0b\x75\xa2\xa2\x79\xac\xbf\x2d\x4b\xdd\x76\x41\x88\xf5\xbe\x3a\xbc\x60\xa2\xbc\x16\xc3\x43\xe5\xa0\xc6\xf5\xbd\x9e\xd0\xfa\x2a\x71\xab\x01\x05\xef\x2f\xcf\xbb\x1f\x7a\x97\x65\x14\xc0\x3f\xdf\x77\xef\xcb\xbf\xdc\xdc\x5f\x5e\xf6\x2e\x3f\xc6\x3f\xdd\xde\x9f\x9d\x75\xbb\xe7\xe5\xf7\x3e\x74\x7a\x17\x95\xf7\xec\x4f\xe5\x97\x3a\x3f\x5c\xdd\x54\x70\x07\x6f\x7f\xea\x5d\x5f\x97\x7f\xba\xeb\x7d\xea\x9e\x0f\xae\xee\xef\x96\x42\x0c\x16\xe3\xaf\x5d\xa2\x7d\x60\xb3\x6d\x8d\x2b\xd9\x21\x23\xc5\x99\x48\xb3\x79\x51\x0a\xdd\x1e\xba\x8a\x93\x32\x66\xe9\x7c\xca\x64\xbe\x4b\xcc\x80\x55\x7d\xe5\xa3\x55\xa9\x33\xe2\x5a\x73\x51\x57\x54\x3f\x34\xe6\x35\x1a\xb5\x68\x06\x5b\x1a\x65\x61\xd4\x3c\xc4\xf1\x2c\x8d\x1f\x08\x69\x18\xae\x13\x32\x63\x6a\xd9\x58\xe0\xc2\x55\xf9\xcc\xf0\xe1\xa2\xa1\x69\xc3\xf4\x84\xcd\x35\x3b\xcc\xd1\xab\x8f\xae\xbe\xac\x67\x74\x1e\x2c\x6c\x47\x44\x1e\xb0\x4c\xaf\xbf\x03\xd7\xe1\x93\x7a\xd2\x3b\xf3\xa0\xc1\x56\x65\x36\x54\x34\x24\x5f\x6f\x58\xd8\xa4\x40\x44\x52\x45\x79\x21\x77\x53\x79\x2d\xa2\xc8\xe8\xdc\x46\xb3\x76\xa0\x68\xc2\x5d\x3d\x11\x58\x5a\x84\x72\x5c\xb3\x09\x95\xd2\x11\xcf\x7e\xcb\x2c\xa5\x79\x17\x75\x0a\xa2\x1f\xa2\xd2\xb8\xb4\x35\xbc\x96\x01\xea\xa9\xd1\x55\xb7\xe7\x4a\x33\x41\xf4\x2c\xca\x64\x84\xc2\x2b\x9e\x1f\x6d\x2e\x68\x54\x8a\x4c\x44\x05\x38\xb0\x1e\x33\x80\x10\x41\xb3\x85\x2d\xce\x49\x16\xc8\x07\x1e\x59\x4a\x8e\xe3\xc2\x3e\xe9\x31\xc4\x0f\xf6\x45\x93\x86\x59\x53\x14\x27\xa6\x80\x6b\x8f\x79\xbc\xcb\xde\xd7\xac\x7e\xf3\x11\xf4\x8b\xbd\x5e\x50\x05\xf1\xaf\xb7\x49\xb3\x29\xd3\xed\xcb\x90\xa2\x09\x09\xce\x56\x00\x73\x6e\x0a\xf1\x0a\x77\xe1\x66\x16\xd7\xb5\xac\xad\xb4\x9c\x56\x8a\x32\xcb\x84\x6a\x8c\x41\xf4\x55\x12\x8b\x4a\x3e\x45\x09\xa7\x26\xa5\x25\x80\x84\xed\x31\xf3\xac\x49\x83\x6c\x61\x44\x40\xa8\xc6\x18\x23\x2b\x05\x94\xb8\xcd\x08\x3f\xec\x46\xc0\xe3\xa2\x9e\xef\x01\xc3\xca\x68\x6e\x65\xfa\x59\x46\x31\x90\x68\x42\x35\x92\xb4\x37\x52\xd2\x21\xcf\xb8\x81\x28\x4c\x54\xef\x2b\x2b\x2c\x15\x99\x52\xf5\xe0\xb3\x7f\x68\x91\x03\xb0\x8c\xe8\x77\x74\xa4\x15\x80\xe1\x2f\xe9\x4a\x2b\x8e\xec\xba\xb6\x81\x82\x2c\x9d\x1b\xad\xd8\x0e\x2c\x69\x67\x64\x04\x7e\xbe\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\x66\xeb\x52\x5b\x37\x60\xf3\xd5\xc4\xd7\xda\x93\x35\xca\x24\x6d\x80\x3a\xf5\x6d\x63\x1e\x6b\x53\xdb\xa9\xcc\x87\x4d\x59\x53\x38\xaa\xe5\xad\x2f\x53\xc0\xfc\xb9\xdd\x97\x40\x17\x33\x40\x6a\x98\x95\x74\xb7\x5b\x50\xfb\xf5\x31\x7c\x5e\xdf\xb8\xcb\x15\x5a\x7b\xce\x0b\x84\x56\x20\x1e\x84\xdc\xac\xbb\xf9\x8c\xd5\x94\xcb\xf8\x73\x0e\x25\x39\xae\x46\xb7\x58\x8b\x7d\x17\x22\x33\x7c\x91\xc2\xea\x4f\x62\xb5\xd7\xbb\xb2\x76\x1b\xd3\x40\xb9\x82\xec\x92\x36\xeb\x66\x03\xf5\x67\xd7\x3f\x90\x65\x38\xf0\x99\xe2\x52\x59\xb6\xe9\x30\xc4\x97\x24\x18\xd4\xf6\xbb\xc3\x4a\xfe\x3d\x67\x39\xb3\xb4\x3f\xcc\xd3\x31\xdb\x45\x35\x2b\xa6\x34\x91\x4f\x64\x9a\x27\x13\xe2\x1b\x27\x29\xcb\xe8\xbc\x34\x35\x90\x97\x8c\xcc\x20\x61\x6b\xcb\xfc\xa1\x24\xd7\x46\x4e\xc1\xc9\x58\xb4\xab\x72\x01\x04\x4f\xa8\x31\x8a\x0f\x73\x53\xeb\x99\x2a\x05\xd2\x6f\x69\x59\xb8\xbd\xee\x9e\xf5\x3e\xf4\x2a\x6a\x7d\xe7\xf6\xa7\xf8\xef\xcf\x57\x37\x3f\x7d\xb8\xb8\xfa\x1c\xff\x76\xd1\xb9\xbf\x3c\xfb\x71\x70\x7d\xd1\xb9\x8c\x7f\x3e\xef\xdc\x75\x6e\xbb\xab\xec\x01\x8b\xbd\x36\x6f\x04\x8d\xe2\xfc\xad\xec\xe2\x42\xd3\xc1\x14\xd3\xee\x23\x58\xbf\xeb\xf5\x94\x74\x7c\xd6\x43\x0c\xf2\x4a\xbd\x8d\x06\x6c\x8b\x88\x3a\xeb\x4c\x39\x50\x54\x0d\x51\xbc\xdb\xa4\x43\x3c\x1a\x3b\x38\xa2\xb5\x15\x16\x5c\x4c\xb8\xdd\x1d\x6c\xc2\x4a\x0c\x49\xa1\xb9\x15\x48\x62\x71\x61\xeb\x28\x01\xd6\x55\xde\x69\xf7\x45\xf7\x91\x09\x93\x43\x76\x9e\xd5\xfc\x3d\x78\xb8\x7b\x21\x8a\x5b\xf6\xa3\xd4\x7c\xca\x33\xaa\x0a\xd0\xa7\x2b\xd7\x16\x08\xec\x7e\xac\x30\x2e\xce\xea\xe0\x43\xbc\xf2\x70\xdf\x23\x30\xee\xb3\x8b\x1e\x88\x40\x89\xf1\x10\x0b\xbe\x73\x57\x3b\xdb\xf7\x38\xa5\x10\x1c\x11\x4a\x1a\x63\xf7\x8d\x45\x84\x6e\x6a\x40\x97\xb6\xc8\x26\x81\x12\xe4\xcf\xe6\xe6\x08\x83\xf4\xff\xe8\x0a\xa3\xe6\x9b\x80\x71\x91\x94\x69\x90\x4d\x9d\x47\xa3\x0c\x04\xc5\x34\xf8\x87\x7c\xeb\x97\x20\xec\x78\x8f\x9b\x73\xdb\x3a\xda\x05\x0c\x16\xde\x58\x6e\x3d\xb3\x97\xd0\x6b\x5d\x87\x38\x2e\x18\x56\x61\x28\x73\x91\xfa\x2a\x36\x53\x2e\x4e\xa6\xf4\xcb\x7b\x3f\x53\x2c\xd3\x1f\x72\xc3\xb1\x74\x70\x66\x35\x91\xb9\x65\x72\xcb\x97\xab\x2f\x96\xac\xd7\x6a\x69\xd1\x73\x56\x50\x7b\x0a\x1d\x15\xbd\x48\x8f\x6c\x5e\xb7\x7f\x0b\x18\x1f\xe8\xa9\x72\x07\x1e\x1a\x99\x29\x06\x45\xdb\x82\x8f\x2a\x43\xdf\x63\xf8\x1b\x62\x20\x4a\xb8\x5f\xf5\xcc\x3b\xb6\xcf\xed\x74\x6e\x6a\x2d\x83\xcf\x80\xd2\xe2\x7a\xb2\x9b\x86\x76\x42\x9f\x27\xef\x62\x3e\x52\x4c\x58\xb3\xbb\xf5\x37\x39\x84\xd2\x22\xda\xc3\xfa\x2a\x96\x80\xc9\xd3\xee\x85\x4f\x2a\x85\x50\xfb\x05\xe3\xa3\xa7\x81\x8c\x69\x30\xc0\x43\xd9\x2b\xf6\xf7\xdc\xc5\xd3\xfe\xf1\xfb\xcd\x2e\x5a\xa3\xe6\xc4\xa7\xaf\xc7\x21\x3a\x2e\x42\xcd\x5d\xba\x30\xae\x5c\xf0\x3a\x28\xfe\x1b\x2c\xf8\xf4\xb2\x75\xf5\x2a\x9d\xba\x3f\x57\x46\x31\xdd\xf9\xd4\x38\x7c\xff\xd9\x72\xa6\x7e\xae\xa4\x4a\xb9\xee\x20\x38\xc1\xb5\x1e\xdf\x68\x43\x9a\x3c\x3c\x51\x95\xa2\xb1\x10\xec\xc6\x6d\xf2\xa3\x7c\x62\x8f\x4c\xb5\x48\xc2\x94\xa1\x2e\x85\xc1\x9e\xb5\x2c\x83\x03\xe5\xda\xe9\x0b\x88\xd7\xc1\x7c\x10\x01\x90\xc8\x86\x8f\x27\x56\xa1\x74\x86\x29\x57\x1a\x4d\x33\x03\xe1\xc7\xec\xcb\x8c\x25\x18\xa8\xd5\x14\x9d\x32\xca\xe8\xe3\x62\x4e\xc6\x36\xe1\xf6\x51\xf5\x37\x5f\x20\xc8\xe5\xb1\x2d\x35\x54\xfb\x22\x62\xc8\x35\x67\x73\x33\x91\xa2\x45\xc6\x32\xa3\x62\xdc\x6e\xb7\x09\x33\x49\xfb\xfd\x46\x84\xee\x1a\x8c\xba\x2b\xbc\xec\x99\xd4\x2c\x9b\x07\x74\x97\x10\x0d\x65\x57\x19\xa2\xaf\x34\x47\x93\x47\x0d\xf5\xdf\x56\xa3\xf6\x5f\xd6\x74\x5e\xaf\xa9\x6e\x1c\xfe\xd7\xd0\x4e\xb5\xa6\xfc\xaa\x96\xf0\xfd\x7a\xcd\x6b\x83\x70\x56\x8f\xa4\x56\x84\xb5\x36\x64\x55\x4a\xb1\x69\xac\xe6\xcf\xb2\x09\x3d\x78\xab\x34\xa4\xda\x96\x5c\xd2\xc8\x56\xd1\x8b\x8b\x14\x5d\x43\x71\x21\xd0\x77\xa7\x94\xc7\x2c\x9f\x2e\x96\xc0\xd8\x97\x14\x55\x0c\x12\xff\x75\x06\xdd\xad\x8f\x37\x19\x40\x92\xa5\xc2\x08\x4b\x37\x5e\xb4\x85\x22\x31\x01\xb7\x54\x5c\x43\xf2\xd5\x36\x41\x90\xa1\x19\x6c\x1a\x5c\x36\x50\x45\x0b\x60\xeb\x5d\xd1\x7f\x88\xeb\x0c\xb5\xfb\xf1\x13\x8d\xa2\x0e\xf8\x79\x9a\x39\x43\x11\x38\xbe\x95\xf2\x79\x79\x75\x59\xaa\x5b\xd7\xbb\xbc\xeb\x7e\xec\xde\x94\xfc\xd2\x17\x57\x9d\x52\x59\xbc\xdb\xbb\x9b\x8a\xeb\xfa\x87\xab\xab\x8b\xee\x82\x0e\xda\xbd\xeb\x7d\x2a\x35\x7e\x7e\x7f\xd3\xb9\xeb\x5d\x95\xde\xfb\xa1\x77\xd9\xb9\xf9\x25\xfe\xa5\x7b\x73\x73\x75\x53\xe9\xef\xfe\x6c\xb9\x36\x5b\x9a\x46\xfd\x4e\x14\xc2\x72\x14\x43\x5f\x27\x14\x36\xd5\xc3\xda\x45\xe4\xa0\xfa\x61\xdb\x92\x65\x0d\x4c\x29\x65\x83\xed\x82\x35\x9a\x02\x4e\x6a\xfb\xb1\xf2\xe0\x7c\x40\x8d\x61\xd3\xd9\x6e\x18\x84\xeb\x1f\x9c\xcd\xe2\x40\xca\x25\xc3\x9a\xe3\x40\x4a\xbb\xfa\x7a\xe2\x40\x6a\x42\x3c\x16\xe3\x40\x7a\x97\xbd\xbb\x5e\xe7\xa2\xf7\xff\x2a\x2d\x7e\xee\xf4\xee\x7a\x97\x1f\x07\x1f\xae\x6e\x06\x37\xdd\xdb\xab\xfb\x9b\xb3\xee\xed\x9a\x51\x20\x8b\x76\xd7\x63\x12\xf7\x73\x4a\xee\xa2\x9a\x85\x28\x15\xba\x32\x5d\x76\xc5\xad\x4c\x63\xa9\x8a\x66\xfc\x1f\x5c\x8c\x5b\x00\x92\x77\x4a\xba\x4a\xf5\xa6\x74\xcc\xae\xf3\x2c\x6b\x91\x80\x85\x79\xa6\x18\x35\xf0\xda\xb5\x4c\x7b\xd1\x77\x60\x38\xaa\x9d\x06\xf4\xef\x30\x27\xb1\xfb\x96\xeb\x3f\x72\x7a\x06\xa3\x94\x43\x48\x0c\xe8\xbe\xa7\xe4\x07\x9a\x3c\xc8\x91\x03\xcf\x69\x05\x15\x97\xfc\x3d\x97\x86\x12\xf6\x25\x61\x2c\xf5\x25\x78\xaa\x74\x72\x21\x77\xc2\x8c\xdc\xa4\x7e\x7a\x7c\xa6\x57\x87\xcf\xd4\x7e\xe7\xb2\x9d\x06\x9b\x00\xb6\xb9\x59\x7e\xc2\x4f\x1d\x46\x5b\x6d\xeb\xc6\x64\x7b\xb0\xe9\x5f\xc8\x71\x7d\x66\x01\x04\x4b\xba\x74\x88\x02\x5b\x04\x3c\x84\x72\x4c\x34\x17\x0f\x7d\xf1\xd9\x2a\xb4\x32\x57\xf8\x93\x91\x0a\x92\x54\x46\x59\xae\x27\x0c\xb0\x61\x5b\xbe\x58\x25\x78\x0a\xcb\x75\xa3\x80\x64\x2c\x71\xc2\xd7\x19\x17\x96\x5b\xcc\xb8\x97\x20\xab\x5b\xbf\x97\x1a\x95\x5c\x07\x3d\xfb\x19\xdd\xb7\x85\x75\xf6\x69\xc2\xb0\x3a\x67\x81\x3a\xef\x0b\xd6\x20\xe7\x86\xbc\x53\xac\x35\x0a\xa2\x8d\x5d\xf6\xef\x7c\x64\x2d\x2c\xf7\xa3\xe4\x29\x49\xf3\x59\xc6\x93\xc0\x77\x9f\xa4\x6a\x8c\x84\x42\x4d\x67\x83\x48\xa8\x8a\xfe\xbe\x6c\x62\x35\x6a\x54\xa4\xb5\x2d\x89\x89\x7a\xe6\xa8\xb0\x08\xe9\x2a\xd7\x4c\x1d\x1b\xc5\xc7\x63\x90\x1b\xbd\x51\xe6\xf5\x87\x8d\x79\xda\x9c\x0f\x76\xb7\x3f\xc4\xee\x81\x0c\x2b\xf5\x04\xf8\x16\x4b\x53\xb3\x59\x36\xf7\xc1\xdc\xb8\x80\xfe\xd8\xcf\x72\x85\x18\xc3\x23\x12\x06\xd4\x18\xb6\x31\x53\xcc\xf6\x92\x0e\x10\x3c\x6c\x77\x50\xb3\xde\x08\xa1\x74\x11\xac\x28\xf2\x9f\x79\x00\x23\x7f\xc3\x15\x7d\xfb\x54\x2b\x44\x39\x00\xc8\x5e\x22\x9f\x04\xd6\x58\x82\xf7\x41\x9e\x17\x12\x64\x93\x90\x7e\xd5\x17\x1e\x2b\xcd\x25\xa8\x8d\x42\xc5\x54\xb4\x71\x62\x05\x89\xaf\x1f\xe6\x57\x94\x77\xb5\x53\xff\xd4\x58\x27\x35\xc4\xc5\xef\x64\x2b\x75\x31\x51\x7b\x29\xe2\xbb\x88\xa6\x90\xc9\x21\xa2\x2f\x2e\x64\x69\xc5\xb7\xce\x66\x06\xcc\x91\xcb\xa5\x2b\xdf\x59\x3e\xda\x11\xc2\x67\xe4\x12\xf4\x8b\x52\x59\xce\xbd\xa6\xb1\xed\xbe\x60\xb9\x91\x11\xde\xa5\x9d\x5c\xaf\x52\x36\xb2\x8d\x39\x0d\xbd\xb4\x16\x3c\xa9\x38\x31\x7e\xe5\x9b\xb8\x73\x8d\x0d\x65\xa3\x2c\xbc\x99\x62\xde\x7a\x36\x67\x26\x18\xcd\x32\x9f\x73\x31\x9f\x95\x2b\x05\xc6\x5e\x03\x6f\x17\x0c\x9e\x5e\x48\x0a\x8a\x6a\x11\x49\xc1\x84\xd1\xae\x6a\x40\x5f\xb8\xc6\x7d\x4e\x6f\x80\xc5\x72\x8e\x10\x5c\x98\x96\xd3\x41\x1c\x02\xb3\x96\xd9\x23\x82\x94\x16\x6b\x62\x24\xe4\xdc\xd8\x01\x9e\x59\x76\x6e\x85\x17\x2a\xd2\xa2\x96\xcc\x84\xf5\x45\x25\xb1\x55\xb1\x31\xd7\x06\x2e\x16\x4f\xb1\xf1\xf7\x7b\x4b\xf6\x2b\xc9\x3b\xcb\x96\xbe\x31\xd9\x6f\x15\xe3\x1a\xd1\x64\x93\xa4\x9b\xf9\x8c\xa5\xbd\xf0\xdd\x72\x62\x28\x99\x4e\xd2\xc8\xb5\x54\x3a\xe4\x48\x03\x1e\x63\x1d\xfc\xa8\x3a\xc0\x03\x86\x4d\x0a\x40\x6b\xa1\x88\x9e\xdd\xa2\x31\xf5\x85\x14\x75\xa8\xa2\x87\x01\x01\xb1\xc9\x7b\x54\xae\xbe\x17\x64\xa9\x44\x6a\x83\xfe\x35\xf8\x64\x44\x79\x96\xab\x46\x11\x01\xc9\x72\xef\xa9\xc8\x67\xd0\x2c\xa9\xdb\xb5\x60\x97\x8e\x8e\x51\xb0\x49\x3f\x52\x05\xd5\xf8\x67\x59\x3e\xe6\x42\x97\xa9\xbe\xb9\xa8\xcc\x42\x81\xad\x15\x1b\x5e\xd4\xe4\x5a\x9f\x17\x77\xf0\xb0\x6b\x98\x3c\xf8\x21\x9a\x51\xdd\x9c\xd0\x16\x8d\xbd\x2f\xee\xe0\xae\xc6\x4c\xdb\x70\xcc\x28\xa2\x90\x2b\x6d\xa0\xec\x71\xed\x7c\x4b\xfc\xbc\x4c\xa9\x3b\x05\xb9\xd5\xe5\xc4\xae\x0e\xa6\xfd\x44\x67\xcb\xd2\x15\x77\x6e\x71\xd5\x36\x04\xeb\x66\xf5\x18\x56\xcb\x9e\xd4\xac\x5e\x08\x08\x7e\x11\x27\xde\x26\xe0\x09\x21\x2e\xdc\xc1\x8e\x2c\x64\xbe\x97\x04\xd3\xf8\xd3\xcd\x53\x03\x0a\xef\x95\x03\xcc\xc7\x06\x87\x18\xcc\x1d\xc7\x9f\xef\x90\x79\x1f\x36\xc6\xb7\xb5\x64\x3b\x76\x8c\x8d\x2d\xd2\x19\x5e\x30\x34\xf6\xe7\x85\x25\xda\x34\x32\xf6\x31\x4e\x05\x80\xbb\xa1\xa8\x1f\xbf\x96\xc4\x1c\x22\x62\x7f\x2e\xe7\x73\x94\x96\x58\xf2\xb5\x12\x5f\x16\x11\x39\x41\x68\x49\x99\x90\x86\x11\x4a\x04\xcf\x4e\x44\x9e\x65\x27\x97\x50\xbe\x57\x6b\x3e\xc6\xea\x60\x58\x4f\x03\xbc\x84\x05\x46\x54\xc9\x54\x16\x1d\x01\xb8\x22\xed\x90\xd0\x8a\x67\x2c\xc7\xb4\x5b\x90\xcd\xfb\xc2\x7e\x81\x22\x16\x42\xeb\xf0\xe0\x59\xc5\xde\x42\xed\x0e\xec\x0b\xc2\x0c\xe7\x71\xe3\x35\x04\xb6\x2c\x3d\x70\x27\x97\xe6\x01\x37\xf6\xd5\xe0\xc6\x4a\x15\x0a\x59\xac\x8f\x20\xdb\x7c\xa8\xb6\x86\x70\x0d\x82\x58\x70\x09\xac\x41\x8f\x5f\xd3\x1d\xf0\x9c\xc9\xa2\x3b\x67\x86\xfa\x95\xda\x87\x55\xf4\xef\x18\x6f\x3c\x90\xa3\x81\x5e\x88\xdb\x26\xcb\xd9\xfc\x42\xc4\xf7\x7a\x66\xa9\x38\xc8\x23\x8e\x8c\x5e\x24\x92\x26\xb9\x5c\x8a\x81\x93\xdc\xd7\x1b\x6c\x75\xc1\xae\xc4\x07\xfc\xfc\x5a\x66\x3c\x59\x6e\xcb\xf3\x57\x13\x40\x91\x2c\x58\x72\x01\xb4\xc7\xa1\x91\x53\xaf\x4e\xa0\x91\xca\xb0\xc4\x14\xaa\xe9\xe2\xe4\x36\x31\x75\x78\xad\x20\xb4\x02\x49\x78\x05\x96\x12\xc1\x7a\xa8\x2e\xcc\x07\x05\x69\x40\xf5\xa0\x33\xb0\x1d\xfb\x82\x79\xf1\x40\x80\x37\x3d\x4d\x64\xc6\x5a\xa8\xfb\x82\xa1\xac\x2f\x66\x4c\x25\x12\x6a\x8d\xa6\xf2\x09\x4c\x86\xc9\x84\x67\x69\x11\x4c\xfb\x0e\xec\xf6\x60\x5d\x7b\xef\x32\x86\x8a\x92\x1c\x01\x51\x67\x35\xd9\x9e\x23\xb1\xef\x14\x19\xbb\x4f\x43\xdc\x32\x2a\xf8\xec\x6c\xf9\xb8\x14\x0e\x01\xa3\xa2\x64\x52\xe5\xc2\x20\xfd\x78\x36\xdb\x61\x16\xc2\x24\xe1\x82\x41\xf8\x25\x53\xd9\x57\x87\x83\x53\x5d\x4a\x22\x2d\x89\xf2\x60\x2d\xb5\x1f\x51\xf0\xb7\x50\x14\x43\x86\x8c\xcc\xa8\xb6\x82\x8b\xdb\xd4\xbe\x28\xf4\xea\xef\x74\x2c\x92\xd4\xee\x73\x9b\x7c\x80\x3a\x3d\xda\x50\x91\xb0\x16\xf9\xae\x34\xd1\xef\x20\xa9\x4e\x48\xe8\x0f\x0a\x24\x9a\xf2\xd2\x00\xb9\xb6\x08\x37\x7d\xc1\x35\x52\xa6\x62\x19\x7b\xb4\xa3\x73\x67\x27\xf2\x18\x33\x17\xc6\x1d\xa6\x0d\xde\x22\xaa\x58\x5c\x06\x30\xaa\x18\xee\x66\xe6\xaa\x0a\x39\x58\x94\x5c\x40\x94\x24\xfb\x82\xe0\x33\xd9\x1c\x3c\x08\x8a\xa7\xa9\xed\xae\x40\x45\x72\xf9\xac\x00\xb3\x3b\x97\x39\x62\xc5\xa5\x60\x17\xa6\x21\x6e\xce\x23\xd4\x64\x1c\x85\xd1\xa1\x34\x93\x32\x5a\x07\x26\xbc\xe1\x49\x62\x8f\x4c\xcd\x0d\x80\xe9\xc1\xba\x0a\x06\x85\xce\x8c\x5d\x80\x82\x71\xf4\x05\x4d\x5d\xd1\x35\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x0f\xe5\xe3\x32\x99\x6e\x57\x63\x30\x9e\xea\x59\x46\xc5\x00\x19\xea\x57\x30\x07\x47\xb9\x88\x4d\x30\x89\xf9\x70\x10\x40\x5a\xf6\x32\xce\x20\xe9\xdc\x94\x32\x84\xad\x08\xe7\x3b\x6a\x55\xa1\xd4\xbd\x64\x0e\x51\xb3\x26\x94\x45\x77\x95\x89\xd8\x97\xba\xc0\xae\xd5\x26\x6d\x5a\x31\x60\x85\x72\x40\x2b\x6c\xda\x9e\x02\x5e\xab\x5d\x7b\x9d\x9d\xaf\xdc\x21\xd5\x6d\xdf\xdc\xa4\xba\x20\x30\x6d\x65\x56\x5d\x31\xac\xe7\x35\xad\x36\x9a\x10\x16\x4d\xac\x9f\xcb\xc5\xfe\xad\x56\x82\x2e\x52\x46\xb4\xb4\x7a\x8d\xb7\x70\xd4\xe7\x9a\x56\xe2\x99\x9e\x15\x5b\xab\x0c\x25\xb2\x76\x60\x20\xa2\xeb\x91\x5e\x51\x83\xae\x45\xfa\x47\x48\x59\xba\x7f\x84\x78\xb4\x3e\x65\xd9\x43\xf7\x95\xcb\x69\x55\x1d\x10\xe8\x1b\x2c\x0e\x9c\x83\x94\xdb\xc8\x9a\xf7\x35\x31\xf3\xa2\xa8\x49\x0c\x1f\x18\x62\x03\xee\x9a\x44\x9d\x73\xee\x01\xf5\x00\x56\x43\xe5\x89\x29\x26\x1c\xf0\xc7\x7e\xf0\x1f\xda\x25\x9a\xe5\xee\x46\x0d\x78\x5f\x52\xf5\x85\x6f\xad\x80\x01\xee\x64\xd9\x42\x53\x8b\xd0\x7b\x11\xad\x02\x10\xa7\xcf\x67\x80\x3c\x19\xfb\x12\x44\x7c\x2e\xf0\x01\x28\x06\x3c\x64\x05\xd8\x42\x9b\x14\xe0\x8f\x20\x7a\x54\x50\xe6\x62\x90\xb9\x2c\xf3\x08\x6b\x28\xb5\x45\xb0\x5a\x3a\x87\x2a\x55\xa3\xdc\xb2\xa3\xd0\xbb\x95\x8d\x00\x70\x70\xc4\xed\x21\xf1\xeb\xd2\x17\x9f\x24\x2e\x30\x8a\x57\xd5\xe2\xc7\x6e\xd9\xbe\x0b\x69\x1d\xee\x87\x73\xb8\xb6\x47\xe8\x07\xab\x00\x7d\x80\xff\x1a\xa2\x6c\x5a\x56\xf6\x50\xc5\xa4\x12\x2a\xfa\xe2\x6f\x76\x79\x3c\x8a\x9e\xdb\x56\x39\xc2\x43\xec\x81\x51\xc8\xbb\xbf\x62\xa3\xef\xfe\xe5\xfd\x5f\xdf\x23\x46\x69\xae\x21\x95\xae\x55\xbe\x42\xfc\x40\xed\x96\x42\x8c\x57\x28\x51\xe9\x0b\x5f\x15\x5d\x2c\xc5\xdb\x71\x5a\xce\xbe\xab\x4b\x14\x96\xd7\x0e\x49\xa8\x49\x26\xc7\x5e\x9a\x8b\x91\x05\xb9\x2e\x6a\x97\x58\xc9\xd1\xca\x5a\x95\x7a\x27\x98\x58\x44\x42\xe5\x69\x5d\x5e\x07\x4b\x2f\x58\xa6\xcf\xe5\xd9\x54\x30\x3a\x7c\x4f\x40\x9c\x05\x4a\x44\x21\xe9\x85\xd7\x7d\x9e\x4c\x54\x08\x13\x4d\xc4\x82\x4e\x59\x4a\xfa\x18\x57\xde\x3f\xf2\xdb\xdf\x17\xb3\x61\x3b\x9b\x8f\x4c\x1b\xa2\xdc\xdb\x76\x59\xda\xdd\xa5\xd5\xfc\xf0\x12\x1a\xa4\x8b\xaa\xd2\x8a\xe5\x6e\x54\xb6\xea\xe5\x9d\xb0\x3a\xa1\xa7\xf5\x85\x16\x34\xf1\x84\xf5\xb9\x2d\xfb\x80\x58\xb0\x19\x31\xf4\xeb\xb5\x3c\x72\x9c\x15\x72\x23\xc1\xaa\x38\x9f\x00\x63\x68\x2f\xba\x50\xb2\x91\x0a\x9a\xcd\x21\x5b\xad\xd5\x17\x58\x4d\x96\xa5\x84\x26\xf3\x24\xe3\x89\x43\x81\x2b\xcb\x42\xec\x91\x09\x53\x0a\xaa\x85\x1c\xd3\x97\x12\x87\x9a\xc2\x79\xeb\x57\xff\xbe\x41\x14\x0a\x88\x9d\x65\xab\x59\x95\x4c\x1c\x6e\x8d\xda\x10\xf7\x27\x74\x0f\xac\x39\xf5\xfa\xac\x54\x7c\xcc\x05\x35\x52\x91\x77\x60\xfe\xcf\x32\xa6\xde\x87\xf2\x82\xb0\x8a\xf5\xc3\x98\x6c\x54\xd4\xa7\x06\x02\xae\xfe\xb2\x4d\x92\x5c\x29\x96\x0e\x16\xa3\x28\x37\xc5\x48\x58\x1e\x63\x66\x45\x6b\x3e\x65\xda\xd0\xe9\x2c\xce\x91\x0e\x99\x7b\x6e\x65\x32\x5c\x04\xe2\x07\x06\x6a\x1d\x8f\xca\x93\xf6\x85\x33\x86\xe0\xbe\x49\x55\x03\xfe\x53\x9d\x25\xd6\x3c\xdd\x32\x46\xd5\x81\xa1\x6e\x58\xc0\xb1\x6a\x30\xbe\xb9\xf0\x36\xa2\xe2\x22\x28\x71\x56\x98\x28\x14\xc4\xb5\x82\x68\xa8\x21\x1e\xc2\x01\xfb\xa2\x08\xc5\x3b\xcb\x64\x9e\x12\x67\x2e\x77\xc6\x67\xd5\x26\x9c\xb5\x5b\x44\xff\xd3\xe9\xc9\x49\xbb\xbd\xa7\x9a\x40\xe5\xb2\xa1\xf5\x14\x8e\x85\x3d\xeb\x42\x5d\x57\x1c\xad\x12\x06\xe8\x60\x33\xcd\xc3\xa7\x32\x01\xb5\xc4\x9a\x79\x39\x90\xab\xda\x65\xc0\x45\xdd\xa5\x3b\x1f\x11\xb6\xbc\xab\x19\x55\x4c\x98\x01\xf4\xb8\x59\x67\xd0\xc9\x35\x7c\x5e\x0a\xe1\x5f\x4b\xc3\xfa\xef\x3b\x89\x8a\xb3\x8f\xe3\xfb\x4b\x84\x60\xec\xd2\xa2\xa9\x7e\x20\xef\x38\xf8\xb1\x22\x23\xe3\x2a\xc8\x56\x37\xa1\x2d\x56\x2f\x9a\x50\x89\x31\xad\x35\xa1\x62\xf4\xe0\xb3\xa2\x01\x9e\x37\x84\x32\x59\x46\xe1\x7f\x2b\x2c\xc0\x18\xa6\x56\x98\xbb\x09\x35\xae\x64\xcc\x3f\x98\x92\x28\xb1\x09\xe9\x65\xc0\xb8\xe1\x25\x31\xad\xf3\x01\xd4\xab\xdd\xea\x26\xc0\x9c\x60\xf8\x1e\x62\xa4\x7c\xa2\x41\x5c\x01\x17\xaf\xe9\xe1\xdc\xc7\xb6\x36\xa3\xad\x6c\x53\x06\xb9\x28\x42\x5e\x5c\x86\x11\xf7\xf4\x9a\x44\x60\xc5\xfe\x80\x9e\x80\x10\xe0\xea\x85\x4f\xe9\xcc\xf9\x8c\x5d\x75\x85\xaa\x55\xa4\x0d\x93\xf8\xef\xff\xfa\x4b\xbb\x29\x25\x10\x86\xbe\x35\x74\xe6\x07\x0f\x9c\xa9\x18\x4d\x0b\x48\xbb\x18\xb1\x6e\x55\xba\xdf\x4a\x82\xdc\x41\x92\xd9\x65\x5f\x16\x65\x15\xef\xaa\x8d\xc8\x9e\xa7\x31\x9e\x43\x20\x70\xb7\x3d\x01\xd1\x4c\x8e\x08\xc8\xc0\x0d\xd2\x52\xdb\x8d\xb3\xa6\x87\x0d\x56\xaf\x9e\x3f\xbd\x90\x1c\xd8\x94\xb5\xb6\xce\xf0\x4b\xdf\xee\x2c\xbd\xee\x92\xec\xb6\xd4\xaf\x77\x1e\x8a\x64\x40\x00\x5b\x4f\x90\x44\x4e\x87\x56\x82\xb4\xf7\x6c\xb0\x8a\x02\x6b\xea\xf8\xc4\x87\x10\xb5\xed\x59\x0c\xc2\xcc\x55\xd2\xc6\x82\x4b\x39\x0e\xcb\x8e\xe9\xac\xd6\x99\xd6\x70\x1f\xec\x37\x2f\xaf\xfe\x70\x74\xaa\x33\x28\xca\xb6\x3c\xf0\xe4\x81\x59\x52\x1e\x15\xf0\x92\xb1\x68\x15\x84\xeb\x10\xa7\xde\x17\xb0\x42\x18\x14\xe9\xa9\xdf\x1e\x07\x23\x89\x62\xe0\xa1\x2b\x02\x9f\x25\xe1\xe6\x3b\x5d\xbf\x38\xcf\x9d\x44\x58\xbf\x16\xd0\x7e\x48\x75\x71\x60\x16\x41\xaf\x41\x4d\x10\xc4\xc1\x3f\x05\xbe\xa8\x59\x22\x45\x48\x8f\xd9\x8b\x96\x51\x93\x60\x58\x3f\x5c\x78\xb6\x80\x82\xb1\x4a\xe5\xd9\x51\xf3\x8a\x78\x9b\x92\x89\x43\xf5\x30\x44\x43\xf0\x10\xc4\xc8\xda\xbe\x5b\x64\x4a\xb9\x70\xc7\x00\xea\xb8\x93\x94\x0d\xf3\xf1\xb8\x51\x21\xc8\xe4\xf8\x59\xad\x93\x3e\x1d\xaf\xd1\x3a\x19\x66\x98\x2d\x4b\x31\x5b\x41\xa1\xdf\x90\xe6\xb7\x34\x24\x7b\x1f\xba\x5b\xcf\xf7\x84\x16\xa8\x11\xcf\xd8\xcb\xa8\x6b\x7b\xd2\x3d\x7b\xeb\xe8\x9e\xde\x84\x09\x61\x54\x38\x8f\x60\x64\xfa\x0d\x29\xa5\x18\x96\x3e\xb0\x5f\x3e\x6b\x6c\x7a\xc8\xa6\x81\xc3\x8a\x51\xe7\x96\x37\xa5\x1a\x50\x6b\xf6\x1f\xac\x0e\xbc\x7d\x55\x0a\xdc\xce\xa8\x4d\xb7\x72\xca\x08\x74\xa5\x31\x41\x9a\xb8\x38\xb0\x16\xb8\x3c\xec\x04\x0b\xb8\x3a\x38\xf0\xce\xa6\x9f\x4c\xa8\x18\x47\x25\xcc\xc8\x3b\xc1\x9e\x88\xe5\xb5\xad\xd8\x06\x1c\x6d\x4f\x8b\x30\x93\xbc\xb7\xb2\x4d\xc9\x65\xac\x58\x22\x55\x0a\x19\x8a\x63\xaa\x52\x08\x54\x70\x04\x9f\xd1\xe4\x01\xa0\x61\xe1\x3a\xc2\x1e\x9d\x9d\xda\x27\xf1\xa1\xef\xa4\x68\x8d\x8b\x44\x41\x9e\x8a\x47\x99\x0a\xe3\xc3\xcf\x35\xa1\x89\x92\x1a\x95\x53\x8f\x08\xea\xa0\x28\x23\x34\x3e\xe8\x71\x93\x90\x95\x6b\x47\x10\x3e\x9c\x31\xb2\xc0\x03\x97\x2c\xe1\xed\x7c\x90\xca\x25\xe4\xc1\x8a\x5f\x3b\x58\x9f\x1f\xf9\x23\x6b\x91\xdb\x19\x55\x0f\x2d\x72\x3e\x17\x74\xca\x93\xff\x94\xc3\x3a\x63\xee\x42\x7c\xe0\xce\x22\xf1\xfe\xcb\x6a\xd4\x1f\xf4\xcf\x0b\xb1\x5f\xa4\x49\xed\x7c\x9b\xa6\xdc\x86\xd0\xcd\x6f\xfd\x52\x5f\x11\x10\x70\xb0\xca\xee\xf5\x02\xac\x55\x94\xbd\xd1\x93\xa6\x53\x2e\x4a\xba\xda\xab\xf2\xf4\x54\x37\xb5\x2e\x54\xba\xc4\x8c\xd7\xd2\x6e\xf7\x21\x39\x5e\x53\xab\xe5\x58\x85\x72\x2a\x0d\xc3\x7b\x5f\x1b\xa9\x98\x83\xf5\x40\x71\x12\xea\x7f\x72\x8d\x4f\x9a\xb0\xf1\x93\x4c\xea\xb5\x43\x72\x17\x37\xec\xcc\x7d\xbe\x54\x3a\x91\xd3\x19\xb8\x7e\x15\xd3\x10\x03\xb8\xa8\xaf\x2d\xf8\xcc\xf6\x12\x45\xb4\x38\xdc\x4f\xcc\xd0\xf3\x05\xc3\x70\xa0\xed\x10\xb1\x67\x49\x1a\xcc\xbc\xdd\x25\x34\xdd\x74\xc5\x76\x63\xe7\xa9\x3d\xdb\xbe\xba\xaa\xab\x20\xc7\xc5\x38\x6b\x2a\xba\xd4\x17\xae\x00\x5d\x0c\xf7\x5b\x24\xd5\x06\x4b\xaa\xc3\x55\x78\x2a\x15\xdf\x0a\xd5\xeb\x5c\x14\x1e\x75\x0a\x7b\x90\x8b\xe0\x2e\x6f\x79\xfc\x60\xc5\xa0\xc2\xb9\xe5\x95\x3a\x1f\x1e\x17\xb1\x72\x52\x01\x77\x85\x50\xca\x19\x55\x00\x5a\x33\xe1\x59\x7a\x5c\x13\x0f\x8d\x52\x0e\xd4\xad\x0b\x88\xa8\x43\x06\xa0\x87\xb0\xe3\x58\x23\x1a\x43\x35\xc2\xdc\x43\x3b\xc3\xdc\x10\x16\xea\x80\x71\xed\x8c\x47\x15\x49\xa2\xc4\x2f\x4a\xb6\x81\xaf\x6d\x11\x5c\xcd\x2f\x9a\x72\xe6\xbf\x7d\x3e\x51\x5a\xb3\x75\xf8\xc4\x5d\xd9\x0a\xe7\x4f\x0d\x15\x81\x73\x34\x2d\x95\x1e\xa0\x09\xed\x05\x62\xc9\x8b\x4c\x67\x3d\xa3\x4f\xc2\x45\xa8\x6d\x54\xf7\x61\x3d\xfe\x50\x0f\xc6\x65\xf9\x43\xe5\x49\x19\x18\x1c\xa3\xbd\x0d\x0f\x08\x04\xad\x08\x6a\x05\x6a\x82\x16\x69\xa5\x85\xfa\xd3\x17\x45\xe8\xa4\x26\x4f\x2c\xcb\xec\x7f\x93\x2a\xe3\x76\x11\x89\x29\x44\x79\xb0\x96\x0f\xa7\x72\xa9\x08\x4e\x49\x39\x1e\x52\xa8\x51\xd2\x84\xf4\xbe\x70\x9a\xf7\x55\x33\x2d\xa1\xc9\x84\x0d\xec\xd0\xf2\x0d\x62\x6e\x1c\x6c\xf9\x99\xfd\xf8\x16\xbf\x5d\x7a\x99\xd1\x99\xc9\x95\x73\x1a\x62\x5f\xe0\x11\xa1\x58\x87\x3d\x98\x4a\x57\x1d\xef\x04\xbb\x1d\x3c\xb0\x0d\xf0\x3a\xdd\x58\xeb\xdd\x9b\x05\xee\x08\x20\x2e\x86\x80\x9e\x84\x2a\xe5\xbd\x9c\xae\x57\x42\x95\xe1\x23\x9a\x94\xd4\xbd\xb5\x92\xc9\x4a\x37\x24\xb6\xa8\xc1\xb4\x53\x00\x63\x7b\x56\x8e\x45\x1c\x8b\x60\xd1\xda\xfd\xaf\xf5\xb0\xef\x43\x3b\xec\x3d\x7f\xcd\xc5\xfa\x45\x29\x6a\x56\x36\x4f\x3d\xc2\x49\xdd\x61\xae\x5b\xc6\x9d\x6c\x96\xee\x1d\x81\x97\xae\xcf\xe1\x16\x20\x25\x1c\x70\x27\x58\x54\xd2\xa8\x14\x55\x29\x8a\x0f\x96\xb0\x28\xd5\x15\x22\x1c\xa3\x34\x17\x7b\x45\xd1\x31\x23\x53\x96\xf2\xbc\x8a\x26\xb0\x3c\x96\xe2\xc0\x58\x5e\x11\x63\x69\xde\xb7\x67\x63\x08\x2f\x51\x85\xb5\x08\x25\x90\xaa\x88\xad\xbc\x04\x25\xff\xc9\x4a\xdb\x18\xb7\x0e\xc6\xca\x7a\x44\xb6\x28\x77\x84\x9a\xef\x74\x08\xa2\x29\x53\xba\x37\x0d\x5f\x70\x6d\x7e\xae\x94\x47\xda\x02\x6c\x20\xcb\x9f\x2f\x61\xc0\x0f\x15\x87\x19\x7d\xb1\x34\x30\xfe\xc6\xe9\x0d\xce\x6c\x6a\x99\x03\x9a\x19\x21\xb0\xd4\xc3\x30\xd8\x71\x6f\x22\x78\xfd\x35\xac\xd7\x5f\xf1\x82\x7a\x52\x74\x36\x63\x8a\x50\x05\xb1\xec\x34\xe8\x2b\x45\xbf\xae\x97\xbe\x40\x45\xe7\x3f\x6f\xaf\x2e\x0b\x89\xab\xb0\x7f\x54\x9a\x86\xd7\x60\xe9\xda\xf5\x3b\x77\x99\x67\x59\xe3\xce\xad\x01\x35\x7c\x7f\x71\x31\xf8\xb9\x73\x71\xdf\x5d\x0e\xe5\x5b\xbc\xd6\xb8\x26\x61\x24\x6e\x4d\x50\xfc\x34\x20\x72\xe6\x53\xe6\x0c\xcf\xa0\x44\xb8\x59\xe3\x2d\x9f\x67\x59\x39\x2d\xbd\x2f\xfe\xea\xda\x81\xa8\xf9\x5c\xa0\x7a\xd8\x17\x64\xe9\xc2\x95\xfb\x87\xd7\xfe\x6a\x1b\xff\xab\xaf\x85\x53\x4c\xe2\x94\x5c\x86\x5e\x1b\xd6\xd5\x39\x4b\x76\x38\x0e\x98\x1d\xff\x52\xc0\x1b\xdb\x1d\x8f\x7b\xe1\x51\xb6\x1d\x5e\xc6\x5e\x4e\x07\xae\xdd\x5f\xcb\xa6\x87\xc0\xee\x53\xbc\x9f\xa1\xdd\x16\xc2\x25\x68\xe3\xa2\xcb\x70\xcd\xfa\x02\x85\x40\x3b\x26\x23\x9b\xc7\x44\x7a\x02\xd3\x21\x32\x2a\xc6\x39\x1d\x33\xdd\x22\xbe\xf3\xbe\x98\xf2\xf1\x04\xf2\x4b\x1c\xba\x5f\xa8\xec\x49\xa1\x8e\x59\x99\x84\xd0\x45\xc1\xbe\xd0\xe9\x0c\x5c\xa7\xa2\x2f\xdc\x9c\xc4\xb8\x68\x1e\xbd\x17\xff\x79\x1b\xa6\x63\x29\x2d\x34\xe4\x10\x1f\x44\x5f\xe0\xe6\x62\x1a\xab\xd7\xc9\xc0\x70\x4b\x4d\x95\x74\xa9\x62\x1e\x64\x06\x78\xfa\x18\xb4\x43\x2c\xf0\xe2\x43\x03\x2c\xa7\x8f\x10\x0a\xd1\x51\x84\x43\x5a\xcd\x4f\xfc\x66\xf8\x33\xe1\xc6\x56\x4f\xf5\x3b\xdf\x01\xf6\xc0\xd5\x17\xda\x5b\x4e\xb6\x05\x1b\x5b\xc1\xcd\x0b\x82\x12\xd5\x23\x4c\xaa\x41\x7c\x10\x74\xb2\x87\xa2\x82\x6b\x0f\x09\xdf\x5f\x3a\xa8\x0d\x6a\x11\xae\xdd\xad\xc3\x2a\x5a\xd6\xed\x50\xca\x86\x7d\xd9\xa3\x69\xa3\x34\x28\xf7\xc1\xaa\xc5\xc8\x93\x86\xb2\x8f\x3b\xfb\xb2\xab\x4b\xe4\xb9\xcf\xb2\x01\x65\x5c\x6f\x35\x9c\x42\x7e\x5a\x7b\x44\x41\x42\x70\x97\xdd\x46\x1c\xd6\xdd\x73\x25\x06\xdb\xc0\x26\x9d\x42\xed\xcc\xa9\x8c\x23\x7b\x11\x80\x05\x4e\x5d\x60\x56\x2b\x10\x51\xab\xd8\xb9\x16\x16\x27\xca\x95\xb6\xec\xd2\xf1\x3b\xc7\xb5\xad\x7a\xda\x17\x3e\xe7\xd0\xb3\xe3\x8e\xaf\xa1\xac\xc2\xaf\x18\x1f\x30\xc3\x8c\x1d\x90\x58\x4d\x51\x7c\x9b\x9a\xbe\x00\x60\x27\x01\xa6\x9f\xa1\x86\x94\x6b\x07\x5f\xe4\x1e\x44\x58\xb0\x54\x84\x02\x49\x2b\x78\x5e\x45\x0c\x28\xdd\xf3\xbf\xb3\xff\xff\xd7\xdf\xfd\xff\x01\x00\x00\xff\xff\x90\x9e\xeb\x77\xd9\x4d\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x9c\xee\x22\xa6\xdb\xa6\xa8\xb1\xbd\xbb\xb1\xa7\x8d\x8d\x6f\xb0\x25\x76\x0f\x77\xd4\x92\xac\xc7\xcc\xce\x2d\x1d\x34\x58\x05\x92\xb0\x8a\x00\x0d\xa0\xa4\xa6\x1d\xfe\xdf\xbf\x81\x4c\x00\x85\x2a\x56\xf1\x2d\xb5\xd4\xc3\xbd\x38\x4f\x8b\x55\x85\x67\x22\x91\xcf\x4f\xfe\xe3\x37\x84\x1c\xe9\x27\x3a\x1e\x33\x75\x74\x4a\x8e\xfe\xd0\xfe\xfe\xa8\x65\x7f\xe3\x62\x24\x8f\x4e\x89\x7d\x4e\xc8\x91\xe1\x26\x63\xf6\xf9\x28\x9b\x1b\xc6\xd3\xec\x44\x33\xf5\xc8\x13\x76\x42\xd3\x29\x17\xed\x99\x92\x46\xc2\x87\x84\x1c\x3d\x32\xa5\xb9\x14\xf6\x75\xf7\x4f\x22\xa4\x21\x9a\x99\xa3\xdf\x10\xf2\x4f\x68\x5e\x27\x13\x36\x65\xfa\xe8\x94\xfc\x0f\x7e\x34\x31\x66\xe6\x1b\xb0\xff\xd6\xf6\xdd\x3f\xc3\xbb\x89\x14\x3a\x2f\xbd\x4c\x67\xb3\x8c\x27\xd4\x70\x29\x4e\xfe\xaa\xa5\x28\xde\x9d\x29\x99\xe6\xc9\x9a\xef\x52\x33\xd1\xc5\x1c\x4f\xe8\x8c\x9f\x3c\xfe\xfe\x84\x26\x86\x3f\xb2\x41\x46\x73\x91\x4c\x06\xb3\x8c\x0a\x7d\xf2\x0f\x9e\xda\x39\xfe\x95\x25\xe6\x9f\xf0\x47\x2a\xa7\x94\x0b\xfc\xb7\xa0\x53\xf6\xcf\xd0\x0e\x21\x47\x63\x66\xa2\x3f\x09\x39\x4a\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x19\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x2d\x67\xda\x90\x11\xcf\x0c\x53\xba\xed\x96\x0c\x7a\x91\x33\xa6\x60\x9e\xbd\xd4\xf6\xf2\x89\x99\x0e\xb4\x7d\x01\x4d\x5f\x67\x54\xc4\x6f\x2b\xa6\x67\x52\x68\xa6\x4b\x43\x25\xe4\xe8\x0f\xdf\x7f\x5f\xf9\x69\x71\x06\x1d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\x8e\xfe\x8f\x62\x23\xdb\xce\xff\x3e\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xf3\x37\x75\xff\xfe\x67\x34\xa3\x19\x55\x74\xca\xec\xb2\x84\xdd\xc7\xff\xab\xcc\xc5\xee\x97\xed\xbc\xd8\xd3\xea\xc0\x2b\xb3\xbd\xa4\x53\x46\xe4\x08\xb6\xcb\x7d\x01\xff\x56\x4c\xcb\x5c\x25\x8c\x0c\x59\x26\xc5\x58\x13\x23\x17\xd6\x80\x43\x0b\x96\xd4\xaa\x4f\xec\x56\x72\xc5\xec\x5e\x19\x95\xb3\xca\x53\x33\x9f\xc1\x20\xb5\x51\x5c\x8c\xe3\xa5\xf8\x67\x6b\xad\xa9\x21\x85\x6e\x30\x33\xfc\xa0\x71\x62\x7d\xd1\xf1\xaf\x24\x54\x90\x21\x23\xf6\x5c\xf2\x94\x29\x96\x12\xaa\x09\x25\x3a\x1f\x6a\x66\xc8\x13\x37\x13\x2e\xec\xdf\x48\xbe\x89\x5f\xb3\xd7\xb3\x36\xf0\xcf\xe5\x2b\x73\xaf\x99\xb2\x03\x7f\xe4\x29\x4b\xc9\x23\xcd\x72\x46\x46\x52\x95\x96\xa7\xdd\x17\x77\x13\xbb\x0e\xd3\x21\x17\x70\xf2\xec\x5a\x7a\x0a\xf9\x9d\x5f\xae\xdf\x11\xdb\x1f\xc9\x05\xff\x5b\xce\xb2\x39\xe1\x29\x13\xc6\x9e\x6b\x5d\x6d\xed\x77\x12\xfa\xa7\x19\x39\x26\x76\x9d\x99\x32\xb0\xde\x52\x18\xf6\xc5\x68\x72\x4c\x32\xfe\xc0\xc8\x77\x17\x5c\x1b\xd2\xb9\xee\x7d\xd7\x22\xdf\x5d\x14\x8c\x43\x7f\xf7\x02\x2b\x1c\xfe\xfd\xe7\xe8\xe8\x19\x3a\xae\x1e\xba\xa3\x8e\x3d\xcd\xb7\x78\x4d\x14\x2d\xfc\xf9\x37\x71\x3b\x6e\xbf\x96\xf3\xde\x82\xf1\x3a\xae\xbb\x09\xaf\xfd\xc8\x4c\x32\x59\xc1\x68\xf5\x8e\x9c\xd6\x6e\x47\x95\xd5\xea\xb7\xc5\x6b\xed\x14\x9e\x9b\xdf\xee\xc2\x6c\xa9\x81\x53\x40\xb9\xc0\x43\x13\xce\x50\x79\x67\xc8\xd7\x63\x2b\xbb\xf0\xdb\x68\x36\x11\xcb\xf5\x9c\x34\x5a\x89\x57\x32\xd7\x8c\x4f\xf9\xaa\x7d\xec\x89\xd4\x8a\x5d\x8e\xc9\x89\x7c\x3a\x64\xca\x4e\xdd\xb3\x3b\x98\xe1\xd0\xb2\x3f\x93\x2b\xc1\xd2\x86\xa9\xfd\x2d\x67\x6a\xbe\x64\x6e\x23\x9a\xe9\xa6\xc9\x71\x61\x98\x95\x6b\x2b\x8f\x47\x52\x4d\xa9\x71\x2f\xfc\xdb\xbf\x6c\x3a\x79\x23\x1f\xd8\xaa\x7d\xee\xe1\xae\x25\x54\xc3\x76\x4f\xf3\xcc\xf0\x59\xc6\xc8\x8c\x8e\x99\x76\xab\x90\x67\x46\xb7\xe0\x35\x2b\x4b\x33\x75\x1c\x6e\x1b\xe8\xc1\xdf\xb2\xb9\x86\x5f\xc8\x28\x30\x32\xc1\xbe\x18\x68\xa9\x2f\xe0\x9e\x85\x25\x8a\x6f\x8f\x67\x58\xca\xed\xe8\x44\x4b\x65\x06\xc3\x79\xfb\x81\x2d\xf4\xdb\x48\x2d\x54\x10\x6a\x8c\xe2\xc3\xdc\x30\x3b\x6f\xdb\x86\xbf\x27\x81\xf5\xe1\x65\xac\xed\xe5\x7b\x75\x7e\xf5\xee\x81\x1a\x25\xc7\x54\xbc\x3f\x25\x9d\x34\x25\x38\x50\xfb\x0e\x4f\xf1\x4a\x9e\x30\xc5\xda\xe4\x6e\xc2\x35\xd1\x13\x99\x67\x29\x11\xec\x91\x29\xbb\xb6\x6c\x3a\x33\xf3\x57\xb7\x5a\x29\x57\x2c\x81\x85\xd9\xe4\x84\x85\xaf\xec\xa2\x59\xa5\x67\x8e\x4b\xf7\xc0\xe6\x20\xb8\x2c\x2e\xdf\x0b\xd0\x4b\xe5\x29\x13\xf9\xb4\x72\x57\xc0\xef\xe7\xdd\xdb\xb3\xee\xe5\x79\xef\xf2\x53\xe5\x0b\x2b\x46\x84\x47\xa5\x27\x7f\x5e\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\x2f\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xc3\x80\x7d\x61\x49\x8e\xf7\xec\x3f\xca\x3f\x0c\xac\xf4\x29\x53\x56\xfe\xa5\xf4\x47\x21\xee\x6c\xfc\x69\xd0\x4a\x37\xfe\x12\x74\xd8\xf5\xbe\x83\x5f\x78\x5a\xfb\x36\xfc\xb2\x62\x0e\xfe\x9d\x25\x83\xf5\xaf\x34\x8e\xca\xbf\xe0\x04\xb8\xda\x77\x14\x33\x6a\x3e\xa0\xc6\xd8\x53\xbe\x85\xcc\x08\x5b\x4a\xec\x6c\x49\xb1\x9f\x4e\x7c\x44\x41\x11\x78\x77\x90\x1c\xed\x08\x8a\x37\x57\xc9\x8b\x97\x32\x65\xdd\xd0\xec\x47\xa9\xee\xa8\x7e\x78\x0b\x32\x63\x69\xe0\x2f\x21\x36\x6e\x7b\x80\xbe\x39\xa5\x7e\x4b\x76\x70\x30\x01\xec\xbe\x92\xeb\x1a\x0c\xa4\x22\x7a\xae\x0d\x9b\xae\x34\x1d\xbc\x9d\x85\x70\xfc\xfe\xb5\x0e\xb8\x72\xe5\xfc\x0a\x4e\x7d\xf9\x02\x3d\x1c\xef\x0d\x96\x6c\x5f\x86\xbf\xd7\x3e\x4f\xef\x82\x59\x3e\xd5\x5b\xbf\x7d\xde\xe1\xe0\xe8\xe4\xd5\x4f\xb3\x24\xda\xed\x7b\x90\xcf\x64\x35\x68\xdc\x2b\xbf\xda\x03\x18\xc0\x0a\x95\xaf\x6c\x3a\x0e\xe7\xcf\x7e\x1a\x1b\x57\xd0\x62\x66\xac\xce\xeb\x6c\x4b\x4c\x91\x44\x2a\x14\x05\x53\x77\xdc\xfb\x82\x1c\x93\xf3\xce\x5d\xe7\xb6\x7b\x77\x4a\x3a\x24\xa5\x86\xda\xf3\xad\xd8\x4c\x31\xcd\x84\x01\x6d\xdc\x7e\x6e\xe6\x64\x2a\x53\x96\xb1\x94\x70\x41\x3e\x66\x73\xc3\xc8\x39\x35\xf4\x8c\x1a\x9a\xc9\x71\x9b\x74\xe0\x4f\xfb\x31\xd7\x84\x66\x5a\x12\xea\xa9\x8a\xa5\xbe\x09\x2a\x52\xcf\x59\x28\x49\xe4\x74\xc6\xb3\x60\x35\x0f\x26\x12\x2e\x52\xfe\xc8\xd3\x9c\x66\x44\x0e\x2d\x53\xb1\xaa\x6a\xf7\x91\x09\x93\xd3\x2c\x9b\x13\x9a\x65\xc4\x75\xeb\x5f\xf0\x7a\xfd\x90\x85\x51\x6a\x3e\xe5\x19\x55\x56\x17\xc6\xd1\x5e\xb9\xb6\xc8\xdd\x84\x85\xb1\xc2\xb8\xec\x62\x4e\xe9\x03\xd3\x84\x1b\x32\x93\x5a\xf3\x61\x56\x1c\xf9\xfb\x1e\x81\x71\x9f\x5d\xf4\x40\xb1\x4e\x0c\x91\xc8\x42\x7d\xe7\xce\x0a\xe3\x7b\x9c\x52\x21\x18\x74\x2c\xcd\x84\x29\xd7\xbd\x7b\xf9\x6b\x2b\xda\xf7\x97\xb7\xd7\xdd\xb3\xde\xc7\x5e\xf7\x7c\x51\xd3\xbe\xeb\xdc\xfe\xb8\xf8\xeb\xcf\x57\x37\x3f\x7e\xbc\xb8\xfa\x79\xf1\xc9\x45\xe7\xfe\xf2\xec\x87\xc1\xf5\x45\xe7\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xd6\xb7\x6b\x8e\x74\xae\x9c\xf5\x4d\x91\x24\xe3\xda\xd8\x05\x72\x5f\x92\x19\xd5\x1a\x85\x21\x1c\x41\xbb\x2f\x3e\x4b\x65\x99\xd6\x48\x5a\xbe\x60\x05\x26\xa3\xf2\xc4\x70\x31\x0e\x1f\x9d\x92\x7e\xfe\xfd\xf7\x7f\x4c\x2e\xb8\x78\x80\x7f\xb1\xd7\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\xde\x86\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x79\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\x4f\xdb\x2f\x19\x29\x39\x05\xa9\xea\x0b\xd7\xc0\x25\x9e\xa4\x7a\x18\x65\xf2\x69\x3d\xd3\xe1\x27\x66\x82\xf1\xcd\x4a\x31\x6f\xc1\x62\xf8\xb3\x9b\x61\x18\xf8\x27\x66\xec\xd8\x6f\x5c\x2f\x87\x38\x9f\x43\x9c\xcf\xd7\x8d\xf3\x79\x55\x66\xbb\xe7\xe7\x7d\x65\x1b\x1f\x32\xc0\x06\x17\x54\xa3\x87\xa9\xc1\x81\x14\xf9\x87\x9e\x93\x69\x96\xbd\x32\x2b\x18\x66\xc9\x63\xf1\x56\x98\x66\x69\xd0\x2f\xcf\x30\x7f\x15\x0e\x95\x83\xbf\x64\xcb\x85\x7a\x93\x7c\x75\xcd\x2b\xe3\xc5\xbc\x1d\xcf\xcf\xe7\x17\x62\x11\x36\x09\x3e\xd8\x20\xda\x60\xed\xf0\x82\x15\xf1\x04\xb5\x01\x04\x75\x11\x03\x8b\x21\x02\xb5\x31\x01\x3b\x05\x01\x6c\x7a\x25\xad\xef\xfe\xff\xc4\xcc\x1d\xd5\x0f\x6f\xee\x4a\x2a\x0d\xfa\xe5\xaf\xa4\x5f\xa9\xd7\xff\xe0\xe6\x7f\xc6\xa5\xfb\xd6\x2f\xb2\xd7\xeb\xc8\xff\x15\x78\xee\x0f\xae\xfa\x8d\xd6\xe8\xdb\xf2\xcd\x7f\xab\xce\xf8\xb7\xe9\x7d\x3f\xb8\xdb\x0f\xee\xf6\x83\xbb\x7d\x0d\x77\xfb\xb3\x2a\xa5\xcc\x92\x95\x06\xf3\x63\xac\xdb\x1c\xcd\xa4\x5e\xae\x8b\x9d\x29\x46\x8d\xa5\xe2\xb2\xdd\x8f\x40\x83\x44\xb1\x44\xaa\xd4\xea\x60\x94\xcc\x26\x54\x33\x62\x14\x15\x9a\xaf\xd2\xc3\xb0\x55\x30\xb4\xd9\x76\xde\x82\x0a\x56\xb2\x0a\xc2\xa8\x5f\x4a\x01\x1b\xca\x74\xe1\xcc\xe0\x71\xaa\x7b\xb2\x9c\xd7\xef\x6d\xea\x90\xa1\xb9\xce\xcc\x9f\x91\x9a\xed\xbd\xb2\x25\x35\x97\x4d\x06\x7b\xa1\x66\xd0\xd1\xdf\x0a\x35\x97\x0c\x0a\xbf\x2e\x6a\xae\x9b\xfa\x6b\xa0\x66\xef\x8d\xde\x92\xa2\x17\x9d\xd9\x7b\xa1\xea\xe0\x41\x7e\x2b\x94\xbd\xe0\xf2\xfe\x75\x51\x77\xd3\xf4\xbf\x2e\x85\x07\x43\xf8\xbe\x68\x7b\x35\xe1\x86\x05\x78\x0b\x44\x1b\x06\x8b\x63\xff\xd5\x50\xeb\xc2\xbc\x5f\x09\x99\x9e\x28\x86\xd9\x86\x1b\xd1\xeb\x8d\xfb\x68\x63\x8a\xf5\x1f\x1e\x68\xf6\x2d\xd1\xac\xdf\xb5\xd7\x43\xb5\x4d\xe1\x74\x9b\x67\xe0\x2e\x89\x91\xd3\x64\x4a\x4d\x32\xb1\x0f\xd1\x3f\xb7\x26\x4c\x4b\x91\x72\xfb\xa6\xa8\xfb\x25\xf2\x6c\xbf\x6d\x4b\xfc\xc1\x02\xff\x2b\x84\xc3\x7a\x35\xe1\xe2\x87\x14\x95\x3d\xa6\xa8\x70\x7d\x48\x51\x39\xa4\xa8\xac\xbb\x40\x87\x14\x95\x43\x8a\x4a\xf4\xec\x6d\xa4\xa8\x3c\x7f\x76\xca\x7e\x52\x50\xde\x94\x10\x7d\x10\xa0\x0f\x02\xf4\x21\xcf\x24\x4c\x6d\x5f\x0c\xcc\x7f\x7d\x94\xb2\x8c\x19\xb6\x94\xfd\xdc\x31\x35\xb5\xba\x41\x09\xfa\xba\xc6\x69\x50\xa0\x6a\x05\x0a\x02\xf3\xc6\x32\xbe\x14\xda\x7e\x9b\xdc\x29\x0c\xff\x90\x16\x77\x60\x57\x07\x76\xb5\xcd\xd4\x5e\x8f\x55\x36\x3a\xcc\x5f\xd5\x2c\x1b\x01\x69\x0f\x78\xba\x1f\x2c\xed\x20\x36\xc6\x48\xda\xc5\x52\x94\xc0\x8c\xb7\x33\xd2\x16\xb0\xd4\xbd\xf4\x4d\xd8\x69\x2d\x1f\x49\xbb\x10\x75\x17\x42\x06\xd5\x01\x52\xfb\x00\xa9\xbd\xfe\x5c\x0f\x16\xc2\x3d\x5a\x08\x0f\x90\xda\x07\x1b\xd8\xc1\x06\xf6\xfc\x36\xb0\xaf\x65\xd0\x7e\xe1\x63\xf9\x52\x22\xda\x76\x81\x49\x22\x25\x8a\x8d\xb9\x36\x4c\xd9\xd5\xab\x15\xca\x56\x47\x2a\xbd\xd5\x22\x51\x6b\xc7\x7d\xc4\xdd\x1e\xfd\xcb\x1a\xc3\xbf\x71\xb7\x28\x1c\xf5\x21\x4d\x43\x45\x18\x10\x9d\xa6\x74\x4e\x26\xf4\x91\x91\x11\xe5\x19\x2a\x46\x8e\x3b\x2e\x99\xe1\xb2\x01\xfd\xdf\xcd\x06\x44\xcb\xc3\x51\x6c\xc4\x14\x13\x09\x72\x7b\x14\x7e\x12\x9a\xf9\x54\x10\x78\x67\x62\xd5\xd4\x4c\x31\x9a\xce\xc9\x90\x31\x11\xc8\xa6\x46\x52\x68\x18\xf3\x5e\x84\xd6\xaf\xae\xa6\x2d\x52\xcf\x6b\x51\xd2\x9e\x25\x7a\xa6\x9e\x25\xec\xae\x9c\xe9\x3f\xbc\x2d\x56\x71\x08\xa2\x39\x18\xd5\xbe\xbe\x51\xed\x10\x44\x73\x50\x91\x5f\x81\x8a\x7c\x08\xa2\x39\x04\xd1\x1c\x0c\x08\x6b\xaf\xd6\xc1\x80\x10\x3f\x7b\x1b\x41\x34\xcf\x58\xc1\xf9\xa5\x24\xec\x83\x80\xed\xdf\x3b\x08\xd8\x07\x01\xfb\x1b\x15\xb0\x5f\xc7\x0a\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\xee\xab\x7d\x4a\xd7\xf0\x2f\x0f\xcd\xba\x73\xc4\xfa\xe6\x5e\xae\x4f\xcc\xbc\x55\x17\xd7\x41\xa4\x3e\x88\xd4\xaf\x5b\xa4\x7e\x35\x13\xfa\xf6\xa0\x16\x0f\x60\x85\x07\xb0\xc2\x03\x58\xe1\xf3\x82\x15\xfa\xaf\x8f\x66\xf9\x72\x59\xe4\x7e\x96\xfa\xdc\x15\x6d\xa8\xc9\x41\xed\x5b\x43\x2e\x21\x1d\x43\xa6\xd2\x2a\x41\x82\x95\xde\xf1\x0c\x08\x23\x3a\xc6\xfc\x91\x09\xe2\x63\xb4\x5b\xee\x9a\x69\x81\x25\xe2\x9f\xe1\x74\x60\xd2\x0c\x35\x84\x12\xc3\xa7\xac\x4d\x7a\x23\x3c\xcd\x89\x25\x7f\xcd\x8c\xae\x84\x01\x21\x69\xc2\x47\x22\x2d\xc6\xea\xfb\xe6\x45\x54\x08\xbe\xd6\xf2\xcc\x30\xcf\x0c\xb2\x46\xdf\xf8\x13\xcf\x32\x3b\x06\xc7\x41\xe0\x24\x4c\x99\xca\xfc\x97\xa5\x6e\xfd\xcb\x53\x9a\xda\x93\x1b\x0d\xa1\xc8\xee\x89\xdf\x87\x3b\x97\xeb\x10\xd7\x52\xfa\x1e\xbf\x6e\x13\xa7\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9e\xc0\x64\xc2\xd2\x3c\x63\x84\x6a\x2d\x13\x4e\x8d\xe5\x56\x78\x47\x13\x6e\xbc\xca\xee\x5f\xf2\x5d\xa7\x5c\xd3\x61\xc6\x52\xb7\xc6\xac\x08\xb3\x59\x3a\x72\xae\xc9\x90\xd9\x25\xb6\x7c\xa4\xbc\xfa\x13\x94\x10\x6a\x46\x13\x0d\x85\x2d\x8e\x84\x09\x1c\xc8\x12\x09\x17\x89\xf3\xad\x0a\xb9\x38\xfa\x43\xee\xd3\x41\xe4\x3d\x88\xbc\x1b\x4d\xe8\x9b\x12\x79\x5f\x51\x68\xa0\x67\x48\x5f\x35\x34\x10\x1c\x88\x96\xf3\x0f\x82\x85\x50\x6f\x67\x3c\x09\x46\xd8\xcf\xbe\xc9\x4e\x68\xf1\x4c\x8a\x11\x1f\xe7\xca\x09\xdc\x4e\x1a\x5e\xe1\xa5\xac\x69\xe7\x4d\xdc\x38\xf5\x43\x7f\xa9\x8b\x67\x13\x85\x8e\x1c\x13\x2b\x76\x0f\x6e\xba\xb7\x57\xf7\x37\x67\xdd\x53\xd2\x99\xcd\x32\x8e\x5e\x96\x24\xd7\x46\x4e\xf9\xdf\xed\x34\x10\x48\x38\x70\x6e\x27\x86\x68\x10\x38\xc0\xad\x63\xd5\x24\x72\x4c\xce\x2e\xee\x6f\xef\xba\x37\x0d\x0d\x3a\x22\x80\x5a\x46\x6c\x3a\xcb\x40\x2a\x79\xc8\x87\x4c\x09\x66\x98\x26\x49\x96\x43\x8c\x79\x70\xf6\x60\xa3\xdd\xff\xee\x9e\xdd\xdf\xf5\xae\x2e\x07\x7f\xba\xef\xde\x77\x4f\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xdf\x72\x96\x83\x10\xc4\xc7\x62\xca\x84\xa9\xb6\xe8\x07\x7c\xd1\xf9\xd0\xbd\x28\xb7\x3c\x61\xe4\xc7\x7f\x2f\x06\x95\xd1\x21\xcb\x9c\xf7\x09\x9c\x2b\x96\x61\x17\x1d\x39\xb7\x54\x8e\x6a\xed\x9f\xee\x3b\x17\xbd\xbb\x5f\x06\x57\x1f\x07\xb7\xdd\x9b\x9f\x7a\x67\xdd\x81\x53\x30\xce\x3a\xb6\xdf\x52\x4f\x4e\x0f\x21\x7f\xcb\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9a\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xfe\x53\xef\x72\x70\xf5\x53\xf7\xe6\xa6\x77\xde\x3d\x25\xb7\x2c\x03\xfd\xd0\x2f\x3a\xec\xe2\x2c\xcb\xc7\x5c\x10\x3e\x9d\x65\xcc\xae\x06\x1e\xc7\x21\x9b\xd0\x47\x2e\x55\x49\x47\x80\x75\xb4\x24\xf4\xd5\x0d\xd9\x25\x0a\x5d\x54\xf5\xaa\x24\xb7\xf8\x46\x85\x7e\x96\xbd\x50\x22\x87\xc5\x17\x57\x6d\xeb\xe2\x17\x95\x7d\x59\x5b\x21\x2d\x4f\xfa\xc5\x6e\x03\xcb\x44\xd2\x81\x37\x4c\x9c\xfc\xa3\xc4\x4c\xfe\xf9\x6c\x48\x31\x24\x4a\x6f\x75\xb7\xc3\xaa\x8a\x9b\xc5\x07\x6f\xe1\x4e\x88\x87\xfb\x35\xf9\xff\x9e\x64\xae\x37\x62\xef\xd9\x5c\xd4\x3d\xa8\x6c\x07\x95\xad\x7e\x65\x0e\x81\x3f\x0d\x2b\xbc\xaf\xfb\x68\x1b\x13\xe9\x88\xb3\x2c\xd5\x0b\x36\xae\xd2\x7d\xb2\xd2\x9e\xf5\x76\xaf\x92\x97\xb5\x68\x6d\xa2\x58\xdc\x04\x4f\x90\x73\x0d\xd9\xdd\x9a\x32\x43\xa1\xb2\xa9\x91\x24\x87\xa1\x1f\xae\x27\xf7\x7f\x87\xeb\xe9\x70\x3d\x1d\xae\xa7\x5f\xab\x49\xb0\x86\xa5\x7f\x55\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xac\x45\x82\x0b\x13\x8c\x3f\x30\x8c\x55\xf6\xc4\xa2\x1b\xfe\x36\x2c\x89\xd1\xba\xbc\x44\xe2\xc3\x41\x73\xf4\xff\xb7\xe9\xd5\x7c\x00\xc9\x3a\x80\x64\x1d\x72\x14\x0e\x20\x59\xcb\xa9\xe5\x10\x85\x7f\x88\xc2\x8f\x9f\x1d\x40\xb2\x5e\x11\x48\x96\x90\x29\x1b\x54\x40\xf1\xc3\x9f\x83\xaa\xdf\xa3\xf4\x24\x76\x82\x94\x1e\x14\x69\x09\xd0\x3a\x4f\x77\x4f\x4b\x28\x97\x27\x5e\xe5\x24\x89\x0b\xda\xbe\x72\x81\x77\x94\xcd\x0d\xe3\x69\xb6\x58\x89\xf7\x05\x22\xb5\xea\x36\xfa\x5b\x34\xb2\xd4\x90\xed\xc1\xe2\xb2\x72\xa1\xbe\x55\x30\xeb\x82\x2f\xbd\x21\x37\xc1\x7a\xcc\xdb\x03\xfe\x0f\x1a\x58\x78\xfd\xf3\xc0\xc8\xeb\x1f\xef\x8a\xe1\x50\xe6\xdd\xdb\x62\x37\x94\x78\xe3\xdb\x30\x63\xc4\x23\x7e\x09\x43\xc6\xd2\xdd\xff\xe6\xf8\xfa\x32\x5a\x3e\x70\xf7\x35\x97\xeb\x5b\xe5\xf1\x07\x7b\xc6\x3e\xed\x19\xad\x6f\xd7\xa0\x71\xc0\x5c\x58\xb2\x38\x07\x6b\xcf\x36\xab\x75\xb0\xf6\xc4\xcf\x5e\xd2\xda\x83\xbe\xdb\xc1\x8c\x2a\x26\x4c\x8d\x7c\x5f\xbd\xd9\xe0\xf5\xc8\x56\x1f\x04\x20\x68\x00\x05\x57\x27\x1b\x84\x5b\xf3\xdb\x32\xff\x38\x19\x65\x80\x22\x4e\x94\x0b\x71\xf2\x8f\xe2\xdf\x91\x02\x11\xfd\x58\xe3\x03\xdd\x20\x84\xc9\x47\xd9\xb3\xb4\x10\xbb\x8a\xc6\x6b\x42\x9b\xdc\x18\x8e\xbd\x30\x56\x78\xf3\x57\x46\x3a\x5d\xe3\xa7\xe7\xf0\xe5\xdb\x4a\xaa\x68\x18\xfa\xcb\x46\x40\x2d\x52\xc2\x7a\x07\xcb\xeb\x11\x1c\x93\x06\x9e\x26\x1c\xc4\x03\x80\x70\x82\x2b\x34\xda\x70\x9f\x8e\x49\x21\x6f\xa2\x49\xd6\x7a\x69\x31\x72\x81\xdc\xd7\x9b\xb8\xa3\xd1\xb7\x3b\xef\xaf\x1e\x1a\xb2\x82\xee\xbf\x6a\x98\xc8\x12\x9e\xb9\x9f\x08\x91\x97\xe3\x8f\x9f\x98\xf9\xf6\x98\xe3\x27\x66\x5e\x8a\x33\x6e\xcb\x0e\x97\xb2\x84\xa2\xe2\xc4\x2b\xe1\x06\xdb\xb1\xbe\xb7\x35\xc7\x43\xfa\xe0\x21\x7d\xf0\x90\x3e\x18\xbf\x71\x48\x1f\xdc\xb5\x26\xf3\x39\xbc\xf2\x82\xd7\x39\x76\xf8\xed\xdd\xe8\x38\xaf\xc3\xa5\x7e\xb8\xd4\x37\x9b\xe3\x6b\x55\x63\x3c\x3d\xbf\x06\x35\x66\x23\xd4\x0b\xf4\xec\x16\xd5\xcd\x3c\xf9\xaf\xf4\xde\x5e\xfb\xce\xde\x0e\x13\xd2\x9b\xf2\x99\x9d\x92\xff\x56\xd5\x24\xbc\x29\x0a\x11\xd6\xf8\x15\xab\x4b\xee\xdf\xbe\x5e\x60\x65\xaf\x7d\xd5\xfd\xc8\x5f\x8a\xd9\xbf\x16\x16\x51\xcc\xfb\x55\x30\x85\x93\x7f\x54\xa2\xf6\x16\x4c\xbb\x3a\x9f\x4e\xa9\x9a\x83\x0f\xcd\xc5\xb0\xb5\x61\x42\x6d\x37\xa3\x08\x1f\xd2\xb9\xc8\x86\xb9\x89\x5c\xee\xda\x12\xf2\x8c\x29\x33\x8f\xde\x04\x8f\xce\x7f\xf4\x05\x2f\x50\xea\xf8\x58\x48\x85\x52\xbc\xfd\x78\x42\x45\x9a\xd9\x73\xa0\x43\x3b\x09\x15\x42\x1a\xd0\x30\xc0\x3e\x94\x92\x47\x4e\xf1\x92\xea\x5c\xf7\x4a\xe7\xa4\xde\x20\xbd\xd6\x99\x2a\xd9\x92\xdf\xd0\x89\x7a\x69\xfc\xb7\xc3\xd5\x1f\xaf\xfe\xd7\x3a\xc8\x56\x11\xad\xc6\xf5\x96\xc3\xc5\x06\x4b\x23\x7d\x57\xbc\x5b\x02\x40\x59\xfe\x6a\x25\x1a\xb8\xfc\xcc\xc5\x07\xc3\x63\x18\x72\x75\x1c\xfe\xc7\xb8\x43\xff\x5b\xd1\xb2\xff\xc5\xc3\xa0\xc3\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x04\xb9\x6c\x22\x59\x11\x82\x7c\x47\xf5\xc3\x9b\x0c\x41\x2e\x0f\xfc\xd9\x99\xc5\x9a\x34\xf9\xcd\x05\xaf\xad\x7b\xc2\x0e\x81\x6c\x5b\x2c\xdd\xb7\x1a\xd4\xb6\x8c\x85\xbe\x9a\x11\x56\xb8\xf8\xb7\x78\x72\xcb\x77\xd2\xe1\x88\x2e\x5b\xa3\x6f\x0e\x15\xb6\x22\x6a\xac\x98\xdb\x1b\x41\x87\xad\x4a\x4b\xfb\x1e\xd5\xf3\xc4\xb9\x46\xbb\x71\x28\xe7\x70\x28\xe7\x70\x28\xe7\xf0\xdc\xe5\x1c\xd6\xd3\x34\xd7\x56\x33\xd7\xd5\x31\xd7\x53\x30\x9b\xb5\xcb\x1d\x72\x97\xca\x4a\xdf\xb6\xb9\x4b\x25\xa5\xea\x4d\xd8\xc0\x4b\x23\x7e\x89\xdc\xa5\x5f\xa9\x1e\x78\x50\x02\x9f\x65\xdd\xbe\x55\x0d\xf0\x95\xab\x7f\x87\xac\xab\x7d\x66\x5d\x1d\x92\xae\x0e\x49\x57\xeb\x2e\xd0\x21\xe9\xea\x90\x74\x15\x3d\x7b\x1b\x85\x6e\x9d\xf2\xbe\x6b\xdc\x7c\x9d\xc8\x5e\x08\xb4\x25\x28\xb6\xed\xc5\xf7\x5e\xfa\x26\xe4\xf6\x08\x3a\x31\x98\x39\xd4\x4b\xc8\xef\x07\x28\xc0\x03\x14\xe0\x41\x88\xfb\x35\x09\x71\x07\x39\x65\x9b\xd5\x3a\xc8\x29\xf1\xb3\x03\x14\xe0\x2b\xca\x05\xb7\x82\x53\x29\x1a\x78\x65\x50\xea\x99\x62\x10\x3e\x27\xd2\x10\x13\x4c\x68\x55\x00\x5b\x26\x5d\x61\x03\x56\xbe\x7a\x0b\xc2\x95\x1d\x27\x8e\x78\x8d\x68\xba\xb8\xc3\xa3\x7f\x59\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\x28\x7a\x0b\x02\xd2\x94\xce\xc9\x84\x3e\x32\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x77\xb3\x01\xd1\xf2\x70\x8a\x50\x7f\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x54\xe4\x75\xf5\x8f\x87\x8c\x89\x28\x6e\x7c\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\xd5\xcc\xf6\xa7\x73\xed\xa2\x68\xe9\x3f\xbc\x15\x56\xf0\x12\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9d\xc5\x4f\x5e\x8d\x48\x7e\x50\x74\xf7\xa8\xe8\x42\x42\xe0\x37\xaa\xe9\x1e\xdc\x15\x4b\x16\xe7\x60\x06\xd8\x66\xb5\x0e\x66\x80\xf8\xd9\xdb\x71\x57\x34\x4b\xcf\xdb\xd5\x02\x7e\x46\x39\xfa\x20\x46\x1f\xc4\xe8\x83\x18\xfd\xcd\x8a\xd1\xaf\x63\x85\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\x68\xf7\xd5\x5e\x64\x68\xf8\x97\xcf\xe6\xde\x4f\xea\xf6\x7a\x1e\x29\x97\xbb\xfd\x56\x84\xe7\x83\xe0\x7c\x10\x9c\x5f\xb7\xe0\xfc\x6a\x26\xf4\xed\x25\x6c\x1e\x52\x1e\x0f\x29\x8f\x87\x94\xc7\xaf\x90\xf2\x18\x6a\x29\x6d\x51\x2f\xa1\xf4\x9b\x6f\xe8\xa5\xab\x28\xb4\xfc\x35\x65\x49\xd4\x0f\x62\xa3\x9a\x0a\x3f\xbb\x8f\xde\x16\xbe\xe8\xe2\xa8\x0f\x95\x14\x48\xb4\x6b\x87\x4a\x0a\xcf\x38\x6f\x7f\xce\x56\xcc\xdc\xd3\x28\x9a\x12\xdf\xe8\xb4\xbf\x7a\xcc\x55\xf3\x49\xff\xaa\x11\x58\xb5\x37\xc7\x42\xf6\x4b\x51\x89\xf3\xe5\x0b\x48\xec\x72\x35\x7c\x62\xe6\x5b\xb9\x17\x0e\x45\x24\x0e\x78\xd3\x5b\xd7\xd8\xdc\x88\xc3\xbf\xad\x29\x1e\xea\x64\x1c\xea\x64\x1c\xea\x64\xc4\x6f\x1c\xea\x64\xbc\x82\x3a\x19\xbb\x48\x2d\xd8\xfd\xb7\x22\xb8\x1c\x6a\x65\x1c\x64\x97\x83\xec\x52\x3b\xc5\x57\xa8\x94\xbe\x8a\x4a\x20\x41\x29\xdd\x17\x16\x43\xec\x7b\x0d\xcc\x78\xaf\x90\x0c\x7e\x25\x0f\xb0\x0c\xee\xff\x0e\xb0\x0c\xeb\x4c\xee\x00\xcb\x70\x88\xb4\x3b\xc0\x32\x1c\x62\xc9\x0e\xb1\x64\x07\x58\x86\xb7\x02\xcb\xe0\x05\xa8\x7d\x40\x33\xd4\x08\x63\xab\xe1\x19\x7e\x5e\xd4\x0c\x5e\xad\xa0\xe5\xc7\x7a\x80\x69\x38\xc0\x34\xec\x4a\x3b\xaf\x42\x27\x7b\x16\xb8\x86\x1a\x36\xb0\xab\x22\xf6\x36\x60\x1b\xfc\x68\x0f\x39\x67\x87\xd0\xd9\xd7\x1f\x3a\xfb\xea\x72\xce\x5e\x8d\xd8\x7e\x50\x86\xf7\xa8\x0c\x1f\xd2\xce\x0e\x69\x67\x07\x53\xc1\xda\xab\x75\x30\x15\xc4\xcf\xde\x46\xda\xd9\x6a\x69\x7a\x2f\xf0\x0d\xcf\x21\x57\x1f\xc4\x6a\x7c\xef\x20\x56\x1f\xc4\xea\x6f\x54\xac\x7e\x1d\x2b\x7c\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\x07\x99\xfa\x20\x53\xbb\xaf\xf6\x26\x53\xef\x17\xce\x61\x43\x2f\x56\x94\x95\xf2\x96\x84\xe9\x83\x20\x7d\x10\xa4\x5f\xb7\x20\xfd\x6a\x26\x74\x80\x76\x38\x40\x3b\x1c\xa0\x1d\x0e\xd0\x0e\xdb\x48\x35\xbf\x71\xa7\xf2\x28\xba\x88\xc3\x8d\x7d\xf4\x21\x93\xc3\xbb\xf9\x8c\xd9\xff\x9e\xf3\x29\x13\x1a\xc4\x47\x6e\xe6\xb1\x14\xd3\xb0\xf2\x8b\x6b\x7e\x74\xdb\xbb\xfc\x74\x11\xe7\x08\x1d\x7d\xbe\xbf\xb8\xeb\x5d\x77\x6e\xc2\xba\x84\x59\xc5\x6b\xe1\xbe\x2b\x09\x62\x67\x72\x3a\xa3\x8a\x6b\x29\xba\x5f\xec\xe9\xb4\x43\xbb\x02\xd1\x47\xaa\xed\x46\xd7\xfd\x53\x3c\xb2\xcb\xf2\x9f\x9f\xee\xca\x7f\x95\x66\x71\x71\x57\xfe\xab\xbb\x74\x36\x51\xc3\x55\x76\x76\x4c\x3e\xdd\x9d\x92\x4f\x10\x82\xa1\xc8\xdd\x84\x22\x4b\xba\xb8\x3b\x25\x17\x4c\x6b\xf8\xa5\xf8\xd8\x70\x93\xc1\xdc\x3e\x70\x41\xd5\x9c\xf8\xe9\x63\xf6\x1c\x05\xdb\xac\x5f\x9a\xea\xe2\x89\xbf\xe6\x02\xb4\x87\x62\xf5\x2e\xe4\x98\x27\x34\xdb\x6d\x11\x3b\x97\xf1\x41\x3a\xba\xba\x59\xba\x14\xf1\xdb\x8b\x6b\xd1\xb9\x3c\x87\x5c\x3e\x3f\xd4\x9a\x99\x5f\x32\x6d\x58\x6a\xa5\x91\x14\x89\x17\xf8\xd9\x3c\x92\x52\xfe\x2a\x21\xbb\x2f\xd7\x56\x76\xee\x5c\x9e\x93\x13\x72\x75\xd3\x17\x57\x2a\x45\xe3\x0d\xb3\xd7\x3b\x72\x5d\xae\x89\x90\x86\xf0\xe9\x4c\x2a\x43\x85\xb1\x92\x0d\x30\x36\xb7\x22\x9a\x50\xc5\xc8\x99\x9c\x4e\x73\x43\x0d\x7f\x64\x0b\x8b\x2a\x50\x23\xbb\x65\xa6\x97\x82\x39\xb8\x66\x0d\x91\xf3\x15\x73\x99\x29\xdb\xbe\xe5\xba\x65\x5d\x80\xa7\x0b\xb2\xb9\x6f\x82\x2a\x45\xcb\xfc\xf1\x88\x1b\x36\xad\xbe\xbf\x66\xd8\xde\x3f\x6b\x15\x1d\x7b\x25\x5c\x48\x9a\x72\x31\xc6\x74\xca\x0b\x6e\x98\xa2\xd9\x67\x3a\xfb\xe8\xad\x4d\x5b\xd0\xc7\x7f\xdd\x96\x32\xf9\x8e\x7e\xe9\x7c\x8e\x73\x01\x8f\xae\x6f\xae\xee\xae\x96\xd2\x4c\xa9\x85\x45\xa2\xb1\x8f\x4f\xe1\x7f\xc9\x09\xb1\xad\x87\x9b\x6b\xca\x0c\xb5\x37\x3a\x79\x87\x89\x3b\x21\xbc\x9f\x8b\x0c\x68\x64\xa6\xf8\x94\xdb\x7d\x75\x2a\xf3\x7b\xbc\x1c\xc3\xed\x1f\xa8\x04\x3f\xc0\x24\x3c\x10\x3b\x0c\x15\x29\x55\x29\xf9\xab\x76\x89\xa3\x56\x08\xc1\xd7\xa9\xf6\x3f\xb0\x94\x1c\x93\x89\x31\x33\x7d\x7a\x72\xf2\xf4\xf4\xd4\xb6\x6f\xb7\xa5\x1a\x9f\xd8\x7f\x1c\x33\xd1\x9e\x98\x69\x86\x19\xa7\x76\x15\x4e\xc9\xb5\x92\x46\x82\x00\x41\x34\x53\x9c\x66\x90\x1a\x38\xc4\xd3\x2e\x47\xe4\x2f\x89\x54\xac\x5d\x6c\xcc\x5f\x48\x94\xcc\x3a\xb2\xf7\x2c\x4f\xb3\x13\xfb\x52\xcd\xd1\xa9\xee\x27\x49\x59\xc2\x53\x27\x48\x31\x91\xc8\x14\xec\x4f\xf8\x8c\x8b\x90\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x48\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\xe9\x36\xe9\x8b\x1e\x8a\x9d\xb9\x15\xb1\x21\xf8\x0e\x14\x49\xff\xee\xcc\xce\x38\x91\x19\x19\xe6\x23\x2b\xa2\x45\xd7\x52\xcb\x8a\x23\x5c\x13\xc5\x12\x39\x9d\x32\x81\x56\x45\xdb\x10\x7c\x09\x4b\xe6\x86\xdb\xee\x0b\x20\x00\x2b\xa7\x00\x09\xa4\x12\x4e\xb6\x60\x56\x5d\x11\x73\xec\x66\x98\x8f\x4a\xae\x2a\x23\x89\x62\x34\x25\xdc\xf4\x45\x27\xb3\x8a\xed\x54\x1a\x16\x47\x11\x82\x5d\xbb\xb4\xe2\xc0\x11\x14\x9b\x65\x34\xf1\x59\x99\x99\x4c\x68\x46\x46\x3c\x63\xae\xb8\x7a\xd4\xc0\x3b\xd0\xb5\xec\xa2\x71\x4d\x52\xf9\x24\x32\x49\xdd\x3c\xaa\x9f\xbd\x2f\x33\x97\xae\xcf\x4b\xee\x2a\x25\x15\xfc\xcf\x8f\x5c\xa4\xdb\x1d\xc2\xfb\xcb\x1f\x2f\xaf\x7e\x2e\x9d\xc3\xfb\xdb\xee\x4d\xfc\xf7\xed\x2f\xb7\x77\xdd\xcf\x4b\x0f\x62\xb5\x95\x82\xb4\x60\x78\x20\x83\x9f\x92\x5b\x5c\x04\xa9\x88\xd5\xaa\x1a\x26\xf5\xd9\xd1\x52\xf1\x83\x4c\xd9\x76\x73\xfb\xdc\xb9\xbc\xef\x94\x58\xca\xed\xd9\x0f\xdd\xf3\xfb\x8b\x92\x84\xe7\xe7\x17\xfd\x72\xd3\x45\xf9\x2d\xfe\xed\xec\x87\xde\xc5\xf9\x20\x48\x7c\xcb\x56\xa3\xd2\x6f\x95\x31\xdd\x21\x03\x9a\xc8\x94\x0c\xe7\x71\xe6\x60\x91\x70\xfe\x44\x35\xc9\xc0\x33\xc2\x52\xaf\x8c\x60\xab\xa7\xc0\x87\x7c\x2a\x7b\xf1\x85\x15\xee\x5b\xee\x1d\x48\x3c\x47\x3d\x88\x9a\x72\x26\x7b\xdc\xb0\xed\x9d\x8a\x48\xa9\xc0\x14\xf7\xb0\x46\x56\xed\xd1\xf6\xc5\xdc\x1e\x60\xc5\xc7\x63\xd0\xf1\x2b\x43\xc5\xd6\xdc\xa7\xb0\x92\xf0\x1d\x6e\xf5\x4c\x49\x38\xd2\xb6\x5b\x67\x1c\x0a\x1a\x04\x7e\x08\x20\x05\xe5\x16\x15\x05\xe5\xa0\x66\x68\x7e\x5f\x4e\xd1\xa4\xdb\x30\x2d\x38\x7a\x45\x88\x2f\xb0\x28\x8d\xa6\x89\x99\x62\x8f\x5c\xe6\xd1\xa7\x0e\x4f\xa1\xb4\xb9\xb5\xcd\x17\x0b\x00\xcb\x86\x0a\x4c\xd1\x4c\x99\x9a\x7b\x57\xb7\x46\x51\xc3\xc6\xf3\x73\x77\xb2\xb7\xa7\xe2\xf3\xab\x9f\x2f\x2f\xae\x3a\xe7\x83\x6e\xe7\x53\xf9\x60\x86\x27\xb7\x77\x37\xdd\xce\xe7\xf2\xa3\xc1\xe5\xd5\xdd\xc0\xbf\xb1\x94\x5c\x1b\x3a\x58\xbc\x4f\xcb\x2f\x9e\x12\xcb\x19\x81\x83\x79\xe8\xa5\x88\x8d\x0d\xd9\x48\x2a\x64\xc7\x53\xef\x04\x04\xce\x4f\xc2\xca\xb2\x14\x95\xec\xf2\x2c\x4e\x41\x03\xad\x6b\x12\x8d\x4b\x46\x31\x3a\x05\x76\x4e\x05\xe9\x8a\xf4\xf8\x6a\x74\x7c\x8b\x3f\x4e\xa9\x7a\x60\x2a\x7c\xfa\xa4\xb8\x31\x0c\x6c\xe2\xdc\x99\xcb\x41\x43\x86\x21\xdb\xfb\x06\x82\xbc\x8b\x0e\xda\xe4\xc6\xb2\x67\xfb\x7e\xb8\x7b\x2c\xa1\xa6\xcc\x50\x9e\x69\x37\xd8\xd2\xba\x9e\x92\x0b\xaa\xc6\x85\xbe\xfb\x4e\x8e\x46\xd8\xd8\x7b\x1c\x86\xbd\x6a\x4a\xb3\xa8\x61\x91\x96\x34\xfc\xf5\x05\xfd\xb9\x97\x83\x94\xb6\x48\x55\xf7\xb3\xdd\x68\xea\xfe\x1a\x56\xfc\xea\x72\xd0\xfd\xef\x5e\x49\x63\x71\x4f\x6a\x68\x0d\x26\x8e\x8f\x97\xdf\x05\xf5\x6d\x2f\x92\x53\xf9\xc5\x1a\x72\xca\x67\x7e\xe7\x47\x56\x07\xaa\xa1\x25\xf6\x85\x1b\xdc\x98\x78\xdc\x15\x12\x2a\x9a\x01\x33\x06\x9d\xcd\x18\xb5\x02\xc8\xe2\x6e\x97\xc5\xb5\x86\xbd\xc7\x9e\xe2\x3e\xdc\x26\xfb\x7e\x5a\x44\x8a\x6c\x1e\xdf\xf5\x15\x8a\x5c\x83\x06\xb0\xad\x05\x0a\xb8\x06\x60\x91\xab\x47\xa6\x14\x4f\xd9\x67\xae\xad\x2a\x83\x3f\x7e\x70\xe8\x22\xdb\x11\xc4\xc7\x4e\xef\xa2\x22\x03\x0c\xce\xbb\x1f\x3b\xf7\x17\xcb\xd5\xf1\xd2\x77\x35\xb0\x37\x51\x3b\xa7\xf6\xd6\x77\xb6\x39\xb8\x1d\x8e\x3d\x66\x0a\x4b\xc3\x85\x56\x86\x4c\xa9\x70\xd5\x3f\x21\x70\xcb\xd5\xc8\x99\x32\xee\x38\xdb\x72\xba\xf7\x97\xe7\xdd\x8f\xbd\xcb\xb2\x1c\xf0\x43\xef\x53\xe9\xc6\xff\xdc\x3d\xef\xdd\x97\xb8\xea\xaa\x8b\x7f\xb1\xd9\xba\x25\xf1\x2f\x9d\x92\x73\xfc\xf4\x94\x08\x59\x87\x4a\x13\x94\x85\xca\x3a\xdc\xf8\x20\x03\xff\x8f\xae\x30\xaa\xd6\x0e\xb3\xae\x82\xe9\x4c\xae\x25\x0d\xb3\xde\x33\xb3\xd0\xf7\x65\xd5\x86\xbe\xe8\xb9\x72\x76\x57\xdb\x49\xbb\xd0\x3b\x63\x97\x0d\x28\x59\x4d\x2a\x6e\x8d\x19\xaf\x38\x38\x3f\x81\x45\x7e\x9a\x6b\x83\xa6\x53\x70\xfe\x92\x87\x7f\xd7\x76\x41\xc1\xb4\xda\x26\xb7\x8c\xf5\x85\xd7\xb6\xc6\xdc\x4c\xf2\x61\x3b\x91\xd3\x93\x02\x12\xe9\x84\xce\xf8\x94\x5a\x69\x84\xa9\xf9\xc9\x30\x93\xc3\x93\x29\xd5\x86\xa9\x93\xd9\xc3\x18\xfc\x7c\xde\x7a\x7c\x12\x9a\x1d\xcb\xff\x7d\xf1\xc7\xef\x8f\x2f\xfe\xfd\xfb\xa3\x45\xfd\xb9\x69\xff\xbb\x22\xa1\x33\x9d\x67\x2e\x1e\x40\xc5\x6b\x03\x97\x1a\xac\xc4\xaa\xfd\xbe\x2c\x6f\xd7\x6e\xe2\xfe\xd9\xf5\x7d\xc9\x9e\x55\xfe\xf3\x73\xf7\xf3\xd5\xcd\x2f\x25\x71\xf9\xee\xea\xa6\xf3\x69\xb9\x5d\x6b\x41\x1f\xa8\x2c\xc3\x8f\x42\x3e\x89\xf2\xec\x75\x75\xd2\xb9\x30\x7c\xca\xbc\x3a\xe0\xfe\xbc\xc3\x99\x6e\x31\xf3\xab\xbb\x1f\xca\x37\xda\xc7\x8b\x5f\xee\xba\x83\xdb\xf3\x1f\x97\xce\x04\x3f\x2b\x8d\xec\x16\x9c\x99\x67\x32\xcb\xa7\x22\xfe\xf7\xf6\x63\xeb\x5d\xde\x75\x3f\x55\x47\x77\xd5\xb9\x2b\x2f\xfb\x4d\xd9\x47\x7e\xf4\xe1\xea\xea\xa2\x5b\xb2\x2f\x1f\x9d\x77\xee\xba\x77\xbd\xcf\x25\x8b\xe4\xf9\xfd\x0d\x82\x26\x2d\x9b\xa6\x1f\x41\xcd\x44\xed\xb4\xe2\x69\xee\x9b\xcf\xac\x75\xcc\x3b\x2e\xfe\x0c\x0f\xca\x71\x04\x4e\x80\xae\x65\xd0\x30\x8f\x83\x7d\x27\xc1\x91\xd6\xf2\x1a\x53\xde\x26\xd2\xcc\xeb\x96\x6e\xf4\x32\x96\x77\x17\x86\x80\xd0\x5e\xa8\x4f\xd0\x2c\x93\x4f\x18\x05\x34\xe5\x86\xa5\x1e\x29\xc6\xbe\xa2\x49\x92\x2b\xc5\x84\xc9\xe6\xed\x1a\x76\x52\xde\x16\xa9\xcc\x79\x88\x13\xd9\x4e\xa7\xa8\x0b\xba\x58\x0c\xb7\xa8\x57\x17\x2a\x21\x16\x7e\x58\x77\x54\x3f\x2c\x68\xf1\x3d\xa1\x0d\x15\x09\x3b\xcb\xa8\xd6\xdb\x8e\x15\xc5\x90\x56\xf9\xbc\xdc\xdc\xdc\x5f\xdf\xf5\x3e\x5c\x2c\x67\x44\xd5\x8f\x17\xe3\x68\x92\x2c\xf7\x96\xae\xa1\x92\x34\x25\x56\x4f\x90\x63\xb4\xaa\xb9\x3b\xa1\x00\xa2\xc3\x80\xb6\xe0\x5a\x2c\x81\xe0\x05\xaf\xa1\x97\x77\x62\x4d\x9d\xbb\x85\x20\x89\x5d\x09\x12\x89\x3e\x9e\x66\xc1\x48\x87\xe8\xb5\x4e\x00\x9d\x65\xd4\x8c\xa4\x9a\xa2\x8e\x5a\x9a\x34\x36\xbe\xbc\x51\x2e\x0c\x53\x2a\x9f\x19\xee\x91\x05\xab\x3c\x16\xaa\xce\xc9\xf1\x67\xa6\x35\x1d\xb3\x5d\x6c\xb9\x75\xf7\xca\xed\x4f\xf1\x9f\x60\xab\x5d\xe7\xce\x28\x8d\xd0\xc7\x80\x78\x7a\xba\x12\x1f\x29\xcf\x72\xc5\xae\x65\xc6\x93\x2d\x7d\x4f\x56\x68\x1d\xf4\x3e\x5b\xf9\xae\x73\xd7\xbd\x28\xdd\x6e\xf0\xac\xf3\xf1\xae\x7b\x33\x40\xb8\xba\xce\x87\x8b\xee\xe0\xf2\xea\xbc\x7b\x3b\x38\xbb\xfa\x7c\x7d\xd1\x5d\xe1\xd2\x69\x6c\x7c\x51\x01\xaa\xbe\x7a\xba\xf0\x0b\xec\xb0\xca\xad\x6a\x59\xc8\xcd\x10\x2e\x49\x79\x06\xf6\x64\x89\x76\x65\x4a\x84\xd5\x20\xec\xcf\x60\x9b\xb4\x6f\xfb\xe8\xa0\x36\xe9\x99\xef\xb2\x8c\xd0\xdc\xc8\x29\x05\xa3\x48\x36\xef\x0b\x3a\x94\xca\x80\x42\x1c\x58\x0f\x51\xb9\x10\x5c\x8c\xa1\x31\x44\x9d\x4c\x32\x46\x05\xc9\x67\x51\x64\xab\x53\xed\x47\x5c\x80\xd3\xd9\x6a\xdd\x68\xc5\x29\xba\x2c\x0e\x85\x26\x54\xf7\x05\x26\x81\x23\x1d\xaf\xb3\xc2\xa7\x6b\xbd\xd5\xb8\x3a\x53\xfa\xc0\xec\xaa\x4c\xf3\x64\x62\xb5\xbb\xb1\x62\x5a\x3b\xf5\x2f\xa1\x02\x6d\xf9\xee\x75\xab\x9b\xf5\x85\x55\xe1\x68\xe6\xb5\xcc\x94\xcd\x98\x48\x99\x48\x38\xc6\xb3\x82\x19\x3c\x58\x83\xc6\x8a\xce\x26\x44\x4b\x30\x1f\xc3\xb2\x83\x9d\x0d\x3f\xf2\x1e\x70\x97\xf6\x0e\x8f\x63\x25\x51\xe5\x96\x4f\x5c\x81\xf5\x08\x57\x19\x3e\xf6\x1a\xa2\xb7\x8c\x20\x8e\xa7\x55\x86\x0c\x42\x47\xc2\x92\xc3\x66\xd8\xb5\x2e\xed\x87\xdd\xa6\xba\x4d\xe8\x8b\x62\xcc\x54\xbb\x11\xb5\x6b\x94\x4f\x77\xa4\xc8\x0f\x54\xa4\x99\x6d\xc5\x9b\x19\xca\x67\x11\x82\xb2\x3a\x96\x6a\xfc\x69\xdc\x45\x14\x48\x68\xae\x37\x92\x05\x96\x07\x21\x53\x70\x23\x1c\x17\xfe\x15\x20\x6f\x17\x81\x0c\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\x58\x38\x81\xd1\x34\x28\x27\x33\xc5\x45\xc2\x67\x34\xdb\x4a\x72\xa9\x84\xa5\xb8\x70\x8f\x77\x7c\x64\xc9\xe7\xfd\x82\x55\xd4\x30\x35\x85\x68\x7c\x37\xcc\xb0\x85\xab\xa4\x02\xdc\x1d\x4b\xc8\xb4\xec\xba\xdf\x62\x6f\xd0\xe7\xd5\x34\xdd\x4a\x2b\xae\x77\x74\xba\xd2\xec\xba\xbe\xcd\xba\x05\x8b\x1e\xfe\x73\xd9\x56\x7f\xa6\x33\xbb\xc5\x08\x89\x49\x68\x31\x47\x17\x64\xef\x10\xdf\xbd\xe3\x28\xb2\x24\x87\x80\xa6\xf5\x35\xb4\x62\x09\x9d\xeb\x6f\xb1\x93\x92\x45\x3d\xca\x7f\x70\x24\x39\xca\x8d\x3d\x4d\x14\x6c\xf2\xe4\x1d\x6b\x8f\xdb\xc4\x03\x93\xb6\x48\xe7\xfa\xba\x7b\x79\xde\x22\xcc\x24\xef\xbd\x6f\xda\xb9\xea\xfa\xc2\x48\x27\x5c\xcc\xc9\x44\x3e\x01\x2b\x63\x6a\xcc\x4a\x73\xf6\x7e\x3d\x40\xb5\x18\x73\x6d\x94\xf3\x2e\x8a\x34\xc6\xc9\xe5\xd3\xaa\x1a\x89\x14\x92\x9b\xc9\x2e\xa4\x41\xb5\xce\xa7\x74\x98\xb1\x01\xa7\xd3\x81\x92\xd9\xaa\x33\x5c\x7b\xa4\x0a\xcd\x7b\xe0\x8c\x1d\x03\x9a\x24\x32\x17\x66\xed\xd6\x56\xed\xe3\x39\x2c\x93\x26\x33\x7b\xa0\x20\xa8\x61\x11\x35\x35\xba\xa5\x12\x08\xb4\x00\xe3\x3e\xb0\x8c\xac\xc8\x4b\x41\xf8\xdf\x86\xb5\xbc\x29\xaf\xc0\x61\x3d\x71\x3d\xeb\x96\xeb\x0c\x11\x9e\xbd\x11\x23\xc2\x97\xdd\x65\xfd\xea\x5a\x59\xd6\x12\x79\x76\x76\x75\x86\x7c\xaa\x0e\xb6\x17\x9d\x7d\x95\x4a\x15\xe0\x4b\xae\x40\x72\x23\x3d\xda\x83\x8c\xfc\xe3\x6f\xb9\x34\x54\xbf\x6f\xf7\x85\x65\x86\x0f\x6c\x8e\x01\x28\x96\xdd\xfc\xd6\x5e\x81\xc7\x9a\x09\x0d\x01\x0b\xbf\x45\x6b\x8a\x65\x98\x8f\x54\x71\x4b\x5a\x28\x11\x22\x12\x78\x19\x51\x18\x7c\xcc\xae\x51\xc7\xed\x0a\x17\x7e\x01\x43\xec\x9f\xe1\xf0\xc7\xcc\x40\x8c\xaf\xe1\x06\x44\x95\x14\xa1\xc6\x17\x86\xbe\x52\x91\x05\xaa\x38\xc7\xf8\xe4\x9d\xa2\x63\xb6\x39\x32\x9b\x9a\x22\xaa\xc7\x81\xeb\x59\x46\xe7\x0b\x46\xcd\x55\xc7\xe8\xd2\x6e\xce\x8c\x26\xac\x88\x8f\xf6\xa1\xe4\x89\x9c\x4e\xc1\x73\xe0\x73\xa2\x52\x3e\x02\x17\x82\xb1\x47\x8c\x0c\x99\x79\x02\x87\x95\xff\x35\xd8\x89\xbd\x1a\x68\x77\x12\xa8\xa5\x6f\xd7\x2a\xcd\xc1\x40\xd0\x3f\x6a\x91\xfe\x51\xca\x1e\x59\x26\x67\x53\x26\x8c\xfd\x81\x99\x5a\x86\xd6\x9d\x52\x9e\x5d\x4a\x13\x7c\x20\xbb\x6c\x8b\x62\x09\x9f\x71\x26\x8c\x1e\x30\xdb\xee\xb3\x46\x30\xad\xb2\xc6\xf8\xc4\x2b\x18\x09\xa1\x69\x6a\x35\x02\x80\xe6\xf5\x83\x2c\xd4\x7b\x11\x2d\xc0\x7a\x34\x1c\xcc\x1e\xfb\x25\xe3\x7a\xab\x54\x22\x55\x40\x22\x0b\x1d\x17\x60\xaa\x4b\xa9\xd6\x41\x33\x17\x90\x9f\x5e\xbb\x59\x54\xdc\x1a\x84\x61\x7b\x17\xae\x37\xce\xf2\xca\xdc\xda\xef\x96\x0e\x4d\xc7\x39\x82\x01\x4e\x3f\x88\x36\xce\x8d\x5f\x8d\x1c\x60\x2b\x47\x9c\x64\x52\xe7\x6a\x4d\x93\x5f\x79\xd0\x67\xee\xd3\x65\xe3\xee\xc6\x92\x60\x9e\x19\xbd\x91\xb0\x59\xb3\xf0\x95\x10\x73\x3c\xdc\xc6\xdd\xb2\xee\xed\x16\xe1\x60\xb8\xb2\x6b\x60\x35\x78\x1f\xe3\x20\x52\x52\x5c\x6d\x7d\x11\xe2\xb2\xa8\x26\x4f\x2c\x03\x8b\x81\xd5\x2a\x81\x6d\xbb\xe1\xba\x96\x58\x4a\xb4\xa1\x86\xb5\x88\xcc\x8d\x6d\xac\x85\xe5\x1e\xdc\x16\x1c\x0f\x29\x24\x2a\x16\x45\x9c\xfa\xe2\x5e\x7b\xa7\x7c\xc8\x2f\x43\x5a\x47\x06\xc6\x05\xf9\xc4\x0c\xb4\x02\x09\xbf\xf1\x04\xb1\xac\x45\x2d\x0b\xaa\xae\xfd\x0e\x27\xca\xcd\x64\x83\x9d\x2f\xa2\xb9\x3e\x64\x72\xb8\x74\xdf\x3b\x64\x8a\x6a\x89\xeb\xc5\x5b\x5d\x0a\x85\x34\x4a\x8c\x5a\x45\xa3\x4c\xa9\x92\xe7\x76\xc5\xf1\x2f\x47\x80\x2d\x27\x4f\x88\xbf\xe2\x02\xa3\xe1\x20\x68\xb1\x3a\x4e\x67\xaa\x58\x35\x46\x50\xa8\x07\x6f\x47\x6d\xc7\xf1\x4e\x17\x4d\x15\xab\x88\xa0\x6c\xe2\x78\xee\xc9\xc0\x01\x31\x13\xc6\x15\x59\x6b\x5a\xfe\xfc\x0e\xf0\xcc\xaf\x4f\x34\x05\x6d\x37\x59\x2a\x90\x89\x04\x06\x61\x07\xe6\x12\x94\x4b\x35\x58\xda\x7d\x51\x19\x84\xb3\x7d\x69\x02\xe4\xe5\x4f\x43\x89\xf7\xb7\xc8\x88\x7f\x71\x8d\x16\x36\x71\xff\x6a\xa4\x6d\x35\xd8\x60\x26\x74\x91\xec\x36\xb8\x1f\xaf\xe1\xfb\xa5\x46\x06\xa9\xad\x42\x9d\x58\xc1\x4a\xb1\x44\x2a\xcb\x12\xa1\xdb\x60\xa1\x5f\x79\x37\x1a\xaa\xec\xa2\xd0\x55\x5a\x57\x69\x1c\x45\xc2\x7e\x4a\x0d\x3b\xb6\x8a\xfb\x0a\x7f\xfa\x4c\xda\x6e\x08\x9f\x5a\xdd\x22\x0a\xc6\x2d\x38\xec\x90\x8d\xa9\xf0\xd6\xdc\x86\xd1\x7a\xd6\xbe\xc3\x61\xb6\x92\x15\x9d\x5a\x35\x13\xe4\x08\x3b\xa0\xf2\x38\xf4\x0c\x96\x73\xe9\x38\x9c\xe6\xfd\x52\xab\x66\x96\x2c\xdb\x13\x0d\x86\x80\x86\xc1\xe6\x50\x3b\xef\xd5\x0c\x36\xa3\xda\x10\x37\xa6\x86\x11\xc7\xd2\xec\x1e\xb2\x08\x96\x61\xfb\xc7\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\x61\xd0\xe7\x9a\xb9\xd8\xaf\x29\x53\x63\x2f\xf0\x21\x2c\x69\x38\xda\x0e\x9f\xd4\xf3\xd1\x98\x97\x80\x5d\x7f\xb1\xe9\x36\xe9\x88\x85\x08\x56\x6f\xc3\x28\xad\x17\x72\x6d\x9a\x3d\xd1\xb9\x26\x33\x85\x01\x63\x68\xec\xf7\x93\x07\xa3\x5d\xf9\x23\x6f\xa1\xb3\x02\x15\x7a\x5b\xa0\xa2\x54\x3c\xb2\x86\xcd\x8a\x0a\x50\xac\xcf\xec\xd6\x94\xfd\x2b\x86\xe8\xba\x72\x14\x41\x05\xaa\xe5\x74\x0b\xc2\x6c\x11\xe4\x1d\x47\xb5\xb8\x4c\x52\x90\x2d\x9d\x76\xd1\x2d\x1b\xb1\x9b\x04\x3e\x30\x81\x5c\xd0\x21\xcb\x76\x36\x5e\x6f\x65\xaa\x87\xae\x5d\x8e\xaf\x55\xbf\x19\x1a\xe3\xa1\x3c\x98\xaa\xb2\x36\x6f\xc4\x51\xf9\x7a\xa6\xf9\x62\x9e\x25\x54\xdd\x1d\x26\xea\x93\xd6\xb7\xe7\xdf\x4d\x09\xed\xf1\x45\x52\x64\xb4\xd7\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x52\xcf\x6b\x87\x40\xf6\x91\x7c\xbe\x17\x6b\x50\xa0\x99\x35\x81\x96\x7a\x23\x22\xa4\x60\x84\xeb\xe2\x65\x53\x76\x42\x92\x31\x13\x4c\x41\x90\xb2\x0f\x76\x59\x84\x71\x7f\x61\xa5\xbc\x13\x94\x49\x32\xe2\x2c\x4b\x35\x11\xcc\xea\x34\x54\xcd\x21\x51\x05\x19\xda\x3a\xb2\xd1\xbe\xa4\xd5\x9a\xeb\xc3\x89\x91\x3e\x29\x18\x80\x63\xac\x24\x56\x19\x17\xc1\x44\x1e\xf7\x92\xfb\xc8\x05\x0e\xf6\x45\xd0\x82\x81\xfe\xb8\xb6\xda\x5d\x9b\xc0\xb6\x99\xe2\x2b\x7b\xc7\xd8\x1f\xfc\x1e\xb6\xbc\x2c\xab\x11\x76\x65\x13\xdd\xdf\xdf\x5b\xc5\x3a\x96\x33\x35\x7c\x46\x19\xd6\x09\xac\x2b\xef\xe6\x89\x22\x2b\x99\x21\x97\x73\x1d\x87\x03\xff\x0a\xec\x54\xeb\xaf\x94\xdd\xe4\x7c\xc1\x72\x85\x28\xef\x85\x92\x9d\xcd\x83\x13\x27\x56\x55\x5c\x92\x19\x56\xe9\xa2\x9a\xfc\x56\x48\xf3\xdb\x28\x0f\xcf\xab\xc3\x58\x26\xc0\x99\x26\x5a\x25\x7c\x00\xee\x93\x0a\x1c\x91\x10\x1a\xce\x6a\xba\x7a\xe5\x77\x4d\xfe\x2c\x9c\x2a\xcf\x2a\xbd\x75\x17\x1d\xcd\x4d\x00\x2b\x88\x11\xb6\x37\x1b\xc0\x4b\x14\xa8\x21\x48\x06\x8a\x81\xdb\x44\x48\x32\x95\x8a\x55\x70\xca\x90\x79\x87\x48\x0c\xc4\x87\x5a\x9f\x4a\x6b\xcc\x61\x88\xbd\x54\x1c\xf3\x92\x19\x6c\xb9\xf9\x6b\x1f\x21\x16\xd3\x72\x7e\xc8\x12\x0a\x58\x91\x7d\x57\xaf\x92\x6f\x13\x16\xd1\x24\x93\x06\x43\x74\x5c\x90\xa1\x29\xe7\xac\xdd\x17\x1f\xa5\x72\x77\xa7\x76\xf9\xdc\x43\x9a\x3c\x1c\x33\x91\x12\x9a\x9b\x09\xe6\x7e\x39\xdb\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\x6e\x11\xd7\x09\x55\x8e\xe9\x8f\xe8\xa3\xf4\xa3\xe8\x8b\xa8\x11\xc8\x18\x07\x88\x10\x80\x31\x6c\x12\x20\x18\x40\x32\x35\xad\x45\x1d\x58\xdf\x02\x54\xdf\xf2\x33\x13\x03\x7e\xf5\xa1\x3f\x96\x0a\xa6\x75\xff\x08\x47\x5d\x59\xa1\x9e\xb7\x47\x79\xfd\x46\xc7\x65\x4f\xc2\x9b\x2d\x17\xf0\x84\x16\x19\x37\x0b\x2b\xa6\x7c\xef\x79\x67\x29\x13\x6e\x94\x2b\x08\x5d\xaa\x6b\xf3\x5d\x32\xe1\x59\x61\xa3\x7e\xdf\x72\xe7\x11\x9b\xcc\xd8\x23\xcb\x30\x63\x3a\x51\x90\xe2\x81\xde\xf6\xef\xc9\x7f\x22\x88\x1d\xf9\x7d\x5f\x7c\x02\xb6\x9a\x65\xf3\x16\xe1\xa3\xa2\x65\x6a\x2a\xcd\x3c\xd4\x0e\xc0\x6e\x19\x72\x96\xd2\x40\x70\xbf\x27\xf4\x91\xf5\x85\x6f\xe6\x3f\xc9\x03\xf9\x1d\xf9\x7d\x93\x21\xc7\x65\x3d\x3e\xb7\x9e\x0f\x54\xec\xfb\x8a\x38\x43\xcb\x89\x8f\xc0\x39\xbc\x19\xa0\x5c\x07\x79\x31\x18\x35\xa4\x6a\x72\xf1\x28\x17\xbd\x57\xf1\xc9\xa5\x8a\x09\x33\x10\x32\x65\x03\x56\xe3\xba\x5a\xc2\x28\xec\xa5\x7e\x29\x53\xb6\xd2\xf1\x14\x04\xe4\x9f\xc1\x74\xa1\xf3\x61\xd8\x0e\x88\x89\x0b\x4a\x77\x99\xc0\xea\x07\x1c\x52\xa9\xb6\x19\xee\xb6\xbe\xb2\x2b\x27\x5d\xb5\x80\xa3\xbb\x01\xd4\xfb\x6b\xb0\xc2\x36\x84\x1f\x55\x4f\x61\xd5\x42\x6c\x5f\xb6\x33\x77\x77\x4e\x94\x24\x06\xf0\x12\x8a\x8f\xb9\x95\xb6\xd7\xf7\xc7\x01\x13\xdc\xc6\xcc\x8d\xd9\xd8\x6b\xd9\xb9\x8b\xa5\xf0\x21\xc9\xc7\x81\xec\x0a\x1f\xd3\x50\xe6\x55\x99\xdb\x2d\x00\xd7\x71\x60\x94\x13\xaf\xe7\x96\x05\x8f\x31\xe8\x86\x4d\x38\x26\x74\x76\xce\x2e\x88\x3d\x14\x72\xca\x10\xc2\xd0\x2e\x5a\x6e\x26\x52\xf1\xbf\x37\x3a\x64\x9b\x25\xec\xc2\x91\x16\x95\x4e\x86\x71\x96\x65\x6d\xa0\x51\x94\x0c\x4c\x49\x91\xa8\xd3\x70\xc8\xd0\x7e\xaf\x40\xf8\x18\xe5\x19\x82\x05\x24\x52\xa5\x08\xa8\xab\xcb\x85\x9a\x95\x2f\x8b\x8e\x21\x5b\xbe\x41\xee\xf2\x7d\x1c\x1c\x41\x32\xa1\x62\xbc\x5c\x8e\xfc\x53\xce\xf2\x3d\x05\xcd\x38\x8c\xa0\xaf\xe4\x8e\xa7\x63\x5d\x04\xd4\xe3\xda\x58\x96\x5c\x29\x26\xef\x1c\xf2\x54\x3f\x14\x06\xb5\x90\xf6\x81\x6a\x74\x55\x9f\x5f\xc3\xf8\x72\xe3\x8e\xdf\x1e\xcc\x2f\x2f\xe1\xaf\x5f\x94\x8f\x6a\xf8\x0f\xd0\x9f\x4b\xc3\x7f\x51\xeb\x46\xe0\xe1\x15\xb9\x63\xdf\x96\x8e\x0d\x34\x69\x3f\x28\x37\x42\xc7\x5c\x17\x9d\x9b\xf5\xd4\x71\x5b\xb6\xa3\x6c\x4c\x12\xd8\xf7\x00\xdc\x58\x3b\x9b\x6f\x23\xb3\x64\x11\x8a\x88\xb1\xa8\x3e\x4a\xfc\x79\x4d\x2d\x65\xc7\x60\x39\x1a\x36\xf2\x0b\x36\x45\x29\x47\x23\xda\xe2\x76\x5a\x54\x84\xea\xc7\xe6\x1f\xaf\x3b\x94\xa5\xee\x90\x35\x9d\x1b\xa0\xd1\x2f\x3b\xb6\x17\x2e\xda\xa8\xec\x16\xc0\x10\x0a\x19\x39\x46\xc1\x43\x90\x6b\x62\x14\x85\xe8\x3d\x29\x74\x5f\xfc\x8c\x52\x2c\xd7\xa8\x2f\x3a\x24\x2a\x50\x47\x1d\xec\x0d\x30\x4f\x87\x92\x61\x26\x54\xb8\x44\x84\x3a\x17\x44\x00\xf2\x0c\x27\x21\x76\x42\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x84\x6c\x25\xa2\xb1\xc9\x56\xcc\x35\x44\xba\xd2\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\x47\x31\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x8a\x11\xcd\x8b\x02\xde\xb6\x09\x28\x42\xa8\x18\xda\x81\xa6\x2b\x1c\x22\xad\xf8\xe4\x0f\x59\xb6\x51\xa4\x09\x7e\xb0\x94\x8a\xe0\x95\x02\xd2\x79\xad\xf0\xf6\x38\x00\xa2\x36\x19\x60\xd5\xc0\xe2\x14\x82\xa5\xa6\xe1\x72\x18\xfe\x96\x43\xcc\xcd\xa4\x36\xe8\x79\xd9\x00\x7d\xd4\xf5\x3a\x12\xeb\x29\x48\x8f\x44\x3a\xc4\x84\x68\xa4\xeb\xec\xaa\xcb\xc9\x1f\xc8\x91\x0f\xab\x5e\x9f\xab\x56\xc1\x0a\x36\xd0\xee\x15\xe6\x3a\x93\x99\xe2\x52\x39\x4c\x80\x46\x1b\xfb\xaa\xcb\xb1\x53\x09\xc4\x00\x3c\xaf\x29\xf0\x6f\x5d\xc0\xa1\x78\x3b\x5a\xb8\x3d\x4b\xab\x03\xf9\x52\xf0\x71\x2a\x99\x8e\x04\x56\x58\x58\xe4\x06\x7c\xc4\xec\xa0\xfb\xc2\x4a\xec\xb1\x70\x8d\x69\x57\x3e\x0b\xcb\x76\x9a\x28\xa9\xb5\x8b\xad\xc0\x76\x74\x7b\xe9\xbd\x7c\xe7\x92\x62\xf6\xe1\x35\x7b\xb9\x30\xcb\xc5\x5a\x19\x11\x7e\x6b\xbd\x1c\x37\x64\x21\x01\xa8\x91\x8b\xee\x1a\x81\xe5\x8f\x06\x51\x8c\x6a\x67\x49\x80\x40\xa5\x4a\x88\xc6\x06\x52\x57\x18\x33\x06\x2c\x1e\x87\x94\xbb\x88\x84\x5c\x0e\x34\xc2\xd4\x73\x4d\xb8\x52\x0c\x50\x70\x87\x99\x73\x90\x95\xa8\x86\x17\xb5\x58\x8b\x15\x09\x4a\x33\xf6\x0c\xb7\x8e\xe6\x53\x7b\x9e\x01\xfc\x41\xc8\x63\x39\x03\x2d\xac\xfa\x16\xe4\x4b\xf2\x91\xa5\xc4\xb8\x14\xac\x15\x55\x8f\x01\x4e\x9d\x09\x53\xe7\x36\xf0\x8d\x80\x9b\x81\xa5\xb8\x8d\x48\xb9\xfd\xa3\xce\x87\xab\x9b\xbb\xee\x79\xff\xa8\x70\x06\xfb\xc0\x21\x7f\x49\x86\x74\x2e\x29\xfa\x22\xb8\x74\x42\x9d\x14\xd8\x4b\x42\xd3\xb4\xc8\x5e\xc2\x70\xc2\x01\x9a\xa6\xd7\x3d\x15\x2b\xbd\x3a\x8b\xcd\x7c\xe4\x5f\x58\x7a\x43\xcd\x4e\xbe\xa0\xa5\xbe\xf6\xb5\x6c\x9e\xb5\x24\x9e\x0b\xbe\x60\x77\x5b\x72\x23\x84\xa9\xdc\xdb\xef\xd6\xa7\x60\x3c\x09\xb0\x57\xde\x78\xa6\x2d\xf3\xb5\x7a\x3a\x0d\xe5\x6b\x46\x40\x03\x22\x99\xb7\x08\x04\xd7\x5b\xaa\x9d\x93\x3f\x90\x29\x17\x10\x08\xbb\x6c\x6d\xef\xcb\x13\xd9\x04\xbb\xae\x77\x79\x5f\x46\x96\xfd\xe1\xea\xbe\x8c\xc8\xd4\xf9\x65\x39\x0a\x5d\xb9\x85\x65\xc6\x91\x62\x8e\x51\xb0\x91\xc4\xa5\x08\x4b\x53\x37\xd1\x8b\xaa\xd8\xf3\x6d\xa5\x1a\x66\x41\x02\xdb\x77\x96\x61\x14\x6a\xf2\x2a\x12\x0c\xdd\x4c\x77\xcb\x2d\x44\x45\xf5\xba\xac\xfd\x3e\xeb\x05\x5d\xeb\x4e\xde\x3e\x30\xa2\x98\x00\x58\x02\xea\xaf\xdf\x8d\xd3\x09\x8a\x56\x7d\x4c\xfb\x06\xd2\x1b\x29\xbe\xf6\xf6\x14\xed\x4c\xca\x33\x3a\xe4\x00\x19\x05\x37\xb0\xcf\xee\xaa\xcb\xc1\x6f\xf7\x45\x5c\x67\x0b\xef\x4c\x4b\x03\x3e\x81\x8f\x8b\x31\x91\x82\x11\xa9\xd0\x31\x1a\xd8\x61\x2b\x4e\x2d\xa8\x86\xc6\x99\x09\x99\xcb\x5c\x85\x1e\x17\xfa\x71\xd4\xa7\x27\xd4\x07\x4f\x78\x39\xd3\xb9\xf6\xe2\x0c\x4c\x68\x6f\xa6\x58\xa1\xba\x42\xc7\xec\x91\x09\xf2\x64\xd5\x54\x1a\x65\xb6\x47\x41\x6b\x56\x24\x15\xdf\x99\x10\x99\xc2\x33\x57\x79\x9e\x06\xb7\x56\x61\xb8\xd2\x94\xbb\x96\x97\x13\xf0\x1e\xb2\x0f\x20\x9d\x62\x3b\xe2\x83\x2f\x9b\x6c\x31\x0e\xc9\xd0\xd2\x40\x6c\x19\xc2\x08\xe9\x5a\x92\x65\x5f\x66\x2c\xd9\x26\x64\xfc\xda\x57\x52\x59\x66\x1b\x8a\x35\x17\x87\x68\xe3\xb6\xce\x48\x6f\xa9\xaa\x8e\x76\xc5\x38\x37\x4a\xdc\xb0\x03\xfd\xc9\x65\x3a\x6e\x38\x4e\x9f\xba\x31\x52\x72\xba\xde\x10\x5f\x26\x58\xf9\x6e\x21\xec\xb7\x64\x6c\x79\x25\x51\xca\xab\x47\xd9\x14\x9e\xbc\x8a\xeb\xfd\x84\xf7\x62\xc8\x44\x80\xa4\x6c\x8f\x90\xe3\x5d\x50\x2e\x32\x38\xee\x33\xbe\xb3\x82\x33\xc6\x07\xed\x54\x4e\x41\xc9\xcd\x33\xb4\xca\x36\x48\x43\x18\xa9\x5b\x1f\x62\x0c\xd7\x67\x9d\x7d\x39\xf2\x54\xbb\x44\x2b\xbb\x78\xda\xd0\x69\x48\xab\xad\xa6\x4a\x57\x96\x6b\x05\x37\xda\x57\xc8\xe8\x33\x84\x15\xd7\xe9\xba\xa5\x50\x67\x17\xd2\xb1\x9f\x7c\xc2\xca\x0d\xbd\x74\x60\xa5\x84\xc2\x78\x40\x0e\xd4\x33\x4e\xa2\x5b\xdc\xca\xd2\xcd\x87\x68\xbf\xde\x8c\xbd\xa5\x96\x8c\xd4\xc9\x54\x25\x12\x9c\xc4\x77\x3c\x18\x59\xa6\x74\x1e\x85\x9a\x39\x18\x18\xb8\x9c\xb9\x08\x7f\x95\x59\xad\x27\xe6\x98\x44\xeb\xc2\x3d\xda\xe4\xc3\x3c\x5c\x8b\x34\xcb\xe2\x91\x68\x87\x60\x8e\xa3\x44\xe3\x31\x5c\x62\xa4\x77\xd9\x39\xbb\xeb\xfd\xd4\x85\x30\xaa\xb9\xcc\xc9\x13\xd7\x56\x43\xe8\x0b\xb0\xae\x22\xec\x3d\x96\xec\xc3\x17\x5b\xf0\x16\x04\x57\xea\x7c\x38\xe5\x56\x9f\x2a\x26\x79\x0f\x1c\xe1\xc6\x87\xda\xe1\x39\xb6\x1f\xc0\xb5\xed\x83\xf8\xea\xe2\xe5\x57\x9c\x8f\x2d\xd4\xe0\xa2\x91\x5d\xe3\xf4\x22\xe7\xcf\xf3\x46\xea\x45\x62\x76\xac\xd6\xd4\x1e\xaf\x43\xa8\x5e\xfd\xa1\x2c\xe7\xab\x42\x52\x31\xd7\xa6\x72\x99\x34\x67\xa9\x16\x5b\xb0\x8f\x38\x3d\x2f\x6d\x6f\x12\xbc\xe1\x3f\xa9\x97\x76\x6e\x03\x6c\x7b\xad\x08\x76\xdd\x28\xdf\xbc\xb6\x6c\xa1\xa8\x44\xc5\xd6\x2e\xb5\x4d\xd4\xad\x22\xde\x3d\x26\x85\x28\x9e\xa3\x1c\x27\xce\xaa\xac\x5b\x48\x03\xbe\xec\x04\xd0\xd4\x16\x02\x49\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\xba\xa5\xf7\x9a\x55\x14\x76\xe4\x26\xcc\xc2\x59\x44\x7e\x0e\x71\x78\xa8\x8c\x86\x4a\x6b\xac\x72\xae\xbc\xfd\xb5\x41\x0b\x00\x71\x61\x9b\x88\xa6\x9a\x53\xb9\xa6\xd3\x78\xe5\xb9\x70\x57\xe6\xf3\x68\x50\x3b\x7a\xd7\x21\xb1\x76\xff\xe9\xc0\x60\xc4\x6c\x81\x85\xdc\xb9\xcf\xa0\x92\x4b\x84\xc3\xb0\xd6\xca\xad\x01\x69\xd4\xc0\xc3\xb0\x9a\x6f\x8c\xde\x0f\x87\x47\x66\x01\x29\xbd\xc2\xdd\x82\xb8\x93\x8b\x94\x29\xc1\xa8\x99\xbc\x9c\xb7\xf6\x6c\x57\x93\xe1\x8b\x79\x6e\xcf\xf6\x82\xa3\x56\xf1\xe2\x6e\xe8\xc0\xdd\xc0\x1b\x5a\x00\x4e\x2d\x28\x51\x75\x70\x93\x45\xd0\xb8\xd3\xb3\xca\x60\x5e\xcf\xe1\x88\xae\x6d\xf1\x2d\xf8\x8e\xe3\x63\x4a\x9f\x9c\xd9\x65\x60\x39\xe3\x00\x01\x58\x36\x58\x8d\x1b\xfa\x74\x05\xdf\x43\xed\x4b\xfc\x7a\xfd\x8b\x77\x99\xb2\x16\x2c\x7d\x80\x47\x5a\x02\x86\x71\xf5\xac\x97\xdf\x9e\xa6\xc1\xc9\xb5\x0e\x2e\x37\xaa\x33\x25\x90\x64\xfc\xc5\xfd\xd0\x00\xa6\x5d\xf9\xac\x3a\xdb\x58\x07\x13\xf3\xaa\x09\x83\xaa\x34\x63\x1a\xa4\x6b\x54\xab\x2a\x02\xf4\x32\xf5\xae\x2f\x7e\x90\x4f\xec\x91\xa9\x16\xa1\x86\x4c\xa5\x15\x9a\x04\x8b\x0b\xbd\xd2\x72\x82\x34\x7a\x0f\x28\xb9\xa4\x53\x96\x76\xe1\xea\x8d\x82\x0e\x9d\x92\xe9\x0c\xb8\x75\x39\x68\x90\x57\xe5\x6a\xa4\xb9\x81\xf6\x05\x4d\xa0\x74\x1a\xb8\xd1\x80\x1a\xb9\x9f\x18\xb0\x9a\xdf\x06\xf3\xf2\x6f\xdb\xe4\xce\xca\x08\x5c\x97\xc7\x1b\xc5\xb2\x37\x8d\xad\x2f\xc6\x4a\xe6\xb3\xa0\x04\xc8\x21\x68\x1f\x68\x66\xae\x31\x2f\xc3\x60\xbc\x6d\x39\xa1\xa9\x95\x40\x96\x13\x4e\x49\x4d\x7d\x65\x56\x97\x72\x60\x68\x4c\x40\xf6\x62\x0e\x1e\x3c\x17\xa5\x01\x64\xd4\x0c\x5a\xb1\x3f\x33\xf5\x02\x66\xa0\x06\xf9\x37\x58\x07\x4a\x51\x42\x0d\x5c\x79\x03\x8b\x8a\xb7\x3e\xd4\x87\xb7\x15\xdd\xba\xd2\x73\x1e\x1c\xbb\xae\xc6\x42\xc3\xde\xaf\x9f\x2e\x59\x19\xe5\x75\xae\x66\x12\xe2\xc3\xb3\xb9\x8f\xa9\x73\x31\xef\x33\x39\xcb\x31\x63\x80\xc7\xfe\xbc\xda\x01\x71\x6d\x3e\x53\x93\x4c\xac\xe8\x55\xc4\x7e\xef\x23\x8d\xb3\xc4\x48\x9f\x57\xd5\xab\x99\xc1\x59\xdc\x7b\x83\x19\x63\x6d\x2d\x1e\x33\x41\x7d\xa8\x06\xfc\x95\x65\x64\x6a\x7b\x2d\x01\x13\x46\xe8\x55\xb5\x6b\x5d\xc2\x7e\xda\xbb\x4f\x7b\x07\x51\x1c\x4a\x0d\x71\x41\xa2\x62\x83\xce\x58\x5f\x7b\xa4\x73\xc5\xb7\x92\xb8\x9d\xb1\x87\x3d\x32\x61\x0a\xdd\x6d\x4a\x67\x84\x5b\xbe\x6d\x6f\x1e\x35\x66\x2d\xf2\x64\x4f\x9c\xc9\x95\xe5\xcd\xb9\xe2\xfe\x84\x81\xc2\xb5\x64\xfb\xca\x1a\xcf\x09\x4a\x1b\x18\x7e\x96\xd0\x08\xf6\xcc\x95\x58\x4b\x4c\x4e\x83\x8b\x1c\x76\x38\xe3\xe2\xc1\x76\x86\x70\x0c\xde\xb0\xae\x2c\x7f\x93\xca\x47\x43\x97\xf6\x74\x25\xe5\xed\xb0\xcb\xcd\xc8\xa3\xab\x8e\x02\x17\xe3\x28\x8f\xa3\x5e\xdf\x5c\x07\x56\xa1\xf6\xcb\xf5\x50\x21\x6a\x3f\xf5\xf2\xc4\x36\xdf\x2e\x09\x7d\xdf\x1a\x72\xb6\x14\xa2\xe2\x42\x32\x9c\x44\x12\x67\xd8\x38\xad\x05\xf2\xe3\x38\x96\x0e\x74\x12\xca\x7f\x84\x7f\x21\x98\x15\x2e\xcd\x7f\x10\xa9\xfa\x02\x7f\x6f\x05\xdc\x0b\xfb\x42\x91\xa2\xd6\x90\xd4\x1d\xe8\xc9\x83\xd8\x6e\x27\x57\xde\x75\x6e\x7f\x1c\xdc\x74\x6f\xaf\xee\x6f\xce\x4a\xc2\xe5\xd9\xc5\xfd\xed\x5d\xf7\xa6\xf6\x19\xc2\xe0\xf7\xae\x2e\x07\x7f\xba\xef\xde\x37\x3c\xf2\x0d\x5c\x74\x3e\x74\x4b\x05\xbd\xfe\x74\xdf\xb9\xe8\xdd\xfd\x32\xb8\xfa\x38\xb8\xed\xde\xfc\xd4\x3b\xeb\x0e\x5c\x51\xf1\x33\xac\x0e\x13\xbd\x7b\x7d\x71\xff\xa9\x77\x39\xf0\x21\x25\x4b\x65\xdd\xfa\xa9\x34\x81\x07\xd3\x4a\x15\xfe\x02\xc4\xc3\xdf\xcd\xc3\xb9\xdb\x69\xfe\x77\x30\x37\x5c\xe3\xf6\x1c\xb7\xfc\xbf\x10\x2f\xf6\xd8\x72\x04\x6f\x70\x2a\x0e\x53\x5f\x04\x8b\x60\x60\xff\x86\x8e\xb5\x2f\xcd\x51\x1a\xed\x29\xe9\xcc\x5c\x9d\x4c\x59\xee\x14\xea\x7a\x84\x91\x7a\x43\x30\x90\x08\xd4\x6e\xd1\xae\x6a\x64\x65\xb7\xca\x0d\xba\x39\xc1\x10\x9c\x41\x2c\x25\x05\x50\xf3\x02\xe4\xaf\x6b\xb4\xb2\xcd\x50\xf5\x1a\x17\x47\xe3\xb8\x20\x6b\x6c\x2e\xe8\x74\xa1\x00\x09\x26\x4e\xb9\x94\xaa\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf1\xdf\x8b\x41\x81\x19\xc3\x99\x05\xf2\x05\x04\x38\xf7\x40\xe5\xb8\xaa\xab\x68\xab\xd4\x93\x57\x7c\x6a\xea\x9d\x41\x94\x47\x2e\xa2\xdc\x85\x52\x20\x14\xc0\x70\x63\x4d\xe4\x32\x81\x9e\x92\x5b\x96\x41\xfd\xc5\x20\xd4\xd8\x5d\x9c\x41\x5d\xbc\x4a\x49\x39\x32\x74\x75\xf2\x9c\xd4\x80\xe8\x1a\xb0\x8e\x50\xaa\xa7\xe9\xd0\x97\x79\xf6\x4e\xb9\x77\xfa\x61\xe0\xf7\x7c\xb0\xd5\x25\x72\x47\xf5\x43\x0d\x8a\x76\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\xd0\xdd\xb5\x9d\x86\x3d\x1b\x00\x45\x6e\xd7\x67\x63\xe2\xe3\x8a\x2e\xfd\x8c\xb3\x0a\x90\xd4\xda\xfd\x95\x80\xa8\x9e\xdf\xb6\x53\x7f\x8b\x03\xed\x0e\x7c\xde\xc2\x26\xeb\x56\xae\x11\xb9\x89\xf7\x03\xb2\xef\x79\x12\xd5\xd7\x84\x53\x1f\xc0\xbd\x3c\xda\x2c\x16\xac\x72\x86\x25\x3a\x94\x8f\xa5\x8c\xd7\x29\x56\x13\xaa\x95\xb1\x23\x4d\x7e\x97\x33\x14\x88\x79\xfd\x5a\x5e\x76\xe9\x3d\xf9\x42\xfd\xae\xda\x65\x5f\x57\x53\xaf\x4e\x66\x55\x1c\xe2\x16\xce\x8c\xa8\xf5\xe0\xcd\x58\x47\xb8\x3e\x87\x3d\x1d\x82\xab\xaa\x00\x7d\x45\x6c\x71\x50\xc1\x63\x73\x4a\xab\x88\xda\x40\xa1\x3b\x88\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\x8b\x6c\x5f\xbe\xd1\xd1\xda\xec\xb0\xe5\xcf\x07\x76\x16\xa6\xf5\xd5\xb0\xce\xea\x46\xf0\x66\x91\xce\xb0\xf6\x5d\xa0\x0d\x3b\x5d\xbf\xda\xbf\xf3\x33\xfa\x1d\x92\x54\xde\x90\x26\x13\xb5\x16\xd2\x81\xc9\x31\x94\x49\x70\x31\xf9\x0e\x8b\x45\x93\x63\x92\xf1\x07\x46\xbe\x03\xf7\x70\xe7\xba\xf7\x5d\x8b\x7c\x17\x87\xa0\x7e\xb7\x01\xfb\x2b\x50\x0c\xdd\xb8\x1d\xe4\x19\x48\xaa\xa5\xe8\xa6\x8f\x10\x88\x16\x0d\xb3\x13\x55\x3f\x80\x14\x18\xc3\x14\x02\x73\x41\x48\x4b\x08\x9b\x70\x76\xd8\x55\xbc\xb1\x38\x32\x3b\x83\x47\xd9\xf6\x16\x03\xe4\xf7\xec\xca\x5f\xce\x08\x57\x84\xdc\x77\x02\x38\x7f\x01\xb7\xa5\x1b\x88\xf7\x10\xce\x52\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x5b\x23\xb7\x35\x02\x47\x3a\x75\x2b\xe2\x0b\xb6\x1f\xa8\xec\x6b\x50\xd9\x3e\x62\xa6\xca\x83\xdb\xfc\x36\x3b\x43\x81\x28\x6a\xc6\xe7\xa5\x5a\x09\xd7\xf3\xe9\x32\x2a\xd9\x6a\x1c\xce\x0d\x7d\x29\xd1\x9a\xac\x76\xa6\xdc\xa2\x13\x0e\x9d\x1a\x8b\x63\xad\x0e\xb5\x63\x1c\x4e\x8a\xe4\x18\xd5\x6c\xf8\x94\xb9\xd2\xf4\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x1c\x12\x3d\x76\xa2\x92\x09\x7f\xac\x0f\xdd\x5e\xba\xc1\x3b\xb8\x5c\x2f\x3b\x9f\xbb\xe7\x83\xee\xe5\x5d\xef\xee\x97\xc1\xa2\xf7\xb5\xfc\xf8\xe6\xec\x87\xde\x4f\xe5\x22\xee\xb7\xbf\xdc\xde\x75\x3f\x0f\x3e\x75\x2f\xbb\x37\x9d\xbb\xee\xf9\x52\xe3\xd5\xb2\xce\xea\x40\x28\x5d\x6c\x99\x2c\x20\x25\x53\x0f\x58\xe7\x61\x19\xd0\xf2\x63\x94\xcc\x08\x37\x9a\x3c\x72\xcd\x5d\x96\x8e\x13\xf6\xee\x7b\xde\x18\x55\xd3\xfb\x69\x14\x9e\xdb\x42\xac\x82\xa2\x13\xee\xac\xdd\xb1\x20\xe8\x1c\xad\x22\xc5\x98\x17\x12\xd5\xf9\x69\xd7\x74\xe2\x16\xec\x94\x74\xdc\xd6\xd6\xb5\x2f\x24\xb1\x62\x28\x53\x38\x7a\xf4\xc2\x86\xa1\x93\x63\x52\x5d\xe3\x53\x82\x58\x52\x11\x2a\x66\x68\x10\x84\x27\xaa\x98\xf8\xce\x10\xf6\x65\x96\xf1\x84\x9b\x08\xa9\x53\x2a\x32\xa5\x82\x8e\xbd\xfa\x91\x6b\xa6\x56\x70\x8f\xbd\xb9\x65\xf7\xa1\x45\x36\x85\xc6\xc5\x9a\x92\x23\x97\x00\x94\x65\xa4\xcb\x89\x78\x36\x1d\xb4\xc1\xbd\xb3\x00\x26\xb4\xee\x90\xf6\xa4\xbe\xae\x08\xc6\x73\xc1\xb8\xce\xaf\x4b\xb5\xbb\xee\x9e\xf0\xe2\x7a\x1d\x1e\xe2\x1a\x3a\xfc\xca\x2e\xe2\x12\x1a\xdf\xde\x8a\xe6\x0c\x56\xfb\x10\x6b\x29\x65\x8f\x85\x6c\x0a\x74\xf9\x85\x12\x36\x5e\xed\xbc\x6c\x06\x27\xdd\xac\x5e\x48\x69\x11\x57\xd7\x0a\x81\x8a\x62\x54\x37\x14\x0a\x01\xc4\x9e\xf4\xb5\x94\x0b\x59\xcc\xd2\x2a\x0f\xee\x2b\xd7\x0a\xa9\x0c\xe6\xf5\x14\x0c\x59\xb9\x6e\xaf\x37\x0d\xaf\x66\xa0\x6b\x14\x0a\x09\x51\xe2\x80\x0b\xba\x19\xcb\x87\xcc\x3c\x9e\x66\xc0\x91\xbc\x5b\xce\x1e\xaa\x1a\xd3\x65\xac\x68\x51\xfd\xb0\x73\x77\x77\x54\x3f\x34\x74\xb5\xea\xa2\x38\x2b\x19\xba\x2b\xcb\xe6\xb2\xc4\x40\xb8\x2a\x97\x76\x6b\xe6\xbf\xdd\x47\x26\xcc\x5e\x44\x13\x68\xa2\x26\x60\x7f\x3d\x53\x1d\x82\xea\xf5\xce\x0b\x8e\x14\x60\xa8\x23\xb7\xab\x51\x34\x01\xf4\x4d\x2c\x2c\xe9\x5c\x19\x4d\x0e\x16\x3b\xb5\xf5\xb6\x07\x5e\x5d\x5c\x97\x15\xa1\x62\x6e\xb5\x0b\x14\xd1\x22\x0c\x45\x26\x50\xa2\x7e\xa3\x1c\xd2\x92\x10\x20\x52\xc0\x7a\x89\x6a\xc1\xa0\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x59\xa9\x99\x4f\x0c\x02\x67\xf7\x02\xd0\xbf\x41\x26\x00\x0c\xe4\x5e\x65\x2b\xcb\xdd\xdd\x22\x82\x69\xae\xb2\xc2\x1c\x41\x89\xbd\x3b\xdb\x51\x54\x12\x24\xe8\x94\x56\x14\x07\xd3\xc0\x72\x36\x2f\xd0\xf7\x9c\x43\x75\xa3\x69\x18\xab\x15\xd3\xf6\x96\x64\xd1\x88\xaf\x1b\xf5\x82\x96\x1a\xd0\xd7\xcb\x12\x21\xc8\xee\x73\x44\xa0\x05\xa5\x8f\xc6\xa2\xab\xe6\x7f\xb7\x37\xab\x62\x7a\x22\xb3\x26\x5e\x0f\xdd\x6c\x9c\x65\xbf\xdd\x6c\x7c\x92\xfd\xbe\xa7\xb3\x9a\x01\xb8\xf0\x40\x6d\x54\x9e\x00\x62\x8a\xe5\x86\xf5\xa7\xce\x41\x45\xc1\x15\xea\xdc\x9f\xba\x94\x00\xec\x91\x02\x20\x68\xa0\x56\xbc\x6b\x3e\xdb\xbb\x5a\x55\xcb\x40\xdd\xcf\x66\x5c\x2d\xdd\xaa\xa5\x09\x1c\xf2\x4c\xb7\x35\x99\x3a\xf4\xb0\x40\x81\x90\x06\x6e\x14\x67\x80\x4f\x92\x85\xa4\xc6\xf2\x2d\xe4\x8c\x27\x2b\x09\xcb\x8a\x3c\xe7\x3b\x1a\x52\xed\x70\xe6\x03\x88\xa5\xdf\xc5\xb3\x59\x9a\x01\xda\x91\xa0\x4d\x96\xba\xe2\x90\x08\x31\xe3\x66\x1f\x6c\x68\x08\x45\xdf\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x78\xcf\xcc\x7b\xfc\x30\x83\x01\xbf\x82\x65\x6b\x2a\x37\xa4\x07\x11\xca\x7d\xd3\xc4\xb6\x41\x1b\x0d\x42\xd6\x07\x7c\x4a\x46\x19\x1d\xfb\x14\x35\xa8\x9d\x30\x2a\x84\x70\x2b\x49\x60\x31\x02\xfb\xa7\x76\x0c\x8e\x37\xc4\xed\xea\x19\x4b\x50\x1c\xde\x52\xee\x83\x5d\xe0\x69\x30\x50\xc2\x9f\xa2\x1e\x59\xde\xa1\xe4\x4d\xe9\x0c\xc2\xd5\x90\xd2\xe5\x28\x04\xd5\xdd\xb9\x98\xb5\x36\x8c\xfc\x7f\xfe\xfb\xcf\x6d\x9e\xae\x15\x80\x10\xfb\x09\x8a\x74\xda\x28\x40\x24\xc2\xcb\xa7\xc0\x8e\x97\xd6\x87\xdb\x57\x39\x72\xd0\xd0\x9f\x8d\x77\x2e\x29\x3a\x1a\xf3\xce\xf5\xfc\xa0\x38\x54\x8c\x74\xb6\x17\x52\xae\x99\x42\x13\x7d\x48\x80\xab\xc1\xe7\x6d\x0c\x5b\xa8\xad\xbe\xbe\x2c\x10\x6a\xa1\x0a\x7c\x3d\xb5\xa1\x2f\x84\xbc\x7b\xa4\x19\xb7\x8a\x65\xdb\xe7\x3b\xbf\x27\xff\x09\x78\xbb\xff\xd1\x60\x9b\xa1\x63\xa6\x06\x69\x5e\x8a\x01\x5a\x35\xa8\x6b\xfb\xd1\x79\x6e\xe6\xf5\x79\xe3\xa5\x63\x94\xd1\xe4\x61\x93\x5c\x7a\xfb\x7e\x43\xb3\xab\x39\x7c\xe4\x14\x2b\x0b\x1a\x0d\x99\xea\xac\x92\xa9\xee\x42\x26\xe2\xfe\x91\xd9\x09\x80\x63\x8e\x44\x21\xc7\x0d\x3b\x76\xcc\x6d\xf2\x11\x41\xe0\x40\x24\xc3\x2e\x12\x99\x67\x69\x5f\xb0\x2f\x33\xa9\x59\x29\xfe\xb4\x06\xb8\xcb\x85\x53\xbb\x9e\xea\x6f\x9a\x0a\xe2\xf5\x4e\x12\xcc\x57\x87\x15\x58\xdc\xd3\xc5\x29\xd7\x13\xd9\x4e\x97\x6b\xc2\x67\xdc\x92\xc7\xa0\xf6\x14\xbe\x58\xd1\x85\x33\xab\xcc\x0a\x93\xcd\x5b\x24\x4c\xb2\x42\x16\x19\x7b\x64\x8a\x8e\xad\x98\x43\x79\x16\x83\xb4\x95\x55\xe7\xf5\xbc\x81\xe5\x28\xc4\x9d\x03\x66\xeb\x5c\x34\x1b\x88\x27\x9d\x18\x58\x6e\xce\x0c\x61\x5f\x0c\x13\xe8\xdc\xba\xf3\xb1\xbf\x51\xfc\x49\x53\xe1\x1c\x8c\xca\x6c\xbe\x9d\x9f\x7d\x1f\x3b\x3e\x01\xc2\x07\x37\xa7\xda\x5d\x12\x0e\xf1\x7c\x42\x45\xea\x22\xd8\x75\xa8\x0b\x85\xb3\x13\xda\x30\x1a\x84\x03\x1f\x87\x1d\xe1\xfd\x60\x9b\x88\xf6\x0c\x77\x91\x17\x7c\xad\xc8\x06\xae\x08\xa9\xac\xfc\x92\x0b\xc3\x33\x2b\x86\xb9\x31\x58\xb5\x28\x17\x21\xe1\x1a\xa2\xa5\x1a\x56\x10\x32\xb9\xc5\x78\xe0\x56\xd2\x07\x63\xaf\xc7\xad\xcb\x34\xf5\x19\x9b\xc2\x1f\x3f\xf8\x86\x96\xdb\x98\x30\x0b\xc1\x4e\x3f\x84\x81\x43\xd0\xb9\x90\x7e\x32\x01\x0a\x2e\xec\x75\x09\x86\x1f\x26\xba\x89\x0a\x00\x42\xd6\x62\x1a\x52\xc1\xd7\x35\xd1\x10\xbc\x8e\xc1\xb5\x10\x37\x66\x1a\x62\xd7\x75\x43\xcc\x3a\x00\x83\x7a\x59\xcb\xe1\x87\x06\xc4\xf3\x4a\xf8\x3b\xf5\xdd\xb9\x10\x37\x9a\x65\x43\x9a\x3c\x04\xac\xc6\xa0\x53\x49\xe5\x51\xaf\xac\xfc\xd7\x17\xb6\x6b\x20\x2e\x3b\xd0\x04\x04\x94\xa2\x2c\x6e\xea\x12\x3d\xdd\xb0\x8b\xce\x5d\xf1\x02\x81\x70\xfa\xa0\x7d\xe1\xe8\x31\x84\x2e\x65\xb3\x4c\xce\xa7\x0d\x37\x50\x35\x92\x79\x17\xaf\x56\x53\x20\xf5\x5e\x2f\x9f\x0a\xd3\xdb\xf8\xfa\x59\x88\x71\xdd\x43\xaa\xf1\x3a\x5e\xbb\x4d\x63\x42\xab\xe7\x8a\xeb\x59\x46\x4b\x45\x48\xab\x3d\x60\xe0\xe7\xf3\xae\x3e\x66\x06\xad\xb6\x55\xac\x1f\x3a\x54\xfb\xf9\xb3\x94\x7a\xf0\x77\xaf\xab\xf9\x00\x5c\xc8\xd9\x63\x58\xd6\x86\x66\xda\x18\xc3\xdd\x9e\x29\x69\xef\x66\xd9\x17\x86\x8e\x7d\x6c\xad\x93\xea\xe4\x93\x60\x4a\x4f\xf8\x2c\x76\x97\x6e\xc4\xae\xe4\xec\x18\x4b\xec\xd9\xcd\xd4\x33\x9a\x14\x06\x95\x24\xa3\x5a\xf3\xd1\x9c\xa4\x7c\x04\xde\x74\x53\x84\x79\x40\x14\x6e\xc0\x81\x2d\xe3\x05\xd7\xda\x31\x4a\xd9\x5c\xfb\xc9\xac\xd9\x3d\x44\xdc\xf9\x4d\x7c\xbc\x32\x4f\xe3\x6c\x7a\x28\x2b\xb2\x90\x7d\xb8\x66\xe5\x93\x5d\x23\xc7\xdd\xc8\x5c\xfc\xf4\xfe\x06\xe6\xb3\xe4\xb6\x4b\xd1\x59\x9a\xcd\xba\x92\xcf\x55\xf7\xfe\x9c\x65\xec\x95\x14\x46\x5f\x24\x84\xa5\x6b\x5d\x40\x5a\xbd\xd8\xfe\xef\x36\x9e\x2d\x42\x9f\x1a\xf2\x5f\xf7\xb0\xdf\x5f\x39\x80\xa6\x61\x74\x9f\xd8\x3a\x5e\xbd\x95\xb4\xb8\xd5\xb9\x6a\x62\x8e\x3b\x2c\xf6\xde\xa2\xe6\x9e\x79\x42\x4d\x7b\x7d\xcb\x8c\xf6\x46\x8b\x88\xd2\x51\x20\x76\xe7\xf4\xd8\x27\xcc\x14\xe9\x27\x1b\x6c\xf8\x2b\x89\xe7\x72\xa3\xbb\x71\x6a\xd9\xf3\xb1\xc3\xd5\xdb\xb5\x09\xbd\x15\xe3\xdd\xc2\x13\xee\xda\x58\x7b\x07\x1a\x5b\xd8\x87\xfc\xf0\xcc\x2a\x42\x75\x69\xd7\xd4\x0d\xea\xe0\xb5\x76\x8f\xf2\xcb\x5c\xa1\xe0\xc1\x4c\xb1\x11\xff\xb2\x95\xd3\xe1\x1a\x3e\x75\x02\x89\x55\x08\xe5\x68\x94\x49\x6a\x75\x48\xc4\x58\xb4\xb2\x2c\x14\xa2\x2e\xe4\x43\x2f\x9c\x3c\x29\x6e\x0c\x13\x7d\x01\x28\x54\xfa\x8f\xa7\x27\x27\xc3\x3c\x79\x60\xe6\xe4\x81\xcd\xa1\x10\x6c\xf4\xd3\x56\xa9\x5c\x4c\x63\xdf\x9a\x19\xab\x62\x6b\x32\xc3\x14\x32\x07\x2d\x58\x19\xeb\x3b\xde\x66\x6d\xf2\x21\x93\x43\xdd\x22\xb7\xc9\x84\x4d\x69\x0b\xdd\x85\xf0\x1c\x8a\x6a\xb4\xdf\xb7\xfb\xe2\x96\x31\x32\x31\x66\xa6\x4f\x4f\x4e\xc6\xdc\x4c\xf2\xa1\x15\xcf\x4f\xb2\xf9\xc8\xa0\x1f\xf5\x84\x6b\x9d\x33\x7d\xf2\x87\xdf\xff\x1e\x96\x06\x9c\x8b\x56\xd3\x1e\x2b\xb0\x95\x2c\xca\xe7\xa5\xed\xbe\x5d\x84\x84\xdd\x1c\xe1\x47\x49\x31\x60\x5f\x66\x8a\x01\x7a\xde\xb6\x49\x7f\x9a\x74\x7e\xbe\x25\x7a\x2e\x0c\xfd\x72\x4a\xfa\x47\x9f\xb1\xee\x0d\xf9\x41\xe6\x4a\x93\x73\x3a\x3f\x96\xa3\xe3\xa9\x14\x66\x42\x3e\xc3\xff\xba\x9f\x9e\x18\x7b\x20\xbf\x30\xaa\xfa\x47\x6e\x7f\x91\x59\x07\x6c\x2f\xb0\x14\xa9\x5c\x68\x57\x52\xe7\xf7\xff\xea\x6b\xea\xd8\x6e\xbe\x3f\xf9\xfd\xbf\x92\xdf\xc2\xff\xfb\xff\xc8\x6f\xfb\x47\x4d\xb0\x75\x1b\x25\x5c\x14\x45\x8f\x6a\x5b\x7b\xe0\xc9\x83\x1c\x8d\x06\x86\x4f\x19\x46\x61\x0c\xa8\x6a\xac\xe9\xbe\x61\xc2\x27\x77\x38\x9f\x58\xa9\xa0\xc0\xd7\x71\x9d\x62\x48\xa4\x3f\x18\x3a\x2f\xb0\x18\x9f\x7c\x59\xf3\x90\xb6\xc1\x35\x7c\xc5\x52\x4b\xbf\x9b\xa8\x77\xde\x02\xb6\x88\x22\x5e\x04\xd7\xc6\xa8\xb5\xc1\x02\x1c\xfb\x2d\xe4\xaa\xaa\x40\x8b\x0e\x95\x6f\xcc\x84\x0e\x13\x7c\x56\xf3\xf9\xad\x54\x3b\xdd\xf9\x0f\x6c\xc1\xb9\xb6\x51\x34\x86\x87\x94\x8c\xc1\x8f\x21\x94\x4e\xaa\x90\x35\x8d\xd1\x35\x0e\x82\xb1\x2f\xee\xae\xce\xaf\xde\x3d\x50\xa3\xe4\x98\x8a\xf7\xa7\xa4\x93\xa6\xae\xac\x2f\x71\x1e\x42\x4b\x3c\xf6\x86\x68\x93\xb8\x46\xa7\xb0\x0b\x57\x1b\x5e\x11\x2b\x50\x5c\xa1\xd1\x72\xbd\xc3\x6e\x97\xef\x3c\x7c\x52\xcf\xda\xca\xb8\x99\xa1\x83\x02\xa6\x0e\xe6\x6a\xef\x21\xcb\xb7\x16\xe7\xbb\x4d\xa5\xe2\xdb\x19\x4b\x38\xd3\xae\xb4\xb9\x4a\x19\x2c\x0f\x98\x45\xc1\xca\xec\xa2\x34\x6b\x0f\x55\xb9\x5c\xfb\x2e\x49\x9a\x55\xa8\x8c\x1d\x28\x05\xab\xfb\x17\xbc\xc1\xe3\xc7\x94\x0b\x48\x12\x45\x2d\xdb\xd8\x32\xdb\xd0\x55\x8e\x8e\x0b\xde\xda\x2b\xfd\x78\x44\x13\xbb\x7a\x95\x02\xf4\x31\xab\xaa\x5b\xc7\x3b\xaa\x1f\xf6\x6b\x61\xdd\x19\xcc\x91\xa7\x05\xf8\x19\x52\xa3\x8b\x7f\xe1\x0b\x19\x3b\x86\xea\x87\xa6\xb0\xf8\x8d\x0b\x53\xd9\xa5\xf0\x19\x23\xcb\xc6\xe7\x5a\x8e\x90\x40\x5c\xe9\x50\xd0\x64\xa2\x24\x79\x1f\x4c\x82\x45\x2b\x78\xc6\xd2\x6a\x76\x62\x75\xfc\xab\xc8\x00\xdd\x04\x91\x61\x11\xf2\xdf\xa6\x56\xcf\x02\x4f\xd6\x94\x8a\x39\x1e\x24\x7b\x61\x51\xfd\xa0\x03\xa2\x28\xd1\x53\x9a\x65\x2d\xa2\x58\x0e\xd5\x7c\x5b\x44\xb3\x6c\x74\xec\xc1\x4d\x52\x92\xc9\x31\x4f\x68\x46\x86\x99\x4c\x1e\x74\x5f\xd8\x1b\x44\x8c\xf1\xe2\x9b\x29\x99\x30\xad\xa3\x2b\xb7\x88\x05\x9c\x29\x99\xe6\x09\xd6\x97\xc2\xfa\x8e\x5c\x1b\x9e\x54\x8a\x0a\x59\x8e\x08\x4e\xb8\x84\x82\x46\x0a\x91\x38\x30\x5c\x2b\x02\x30\x4c\x8e\xcb\x7d\x41\x65\x00\x6f\xa0\x19\xff\x3b\xc4\x63\xa3\x6b\xaa\x89\x7a\xf7\x90\xe4\xe3\xb7\x67\x60\xca\xa7\x61\x05\x3d\x9f\xb9\xcf\xe0\x0c\x2d\xa3\x98\x9b\x32\x39\x07\x6a\x08\x64\x1e\x30\x16\x3c\x51\x14\x8e\x37\x8f\x63\x81\xaf\x78\x7f\xd4\x2b\xcb\x05\x81\x21\x37\x64\x80\xac\xa2\xe9\x33\x2c\x6b\xe4\xd0\xbc\x22\x8b\x2d\xb4\xee\x0b\xbf\x38\x78\x43\x7b\x45\x3c\x5a\x22\xf1\xcb\x63\xd7\xde\x5e\x23\xad\x50\x6b\x88\x6a\xe7\x77\x3b\x0e\x10\x20\x96\x1f\xf6\x05\x20\xe1\xda\x4e\x2a\x85\x6b\x16\x29\xea\x15\xd7\x17\xda\x0f\x73\xdc\xb0\xcc\x90\x5f\xe4\x4d\x88\xbc\x4c\xb7\x90\x78\xb1\x21\xb3\x2b\x05\x13\xa9\xba\xd8\x51\xa4\x36\x78\xfa\xc8\x0b\x44\xe7\xa8\xa3\xc6\xbd\xdd\xda\xac\x55\x19\xd5\x42\x50\x35\x1f\x21\x91\xc1\xd8\x20\xae\xc9\xd5\xca\x6d\x1a\xd1\x57\xc9\x56\x5c\xb6\x91\xd7\xd4\x60\xbd\x53\x36\x95\x06\x71\x4c\x11\x52\xd4\x1b\x34\x10\xa9\x74\x98\xc9\x21\xdc\x2b\x80\x36\xea\xe3\x3c\xa3\x78\x2e\x9c\x37\x4b\xc9\xbb\xe8\x9a\x08\xb1\xe3\xef\x9b\xc2\xf3\xf6\x97\x32\x59\xb5\x82\x34\x26\x4e\x96\x71\x03\xdb\xe4\xba\x12\x8e\x1f\xcd\x6a\x44\x2d\xe7\x6e\x0a\x88\xd9\x2c\xcd\xb2\xb4\xfb\x7b\x48\xb3\xac\x4c\xa3\xc1\x5f\x2b\xc7\xcf\x1a\xf6\x69\x27\x75\x21\xd7\xd7\x23\x31\xd3\x09\xe5\x8f\xd2\xe6\x78\x32\x9b\xd7\x6d\xd1\xeb\x4a\x21\xad\xe0\x4e\x7e\xdd\x14\xd2\xca\x60\x5e\x73\x0a\x69\x65\xa8\xaf\x37\x85\xb4\x66\xa0\x6b\xa4\x90\xa2\x7f\x66\x60\x89\x7a\x3d\xa6\x00\xb1\x0c\xc3\x7c\x74\x0b\xb7\xc9\xd2\x31\xba\xaa\x25\xc8\x9c\xbd\x9c\xe3\x32\xf7\x61\xb4\x2e\x7a\x6d\xeb\xf4\xcf\xca\x94\xd7\x4c\xff\x2c\xb1\xb4\x43\xfa\x67\x48\xff\x5c\x5c\x97\xd7\x98\xfe\x59\xd9\xf3\xf5\xd2\x3f\xeb\xb6\x7c\x0b\x97\x55\xa9\x99\x6f\x26\xfd\xb3\xb2\xa2\xaf\x39\xfd\xb3\x32\xd4\x43\xfa\xe7\xb3\xcc\xe6\x95\xa5\x7f\xd6\x9f\xba\xcd\xd2\x3f\x6b\x45\xb3\xe6\xb3\xbd\x6b\xf2\x04\x04\xc0\xbf\x70\xfa\x67\x69\x02\x87\xf4\xcf\x1d\xcb\x8c\x96\x49\xd0\x8d\x00\x4a\x39\xb9\x8c\xaf\xea\x3d\xb4\x24\x01\x14\xd4\x8d\x3d\x50\xd4\xf3\x86\x39\x80\x85\x70\x5d\x8d\xa8\x53\x5a\x07\xed\x8a\x8b\x58\xd1\xc4\x27\x4d\xa1\xc7\x29\xf6\x8d\x1c\x28\x70\x63\x8b\x52\xc3\x22\x07\xcb\x22\x46\x19\x37\x90\x5c\x0d\xf4\xfb\x0e\x04\xe8\x92\x4f\xb6\x05\xbd\x07\xd3\x5c\xbd\xb2\x0f\xe5\x19\xf6\xd3\xec\x6f\xe2\xff\x36\x2e\xc8\xae\xc5\x59\x93\x59\xbe\x4d\x14\xfa\x78\xbb\xcf\xa6\x6c\x2a\xd5\x2a\xd7\x70\x83\xa9\x41\x2a\x3a\x5e\x95\x26\xb0\xee\xea\xed\xba\x6a\xbe\xa2\xc6\x66\xb6\x27\x9f\xd3\xbc\x5c\x19\xf6\xd5\x6b\x63\xef\x04\xe8\x0b\xb5\xfe\xaf\xe0\x7e\xdc\xd2\xc3\xd5\x90\x41\xba\xd8\x21\x98\xbe\x35\x53\xc7\xb1\x78\x54\xb2\x39\x2f\x8e\xa0\xb4\xee\x5e\x78\xde\x61\xd9\x73\xd5\x18\x7f\xb1\x4e\x16\x1e\x96\x74\xb2\x92\x79\x0c\xb0\x57\xa5\xb4\xe1\xbc\x26\xb8\x74\x3d\x73\x07\x17\xe6\xdf\xfe\x65\x23\xa3\xbd\x95\x2f\xdd\xba\x8d\x78\xc6\x08\x4d\x12\xa6\x31\x31\xd0\xc5\xe7\x60\x81\x83\x5c\x65\xbb\xec\x2a\x17\x63\x98\xb7\x15\x26\xa3\x2a\xa6\x81\x78\xf0\xce\x98\x28\x99\x8f\x27\x5e\x03\xb6\x54\x68\xa7\x56\xb7\x97\x3f\x2f\x96\x6a\x7a\x63\xce\x9a\x4a\xe9\xeb\x2a\x11\x6c\xee\xcd\xf6\x4b\xf2\xc2\x1e\xed\xba\x79\x6c\x40\x1d\xa5\xb8\xae\xe2\xf8\x7b\x1f\x03\x4a\x25\x90\xf2\xdd\x17\x9d\x52\x04\x98\x87\x50\x1d\xce\x8b\x48\x12\xbc\xda\x63\x22\x03\xd8\x0d\xa7\xbd\x40\x29\x65\xfb\x2f\x10\x43\x30\x97\x13\x7d\xdd\xde\x9f\x0d\x41\x30\x2c\x3d\xa6\xc9\x3c\xc9\x78\x12\x89\xa4\x63\x45\x67\x93\x65\x94\x78\xc8\xe1\xf9\x5a\x39\x3c\x6b\x96\x6d\x5b\x1a\xc6\x13\x17\x3e\x7b\xd3\xb9\x45\x8b\xe4\x78\x48\x2b\xda\x80\x24\x77\x1b\xcf\xde\x29\xf1\x2d\x65\x39\x35\x53\xde\x57\xce\x28\x59\x1c\xd8\xd7\xcc\x6d\xaa\xb9\x2f\xb6\x5b\xdd\xaf\x9b\xd1\xb4\xd6\x34\x1a\xc3\x40\xd7\x48\x66\x2a\x55\xd9\x0e\xf7\xfe\x8a\xd4\xa6\xe6\x55\x7a\x25\x34\xb8\xcf\xd8\xb5\x26\x6e\xb3\x3a\x7e\x6d\x13\x51\x71\xb3\x50\xb6\xb0\x51\x6f\x2b\x9c\x2d\x0c\x7b\xcb\x90\xb6\x4e\x54\x33\x6e\x22\x33\x00\x7b\x2b\xad\x56\xe8\x20\x44\xc5\x84\x05\xf2\x9b\x71\x3b\x63\x09\x8a\xae\x05\x6a\xd8\xb2\xc0\xb5\xb0\x89\xdf\x46\xf0\xda\x0a\x7d\x68\xc3\x00\xb6\x78\x51\x77\x0b\x62\xdb\x51\xbf\xd9\x2c\x90\xad\xd2\xd9\xd2\xfd\xde\xc2\xe5\xba\x80\xd0\x76\x70\xd8\x07\x87\x7d\xfd\xda\xbc\x46\xa7\x7d\x51\xbd\x66\x43\xc7\x7d\xd3\xf6\xef\x83\x92\xf6\xe8\xc0\xff\xca\x6e\xf1\x75\x3d\xe2\x5f\x37\xce\x60\xcd\x10\x83\x83\xdb\xfe\xdb\x70\xdb\x37\x9f\xb7\x8d\x5c\xf7\x2b\x72\x83\x7c\x2f\xbb\xfa\x57\x43\xbe\xca\xb3\xfa\x58\x83\x0d\x38\xfa\x62\x4d\x3f\x6b\x91\x50\x73\xf0\xb5\x3e\xab\xaf\xb5\x66\xa1\x57\xfb\x5b\x4b\xc2\xdb\x8b\x3a\xc9\xaa\xe0\xbf\xcf\xe9\x28\x5b\x25\xf0\xe6\xc3\xc1\xb3\x9f\xa3\xda\x39\xaf\x7b\x9c\x7e\x0e\x7b\xeb\x8b\x9c\x11\x36\x1d\xb2\x34\x05\x85\xd8\x48\x87\x9f\x57\x90\x80\x60\x48\xac\x96\x93\x52\x6d\x29\x97\x42\xbd\x5f\x9e\xb2\x08\x0c\xbb\x90\x6f\x30\xba\xb5\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\x4e\x73\x91\xb0\x58\xc7\x52\x24\x95\x4c\x8b\xef\x0c\xd6\xf1\xa3\x62\x4e\x1e\x84\x7c\xca\x58\x3a\x86\x1d\xaa\x0e\xe6\x98\x70\xd6\x22\xdc\x84\xcf\x14\xa3\xc9\xc4\xb2\xcb\xbe\x1d\x3b\xb8\x1c\x50\x10\x63\xee\xdb\x08\x29\x32\x34\xf3\xbe\x4d\x48\x4f\x90\x11\x4d\x4c\x8b\xe8\x7c\x58\xb4\x9f\x4a\x84\xfe\x7b\x64\x22\x9e\x78\xd1\xc8\xb3\x39\x49\x6b\x9d\xa2\x0d\x9a\x85\x25\x80\x4e\xc6\xe9\x4e\x4e\x8b\x47\xba\x4b\x0a\xed\xe7\x5c\x1b\x02\xb6\x72\x22\x45\x38\x4c\x2e\x19\x20\xc0\x05\x00\x1c\x1b\xa6\xde\x2f\x81\x3d\xa7\x95\xa9\x6c\x3a\x96\xc2\xc3\xe4\x50\xe0\x9c\xba\x0a\xed\xe2\x72\xa7\xf2\x49\x68\xa3\x18\x9d\x3a\x4c\x73\xcb\x89\xc1\x14\x8b\xfe\x25\x57\x41\x12\x6e\xe0\x4d\xb6\xf8\x82\x8b\x07\xbb\xbb\x05\x40\x02\xe0\x58\x42\xcf\x35\x9b\xf6\x81\x0b\xaa\x76\x2a\x22\x8f\x55\xe5\xb6\x32\xb3\x0c\xe7\x4d\x08\x12\x86\xae\x82\x8b\xd8\xc4\xa8\xa2\x01\xbc\x93\xd8\xee\x08\xb0\x3a\x44\xf9\xa3\xc4\x50\x40\x2f\x99\xb0\x6c\x16\xa1\xf1\xcd\xa8\x32\x01\x59\xdf\x65\x4d\x27\x72\x3a\xcd\x05\x24\xba\x3b\x3d\xed\xc9\xa5\xc7\x3a\x9b\x5d\xd1\x78\xbb\x2f\x7a\xe6\x3b\x6d\xcf\x97\x14\xe3\x6c\x4e\x68\xfa\xc8\x75\x01\x56\x91\x48\xa1\xf3\x29\x53\x15\x5c\x59\x84\xd5\x25\xd4\xd3\x8a\x1d\x9b\x15\xbc\x3c\x2c\xb8\xbb\x1b\xc6\x64\xc8\x46\xf6\xd2\x9d\x51\xa5\xbd\x7d\xa8\xc6\xb6\xe3\x36\x37\xb5\x6b\xf5\xd5\xce\xe4\x4f\xf1\xb1\x23\xd3\xe2\x84\x52\xa7\x6f\x9c\x54\xcf\x67\x04\xb9\xdf\x14\xd6\xb0\x30\x29\xb2\xfc\x62\x72\xab\x70\xbe\x50\x3a\xb1\xaa\x86\xfb\x0a\x8e\x1a\x0e\x8d\xed\xc7\x0b\x34\x38\xb8\x8d\x2c\x79\x95\x09\xba\x51\xa3\x79\x26\x3e\x9b\x8c\xc3\xa5\xa0\x0d\x35\x3c\xf1\xe5\x03\x42\x71\x14\xfc\xba\x79\x6b\x77\xad\x5a\xa1\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe2\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x10\x95\x44\x66\xd9\x26\x78\x14\x95\x99\x9f\x15\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x43\x83\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xc0\x94\x64\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\xa1\x0f\x21\xa9\x6e\xbc\x23\x6e\x85\xa5\xd1\xbb\xeb\x00\x9f\x18\xc9\xcb\xf5\x88\xd5\x5f\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\x29\x59\x6b\xc1\x57\x29\xbf\x1d\x32\x45\xb3\x82\x5b\x3d\x8d\x20\xd8\x0f\x0c\x0a\xfb\xd2\xec\x89\xce\x8b\x40\x9e\x4d\x8e\xd3\x2d\xca\x22\x4c\xfb\xf3\x42\x3d\x95\x45\x27\x26\x38\x32\x71\xbf\x70\x15\xd6\x39\x41\x67\x75\x64\xb8\xf1\x59\xf2\x73\x7e\x4e\x21\x3b\x3e\xf6\xb1\x7c\xbd\xc9\x6d\x58\x3e\x0c\x51\x8b\x04\x86\xb3\x7c\xa9\x3e\x97\x28\x67\xef\x6b\x54\x69\x87\xa0\x2e\xe7\xfd\x18\xd7\xf5\xad\xbe\xc0\x9a\x39\xb2\x5e\x6b\xb1\x76\x8c\x0d\xdc\xac\x84\xa3\xef\x71\x79\x81\xc8\x4d\xaa\xd0\xae\xd6\x21\x46\x56\x76\x71\xf0\xe8\x01\xf7\xcd\xc5\x15\x8c\x78\xc6\x74\x9b\xf4\x6a\xf4\x09\x13\x15\x71\xc6\xb4\x70\xf0\x52\x79\x79\x27\x57\x3c\x02\xbf\xf3\x52\x0d\xe1\xae\xb2\x47\x61\x72\x50\xcc\x8e\x19\x08\x18\x24\xf9\x89\x55\xf1\x26\xd8\x00\x60\xe8\x5b\xf1\xd2\x80\xf5\xcc\xf2\x02\xee\xf0\xf7\xb1\x7c\x52\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x8f\xb7\xef\x46\xd5\xb0\xa5\xfb\x40\x0c\x5a\x3f\x7e\xc2\xf7\x0a\xc5\xb1\x17\xf7\xa6\x76\x84\x77\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x84\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\x98\x4d\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x78\x72\xdf\x23\xcc\x24\x00\x78\xdd\x17\x89\x7e\x6c\x59\x81\xf6\x6f\x39\x33\xf6\xe7\x26\xf0\xaa\x29\x13\x1a\x38\x01\x5f\xb7\xe8\x8d\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x94\x3a\xb0\xb4\x1b\x6a\x1d\x58\x32\x05\x14\x03\x5c\x5a\x5d\x43\x31\x58\xd4\xaa\x5b\x87\x1a\xb8\x85\xa7\x5e\xfc\x35\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\x1c\x8c\x14\x00\x8b\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x74\xe6\x71\x3f\xb1\xe8\xa3\x76\x5f\x7c\xf6\xf6\xcf\xe2\xd7\x50\x8e\x01\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\xc0\xb0\xd0\x79\x66\x10\x52\x6c\x04\x05\xbf\xfc\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x99\x16\x3e\x1a\xb0\x6c\x13\xd9\xb1\x37\xea\x66\xda\xd2\x77\xf2\xd0\x70\x3a\x7f\xe7\xa1\x08\x37\xd8\xa0\x62\x32\x20\xb9\x79\x60\x25\xd4\x4a\xd0\x4e\x97\x21\x40\x19\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xea\x73\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x89\x20\xd8\xcf\x29\xd1\xcc\x97\xb8\x4b\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\x77\x80\x95\x89\x1e\x8c\x16\x99\x29\x3e\x35\xfc\x91\x05\xf8\x90\x78\xe7\xce\xa8\xa1\x99\x1c\x77\x94\xe1\x23\x9a\x98\x3b\xba\x93\xca\x4c\x5d\x33\xdb\x7a\xb1\xfd\x30\x48\xef\xdc\xae\xfd\x98\x09\xa6\x60\x9e\x50\x5e\xa2\xf6\x04\x6f\x5a\x78\xa2\x60\xdc\x80\x0b\x96\x20\x92\x92\x0e\x26\x06\x9a\x1b\x39\xb5\x0a\x29\xcd\xb2\x39\x20\x24\xd9\x27\x13\xaa\x27\x7e\x9f\x11\x56\x69\x9d\xab\xc9\x2d\xee\x19\x4d\x26\xec\x16\x4a\x75\xd5\x2d\x6e\x65\x94\x47\x4c\xe4\xd3\xa3\x53\xf2\x3f\xc5\x1c\xcf\x3a\x67\x3f\x74\x07\xe7\xbd\xdb\xce\x87\x8b\xee\x79\x34\x1f\xf7\xe4\x73\xef\xf6\x76\xf1\xd7\x1f\x7a\x77\x8b\x3f\x5e\x5f\x5d\xdf\x5f\x74\xee\xea\x5a\xb9\xb8\xba\xfa\xf1\xfe\x7a\xf0\xb1\xd3\xbb\xb8\xbf\xe9\xd6\x7c\x7a\x7f\x17\x1e\xba\x67\x7f\x8e\xce\x10\xa4\x63\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xef\x3c\x31\xae\x12\xa2\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\x3e\xe4\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x43\xef\xee\x34\x78\x84\x16\x1b\x8b\xf2\x2e\x3c\xa9\xc3\xb8\xa8\x67\x9a\x58\x5b\x52\xb1\x47\x38\x92\xc1\x53\x18\xf5\x10\x36\x60\x59\x3f\xd8\x1a\x15\xa6\xd2\x4d\x9a\x3a\x50\x55\x3f\xb1\xa8\xe1\xf2\xf6\x2d\x5b\xcd\xb0\x1c\x08\xcc\x43\x86\x2c\xa1\x39\x3a\xd2\xec\x6d\xa4\x94\x54\xf1\x80\x8b\x6d\xdf\xb1\xd1\xa3\x45\x21\xa3\x8c\xa0\x89\xe5\xec\xec\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x8a\x51\x2d\x05\x79\x9a\xcc\xd1\x36\xe5\x2b\x03\x4d\x87\x0c\xfd\x25\xa4\x5a\xc7\x9d\x70\x70\xcc\x51\x43\x9e\x18\x44\x1c\xe6\x0e\xfa\x07\xf5\x63\x7b\x00\xb5\x2f\x9e\xaa\x03\x18\x5a\x29\x12\xb1\x91\x63\xee\x43\x28\xb6\xdf\x6b\x56\xc7\x2d\x37\x0f\x1b\x2b\xe4\x36\x6c\x14\x58\xa8\xf7\x92\xc2\x88\x1b\xec\xfd\x9e\x65\xd7\xd8\x9d\x97\xc8\x40\x8b\xd7\xc6\x0a\x8e\x6e\xa0\xc4\xe9\xea\xf1\xf8\x78\xeb\x52\xc6\xfa\x66\x39\x7a\xc1\xc3\xbf\x72\xad\xee\x64\x4a\xe7\x96\x38\x20\x3c\x41\xe7\xb3\x99\x54\x86\x34\xb4\x41\xe0\xa0\xe3\xf8\xe0\x62\x70\xf3\x08\x1c\x0a\x1a\xb1\x52\x80\xae\x41\x83\x59\x1a\xdc\x1b\x06\xe4\xd6\xb5\x38\xf6\x31\xba\x13\x28\x6b\x01\xb8\x66\x5a\x52\x7b\x4b\x14\x5a\x27\xa0\xee\x12\x4d\x34\xb3\xb7\xf0\xba\x08\x63\x75\xbd\x5f\xf9\x16\x6a\xb7\x3c\x63\x23\x33\xa8\xf5\xa5\x2c\x31\x1b\xda\x16\x45\xda\x10\xb5\xcf\xc7\x93\x3d\xb4\xb8\xbe\x24\xff\x07\xe7\xeb\xb2\xe2\x7b\xa4\xc5\x2b\x29\x0d\xca\x90\x85\x9e\x41\xfc\x6a\x82\x09\xc0\x75\x8a\xa8\xa4\x56\x50\xe3\x20\xa9\x59\xb9\xfc\x41\xc8\x27\x11\xec\xe5\xba\xdd\x17\x5d\x0a\x40\xb9\x41\x59\x70\xb1\x07\x28\xa9\xaf\x94\xd1\x4b\xc8\x9b\xaf\x24\x6f\xb6\xa0\x7b\x87\x26\x9e\xcd\x49\x81\xae\x5a\xfa\x6e\x9d\xd3\x83\xb6\x64\x2f\xa7\xe1\x84\x1d\xa0\xa0\x61\x33\x67\xef\xc6\x79\x16\x41\xb5\xe0\x32\xb5\x5d\xb5\xc9\xcf\xde\x3a\x03\xa1\x1d\x05\x2a\xb0\xc1\x0b\x27\xa3\x73\xa6\x9a\x17\x76\x1f\x09\x95\xfb\x8e\xb7\x58\xbe\xc0\x21\x53\xa6\x66\x95\x4b\x4a\xb2\x10\x68\x35\xdd\x20\x66\xec\x2c\x7c\x74\xcb\x96\xc7\x80\x7e\x04\x84\x41\x28\x5b\x98\xc1\x0d\x6d\xf9\xe8\xff\xc2\xcd\x82\x44\x4a\x28\xe7\xed\x2c\xfc\x91\x5f\xd2\x9e\x1f\xf0\xab\x59\x29\x60\x08\xc9\xb7\x58\x21\xb0\x4d\x3a\x80\x91\x0b\xe8\xa7\xf6\x2a\xf4\x01\x39\x7c\x2c\xe4\xaa\xb0\x81\x06\x62\x4a\x22\x62\xba\x6d\x26\x26\x0d\xd4\x14\x22\x05\xf6\x44\x51\x7b\x48\x79\xb0\xbc\x85\x2e\xa6\xed\xaf\x9f\xe8\xb0\x81\x82\xfd\x35\x42\x70\x16\x86\x1b\x7d\xf8\xcf\xfa\xa1\x7f\xca\xa9\xa2\xc2\x40\x60\x89\x13\xbc\x15\x8b\xa2\x15\xd9\x17\x88\xc0\x12\x68\xac\x85\x9f\xe2\xcd\xf5\x8e\x74\x2c\x46\xc9\xd3\x16\xe1\x6d\xd6\x6e\xb9\x4a\x14\x3a\x1f\x16\x6f\x4e\xac\xe4\xd0\x17\x0b\x81\xfb\x6d\xd2\xc9\xb4\x74\x5f\x30\x91\x64\x80\x49\x1d\xc5\xc0\x04\xca\x77\xae\x9f\xe1\x1c\xd4\x0b\xd8\xca\xa2\x79\xe9\x1e\x44\x1f\xf6\x05\xd5\xe8\x69\xce\xe0\xa4\x17\xbf\xd7\x61\xce\x97\xa2\x0f\x9e\x11\xd7\x65\xe1\x1a\x7a\xb6\x4d\x42\x70\xe5\x65\x1b\x04\x6f\xc0\xc6\x14\x09\x15\x7d\x11\xc8\x99\xbc\xa3\x26\x63\x54\x1b\xf2\xfb\xf7\x1b\x05\x5c\xf8\xf9\x15\xcc\xd5\x9d\xde\x22\xb4\xd4\x87\xb3\x35\x95\xcc\x00\x48\x4e\x42\x89\x60\x51\x80\x7a\xcb\x6e\xb3\x91\xe4\x91\xeb\x1c\x50\xbe\xa3\x30\x76\xc4\x69\xe6\x46\x7b\xc8\x41\x54\x98\x1a\xd8\x88\xaf\x9a\xe0\x7c\x92\x6e\x58\x35\x84\xe5\x74\x27\x8e\xca\x19\x64\x92\x15\x81\x65\x13\x6a\xfa\xc2\x31\x56\x1f\x8b\x11\xc1\xc1\x76\xb2\xac\x1c\xcc\x65\x05\x9c\x94\x09\x3b\x61\xc0\x28\x6f\x87\x05\xba\x04\xed\x2b\xc4\xff\x94\xcb\x94\x84\xb3\x62\x15\xb5\xbe\x08\xd9\x40\x71\xdb\xb5\xc2\x4e\x9d\x09\xf8\x05\x65\xe0\x9a\xee\x2f\x10\x2c\x7e\x0d\x59\xb8\xb9\xe2\xce\x12\x97\xc9\x82\xd9\x7d\x89\x68\xbc\xef\x0e\xd6\x97\x94\xeb\x4d\xd8\x70\xcb\x3e\xc9\x1a\x8b\x78\xc3\xe6\x46\xa2\xc5\x2e\xfa\x77\x08\x44\x7b\x29\xa7\x6c\x69\xe8\xbd\x14\xa2\xc4\x57\x33\xc1\x22\xea\xda\xb3\x0e\xb0\x45\xf3\x34\x8a\x1b\x8d\x82\xea\x20\x3c\xd8\xf3\x3d\xf7\x66\x83\x73\x74\xf6\xb6\xa7\xdf\x2a\xe6\xef\xa7\x12\x22\xcb\x16\x27\xde\x2c\xeb\x75\xd2\xbf\xd2\x84\x89\x64\x8e\x3d\x79\x8c\xeb\x42\x8e\xbb\x73\x06\x27\x8f\x98\x41\xc1\xde\x5e\x2b\x1d\xba\xba\x0f\x6d\xd2\x85\x7b\xc6\x97\x81\xa0\x23\xef\x33\x88\x5e\xee\x0b\xab\x98\xd8\x2b\x5e\xe3\xa0\x7d\xfb\x65\x12\xaf\x3b\x01\x98\x2a\xb9\x93\xbb\x65\xba\x1a\x8c\xa9\x49\x99\xf0\x99\x9a\xd0\x06\x20\xdb\x90\xee\xf8\x94\xa4\x32\x79\x60\xea\x44\xb1\x94\xeb\x53\x70\x7f\x9b\x46\xbf\xdb\xd4\x2a\xdb\x3b\x0b\x1a\xdb\x56\x62\xc2\xfe\x5d\x44\x31\xde\x5b\xcc\x4a\x08\x23\xd0\x26\x7c\xa6\x40\x8b\xc4\x75\xee\x99\x30\x6a\x3e\x93\x5c\x98\x60\xc9\xaa\x2c\x84\x57\x34\xac\xcc\xd6\x14\x5f\xab\xf6\x11\x26\xb3\xe5\xb4\xef\x26\x4c\x33\x1f\x13\x80\x93\x32\xd2\x15\x52\x47\x76\x31\xa3\x66\xa2\x21\xd7\xa1\xbc\x06\x4e\xe7\x82\x4f\xed\x0a\xd1\x19\x84\x14\xa0\x91\xa2\xf8\x28\x04\xf1\x6b\xc3\xb3\xac\x2f\x04\x63\xa9\xc6\x32\xd4\xdf\xd5\xe6\xd4\xd8\x4f\x5b\x84\xa6\x29\xf9\x3f\xef\x3e\x5e\xfc\x72\xd7\x1d\xf4\x2e\xc1\xe2\xdc\xbb\xe8\xbe\x6f\x85\x1f\xaf\xee\xef\xc2\xaf\x68\x60\x79\x64\x8a\x4c\xe9\x03\x68\x78\x42\xa3\xf8\x07\xa1\xee\xf1\x48\x7d\xb6\x91\x7d\xa2\x99\x0f\x1f\x75\x62\x4a\x48\x30\x76\x7b\xb8\x02\x02\x62\x03\xdd\xf7\x26\x7c\xb2\x9c\x06\x3d\xf1\x84\x2e\xbc\x18\x38\x65\xc2\x58\x1e\xe3\x8c\x7d\x85\xea\x5b\x10\x1c\x13\x63\x2e\x9a\x82\xdc\x98\x78\x7c\x4e\x19\xfe\x47\x36\xff\xc9\x6a\xd7\xd7\x94\xab\xb5\x69\xaf\x2b\x1e\xb9\x92\x02\xa6\x16\xac\x5a\x45\xb5\x3a\x66\xbc\xaf\x2d\x3a\x54\x1a\x65\x61\x08\xa3\x98\x35\x06\x52\x56\x2a\x59\xbe\x8e\xe9\x76\xd0\xf5\xcb\xbe\x18\xe5\xf3\xda\xb4\x63\x37\xf4\x91\xf2\x0c\x82\x60\xfd\x45\x53\xd0\x20\x16\x41\x3b\x25\x2c\xa3\x43\xa9\x20\x35\x06\xa3\x76\x7c\x13\x6e\xc1\xa0\x1c\x50\x68\xa8\x29\x18\x53\xaa\xe7\xab\x45\x5a\xba\x87\xae\xa5\x5a\xe7\x26\xb7\xaf\xc1\x2a\xc8\x99\x55\xc9\x2a\x4c\xd4\x5d\xb3\x23\x46\xb1\x2a\x08\xfa\x77\x9c\x55\xde\x05\x78\x66\x59\x09\xe4\xd4\x9e\x01\xdd\x76\x0e\xef\xe2\x4d\x29\xc8\x8f\xff\xae\xc9\x30\x37\x7d\x51\x6e\x43\x0a\xa8\x45\xf9\x81\x9a\x64\xf2\xbe\x2f\xae\xac\xc2\xf8\xe3\xbf\x37\x24\x40\xa7\xd4\xd0\x41\x3d\x7d\x35\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\x2b\xb2\x5a\xbf\x16\x1f\xba\x77\x9d\x53\xe2\x73\x26\x43\xea\x63\x91\x36\x1f\x35\x04\xbc\x15\x26\xe2\x19\x02\x70\x65\x11\xb8\xb8\x33\x76\x81\x20\x64\xef\x9e\xbe\x80\xa5\x44\x06\xc9\x0d\x99\x49\x87\x48\x07\x75\xff\x89\xca\x85\x33\x4a\x3b\x9b\xa0\x5d\x1d\xa0\xc8\xb0\x19\x4e\xb4\x02\xd1\x64\x91\x6f\xf7\x05\xa8\xda\x21\x11\x2d\x93\x09\xcd\x20\x02\xee\x38\xb2\xce\x59\x05\x5c\xe6\x90\x4e\x04\xa1\x27\x62\x5e\x0e\x54\xf5\x78\xc1\x85\x7c\x15\x6f\x14\xa8\xf2\xb0\x8f\xce\x2b\x3a\x95\x96\x79\xb4\xfb\xa2\x37\xc2\x00\xb9\x0c\x57\xc7\x7e\xc8\x04\x38\x86\xfd\xb2\xd8\xa7\x9e\xb5\x40\xb9\x07\x74\x10\xd2\x04\x0c\xf1\x62\x0e\xe1\xcd\x00\x55\x26\x21\xd0\xa2\x60\xb4\x8e\x28\x17\x76\x31\x5c\x6f\xf1\x67\x7d\x81\x81\x79\xa5\x8d\x89\xb3\x78\xa3\xee\xa5\x80\xb8\xc1\xe2\xea\x0b\xc2\xc2\xcc\xc5\x11\x3a\xb9\x7d\xa6\xd8\xb1\x2f\x0b\x66\x7f\x8d\x16\xd5\xde\x96\x6d\x72\x13\xab\xca\xa9\x4c\xf2\xa9\xc7\x10\x81\xbc\x2b\x17\x70\xe6\x2e\xc4\x40\x22\x78\x49\xd7\x92\xfc\x6f\xe2\xff\xd6\xca\x99\xd7\x3b\x16\x93\x0c\x64\x35\x98\x95\x5b\x2a\xb5\xc6\x85\x61\xe3\xaa\xb3\x6e\x13\x68\xc6\x4b\x88\x52\xb7\x52\x39\x38\xf2\x8c\xb4\x9a\xa4\x04\x93\x32\xa6\xc7\xc9\xf4\x3b\x4d\x7a\xd7\x56\xe0\xb0\x0a\x66\x38\x27\xb9\x36\x18\x6e\x05\x29\x27\xf8\x35\x86\xbc\xb7\xc8\xf7\xa4\x9f\x7f\xff\xfd\x1f\x13\xf2\xc5\xff\xe3\xdf\xfe\xf5\x5f\xff\xf8\x6f\xdb\x14\x4d\x85\x76\x8b\x35\x72\x70\x3d\x55\x09\x24\xde\x81\x45\x6e\xb2\xc3\x2e\xb8\x43\xd2\xb4\xfc\x4e\xfb\x6e\x4c\x59\xaa\x7b\x1c\x85\xd3\xd0\xb1\x3b\x85\x3a\x3e\x3d\xa4\x74\x7c\x0a\xb7\xbd\x66\xa6\x55\x3e\xc5\x41\xb6\x74\x02\xf4\xff\x5a\x02\x1a\x30\xb0\xd4\xbc\x5d\xd8\x0f\xcf\x82\x34\x6b\x1b\x21\xef\x9c\xb9\xcd\x80\xbb\xee\xbd\xbf\x84\x64\x96\x32\x85\x63\x0a\x16\xb2\x60\xb7\x83\xf3\xcb\xbe\xcc\x32\xe9\x02\x32\x28\xd1\x6c\x46\xe1\xbe\xb6\xe7\xb5\x4d\xfa\xa2\xfb\x85\x5a\xf6\xda\xf2\xf5\x90\xb0\x78\x2f\x38\x3a\x46\x34\x61\x04\x45\xe3\x77\x5f\x4e\xed\x6f\x2d\x32\x3f\x85\xb8\xca\x16\xf9\xfb\xa9\x4b\x67\xa6\xca\x0c\xec\x4f\xef\xbd\x6c\xeb\x9a\x80\x51\x73\x4d\xfa\x47\x27\x8f\x54\xf9\x5a\xd1\x88\xca\x78\xe4\x18\x60\x00\x23\x8d\xa5\xe1\x4c\xca\x07\x17\x75\xba\xf0\xa5\xfb\x4f\x1b\x29\x3c\x38\x2a\x70\xf7\x5d\x00\xb1\x95\xdc\x8e\xe1\x05\x46\xda\xb3\x21\x69\xff\x55\x4b\x41\xda\x73\x3a\xcd\xdc\xaf\xfe\xa9\x0b\x8a\xa5\xda\xa5\x76\xa5\x21\x26\x26\x9b\xa3\x6d\xf2\x43\x26\x87\x30\xaf\xcf\x7e\xae\x18\x56\x0a\x03\x2d\x2e\x89\xe2\x5e\x71\x13\xe1\x56\x63\xa6\x29\xa6\x78\x43\xad\x2d\x5f\x80\xdc\x72\xe3\xc5\x69\x7d\x09\x63\xfa\x6f\xf4\xc4\xc2\xaa\xf8\x64\x34\xb4\xc7\x86\xa0\x2e\xdb\xea\x17\xf2\xce\xb1\xa1\xf7\xf6\x2e\x70\x41\xbc\xb8\x0e\x75\x1d\xcc\x43\x07\xbf\x44\x1d\x70\x41\x30\xbd\x70\xc9\x97\x7f\x3f\x69\xb7\xdb\xe1\xeb\x4b\x3b\x97\xff\x47\xb8\xd1\x2c\x1b\x61\x4b\xfe\xa6\x99\xf7\xc5\x67\xab\xb7\xc4\xf6\xe2\x02\x30\x05\x0a\xe0\x24\x32\x23\xc7\x85\x0d\x35\x95\x89\x26\xff\xdb\x4a\x92\xd1\x5a\xc2\x8f\x56\x75\xaa\x3f\x57\xae\x0e\xda\x0b\x1d\x2c\x67\x83\xae\x1e\xad\x18\x6a\x21\xe8\x92\x54\x43\xbc\xd1\x23\x4f\x73\x4f\x0c\x96\x74\x4e\x1c\x1c\x03\x94\x28\x33\xec\x8b\x81\x47\x0d\xb8\x17\xb5\x01\xde\xf5\x42\xdc\x02\xcb\x2d\xe0\x2f\x90\xae\x1b\x16\xc0\x61\x12\x38\xee\x80\xf3\x6c\xc5\x0e\x0b\x7b\xc1\x88\x18\x9b\x4a\xe7\xd3\x29\x55\xf3\x93\xe2\xb8\x2d\x12\x67\x01\x51\x08\x7c\x26\xf3\x0b\x00\x4e\xd3\xcc\x9d\x2d\x17\x37\x10\x55\x52\x9e\x84\x74\x00\x92\xb2\x84\xa7\x2e\xc2\x8a\x22\x7e\x32\x13\x89\x4c\x1d\x5d\x17\x59\x94\x65\xc1\x22\xbc\xb3\x28\x52\xf8\x18\x14\x5d\xd8\xbf\x84\xc1\xd4\x6a\xf7\x86\xff\xb8\x81\x85\xcb\x81\x36\x96\x59\x8e\x37\x70\x48\xf6\xae\x6e\xfd\x37\xeb\x5f\xbc\xb0\x0e\x65\xd1\x9a\x7a\xc5\xcc\x1b\x01\x14\x7d\x2a\xae\x60\x88\xa6\x40\x83\x48\x1e\x72\x4c\xf1\xef\x33\x79\xcd\x33\x7b\x73\x01\x8d\xb7\xfb\xa2\xf4\x73\x8b\xb0\x8c\x4f\xb9\x08\xc1\x6c\xc8\xdf\xe5\x08\xa5\xdc\x07\x6e\xec\x96\xe9\xf4\xc1\xb2\x30\x9f\xae\x1f\xa9\x3e\x1d\x31\xf7\xa4\x13\x7c\x41\x4e\xe9\xcf\xb5\x1d\x57\xa1\x16\x5b\x99\xd3\x36\x71\xec\xe4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\x44\xd1\x46\xed\x45\xcd\x1d\x83\x9c\xce\x7d\x42\x1d\xb4\x00\x7d\x94\x42\x61\x83\x98\x5a\x23\xa4\x74\x2b\xf5\x07\x37\xcf\xbf\x80\x98\xc1\x81\x90\x29\xdb\x30\x74\xb8\xa6\xbe\x9b\x33\xfc\x7a\x7f\xa1\x62\x98\x23\x03\x7c\xa2\x29\x29\x90\x69\xbd\xa1\x31\xb4\xb6\x50\xa2\x6b\x07\x60\xb8\x9f\xb6\x2d\x56\x5d\xf0\x34\x68\xc5\xab\x05\x51\x4e\x63\x69\xed\xcb\xc5\x1c\x77\x92\xd1\xd3\xed\xcc\xc1\x38\xf7\x04\x96\xbd\x28\xfb\x4e\xc6\x4a\xe6\xb3\x90\xf8\xeb\x53\xa0\x70\x1b\xdc\x8d\xd6\x13\x23\x79\xea\xa4\xea\x0b\x2e\x1e\xf0\x2e\x7c\xae\x3d\x0a\x65\x13\xa3\xdf\x3d\x07\xc3\x15\x3f\x76\xb5\x73\xed\xa8\xb5\xa1\xc9\x03\x02\xa6\x2d\x2b\xbb\xb9\x69\xe1\xd0\xe2\xbe\xcc\xb3\xcc\x75\x5b\xb0\xcf\x02\x3a\xfe\x91\x53\x42\xc9\xfd\x4d\xaf\xbe\xef\x07\xbe\x68\x3d\xaf\xe7\x9d\x65\x02\x81\xff\xf9\x91\x6f\x14\xe7\x56\x01\xf8\x63\x25\x52\x0f\x26\x80\x26\x58\xa4\x0a\xef\xde\xd1\x5d\x67\x79\xd0\x60\x5a\x43\xa9\xf5\x93\x2f\x3a\x3e\x77\x1f\x7f\xb6\xdf\xd6\xef\xc8\x67\x48\xf0\x08\x59\xf0\x53\x2a\xec\x04\x7d\xaf\x0d\x36\x22\x64\x8b\x5b\x0d\xe9\x7e\xb6\xd5\x80\xb0\xc7\xf5\xe2\x49\x7d\x57\xbe\x95\x27\x34\x1a\xd1\x0c\x15\x2e\x33\x01\x41\xbc\x45\x6e\x93\x09\x9b\x52\x88\x31\x98\x96\x05\x72\x90\x4b\xde\x65\x54\x8d\x51\x4a\xd0\xcc\xe8\xf7\x35\x3b\x5c\x84\xda\xee\xb0\xc3\x5b\xc0\x2d\xc7\xf6\x76\x48\x03\x5c\xc6\x01\xc2\x28\xcb\x30\x2f\x81\x39\xf9\xfe\xfd\xdd\x61\xd5\x55\xfc\x04\x6e\x4c\x85\xb5\x8b\x53\x2b\x8a\x35\xe7\xbf\xef\x88\xf0\x7d\x49\xa7\x21\x57\xd4\xc3\x7c\xbb\x9c\x00\x1c\xdb\x90\x01\xe4\x4f\xf3\x18\x76\xc6\xf4\x8e\x87\xe0\x20\x84\x9b\x46\xd0\x17\x1d\xff\x4a\xc8\x37\x03\xf9\x46\xa1\x97\x14\xa2\x92\x30\x06\x0f\x64\x8c\xa8\xf2\xa6\x9b\x5c\xc3\x24\x36\xcd\xeb\xa9\xc2\x92\x5b\x19\x27\x00\x7e\xa1\x76\xe7\x85\x5d\x3f\x8f\x86\x9e\x5d\x75\x86\x1d\x3a\xbf\xf5\x53\xac\x14\x7a\xa8\xeb\x78\x15\xf3\xed\x86\x5c\x62\xd7\x50\x5c\x5b\x02\x23\x97\xb2\x79\x11\x27\x63\x57\x1c\xe5\xd2\x4a\x67\xa5\xc3\x3a\xc2\x9c\xb9\xdd\x0c\x7a\xa8\xc6\xec\x3d\x42\xc5\x4c\x98\x00\x49\x70\xfd\x96\x21\xf1\x70\x73\x6b\x1c\x2d\x92\xeb\x0a\xc5\x25\x38\x17\x72\xc1\x1d\x0e\xa9\xd3\x55\x23\x47\xb1\xb7\xe9\x14\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x84\x1c\x67\x2a\xee\xb2\xea\x1b\xd5\xca\xf6\xdb\xbc\x8c\x54\x43\xc0\x5b\x9b\x7c\xe4\x4a\x9b\x68\x4a\x46\x86\x44\xc3\xa6\xea\x9b\x56\xb9\x7d\x4e\xff\x92\x9f\x41\xf4\xfe\x52\xa7\x5b\x08\x6e\x6c\x93\x4e\xa1\x66\x63\xaa\x25\x2a\xd0\x2b\x66\xc4\x32\xcd\xb6\x21\xbe\xb5\x74\x12\x30\x47\x03\x01\x11\x60\x97\xda\xfe\x5e\xe0\x75\x85\x61\x3e\x41\xfe\x00\x7d\x60\x4d\x35\xbb\x37\xad\xf7\xbe\xb2\xcc\x7b\x27\xa8\x1c\x12\xb5\x8e\x6d\x06\xb8\xfe\xb1\x2b\xb2\x5b\xf9\xe8\xc4\x2e\xb9\x15\x35\x92\x07\x17\xb6\x38\x02\x3a\x74\xf9\xb1\x4f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\xf0\x44\x88\xfa\x0c\x0b\x8c\x4e\x22\x21\xe3\xf4\x59\x18\x75\x38\xa4\x18\xd6\x10\xf6\x9b\xb8\xbb\x01\x97\x01\xcc\x35\xbe\xa9\xc5\xd3\x5c\x72\x08\xef\x70\x9c\x1f\xd8\xaa\x3a\x6a\xcb\x36\x2d\x9c\xdc\x86\x6b\x6c\x53\x70\xb2\xc6\xb3\xb4\x51\xfc\x2b\x58\x1b\x78\x02\xc0\x37\x78\xed\xce\x28\xaf\xf3\x6c\x38\xab\xda\x2e\xeb\xf7\x9c\x10\x4e\xfb\xc6\x6e\x72\xd3\xdd\x12\xb7\x29\xc3\xaf\xbd\x0d\x50\x3e\x79\xbc\xa6\x7d\xa0\x1c\xad\x09\xef\x1b\xa0\x60\x90\x78\x34\x56\x1f\xc5\x71\x6d\x46\x23\xa5\x25\x46\xb3\xb0\x73\xfc\x6a\x70\x12\x63\x32\x95\x1c\x05\x50\x2a\xf4\xef\x23\x7e\x9d\x1c\xd5\xfc\xc3\x6a\x31\xfa\x7d\x48\xe1\xa4\xda\xf7\x51\xe4\x54\x35\x93\xe0\x7e\x30\x90\xfc\x52\x3c\xe7\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\xb8\xdf\x31\xa4\x9c\x2a\x99\x0b\x8f\x21\x23\x05\x93\x23\xb0\x8a\x82\xa3\xc1\xeb\xfd\x00\x2f\x21\xa4\x89\xc2\xc7\x15\x9b\x61\xf0\x22\x48\xa8\xcd\xcb\xbd\x23\x8e\xd2\xaa\x75\x7e\x0e\x1c\xa5\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\xa2\xe3\xe0\x51\xda\x80\xcd\xc2\xfb\x2b\x95\xf1\xc0\x07\x40\xfb\x8e\xab\x14\x60\xb6\x24\xc4\x4c\xb0\x63\x23\x8f\x21\xed\x06\x92\x39\x10\xd9\xac\x09\xef\x17\x8c\x18\x9b\x5c\x07\xf6\xfd\x35\xc6\x89\x81\x32\x5f\xa2\x81\xba\xbb\x57\x13\x5f\xa1\x0c\x84\x19\x21\x98\x72\xfa\xd9\xca\x9b\x63\x43\x13\x47\xbc\x95\xcb\x6d\x9c\x0e\xb5\xa7\x82\x3a\x15\xfc\x9b\x34\x62\x02\x6d\x02\xc1\x20\x13\x39\x95\xf6\xda\x96\xb9\x8e\x1e\x62\x34\x11\x5c\x36\x4b\xea\xb3\xcd\x30\xcd\xf6\xeb\xcd\xc6\x1e\x2d\xfb\x08\x65\xc7\xf8\xa5\xd5\xd0\x7b\xd1\x4c\x86\x65\xe8\xb2\x15\xe3\x0f\x98\x53\xcb\xe9\x06\x0c\x68\x53\x3e\x9e\x38\x44\x65\x87\x24\xc3\xff\x6e\x35\x48\x4b\x52\x21\x70\xc7\x27\xee\x38\x4f\x3b\x66\x93\xd7\x95\xf9\x6c\x74\x60\x6c\x82\x9c\x06\x8c\x65\x98\x8f\x6e\x01\x06\x79\x85\xf2\x12\xb2\x30\x0b\x7f\xb9\x5d\xe4\xe0\xb3\xf4\x39\x42\xe1\xc3\xc7\x02\xce\x7b\x3e\x63\x2d\x32\xcc\xe1\xf9\xe5\xd5\x5d\x6c\x1b\xe2\x02\x1e\x1f\x27\x13\x96\x3c\x40\x88\x1b\x32\x45\x5c\x2e\x8f\xcb\x3e\x9c\xf7\x45\x01\x1a\x6b\xa4\x37\x74\xcc\x03\x2a\x4f\x40\xa6\x92\x8a\xa4\x5c\xcf\x32\x3a\x27\xec\x8b\x61\x02\x3d\x63\x85\xc7\x3c\xb8\x94\x2d\xb1\x6c\xa7\xb6\x00\xaa\xad\xe3\x02\x5e\x0e\x83\xbf\xfc\x24\x42\x61\x95\x10\xe6\x51\x27\x76\xec\x8c\x93\xb4\x8b\x87\xac\x09\x9f\x39\x2a\x27\x84\x3b\x1a\x9b\x4a\x43\x3a\x85\xa8\xe4\x45\xf4\x8f\x7c\xe0\x09\x58\x50\xfa\xbe\xf2\x88\xfd\x1b\xd1\xf1\x99\x7a\x64\x69\x5f\x94\x13\x56\xdc\x55\x56\xec\x32\x29\x70\x3b\x9b\x58\xe7\xe6\xe0\x80\x31\x14\xc8\x72\xe7\x1d\x04\xe9\x16\xd9\xb9\x21\xb6\x62\x09\x8e\x68\x7d\x45\x90\x67\x00\xbc\x5c\xdb\xf8\x51\x00\x85\x3a\x94\x3f\x07\xe3\xeb\xca\x6b\x64\x10\xf4\x18\x08\x33\x84\xe3\x63\xae\x5e\xf0\x39\x3b\x1f\xf4\x42\x40\x64\x5d\x1b\x7d\xe1\x03\xe7\x46\x79\x96\x61\xfe\x75\xc3\x72\xf9\xf4\x1c\xef\xe3\xfd\x7a\x39\x10\x41\xaf\x25\x11\xb2\x6a\xb0\xfa\xa5\x6c\x96\x42\xa8\x53\x32\x2f\x2a\x29\x01\xf1\x32\xa1\x73\x88\x05\xf2\xa8\x8a\x10\xa1\x3a\x66\x86\x58\xb9\x23\xcd\x33\x8c\x04\x83\xd0\x5a\xc8\xf5\xa1\x59\x46\xb8\xd1\x7d\x11\x52\x93\x10\x67\x06\xae\x02\x1f\x7b\x9b\x3a\x59\x10\xba\x80\x66\x1d\xf6\x3e\x5c\x10\x3c\xe1\xa6\x34\x24\xb0\x54\xce\x63\x28\xb2\xd9\x8c\x51\x8c\x5a\xf0\x85\x79\x63\x69\xb0\xba\x0d\xce\xc5\x0f\x90\xe8\xcd\x15\xb2\xf7\x41\xbd\x08\x89\xbf\xf1\xa6\xb4\x49\x07\x67\x67\x45\x41\x8f\x0b\x8e\xa3\x75\xd1\x92\xce\x9f\x60\xe5\x2d\xa3\x43\x81\xa1\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\xc0\xfb\x19\xe5\x19\xe1\xa3\x08\xe2\x1c\x36\x01\x33\x53\xa0\x8c\x98\x84\x3b\xc2\x47\xbd\x68\x3a\x65\x51\x90\x9e\x53\x3c\xb3\xc8\x88\x88\x68\x1b\x68\x9d\xb2\x6d\xbd\x6f\x93\xf3\x2a\xa0\x3d\x1c\x8b\x28\xa3\x95\x6b\xe4\x80\x61\xbc\x51\x70\x09\x02\xe3\xf3\x91\x15\x76\xbf\x8b\x0e\x5e\x53\xe5\x14\xaa\x1f\x36\xb4\x50\x7a\x58\xa4\x15\x15\x55\xea\x82\xcb\xee\xa0\x20\x47\xc9\x6e\x19\x4e\xc4\x8a\x0a\xae\x1b\x0e\x32\xce\x06\xde\x62\xa0\x3f\x47\x15\x2f\xaa\x83\x9d\x2e\x41\x54\x87\x7d\xdc\x70\xa8\x11\xda\xe1\xe6\x03\x8d\x28\x27\xb6\x47\x37\xae\xec\x6a\xe5\xf2\xe7\x12\xee\x20\xb1\xe3\xb2\x82\x3d\x43\x0f\x46\xa5\xd0\x15\x8c\xc1\x01\x14\x02\x9e\x4c\x38\x6c\x43\x46\x32\x2e\x1e\x7c\x3c\xab\xdd\xf9\x16\xa1\x45\xeb\x70\xf8\x70\xf4\x48\xcc\x0d\x92\x4d\x1d\xfa\xd2\x0e\xc2\xce\x7a\x31\x41\xb5\x9b\x1b\xe6\xbd\x11\xc0\xd6\x42\x9d\xa8\x68\x1e\xeb\x6f\xcb\x52\xb7\x5d\x10\x62\xbd\xaf\x0e\x2f\x98\x28\xaf\xc5\xf0\x50\x39\xa8\x71\x7d\xaf\x27\xb4\xbe\x4a\xdc\x6a\x40\xc1\xfb\xcb\xf3\xee\xc7\xde\x65\x19\x05\xf0\x4f\xf7\xdd\xfb\xf2\x2f\x37\xf7\x97\x97\xbd\xcb\x4f\xf1\x4f\xb7\xf7\x67\x67\xdd\xee\x79\xf9\xbd\x8f\x9d\xde\x45\xe5\x3d\xfb\x53\xf9\xa5\xce\x87\xab\x9b\x0a\xee\xe0\xed\x8f\xbd\xeb\xeb\xf2\x4f\x77\xbd\xcf\xdd\xf3\xc1\xd5\xfd\xdd\x52\x88\xc1\x62\xfc\xb5\x4b\xb4\x0f\x6c\xb6\xad\x71\x25\x3b\x64\xa4\x38\x13\x69\x36\x2f\x4a\xa1\xdb\x43\x57\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x89\x19\xb0\xaa\xaf\x7c\xb4\x2a\x75\x46\x5c\x6b\x2e\xea\x8a\xea\x87\xc6\xbc\x46\xa3\x16\xcd\x60\x4b\xa3\x2c\x8c\x9a\x87\x38\x9e\xa5\xf1\x03\x21\x0d\xc3\x75\x42\x66\x4c\x2d\x1b\x0b\x5c\xb8\x2a\x9f\x19\x3e\x5c\x34\x34\x6d\x98\x9e\xb0\xb9\x66\x87\x39\x7a\xf5\xd1\xd5\x97\xf5\x8c\xce\x83\x85\xed\x88\xc8\x03\x96\xe9\xf5\x77\xe0\x3a\x7c\x52\x4f\x7a\x67\x1e\x34\xd8\xaa\xcc\x86\x8a\x86\xe4\xeb\x0d\x0b\x9b\x14\x88\x48\xaa\x28\x2f\xe4\x6e\x2a\xaf\x45\x14\x19\x9d\xdb\x68\xd6\x0e\x14\x4d\xb8\xab\x27\x02\x4b\x8b\x50\x8e\x6b\x36\xa1\x52\x3a\xe2\xd9\x6f\x99\xa5\x34\xef\xa2\x4e\x41\xf4\x43\x54\x1a\x97\xb6\x86\xd7\x32\x40\x3d\x35\xba\xea\xf6\x5c\x69\x26\x88\x9e\x45\x99\x8c\x50\x78\xc5\xf3\xa3\xcd\x05\x8d\x4a\x91\x89\xa8\x00\x07\xd6\x63\x06\x10\x22\x68\xb6\xb0\xc5\x39\xc9\x02\xf9\xc0\x23\x4b\xc9\x71\x5c\xd8\x27\x3d\x86\xf8\xc1\xbe\x68\xd2\x30\x6b\x8a\xe2\xc4\x14\x70\xed\x31\x8f\x77\xd9\xfb\x9a\xd5\x6f\x3e\x82\x7e\xb1\xd7\x0b\xaa\x20\xfe\xf5\x36\x69\x36\x65\xba\x7d\x19\x52\x34\x21\xc1\xd9\x0a\x60\xce\x4d\x21\x5e\xe1\x2e\xdc\xcc\xe2\xba\x96\xb5\x95\x96\xd3\x4a\x51\x66\x99\x50\x8d\x31\x88\xbe\x4a\x62\x51\xc9\xa7\x28\xe1\xd4\xa4\xb4\x04\x90\xb0\x3d\x66\x9e\x35\x69\x90\x2d\x8c\x08\x08\xd5\x18\x63\x64\xa5\x80\x12\xb7\x19\xe1\x87\xdd\x08\x78\x5c\xd4\xf3\x3d\x60\x58\x19\xcd\xad\x4c\x3f\xcb\x28\x06\x12\x4d\xa8\x46\x92\xf6\x46\x4a\x3a\xe4\x19\x37\x10\x85\x89\xea\x7d\x65\x85\xa5\x22\x53\xaa\x1e\x7c\xf6\x0f\x2d\x72\x00\x96\x11\xfd\x8e\x8e\xb4\x02\x30\xfc\x25\x5d\x69\xc5\x91\x5d\xd7\x36\x50\x90\xa5\x73\xa3\x15\xdb\x81\x25\xed\x8c\x8c\xc0\xcf\x37\xdb\x59\xd7\xe2\x75\xf5\xf3\xd2\x7a\xd7\x5c\xd4\x9b\xdb\x6c\x5d\x6a\xeb\x06\x6c\xbe\x9a\xf8\x5a\x7b\xb2\x46\x99\xa4\x0d\x50\xa7\xbe\x6d\xcc\x63\x6d\x6a\x3b\x95\xf9\xb0\x29\x6b\x0a\x47\xb5\xbc\xf5\x65\x0a\x98\x3f\xb7\xfb\x12\xe8\x62\x06\x48\x0d\xb3\x92\xee\x76\x0b\x6a\xbf\x3e\x86\xcf\xeb\x1b\x77\xb9\x42\x6b\xcf\x79\x81\xd0\x0a\xc4\x83\x90\x9b\x75\x37\x9f\xb1\x9a\x72\x19\x7f\xca\xa1\x24\xc7\xd5\xe8\x16\x6b\xb1\xef\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\x7a\x57\xd6\x6e\x63\x1a\x28\x57\x90\x5d\xd2\x66\xdd\x6c\xa0\xfe\xec\xfa\x07\xb2\x0c\x07\x3e\x53\x5c\x2a\xcb\x36\x1d\x86\xf8\x92\x04\x83\xda\x7e\x77\x58\xc9\xbf\xe5\x2c\x67\x96\xf6\x87\x79\x3a\x66\xbb\xa8\x66\xc5\x94\x26\xf2\x89\x4c\xf3\x64\x42\x7c\xe3\x24\x65\x19\x9d\x97\xa6\x06\xf2\x92\x91\x19\x24\x6c\x6d\x99\x3f\x94\xe4\xda\xc8\x29\x38\x19\x8b\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x3d\x53\xa5\x40\xfa\x2d\x2d\x0b\xb7\xd7\xdd\xb3\xde\xc7\x5e\x45\xad\xef\xdc\xfe\x18\xff\xfd\xf3\xd5\xcd\x8f\x1f\x2f\xae\x7e\x8e\x7f\xbb\xe8\xdc\x5f\x9e\xfd\x30\xb8\xbe\xe8\x5c\xc6\x3f\x9f\x77\xee\x3a\xb7\xdd\x55\xf6\x80\xc5\x5e\x9b\x37\x82\x46\x71\xfe\x56\x76\x71\xa1\xe9\x60\x8a\x69\xf7\x11\xac\xdf\xf5\x7a\x4a\x3a\x3e\xeb\x21\x06\x79\xa5\xde\x46\x03\xb6\x45\x44\x9d\x75\xa6\x1c\x28\xaa\x86\x28\xde\x6d\xd2\x21\x1e\x8d\x1d\x1c\xd1\xda\x0a\x0b\x2e\x26\xdc\xee\x0e\x36\x61\x25\x86\xa4\xd0\xdc\x0a\x24\xb1\xb8\xb0\x75\x94\x00\xeb\x2a\xef\xb4\xfb\xa2\xfb\xc8\x84\xc9\x21\x3b\xcf\x6a\xfe\x1e\x3c\xdc\xbd\x10\xc5\x2d\xfb\x51\x6a\x3e\xe5\x19\x55\x05\xe8\xd3\x95\x6b\x0b\x04\x76\x3f\x56\x18\x17\x67\x75\xf0\x21\x5e\x79\xb8\xef\x11\x18\xf7\xd9\x45\x0f\x44\xa0\xc4\x78\x88\x05\xdf\xb9\xab\x9d\xed\x7b\x9c\x52\x08\x8e\x08\x25\x8d\xb1\xfb\xc6\x22\x42\x37\x35\xa0\x4b\x5b\x64\x93\x40\x09\xf2\x67\x73\x73\x84\x41\xfa\x7f\x74\x85\x51\xf3\x4d\xc0\xb8\x48\xca\x34\xc8\xa6\xce\xa3\x51\x06\x82\x62\x1a\xfc\x43\xbe\xf5\x4b\x10\x76\xbc\xc7\xcd\xb9\x6d\x1d\xed\x02\x06\x0b\x6f\x2c\xb7\x9e\xd9\x4b\xe8\xb5\xae\x43\x1c\x17\x0c\xab\x30\x94\xb9\x48\x7d\x15\x9b\x29\x17\x27\x53\xfa\xe5\xbd\x9f\x29\x96\xe9\x0f\xb9\xe1\x58\x3a\x38\xb3\x9a\xc8\xdc\x32\xb9\xe5\xcb\xd5\x17\x4b\xd6\x6b\xb5\xb4\xe8\x39\x2b\xa8\x3d\x85\x8e\x8a\x5e\xa4\x47\x36\xaf\xdb\xbf\x05\x8c\x0f\xf4\x54\xb9\x03\x0f\x8d\xcc\x14\x83\xa2\x6d\xc1\x47\x95\xa1\xef\x31\xfc\x0d\x31\x10\x25\xdc\xaf\x7a\xe6\x1d\xdb\xe7\x76\x3a\x37\xb5\x96\xc1\x67\x40\x69\x71\x3d\xd9\x4d\x43\x3b\xa1\xcf\x93\x77\x31\x1f\x29\x26\xac\xd9\xdd\xfa\xab\x1c\x42\x69\x11\xed\x61\x7d\x15\x4b\xc0\xe4\x69\xf7\xc2\x27\x95\x42\xa8\xfd\x82\xf1\xd1\xd3\x40\xc6\x34\x18\xe0\xa1\xec\x15\xfb\x5b\xee\xe2\x69\x7f\xff\xfd\x66\x17\xad\x51\x73\xe2\xd3\xd7\xe3\x10\x1d\x17\xa1\xe6\x2e\x5d\x18\x57\x2e\x78\x1d\x14\xff\x0d\x16\x7c\x7a\xd9\xba\x7a\x95\x4e\xdd\x9f\x2b\xa3\x98\xee\x7c\x6a\x1c\xbe\xff\x6c\x39\x53\x3f\x55\x52\xa5\x5c\x77\x10\x9c\xe0\x5a\x8f\x6f\xb4\x21\x4d\x1e\x9e\xa8\x4a\xd1\x58\x08\x76\xe3\x36\xf9\x41\x3e\xb1\x47\xa6\x5a\x24\x61\xca\x50\x97\xc2\x60\xcf\x5a\x96\xc1\x81\x72\xed\xf4\x05\xc4\xeb\x60\x3e\x88\x00\x48\x64\xc3\xc7\x13\xab\x50\x3a\xc3\x94\x2b\x8d\xa6\x99\x81\xf0\x63\xf6\x65\xc6\x12\x0c\xd4\x6a\x8a\x4e\x19\x65\xf4\x71\x31\x27\x63\x9b\x70\xfb\xa8\xfa\x9b\x2f\x10\xe4\xf2\xd8\x96\x1a\xaa\x7d\x11\x31\xe4\x9a\xb3\xb9\x99\x48\xd1\x22\x63\x99\x51\x31\x6e\xb7\xdb\x84\x99\xa4\xfd\x7e\x23\x42\x77\x0d\x46\xdd\x15\x5e\xf6\x4c\x6a\x96\xcd\x03\xba\x4b\x88\x86\xb2\xab\x0c\xd1\x57\x9a\xa3\xc9\xa3\x86\xfa\x6f\xab\x51\xfb\x2f\x6b\x3a\xaf\xd7\x54\x37\x0e\xff\x6b\x68\xa7\x5a\x53\x7e\x55\x4b\xf8\x7e\xbd\xe6\xb5\x41\x38\xab\x47\x52\x2b\xc2\x5a\x1b\xb2\x2a\xa5\xd8\x34\x56\xf3\x27\xd9\x84\x1e\xbc\x55\x1a\x52\x6d\x4b\x2e\x69\x64\xab\xe8\xc5\x45\x8a\xae\xa1\xb8\x10\xe8\xbb\x53\xca\x63\x96\x4f\x17\x4b\x60\xec\x4b\x8a\x2a\x06\x89\xff\x3a\x83\xee\xd6\xc7\x9b\x0c\x20\xc9\x52\x61\x84\xa5\x1b\x2f\xda\x42\x91\x98\x80\x5b\x2a\xae\x21\xf9\x6a\x9b\x20\xc8\xd0\x0c\x36\x0d\x2e\x1b\xa8\xa2\x05\xb0\xf5\xae\xe8\x3f\xc4\x75\x86\xda\xfd\xf8\x89\x46\x51\x07\xfc\x3c\xcd\x9c\xa1\x08\x1c\xdf\x4a\xf9\xbc\xbc\xba\x2c\xd5\xad\xeb\x5d\xde\x75\x3f\x75\x6f\x4a\x7e\xe9\x8b\xab\x4e\xa9\x2c\xde\xed\xdd\x4d\xc5\x75\xfd\xe1\xea\xea\xa2\xbb\xa0\x83\x76\xef\x7a\x9f\x4b\x8d\x9f\xdf\xdf\x74\xee\x7a\x57\xa5\xf7\x3e\xf4\x2e\x3b\x37\xbf\xc4\xbf\x74\x6f\x6e\xae\x6e\x2a\xfd\xdd\x9f\x2d\xd7\x66\x4b\xd3\xa8\xdf\x89\x42\x58\x8e\x62\xe8\xeb\x84\xc2\xa6\x7a\x58\xbb\x88\x1c\x54\x3f\x6c\x5b\xb2\xac\x81\x29\xa5\x6c\xb0\x5d\xb0\x46\x53\xc0\x49\x6d\x3f\x56\x1e\x9c\x0f\xa8\x31\x6c\x3a\xdb\x0d\x83\x70\xfd\x83\xb3\x59\x1c\x48\xb9\x64\x58\x73\x1c\x48\x69\x57\x5f\x4f\x1c\x48\x4d\x88\xc7\x62\x1c\x48\xef\xb2\x77\xd7\xeb\x5c\xf4\xfe\x5f\xa5\xc5\x9f\x3b\xbd\xbb\xde\xe5\xa7\xc1\xc7\xab\x9b\xc1\x4d\xf7\xf6\xea\xfe\xe6\xac\x7b\xbb\x66\x14\xc8\xa2\xdd\xf5\x98\xc4\xfd\x9c\x92\xbb\xa8\x66\x21\x4a\x85\xae\x4c\x97\x5d\x71\x2b\xd3\x58\xaa\xa2\x19\xff\x3b\x17\xe3\x16\x80\xe4\x9d\x92\xae\x52\xbd\x29\x1d\xb3\xeb\x3c\xcb\x5a\x24\x60\x61\x9e\x29\x46\x0d\xbc\x76\x2d\xd3\x5e\xf4\x1d\x18\x8e\x6a\xa7\x01\xfd\x3b\xcc\x49\xec\xbe\xe5\xfa\x8f\x9c\x9e\xc1\x28\xe5\x10\x12\x03\xba\xef\x29\xf9\x40\x93\x07\x39\x72\xe0\x39\xad\xa0\xe2\x92\xbf\xe5\xd2\x50\xc2\xbe\x24\x8c\xa5\xbe\x04\x4f\x95\x4e\x2e\xe4\x4e\x98\x91\x9b\xd4\x4f\x8f\xcf\xf4\xea\xf0\x99\xda\xef\x5c\xb6\xd3\x60\x13\xc0\x36\x37\xcb\xcf\xf8\xa9\xc3\x68\xab\x6d\xdd\x98\x6c\x0f\x36\xfd\x0b\x39\xae\xcf\x2c\x80\x60\x49\x97\x0e\x51\x60\x8b\x80\x87\x50\x8e\x89\xe6\xe2\xa1\x2f\x7e\xb6\x0a\xad\xcc\x15\xfe\x64\xa4\x82\x24\x95\x51\x96\xeb\x09\x03\x6c\xd8\x96\x2f\x56\x09\x9e\xc2\x72\xdd\x28\x20\x19\x4b\x9c\xf0\x75\xc6\x85\xe5\x16\x33\xee\x25\xc8\xea\xd6\xef\xa5\x46\x25\xd7\x41\xcf\x7e\x46\xf7\x6d\x61\x9d\x7d\x9a\x30\xac\xce\x59\xa0\xce\xfb\x82\x35\xc8\xb9\x21\xef\x14\x6b\x8d\x82\x68\x63\x97\xfd\x3b\x1f\x59\x0b\xcb\xfd\x28\x79\x4a\xd2\x7c\x96\xf1\x24\xf0\xdd\x27\xa9\x1a\x23\xa1\x50\xd3\xd9\x20\x12\xaa\xa2\xbf\x2f\x9b\x58\x8d\x1a\x15\x69\x6d\x4b\x62\xa2\x9e\x39\x2a\x2c\x42\xba\xca\x35\x53\xc7\x46\xf1\xf1\x18\xe4\x46\x6f\x94\x79\xfd\x61\x63\x9e\x36\xe7\x83\xdd\xed\x0f\xb1\x7b\x20\xc3\x4a\x3d\x01\xbe\xc5\xd2\xd4\x6c\x96\xcd\x7d\x30\x37\x2e\xa0\x3f\xf6\xb3\x5c\x21\xc6\xf0\x88\x84\x01\x35\x86\x6d\xcc\x14\xb3\xbd\xa4\x03\x04\x0f\xdb\x1d\xd4\xac\x37\x42\x28\x5d\x04\x2b\x8a\xfc\x67\x1e\xc0\xc8\xdf\x70\x45\xdf\x3e\xd5\x0a\x51\x0e\x00\xb2\x97\xc8\x27\x81\x35\x96\xe0\x7d\x90\xe7\x85\x04\xd9\x24\xa4\x5f\xf5\x85\xc7\x4a\x73\x09\x6a\xa3\x50\x31\x15\x6d\x9c\x58\x41\xe2\xeb\x87\xf9\x15\xe5\x5d\xed\xd4\x3f\x37\xd6\x49\x0d\x71\xf1\x3b\xd9\x4a\x5d\x4c\xd4\x5e\x8a\xf8\x2e\xa2\x29\x64\x72\x88\xe8\x8b\x0b\x59\x5a\xf1\xad\xb3\x99\x01\x73\xe4\x72\xe9\xca\x77\x96\x8f\x76\x84\xf0\x19\xb9\x04\xfd\xa2\x54\x96\x73\xaf\x69\x6c\xbb\x2f\x58\x6e\x64\x84\x77\x69\x27\xd7\xab\x94\x8d\x6c\x63\x4e\x43\x2f\xad\x05\x4f\x2a\x4e\x8c\x5f\xf9\x26\xee\x5c\x63\x43\xd9\x28\x0b\x6f\xa6\x98\xb7\x9e\xcd\x99\x09\x46\xb3\xcc\xe7\x5c\xcc\x67\xe5\x4a\x81\xb1\xd7\xc0\xdb\x05\x83\xa7\x17\x92\x82\xa2\x5a\x44\x52\x30\x61\xb4\xab\x1a\xd0\x17\xae\x71\x9f\xd3\x1b\x60\xb1\x9c\x23\x04\x17\xa6\xe5\x74\x10\x87\xc0\xac\x65\xf6\x88\x20\xa5\xc5\x9a\x18\x09\x39\x37\x76\x80\x67\x96\x9d\x5b\xe1\x85\x8a\xb4\xa8\x25\x33\x61\x7d\x51\x49\x6c\x55\x6c\xcc\xb5\x81\x8b\xc5\x53\x6c\xfc\xfd\xde\x92\xfd\x4a\xf2\xce\xb2\xa5\x6f\x4c\xf6\x5b\xc5\xb8\x46\x34\xd9\x24\xe9\x66\x3e\x63\x69\x2f\x7c\xb7\x9c\x18\x4a\xa6\x93\x34\x72\x2d\x95\x0e\x39\xd2\x80\xc7\x58\x07\x3f\xaa\x0e\xf0\x80\x61\x93\x02\xd0\x5a\x28\xa2\x67\xb7\x68\x4c\x7d\x21\x45\x1d\xaa\xe8\x61\x40\x40\x6c\xf2\x1e\x95\xab\xef\x05\x59\x2a\x91\xda\xa0\x7f\x0d\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\x7b\x2a\xf2\x19\x34\x4b\xea\x76\x2d\xd8\xa5\xa3\x63\x14\x6c\xd2\x8f\x54\x41\x35\xfe\x59\x96\x8f\xb9\xd0\x65\xaa\x6f\x2e\x2a\xb3\x50\x60\x6b\xc5\x86\x17\x35\xb9\xd6\xe7\xc5\x1d\x3c\xec\x1a\x26\x0f\x7e\x88\x66\x54\x37\x27\xb4\x45\x63\xef\x8b\x3b\xb8\xab\x31\xd3\x36\x1c\x33\x8a\x28\xe4\x4a\x1b\x28\x7b\x5c\x3b\xdf\x12\x3f\x2f\x53\xea\x4e\x41\x6e\x75\x39\xb1\xab\x83\x69\x3f\xd3\xd9\xb2\x74\xc5\x9d\x5b\x5c\xb5\x0d\xc1\xba\x59\x3d\x86\xd5\xb2\x27\x35\xab\x17\x02\x82\x5f\xc4\x89\xb7\x09\x78\x42\x88\x0b\x77\xb0\x23\x0b\x99\xef\x25\xc1\x34\xfe\x74\xf3\xd4\x80\xc2\x7b\xe5\x00\xf3\xb1\xc1\x21\x06\x73\xc7\xf1\xe7\x3b\x64\xde\x87\x8d\xf1\x6d\x2d\xd9\x8e\x1d\x63\x63\x8b\x74\x86\x17\x0c\x8d\xfd\x69\x61\x89\x36\x8d\x8c\x7d\x8c\x53\x01\xe0\x6e\x28\xea\xc7\xaf\x25\x31\x87\x88\xd8\x9f\xca\xf9\x1c\xa5\x25\x96\x7c\xad\xc4\x97\x45\x44\x4e\x10\x5a\x52\x26\xa4\x61\x84\x12\xc1\xb3\x13\x91\x67\xd9\xc9\x25\x94\xef\xd5\x9a\x8f\xb1\x3a\x18\xd6\xd3\x00\x2f\x61\x81\x11\x55\x32\x95\x45\x47\x00\xae\x48\x3b\x24\xb4\xe2\x19\xcb\x31\xed\x16\x64\xf3\xbe\xb0\x5f\xa0\x88\x85\xd0\x3a\x3c\x78\x56\xb1\xb7\x50\xbb\x03\xfb\x82\x30\xc3\x79\xdc\x78\x0d\x81\x2d\x4b\x0f\xdc\xc9\xa5\x79\xc0\x8d\x7d\x35\xb8\xb1\x52\x85\x42\x16\xeb\x23\xc8\x36\x1f\xaa\xad\x21\x5c\x83\x20\x16\x5c\x02\x6b\xd0\xe3\xd7\x74\x07\x3c\x67\xb2\xe8\xce\x99\xa1\x7e\xa5\xf6\x61\x15\xfd\x1b\xc6\x1b\x0f\xe4\x68\xa0\x17\xe2\xb6\xc9\x72\x36\xbf\x10\xf1\xbd\x9e\x59\x2a\x0e\xf2\x88\x23\xa3\x17\x89\xa4\x49\x2e\x97\x62\xe0\x24\xf7\xf5\x06\x5b\x5d\xb0\x2b\xf1\x11\x3f\xbf\x96\x19\x4f\x96\xdb\xf2\xfc\xd5\x04\x50\x24\x0b\x96\x5c\x00\xed\x71\x68\xe4\xd4\xab\x13\x68\xa4\x32\x2c\x31\x85\x6a\xba\x38\xb9\x4d\x4c\x1d\x5e\x2b\x08\xad\x40\x12\x5e\x81\xa5\x44\xb0\x1e\xaa\x0b\xf3\x41\x41\x1a\x50\x3d\xe8\x0c\x6c\xc7\xbe\x60\x5e\x3c\x10\xe0\x4d\x4f\x13\x99\xb1\x16\xea\xbe\x60\x28\xeb\x8b\x19\x53\x89\x84\x5a\xa3\xa9\x7c\x02\x93\x61\x32\xe1\x59\x5a\x04\xd3\xbe\x03\xbb\x3d\x58\xd7\xde\xbb\x8c\xa1\xa2\x24\x47\x40\xd4\x59\x4d\xb6\xe7\x48\xec\x3b\x45\xc6\xee\xd3\x10\xb7\x8c\x0a\x7e\x76\xb6\x7c\x5c\x0a\x87\x80\x51\x51\x32\xa9\x72\x61\x90\x7e\x3c\x9b\xed\x30\x0b\x61\x92\x70\xc1\x20\xfc\x92\xa9\xec\xab\xc3\xc1\xa9\x2e\x25\x91\x96\x44\x79\xb0\x96\xda\x8f\x28\xf8\x5b\x28\x8a\x21\x43\x46\x66\x54\x5b\xc1\xc5\x6d\x6a\x5f\x14\x7a\xf5\x77\x3a\x16\x49\x6a\xf7\xb9\x4d\x3e\x42\x9d\x1e\x6d\xa8\x48\x58\x8b\x7c\x57\x9a\xe8\x77\x90\x54\x27\x24\xf4\x07\x05\x12\x4d\x79\x69\x80\x5c\x5b\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\xda\xd1\xb9\xb3\x13\x79\x8c\x99\x0b\xe3\x0e\xd3\x06\x6f\x11\x55\x2c\x2e\x03\x18\x55\x0c\x77\x33\x73\x55\x85\x1c\x2c\x4a\x2e\x20\x4a\x92\x7d\x41\xf0\x99\x6c\x0e\x1e\x04\xc5\xd3\xd4\x76\x57\xa0\x22\xb9\x7c\x56\x80\xd9\x9d\xcb\x1c\xb1\xe2\x52\xb0\x0b\xd3\x10\x37\xe7\x11\x6a\x32\x8e\xc2\xe8\x50\x9a\x49\x19\xad\x03\x13\xde\xf0\x24\xb1\x47\xa6\xe6\x06\xc0\xf4\x60\x5d\x05\x83\x42\x67\xc6\x2e\x40\xc1\x38\xfa\x82\xa6\xae\xe8\x9a\x6b\xce\x2e\x0d\xd0\xfd\x92\x7d\x76\xcf\x87\xf2\x71\x99\x4c\xb7\xab\x31\x18\x4f\xf5\x2c\xa3\x62\x80\x0c\xf5\x2b\x98\x83\xa3\x5c\xc4\x26\x98\xc4\x7c\x38\x08\x20\x2d\x7b\x19\x67\x90\x74\x6e\x4a\x19\xc2\x56\x84\xf3\x1d\xb5\xaa\x50\xea\x5e\x32\x87\xa8\x59\x13\xca\xa2\xbb\xca\x44\xec\x4b\x5d\x60\xd7\x6a\x93\x36\xad\x18\xb0\x42\x39\xa0\x15\x36\x6d\x4f\x01\xaf\xd5\xae\xbd\xce\xce\x57\xee\x90\xea\xb6\x6f\x6e\x52\x5d\x10\x98\xb6\x32\xab\xae\x18\xd6\xf3\x9a\x56\x1b\x4d\x08\x8b\x26\xd6\x9f\xcb\xc5\xfe\xad\x56\x82\x2e\x52\x46\xb4\xb4\x7a\x8d\xb7\x70\xd4\xe7\x9a\x56\xe2\x99\x9e\x15\x5b\xab\x0c\x25\xb2\x76\x60\x20\xa2\xeb\x91\x5e\x51\x83\xae\x45\xfa\x47\x48\x59\xba\x7f\x84\x78\xb4\x3e\x65\xd9\x43\xf7\x95\xcb\x69\x55\x1d\x10\xe8\x1b\x2c\x0e\x9c\x83\x94\xdb\xc8\x9a\xf7\x35\x31\xf3\xa2\xa8\x49\x0c\x1f\x18\x62\x03\xee\x9a\x44\x9d\x73\xee\x01\xf5\x00\x56\x43\xe5\x89\x29\x26\x1c\xf0\xc7\x3e\xf8\x0f\xed\x12\xcd\x72\x77\xa3\x06\xbc\x2f\xa9\xfa\xc2\xb7\x56\xc0\x00\x77\xb2\x6c\xa1\xa9\x45\xe8\xbd\x88\x56\x01\x88\xd3\xe7\x33\x40\x9e\x8c\x7d\x09\x22\x3e\x17\xf8\x00\x14\x03\x1e\xb2\x02\x6c\xa1\x4d\x0a\xf0\x47\x10\x3d\x2a\x28\x73\x31\xc8\x5c\x96\x79\x84\x35\x94\xda\x22\x58\x2d\x9d\x43\x95\xaa\x51\x6e\xd9\x51\xe8\xdd\xca\x46\x00\x38\x38\xe2\xf6\x90\xf8\x75\xe9\x8b\xcf\x12\x17\x18\xc5\xab\x6a\xf1\x63\xb7\x6c\xdf\x85\xb4\x0e\xf7\xc3\x39\x5c\xdb\x23\xf4\x83\x55\x80\x3e\xc0\x7f\x0d\x51\x36\x2d\x2b\x7b\xa8\x62\x52\x09\x15\x7d\xf1\x57\xbb\x3c\x1e\x45\xcf\x6d\xab\x1c\xe1\x21\xf6\xc0\x28\xe4\xdd\x5f\xb0\xd1\x77\xff\xfa\xfe\x2f\xef\x11\xa3\x34\xd7\x90\x4a\xd7\x2a\x5f\x21\x7e\xa0\x76\x4b\x21\xc6\x2b\x94\xa8\xf4\x85\xaf\x8a\x2e\x96\xe2\xed\x38\x2d\x67\xdf\xd5\x25\x0a\xcb\x6b\x87\x24\xd4\x24\x93\x63\x2f\xcd\xc5\xc8\x82\x5c\x17\xb5\x4b\xac\xe4\x68\x65\xad\x4a\xbd\x13\x4c\x2c\x22\xa1\xf2\xb4\x2e\xaf\x83\xa5\x17\x2c\xd3\xe7\xf2\x6c\x2a\x18\x1d\xbe\x27\x20\xce\x02\x25\xa2\x90\xf4\xc2\xeb\x3e\x4f\x26\x2a\x84\x89\x26\x62\x41\xa7\x2c\x25\x7d\x8c\x2b\xef\x1f\xf9\xed\xef\x8b\xd9\xb0\x9d\xcd\x47\xa6\x0d\x51\xee\x6d\xbb\x2c\xed\xee\xd2\x6a\x7e\x78\x09\x0d\xd2\x45\x55\x69\xc5\x72\x37\x2a\x5b\xf5\xf2\x4e\x58\x9d\xd0\xd3\xfa\x42\x0b\x9a\x78\xc2\xfa\xdc\x96\x7d\x40\x2c\xd8\x8c\x18\xfa\xf5\x5a\x1e\x39\xce\x0a\xb9\x91\x60\x55\x9c\x4f\x80\x31\xb4\x17\x5d\x28\xd9\x48\x05\xcd\xe6\x90\xad\xd6\xea\x0b\xac\x26\xcb\x52\x42\x93\x79\x92\xf1\xc4\xa1\xc0\x95\x65\x21\xf6\xc8\x84\x29\x05\xd5\x42\x8e\xe9\x4b\x89\x43\x4d\xe1\xbc\xf5\xab\x7f\xdf\x20\x0a\x05\xc4\xce\xb2\xd5\xac\x4a\x26\x0e\xb7\x46\x6d\x88\xfb\x13\xba\x07\xd6\x9c\x7a\x7d\x56\x2a\x3e\xe6\x82\x1a\xa9\xc8\x3b\x30\xff\x67\x19\x53\xef\x43\x79\x41\x58\xc5\xfa\x61\x4c\x36\x2a\xea\x53\x03\x01\x57\x7f\xd9\x26\x49\xae\x14\x4b\x07\x8b\x51\x94\x9b\x62\x24\x2c\x8f\x31\xb3\xa2\x35\x9f\x32\x6d\xe8\x74\x16\xe7\x48\x87\xcc\x3d\xb7\x32\x19\x2e\x02\xf1\x03\x03\xb5\x8e\x47\xe5\x49\xfb\xc2\x19\x43\x70\xdf\xa4\xaa\x01\xff\xa9\xce\x12\x6b\x9e\x6e\x19\xa3\xea\xc0\x50\x37\x2c\xe0\x58\x35\x18\xdf\x5c\x78\x1b\x51\x71\x11\x94\x38\x2b\x4c\x14\x0a\xe2\x5a\x41\x34\xd4\x10\x0f\xe1\x80\x7d\x51\x84\xe2\x9d\x65\x32\x4f\x89\x33\x97\x3b\xe3\xb3\x6a\x13\xce\xda\x2d\xa2\xff\x78\x7a\x72\xd2\x6e\xef\xa9\x26\x50\xb9\x6c\x68\x3d\x85\x63\x61\xcf\xba\x50\xd7\x15\x47\xab\x84\x01\x3a\xd8\x4c\xf3\xf0\xa9\x4c\x40\x2d\xb1\x66\x5e\x0e\xe4\xaa\x76\x19\x70\x51\x77\xe9\xce\x47\x84\x2d\xef\x6a\x46\x15\x13\x66\x00\x3d\x6e\xd6\x19\x74\x72\x0d\x9f\x97\x42\xf8\xd7\xd2\xb0\xfe\xe7\x4e\xa2\xe2\xec\xe3\xf8\xfe\x1c\x21\x18\xbb\xb4\x68\xaa\x1f\xc8\x3b\x0e\x7e\xac\xc8\xc8\xb8\x0a\xb2\xd5\x4d\x68\x8b\xd5\x8b\x26\x54\x62\x4c\x6b\x4d\xa8\x18\x3d\xf8\xac\x68\x80\xe7\x0d\xa1\x4c\x96\x51\xf8\xdf\x0a\x0b\x30\x86\xa9\x15\xe6\x6e\x42\x8d\x2b\x19\xf3\x77\xa6\x24\x4a\x6c\x42\x7a\x19\x30\x6e\x78\x49\x4c\xeb\x7c\x00\xf5\x6a\xb7\xba\x09\x30\x27\x18\xbe\x87\x18\x29\x9f\x68\x10\x57\xc0\xc5\x6b\x7a\x38\xf7\xb1\xad\xcd\x68\x2b\xdb\x94\x41\x2e\x8a\x90\x17\x97\x61\xc4\x3d\xbd\x26\x11\x58\xb1\x3f\xa0\x27\x20\x04\xb8\x7a\xe1\x53\x3a\x73\x3e\x63\x57\x5d\xa1\x6a\x15\x69\xc3\x24\xfe\xe7\xbf\xff\xdc\x6e\x4a\x09\x84\xa1\x6f\x0d\x9d\xf9\xd1\x03\x67\x2a\x46\xd3\x02\xd2\x2e\x46\xac\x5b\x95\xee\xb7\x92\x20\x77\x90\x64\x76\xd9\x97\x45\x59\xc5\xbb\x6a\x23\xb2\xe7\x69\x8c\xe7\x10\x08\xdc\x6d\x4f\x40\x34\x93\x23\x02\x32\x70\x83\xb4\xd4\x76\xe3\xac\xe9\x61\x83\xd5\xab\xe7\x4f\x2f\x24\x07\x36\x65\xad\xad\x33\xfc\xd2\xb7\x3b\x4b\xaf\xbb\x24\xbb\x2d\xf5\xeb\x9d\x87\x22\x19\x10\xc0\xd6\x13\x24\x91\xd3\xa1\x95\x20\xed\x3d\x1b\xac\xa2\xc0\x9a\x3a\x3e\xf1\x21\x44\x6d\x7b\x16\x83\x30\x73\x95\xb4\xb1\xe0\x52\x8e\xc3\xb2\x63\x3a\xab\x75\xa6\x35\xdc\x07\xfb\xcd\xcb\xab\x3f\x1c\x9d\xea\x0c\x8a\xb2\x2d\x0f\x3c\x79\x60\x96\x94\x47\x05\xbc\x64\x2c\x5a\x05\xe1\x3a\xc4\xa9\xf7\x05\xac\x10\x06\x45\x7a\xea\xb7\xc7\xc1\x48\xa2\x18\x78\xe8\x8a\xc0\x67\x49\xb8\xf9\x4e\xd7\x2f\xce\x73\x27\x11\xd6\xaf\x05\xb4\x1f\x52\x5d\x1c\x98\x45\xd0\x6b\x50\x13\x04\x71\xf0\x0f\x81\x2f\x6a\x96\x48\x11\xd2\x63\xf6\xa2\x65\xd4\x24\x18\xd6\x0f\x17\x9e\x2d\xa0\x60\xac\x52\x79\x76\xd4\xbc\x22\xde\xa6\x64\xe2\x50\x3d\x0c\xd1\x10\x3c\x04\x31\xb2\xb6\xef\x16\x99\x52\x2e\xdc\x31\x80\x3a\xee\x24\x65\xc3\x7c\x3c\x6e\x54\x08\x32\x39\x7e\x56\xeb\xa4\x4f\xc7\x6b\xb4\x4e\x86\x19\x66\xcb\x52\xcc\x56\x50\xe8\x37\xa4\xf9\x2d\x0d\xc9\xde\x87\xee\xd6\xf3\x3d\xa1\x05\x6a\xc4\x33\xf6\x32\xea\xda\x9e\x74\xcf\xde\x3a\xba\xa7\x37\x61\x42\x18\x15\xce\x23\x18\x99\x7e\x45\x4a\x29\x86\xa5\x0f\xec\x97\xcf\x1a\x9b\x1e\xb2\x69\xe0\xb0\x62\xd4\xb9\xe5\x4d\xa9\x06\xd4\x9a\xfd\x07\xab\x03\x6f\x5f\x95\x02\xb7\x33\x6a\xd3\xad\x9c\x32\x02\x5d\x69\x4c\x90\x26\x2e\x0e\xac\x05\x2e\x0f\x3b\xc1\x02\xae\x0e\x0e\xbc\xb3\xe9\x27\x13\x2a\xc6\x51\x09\x33\xf2\x4e\xb0\x27\x62\x79\x6d\x2b\xb6\x01\x47\xdb\xd3\x22\xcc\x24\xef\xad\x6c\x53\x72\x19\x2b\x96\x48\x95\x42\x86\xe2\x98\xaa\x14\x02\x15\x1c\xc1\x67\x34\x79\x00\x68\x58\xb8\x8e\xb0\x47\x67\xa7\xf6\x49\x7c\xe8\x3b\x29\x5a\xe3\x22\x51\x90\xa7\xe2\x51\xa6\xc2\xf8\xf0\x73\x4d\x68\xa2\xa4\x46\xe5\xd4\x23\x82\x3a\x28\xca\x08\x8d\x0f\x7a\xdc\x8b\xcb\x75\x51\x7a\x5d\x4b\x8b\x0e\x41\x0e\xae\x8a\xe4\x44\x3e\xf9\xb8\x90\x27\x5a\x98\xfd\x37\x89\xaa\xb9\x76\x34\xeb\x23\x2e\x23\x27\x01\x30\xf2\x12\x24\xd0\x47\xa9\x5c\xce\x20\x10\xc5\xb5\x43\x1e\xfa\x81\x3f\xb2\x16\xb9\x9d\x51\xf5\xd0\x22\xe7\x73\x41\xa7\x3c\xf9\x2f\x39\xac\xb3\x37\xef\x5f\xd5\x70\x01\x37\x83\x24\xa3\x7a\x4d\xeb\x7f\xed\x20\x7a\xae\xa1\x33\x68\x67\xfd\x05\xfc\x41\x66\xa9\x8e\x9c\xe1\xcb\x77\xa6\x2f\xee\xae\xce\xaf\xde\x3d\x50\xa3\xe4\x98\x8a\xf7\xa7\xa4\x0b\x05\xec\xd0\x96\x80\x2e\xe8\x91\x62\x0c\x0c\xfc\x2e\x76\xf4\xdd\xc4\x98\x99\x3e\x3d\x39\x19\x73\x33\xc9\x87\xed\x44\x4e\x4f\xb2\xf9\xc8\xa0\x3d\xeb\x84\x6b\x9d\x33\x7d\xf2\xc7\x3f\xfc\xeb\xfb\xba\x15\x5f\x08\x1a\xdd\x59\x4f\xda\x7f\xad\x95\x7a\xee\xff\xf3\x42\x40\x20\x69\xb2\x45\xbc\x4d\xfb\x7e\x43\x3c\xef\xb7\x2e\xe9\xad\x88\x12\x39\x98\xea\xf7\x2a\x15\xd5\x5a\x4f\xbc\x25\x9c\xa6\x53\x2e\x4a\x0a\xfc\xab\x72\xff\x55\x37\xb5\x2e\x7e\xbe\x74\x43\xaf\x65\xf2\xd8\x87\x3a\x71\x4d\xad\xea\x2b\x89\x62\x53\x69\x18\x0a\x83\xda\x48\xc5\x1c\xd6\x0b\xea\x18\x50\x14\x96\x6b\x7c\xd2\x54\x30\x21\xc9\xa4\x5e\x3b\x4e\x7b\x71\xc3\xce\xdc\xe7\x4b\x45\x56\x39\x9d\x41\x3c\x80\x62\x1a\x02\x43\x17\x95\xf8\x05\x47\xea\x5e\xe4\x9c\xc5\xe1\xda\xeb\xf6\x7c\x41\xce\x09\xb4\x1d\x24\x1c\x4b\xd2\x60\xfb\xef\x2e\xa1\xe9\xa6\x3b\xb9\x1b\x7b\xd4\xed\xd9\xf6\x25\x77\x5d\x59\x41\x2e\xc6\x59\x53\x25\xae\xbe\x70\x55\x09\x63\x0c\xe8\x22\xd3\x3a\x98\xd7\x1d\xd8\xc6\x53\xa9\x22\x5b\x28\x69\xe8\x42\x33\xa9\xb3\xe2\x04\x61\x19\xa4\xa7\x96\x07\x95\x56\x0c\xca\xde\x5b\x5e\xa9\xf3\xe1\x71\x11\x40\x29\x15\x70\x57\x88\xaf\x9d\x51\x05\x48\x46\x13\x9e\xa5\xc7\x35\x41\xf2\x28\xfa\x42\x31\xc3\x00\x93\x3b\x64\x80\x84\x09\x3b\x8e\x85\xc3\x31\x7e\x27\xcc\x3d\xb4\x33\xcc\x0d\x61\xa1\x38\x1c\xd7\xce\xa2\x58\x91\x24\x4a\xfc\xa2\x24\x3e\x7d\x6d\x33\xf1\x6a\x7e\xd1\x04\xa4\xf0\xed\xf3\x89\xd2\x9a\xad\xc3\x27\xee\xca\xa6\x59\x7f\x6a\xa8\x08\x9c\xa3\x69\xa9\xf4\x00\xed\xaa\x2f\x90\x60\x50\xa4\xbf\xeb\x19\x7d\x12\x2e\x6c\x71\xa3\x62\x20\xeb\xf1\x87\x7a\x84\x36\xcb\x1f\x2a\x4f\xca\x68\xf1\xa8\x91\x18\x1e\x60\x29\x5a\x11\xfe\x0e\x14\x8a\x2d\x72\x8d\x0b\x9d\xb8\x2f\x0a\x15\x42\x93\x27\x96\x65\xf6\xbf\x49\x95\x71\x3b\x1d\x21\x85\xd0\x1f\xd6\xf2\x31\x76\x2e\x3f\xc5\x69\xae\xc7\x43\x0a\x85\x6b\x9a\xe0\xff\x17\x4e\xf3\xbe\x0a\xe9\x25\x34\x99\xb0\x81\x1d\x5a\xbe\x41\x20\x96\xc3\xb2\x3f\xb3\x1f\xdf\xe2\xb7\x4b\x2f\x33\x3a\x33\xb9\x72\x9e\x64\xec\x0b\xdc\x64\x14\x8b\xf3\x07\xfb\xf9\xaa\xe3\x9d\x60\xb7\x83\x07\xb6\x01\x88\xab\x1b\x6b\xbd\xb6\x5e\x80\xd1\x00\x0c\x67\x88\xf2\x4a\xa8\x52\xde\xf5\xed\x7a\x25\x54\x19\x3e\xa2\x49\x49\xc1\x5e\x2b\xc3\xb0\x74\x43\x62\x8b\x1a\xec\x7d\x05\x5a\xba\x67\xe5\x58\xd9\xb3\x88\x20\xae\xdd\xff\xda\xb0\x8b\x7d\x68\x87\xbd\xe7\x2f\xc4\x59\xbf\x28\x45\x21\xd3\xe6\xa9\x47\xe0\xb9\x3b\xcc\x75\xcb\x60\xa4\xcd\x30\x00\x22\x44\xdb\xf5\x39\xdc\x02\xce\x88\x43\x73\x05\x33\x5b\x1a\xd5\x27\x2b\x85\x76\xc2\x12\x16\xf5\xdb\x42\xd8\x6b\x94\xfb\x64\xaf\x28\x3a\x66\x64\xca\x52\x9e\x57\x21\x26\x96\x07\xd8\x1c\x18\xcb\x2b\x62\x2c\xcd\xfb\xf6\x6c\x0c\xe1\x25\x4a\xf3\x16\xf1\x25\x52\x15\x01\xb7\x97\xa0\xe4\x3f\x59\x69\x1b\x93\x19\xc0\x82\x5d\x0f\xd3\x17\x25\x14\x51\xf3\x9d\x0e\x91\x55\x65\x4a\xf7\xfe\x82\x0b\xae\xcd\x4f\x95\x9a\x59\x5b\x20\x50\x64\xf9\xf3\x65\x91\xf8\xa1\xe2\x30\xa3\x2f\x96\x66\x4b\xdc\x38\xbd\xc1\xd9\xd2\x2d\x73\x40\xc3\x2e\x44\x1b\x7b\x6c\x0e\x3b\xee\x4d\x04\xaf\xbf\x84\xf5\xfa\x0b\x5e\x50\x4f\x8a\xce\x66\x4c\x79\xb3\x29\x0d\xfa\x4a\xd1\xaf\xeb\xa5\x2f\x50\xd1\xf9\xaf\xdb\xab\xcb\x42\xe2\x2a\xec\x1f\x95\xa6\xe1\x35\x58\xba\x76\xfd\xce\x5d\xe6\x59\xd6\xb8\x73\x6b\xe0\x4f\xdf\x5f\x5c\x0c\x7e\xea\x5c\xdc\x77\x97\xe3\x3b\x17\xaf\x35\xae\x49\x18\x89\x5b\x13\x14\x3f\x0d\x88\x9c\xf9\x94\x39\x6f\x04\x28\x11\x6e\xd6\x78\xcb\xe7\x59\x56\xc6\x2a\xe8\x8b\xbf\xb8\x76\x20\x95\x22\x17\xa8\x1e\xf6\x05\x59\xba\x70\xe5\xfe\xe1\xb5\xbf\xd8\xc6\xff\xe2\x0b\x24\x15\x93\x38\x25\x97\xa1\xd7\x86\x75\x75\x1e\xb4\x1d\x8e\x03\x9a\xbd\x5f\x0a\x8d\x65\xbb\xe3\x71\x2f\x3c\xf4\xba\x03\x51\xd9\xcb\xe9\xc0\xb5\xfb\x4b\xd9\xf4\x10\xd8\x7d\x8a\xf7\x33\xb4\xdb\x42\x0c\x0d\x6d\x5c\xc8\x21\xae\x59\x5f\xa0\x10\x68\xc7\x64\x64\xf3\x98\x48\x4f\x60\x8e\x4c\x46\xc5\x38\xa7\x63\xa6\x5b\xc4\x77\xde\x17\x53\x3e\x9e\x40\xd2\x91\x83\x7c\x0c\xe5\x5e\x29\x14\xb7\x2b\x93\x10\x3a\x85\xd8\x17\x3a\x9d\x81\x3f\x5d\xf4\x85\x9b\x93\x18\x17\xcd\xa3\xbf\xe8\xbf\x6e\xc3\x74\x2c\xa5\x85\x86\x1c\x0c\x88\xe8\x0b\xdc\x5c\xcc\x6d\xf6\x3a\x19\x18\x6e\xa9\xa9\x92\x2e\x55\xcc\x23\x0f\x01\x4f\x1f\x83\x76\x88\x55\x7f\x7c\xbc\x88\xe5\xf4\x11\x6c\x25\x7a\x0f\x71\x48\xab\xf9\x89\xdf\x0c\x7f\x26\xdc\xd8\xea\xa9\x7e\xe7\x3b\xc0\x1e\xb8\xfa\xea\x8b\xcb\xc9\xb6\x60\x63\x2b\xb8\x79\x41\x50\xa2\x7a\x84\x49\x35\xb2\x13\x22\x91\xf6\x50\x69\x72\xed\x21\xe1\xfb\x4b\x07\xb5\x41\x81\xca\xb5\xbb\x75\x00\x56\xcb\xba\x1d\x4a\xd9\xb0\x2f\x7b\x34\x6d\x94\x06\xe5\x3e\x58\xb5\x18\x79\xd2\x50\x0b\x74\xe7\x00\x87\xea\x12\x79\xee\xb3\x6c\x40\x19\xd7\x5b\x0d\xa7\x90\x9f\xd6\x1e\x51\x90\x10\xdc\x65\xb7\x11\x87\x75\xf7\x5c\x89\xc1\x36\xb0\x49\xa7\x50\x3b\x73\x2a\xe3\xc8\x5e\x04\x00\xc4\x53\x17\xad\xd7\x0a\x44\xd4\x2a\x76\xae\x85\x15\xab\x72\xa5\x2d\xbb\x74\xfc\xce\x71\x6d\xab\x9e\xf6\x85\x4f\x44\xf5\xec\xb8\xe3\x0b\x6b\xab\xf0\x2b\x06\x8d\xcc\x30\x8d\x0b\x24\x56\x53\x54\x64\xa7\xa6\x2f\x00\xed\x4b\x80\xe9\x67\xa8\x21\x0f\xdf\x61\x5a\xb9\x07\x11\x40\x30\x15\xa1\x6a\xd6\x0a\x9e\x57\x11\x03\x4a\xf7\xfc\x6f\xec\xff\xff\xe7\x6f\xfe\xff\x00\x00\x00\xff\xff\x30\x4f\x95\x4b\xa1\x51\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 216537, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 217505, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 05badd36b..b89870213 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -8088,6 +8088,31 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( */ int getPhaseVersion(); + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + boolean hasMetadata(); + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + flyteidl.event.Event.TaskExecutionMetadata getMetadata(); + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + flyteidl.event.Event.TaskExecutionMetadataOrBuilder getMetadataOrBuilder(); + public flyteidl.event.Event.TaskExecutionEvent.OutputResultCase getOutputResultCase(); } /** @@ -8246,6 +8271,19 @@ private TaskExecutionEvent( phaseVersion_ = input.readUInt32(); break; } + case 130: { + flyteidl.event.Event.TaskExecutionMetadata.Builder subBuilder = null; + if (metadata_ != null) { + subBuilder = metadata_.toBuilder(); + } + metadata_ = input.readMessage(flyteidl.event.Event.TaskExecutionMetadata.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(metadata_); + metadata_ = subBuilder.buildPartial(); + } + + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -8746,6 +8784,39 @@ public int getPhaseVersion() { return phaseVersion_; } + public static final int METADATA_FIELD_NUMBER = 16; + private flyteidl.event.Event.TaskExecutionMetadata metadata_; + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public boolean hasMetadata() { + return metadata_ != null; + } + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata getMetadata() { + return metadata_ == null ? flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance() : metadata_; + } + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadataOrBuilder getMetadataOrBuilder() { + return getMetadata(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -8796,6 +8867,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (phaseVersion_ != 0) { output.writeUInt32(12, phaseVersion_); } + if (metadata_ != null) { + output.writeMessage(16, getMetadata()); + } unknownFields.writeTo(output); } @@ -8850,6 +8924,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, phaseVersion_); } + if (metadata_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(16, getMetadata()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -8896,6 +8974,11 @@ public boolean equals(final java.lang.Object obj) { } if (getPhaseVersion() != other.getPhaseVersion()) return false; + if (hasMetadata() != other.hasMetadata()) return false; + if (hasMetadata()) { + if (!getMetadata() + .equals(other.getMetadata())) return false; + } if (!getOutputResultCase().equals(other.getOutputResultCase())) return false; switch (outputResultCase_) { case 9: @@ -8950,6 +9033,10 @@ public int hashCode() { } hash = (37 * hash) + PHASE_VERSION_FIELD_NUMBER; hash = (53 * hash) + getPhaseVersion(); + if (hasMetadata()) { + hash = (37 * hash) + METADATA_FIELD_NUMBER; + hash = (53 * hash) + getMetadata().hashCode(); + } switch (outputResultCase_) { case 9: hash = (37 * hash) + OUTPUT_URI_FIELD_NUMBER; @@ -9140,6 +9227,12 @@ public Builder clear() { } phaseVersion_ = 0; + if (metadataBuilder_ == null) { + metadata_ = null; + } else { + metadata_ = null; + metadataBuilder_ = null; + } outputResultCase_ = 0; outputResult_ = null; return this; @@ -9214,6 +9307,11 @@ public flyteidl.event.Event.TaskExecutionEvent buildPartial() { result.customInfo_ = customInfoBuilder_.build(); } result.phaseVersion_ = phaseVersion_; + if (metadataBuilder_ == null) { + result.metadata_ = metadata_; + } else { + result.metadata_ = metadataBuilder_.build(); + } result.bitField0_ = to_bitField0_; result.outputResultCase_ = outputResultCase_; onBuilt(); @@ -9319,6 +9417,9 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionEvent other) { if (other.getPhaseVersion() != 0) { setPhaseVersion(other.getPhaseVersion()); } + if (other.hasMetadata()) { + mergeMetadata(other.getMetadata()); + } switch (other.getOutputResultCase()) { case OUTPUT_URI: { outputResultCase_ = 9; @@ -10936,6 +11037,159 @@ public Builder clearPhaseVersion() { onChanged(); return this; } + + private flyteidl.event.Event.TaskExecutionMetadata metadata_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder> metadataBuilder_; + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public boolean hasMetadata() { + return metadataBuilder_ != null || metadata_ != null; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata getMetadata() { + if (metadataBuilder_ == null) { + return metadata_ == null ? flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance() : metadata_; + } else { + return metadataBuilder_.getMessage(); + } + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder setMetadata(flyteidl.event.Event.TaskExecutionMetadata value) { + if (metadataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + metadata_ = value; + onChanged(); + } else { + metadataBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder setMetadata( + flyteidl.event.Event.TaskExecutionMetadata.Builder builderForValue) { + if (metadataBuilder_ == null) { + metadata_ = builderForValue.build(); + onChanged(); + } else { + metadataBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder mergeMetadata(flyteidl.event.Event.TaskExecutionMetadata value) { + if (metadataBuilder_ == null) { + if (metadata_ != null) { + metadata_ = + flyteidl.event.Event.TaskExecutionMetadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); + } else { + metadata_ = value; + } + onChanged(); + } else { + metadataBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder clearMetadata() { + if (metadataBuilder_ == null) { + metadata_ = null; + onChanged(); + } else { + metadata_ = null; + metadataBuilder_ = null; + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata.Builder getMetadataBuilder() { + + onChanged(); + return getMetadataFieldBuilder().getBuilder(); + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadataOrBuilder getMetadataOrBuilder() { + if (metadataBuilder_ != null) { + return metadataBuilder_.getMessageOrBuilder(); + } else { + return metadata_ == null ? + flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance() : metadata_; + } + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder> + getMetadataFieldBuilder() { + if (metadataBuilder_ == null) { + metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder>( + getMetadata(), + getParentForChildren(), + isClean()); + metadata_ = null; + } + return metadataBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -10989,121 +11243,765 @@ public flyteidl.event.Event.TaskExecutionEvent getDefaultInstanceForType() { } - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_WorkflowExecutionEvent_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_WorkflowExecutionEvent_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_NodeExecutionEvent_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_NodeExecutionEvent_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_WorkflowNodeMetadata_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_WorkflowNodeMetadata_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_TaskNodeMetadata_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_TaskNodeMetadata_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_ParentTaskExecutionMetadata_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_ParentTaskExecutionMetadata_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_ParentNodeExecutionMetadata_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_ParentNodeExecutionMetadata_fieldAccessorTable; - private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_TaskExecutionEvent_descriptor; - private static final - com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable; + public interface TaskExecutionMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.event.TaskExecutionMetadata) + com.google.protobuf.MessageOrBuilder { - public static com.google.protobuf.Descriptors.FileDescriptor - getDescriptor() { - return descriptor; + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + int getInstanceClassValue(); + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass(); } - private static com.google.protobuf.Descriptors.FileDescriptor - descriptor; - static { - java.lang.String[] descriptorData = { - "\n\032flyteidl/event/event.proto\022\016flyteidl.e" + - "vent\032\035flyteidl/core/execution.proto\032\036fly" + - "teidl/core/identifier.proto\032\033flyteidl/co" + - "re/catalog.proto\032\037google/protobuf/timest" + - "amp.proto\032\034google/protobuf/struct.proto\"" + - "\256\002\n\026WorkflowExecutionEvent\022@\n\014execution_" + - "id\030\001 \001(\0132*.flyteidl.core.WorkflowExecuti" + - "onIdentifier\022\023\n\013producer_id\030\002 \001(\t\0225\n\005pha" + - "se\030\003 \001(\0162&.flyteidl.core.WorkflowExecuti" + - "on.Phase\022/\n\013occurred_at\030\004 \001(\0132\032.google.p" + - "rotobuf.Timestamp\022\024\n\noutput_uri\030\005 \001(\tH\000\022" + - ".\n\005error\030\006 \001(\0132\035.flyteidl.core.Execution" + - "ErrorH\000B\017\n\routput_result\"\232\005\n\022NodeExecuti" + - "onEvent\0222\n\002id\030\001 \001(\0132&.flyteidl.core.Node" + - "ExecutionIdentifier\022\023\n\013producer_id\030\002 \001(\t" + - "\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.NodeExec" + - "ution.Phase\022/\n\013occurred_at\030\004 \001(\0132\032.googl" + - "e.protobuf.Timestamp\022\021\n\tinput_uri\030\005 \001(\t\022" + - "\024\n\noutput_uri\030\006 \001(\tH\000\022.\n\005error\030\007 \001(\0132\035.f" + - "lyteidl.core.ExecutionErrorH\000\022F\n\026workflo" + - "w_node_metadata\030\010 \001(\0132$.flyteidl.event.W" + - "orkflowNodeMetadataH\001\022>\n\022task_node_metad" + - "ata\030\016 \001(\0132 .flyteidl.event.TaskNodeMetad" + - "ataH\001\022I\n\024parent_task_metadata\030\t \001(\0132+.fl" + - "yteidl.event.ParentTaskExecutionMetadata" + - "\022I\n\024parent_node_metadata\030\n \001(\0132+.flyteid" + - "l.event.ParentNodeExecutionMetadata\022\023\n\013r" + - "etry_group\030\013 \001(\t\022\024\n\014spec_node_id\030\014 \001(\t\022\021" + - "\n\tnode_name\030\r \001(\tB\017\n\routput_resultB\021\n\017ta" + - "rget_metadata\"X\n\024WorkflowNodeMetadata\022@\n" + - "\014execution_id\030\001 \001(\0132*.flyteidl.core.Work" + - "flowExecutionIdentifier\"\200\001\n\020TaskNodeMeta" + - "data\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.co" + - "re.CatalogCacheStatus\0223\n\013catalog_key\030\002 \001" + - "(\0132\036.flyteidl.core.CatalogMetadata\"Q\n\033Pa" + - "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." + - "flyteidl.core.TaskExecutionIdentifier\".\n" + - "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" + - "\001 \001(\t\"\357\003\n\022TaskExecutionEvent\022*\n\007task_id\030" + - "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" + - "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" + - "re.NodeExecutionIdentifier\022\025\n\rretry_atte" + - "mpt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl.core" + - ".TaskExecution.Phase\022\023\n\013producer_id\030\005 \001(" + - "\t\022$\n\004logs\030\006 \003(\0132\026.flyteidl.core.TaskLog\022" + - "/\n\013occurred_at\030\007 \001(\0132\032.google.protobuf.T" + - "imestamp\022\021\n\tinput_uri\030\010 \001(\t\022\024\n\noutput_ur" + - "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" + - ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" + - ".google.protobuf.Struct\022\025\n\rphase_version" + - "\030\014 \001(\rB\017\n\routput_resultB3Z1github.com/ly" + - "ft/flyteidl/gen/pb-go/flyteidl/eventb\006pr" + - "oto3" - }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { - descriptor = root; - return null; - } - }; - com.google.protobuf.Descriptors.FileDescriptor - .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { - flyteidl.core.Execution.getDescriptor(), - flyteidl.core.IdentifierOuterClass.getDescriptor(), - flyteidl.core.Catalog.getDescriptor(), - com.google.protobuf.TimestampProto.getDescriptor(), - com.google.protobuf.StructProto.getDescriptor(), - }, assigner); + /** + *
+   * Holds metadata around how a task was executed.
+   * TODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325).
+   * 
+ * + * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} + */ + public static final class TaskExecutionMetadata extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.event.TaskExecutionMetadata) + TaskExecutionMetadataOrBuilder { + private static final long serialVersionUID = 0L; + // Use TaskExecutionMetadata.newBuilder() to construct. + private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TaskExecutionMetadata() { + instanceClass_ = 0; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TaskExecutionMetadata( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 128: { + int rawValue = input.readEnum(); + + instanceClass_ = rawValue; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.event.Event.internal_static_flyteidl_event_TaskExecutionMetadata_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.event.Event.internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.event.Event.TaskExecutionMetadata.class, flyteidl.event.Event.TaskExecutionMetadata.Builder.class); + } + + /** + *
+     * Includes the broad cateogry of machine used for this specific task execution. 
+     * 
+ * + * Protobuf enum {@code flyteidl.event.TaskExecutionMetadata.InstanceClass} + */ + public enum InstanceClass + implements com.google.protobuf.ProtocolMessageEnum { + /** + *
+       * The default instance class configured for the flyte application platform.
+       * 
+ * + * DEFAULT = 0; + */ + DEFAULT(0), + /** + *
+       * The instance class configured for interruptible tasks.
+       * 
+ * + * INTERRUPTIBLE = 1; + */ + INTERRUPTIBLE(1), + UNRECOGNIZED(-1), + ; + + /** + *
+       * The default instance class configured for the flyte application platform.
+       * 
+ * + * DEFAULT = 0; + */ + public static final int DEFAULT_VALUE = 0; + /** + *
+       * The instance class configured for interruptible tasks.
+       * 
+ * + * INTERRUPTIBLE = 1; + */ + public static final int INTERRUPTIBLE_VALUE = 1; + + + public final int getNumber() { + if (this == UNRECOGNIZED) { + throw new java.lang.IllegalArgumentException( + "Can't get the number of an unknown enum value."); + } + return value; + } + + /** + * @deprecated Use {@link #forNumber(int)} instead. + */ + @java.lang.Deprecated + public static InstanceClass valueOf(int value) { + return forNumber(value); + } + + public static InstanceClass forNumber(int value) { + switch (value) { + case 0: return DEFAULT; + case 1: return INTERRUPTIBLE; + default: return null; + } + } + + public static com.google.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static final com.google.protobuf.Internal.EnumLiteMap< + InstanceClass> internalValueMap = + new com.google.protobuf.Internal.EnumLiteMap() { + public InstanceClass findValueByNumber(int number) { + return InstanceClass.forNumber(number); + } + }; + + public final com.google.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { + return getDescriptor().getValues().get(ordinal()); + } + public final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { + return getDescriptor(); + } + public static final com.google.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return flyteidl.event.Event.TaskExecutionMetadata.getDescriptor().getEnumTypes().get(0); + } + + private static final InstanceClass[] VALUES = values(); + + public static InstanceClass valueOf( + com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + if (desc.getIndex() == -1) { + return UNRECOGNIZED; + } + return VALUES[desc.getIndex()]; + } + + private final int value; + + private InstanceClass(int value) { + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:flyteidl.event.TaskExecutionMetadata.InstanceClass) + } + + public static final int INSTANCE_CLASS_FIELD_NUMBER = 16; + private int instanceClass_; + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public int getInstanceClassValue() { + return instanceClass_; + } + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass() { + @SuppressWarnings("deprecation") + flyteidl.event.Event.TaskExecutionMetadata.InstanceClass result = flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.valueOf(instanceClass_); + return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result; + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { + output.writeEnum(16, instanceClass_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { + size += com.google.protobuf.CodedOutputStream + .computeEnumSize(16, instanceClass_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.event.Event.TaskExecutionMetadata)) { + return super.equals(obj); + } + flyteidl.event.Event.TaskExecutionMetadata other = (flyteidl.event.Event.TaskExecutionMetadata) obj; + + if (instanceClass_ != other.instanceClass_) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + INSTANCE_CLASS_FIELD_NUMBER; + hash = (53 * hash) + instanceClass_; + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.event.Event.TaskExecutionMetadata parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.event.Event.TaskExecutionMetadata prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * Holds metadata around how a task was executed.
+     * TODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325).
+     * 
+ * + * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.event.TaskExecutionMetadata) + flyteidl.event.Event.TaskExecutionMetadataOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.event.Event.internal_static_flyteidl_event_TaskExecutionMetadata_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.event.Event.internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.event.Event.TaskExecutionMetadata.class, flyteidl.event.Event.TaskExecutionMetadata.Builder.class); + } + + // Construct using flyteidl.event.Event.TaskExecutionMetadata.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + instanceClass_ = 0; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.event.Event.internal_static_flyteidl_event_TaskExecutionMetadata_descriptor; + } + + @java.lang.Override + public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { + return flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.event.Event.TaskExecutionMetadata build() { + flyteidl.event.Event.TaskExecutionMetadata result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { + flyteidl.event.Event.TaskExecutionMetadata result = new flyteidl.event.Event.TaskExecutionMetadata(this); + result.instanceClass_ = instanceClass_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.event.Event.TaskExecutionMetadata) { + return mergeFrom((flyteidl.event.Event.TaskExecutionMetadata)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { + if (other == flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance()) return this; + if (other.instanceClass_ != 0) { + setInstanceClassValue(other.getInstanceClassValue()); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.event.Event.TaskExecutionMetadata parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.event.Event.TaskExecutionMetadata) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private int instanceClass_ = 0; + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public int getInstanceClassValue() { + return instanceClass_; + } + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public Builder setInstanceClassValue(int value) { + instanceClass_ = value; + onChanged(); + return this; + } + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass() { + @SuppressWarnings("deprecation") + flyteidl.event.Event.TaskExecutionMetadata.InstanceClass result = flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.valueOf(instanceClass_); + return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result; + } + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public Builder setInstanceClass(flyteidl.event.Event.TaskExecutionMetadata.InstanceClass value) { + if (value == null) { + throw new NullPointerException(); + } + + instanceClass_ = value.getNumber(); + onChanged(); + return this; + } + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + public Builder clearInstanceClass() { + + instanceClass_ = 0; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.event.TaskExecutionMetadata) + } + + // @@protoc_insertion_point(class_scope:flyteidl.event.TaskExecutionMetadata) + private static final flyteidl.event.Event.TaskExecutionMetadata DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.event.Event.TaskExecutionMetadata(); + } + + public static flyteidl.event.Event.TaskExecutionMetadata getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TaskExecutionMetadata parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TaskExecutionMetadata(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_WorkflowExecutionEvent_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_WorkflowExecutionEvent_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_NodeExecutionEvent_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_NodeExecutionEvent_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_WorkflowNodeMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_WorkflowNodeMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_TaskNodeMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_TaskNodeMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_ParentTaskExecutionMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_ParentTaskExecutionMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_ParentNodeExecutionMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_ParentNodeExecutionMetadata_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_TaskExecutionEvent_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_TaskExecutionMetadata_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable; + + public static com.google.protobuf.Descriptors.FileDescriptor + getDescriptor() { + return descriptor; + } + private static com.google.protobuf.Descriptors.FileDescriptor + descriptor; + static { + java.lang.String[] descriptorData = { + "\n\032flyteidl/event/event.proto\022\016flyteidl.e" + + "vent\032\035flyteidl/core/execution.proto\032\036fly" + + "teidl/core/identifier.proto\032\033flyteidl/co" + + "re/catalog.proto\032\037google/protobuf/timest" + + "amp.proto\032\034google/protobuf/struct.proto\"" + + "\256\002\n\026WorkflowExecutionEvent\022@\n\014execution_" + + "id\030\001 \001(\0132*.flyteidl.core.WorkflowExecuti" + + "onIdentifier\022\023\n\013producer_id\030\002 \001(\t\0225\n\005pha" + + "se\030\003 \001(\0162&.flyteidl.core.WorkflowExecuti" + + "on.Phase\022/\n\013occurred_at\030\004 \001(\0132\032.google.p" + + "rotobuf.Timestamp\022\024\n\noutput_uri\030\005 \001(\tH\000\022" + + ".\n\005error\030\006 \001(\0132\035.flyteidl.core.Execution" + + "ErrorH\000B\017\n\routput_result\"\232\005\n\022NodeExecuti" + + "onEvent\0222\n\002id\030\001 \001(\0132&.flyteidl.core.Node" + + "ExecutionIdentifier\022\023\n\013producer_id\030\002 \001(\t" + + "\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.NodeExec" + + "ution.Phase\022/\n\013occurred_at\030\004 \001(\0132\032.googl" + + "e.protobuf.Timestamp\022\021\n\tinput_uri\030\005 \001(\t\022" + + "\024\n\noutput_uri\030\006 \001(\tH\000\022.\n\005error\030\007 \001(\0132\035.f" + + "lyteidl.core.ExecutionErrorH\000\022F\n\026workflo" + + "w_node_metadata\030\010 \001(\0132$.flyteidl.event.W" + + "orkflowNodeMetadataH\001\022>\n\022task_node_metad" + + "ata\030\016 \001(\0132 .flyteidl.event.TaskNodeMetad" + + "ataH\001\022I\n\024parent_task_metadata\030\t \001(\0132+.fl" + + "yteidl.event.ParentTaskExecutionMetadata" + + "\022I\n\024parent_node_metadata\030\n \001(\0132+.flyteid" + + "l.event.ParentNodeExecutionMetadata\022\023\n\013r" + + "etry_group\030\013 \001(\t\022\024\n\014spec_node_id\030\014 \001(\t\022\021" + + "\n\tnode_name\030\r \001(\tB\017\n\routput_resultB\021\n\017ta" + + "rget_metadata\"X\n\024WorkflowNodeMetadata\022@\n" + + "\014execution_id\030\001 \001(\0132*.flyteidl.core.Work" + + "flowExecutionIdentifier\"\200\001\n\020TaskNodeMeta" + + "data\0227\n\014cache_status\030\001 \001(\0162!.flyteidl.co" + + "re.CatalogCacheStatus\0223\n\013catalog_key\030\002 \001" + + "(\0132\036.flyteidl.core.CatalogMetadata\"Q\n\033Pa" + + "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." + + "flyteidl.core.TaskExecutionIdentifier\".\n" + + "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" + + "\001 \001(\t\"\250\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + + "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" + + "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" + + "re.NodeExecutionIdentifier\022\025\n\rretry_atte" + + "mpt\030\003 \001(\r\0221\n\005phase\030\004 \001(\0162\".flyteidl.core" + + ".TaskExecution.Phase\022\023\n\013producer_id\030\005 \001(" + + "\t\022$\n\004logs\030\006 \003(\0132\026.flyteidl.core.TaskLog\022" + + "/\n\013occurred_at\030\007 \001(\0132\032.google.protobuf.T" + + "imestamp\022\021\n\tinput_uri\030\010 \001(\t\022\024\n\noutput_ur" + + "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" + + ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" + + ".google.protobuf.Struct\022\025\n\rphase_version" + + "\030\014 \001(\r\0227\n\010metadata\030\020 \001(\0132%.flyteidl.even" + + "t.TaskExecutionMetadataB\017\n\routput_result" + + "\"\225\001\n\025TaskExecutionMetadata\022K\n\016instance_c" + + "lass\030\020 \001(\01623.flyteidl.event.TaskExecutio" + + "nMetadata.InstanceClass\"/\n\rInstanceClass" + + "\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B3Z1gith" + + "ub.com/lyft/flyteidl/gen/pb-go/flyteidl/" + + "eventb\006proto3" + }; + com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { + public com.google.protobuf.ExtensionRegistry assignDescriptors( + com.google.protobuf.Descriptors.FileDescriptor root) { + descriptor = root; + return null; + } + }; + com.google.protobuf.Descriptors.FileDescriptor + .internalBuildGeneratedFileFrom(descriptorData, + new com.google.protobuf.Descriptors.FileDescriptor[] { + flyteidl.core.Execution.getDescriptor(), + flyteidl.core.IdentifierOuterClass.getDescriptor(), + flyteidl.core.Catalog.getDescriptor(), + com.google.protobuf.TimestampProto.getDescriptor(), + com.google.protobuf.StructProto.getDescriptor(), + }, assigner); internal_static_flyteidl_event_WorkflowExecutionEvent_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_flyteidl_event_WorkflowExecutionEvent_fieldAccessorTable = new @@ -11145,7 +12043,13 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionEvent_descriptor, - new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "OutputResult", }); + new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Metadata", "OutputResult", }); + internal_static_flyteidl_event_TaskExecutionMetadata_descriptor = + getDescriptor().getMessageTypes().get(7); + internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_event_TaskExecutionMetadata_descriptor, + new java.lang.String[] { "InstanceClass", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index e082a0916..1da1e73a2 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5258,6 +5258,9 @@ export namespace flyteidl { /** TaskExecutionEvent phaseVersion */ phaseVersion?: (number|null); + + /** TaskExecutionEvent metadata */ + metadata?: (flyteidl.event.ITaskExecutionMetadata|null); } /** Represents a TaskExecutionEvent. */ @@ -5305,6 +5308,9 @@ export namespace flyteidl { /** TaskExecutionEvent phaseVersion. */ public phaseVersion: number; + /** TaskExecutionEvent metadata. */ + public metadata?: (flyteidl.event.ITaskExecutionMetadata|null); + /** TaskExecutionEvent outputResult. */ public outputResult?: ("outputUri"|"error"); @@ -5340,6 +5346,67 @@ export namespace flyteidl { */ public static verify(message: { [k: string]: any }): (string|null); } + + /** Properties of a TaskExecutionMetadata. */ + interface ITaskExecutionMetadata { + + /** TaskExecutionMetadata instanceClass */ + instanceClass?: (flyteidl.event.TaskExecutionMetadata.InstanceClass|null); + } + + /** Represents a TaskExecutionMetadata. */ + class TaskExecutionMetadata implements ITaskExecutionMetadata { + + /** + * Constructs a new TaskExecutionMetadata. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.event.ITaskExecutionMetadata); + + /** TaskExecutionMetadata instanceClass. */ + public instanceClass: flyteidl.event.TaskExecutionMetadata.InstanceClass; + + /** + * Creates a new TaskExecutionMetadata instance using the specified properties. + * @param [properties] Properties to set + * @returns TaskExecutionMetadata instance + */ + public static create(properties?: flyteidl.event.ITaskExecutionMetadata): flyteidl.event.TaskExecutionMetadata; + + /** + * Encodes the specified TaskExecutionMetadata message. Does not implicitly {@link flyteidl.event.TaskExecutionMetadata.verify|verify} messages. + * @param message TaskExecutionMetadata message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.event.ITaskExecutionMetadata, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a TaskExecutionMetadata message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns TaskExecutionMetadata + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.TaskExecutionMetadata; + + /** + * Verifies a TaskExecutionMetadata message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + + namespace TaskExecutionMetadata { + + /** InstanceClass enum. */ + enum InstanceClass { + DEFAULT = 0, + INTERRUPTIBLE = 1 + } + } } /** Namespace admin. */ diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 20ae5d989..7ba0522a7 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -12612,6 +12612,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.core.IExecutionError|null} [error] TaskExecutionEvent error * @property {google.protobuf.IStruct|null} [customInfo] TaskExecutionEvent customInfo * @property {number|null} [phaseVersion] TaskExecutionEvent phaseVersion + * @property {flyteidl.event.ITaskExecutionMetadata|null} [metadata] TaskExecutionEvent metadata */ /** @@ -12726,6 +12727,14 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskExecutionEvent.prototype.phaseVersion = 0; + /** + * TaskExecutionEvent metadata. + * @member {flyteidl.event.ITaskExecutionMetadata|null|undefined} metadata + * @memberof flyteidl.event.TaskExecutionEvent + * @instance + */ + TaskExecutionEvent.prototype.metadata = null; + // OneOf field names bound to virtual getters and setters let $oneOfFields; @@ -12789,6 +12798,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.google.protobuf.Struct.encode(message.customInfo, writer.uint32(/* id 11, wireType 2 =*/90).fork()).ldelim(); if (message.phaseVersion != null && message.hasOwnProperty("phaseVersion")) writer.uint32(/* id 12, wireType 0 =*/96).uint32(message.phaseVersion); + if (message.metadata != null && message.hasOwnProperty("metadata")) + $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); return writer; }; @@ -12848,6 +12859,9 @@ export const flyteidl = $root.flyteidl = (() => { case 12: message.phaseVersion = reader.uint32(); break; + case 16: + message.metadata = $root.flyteidl.event.TaskExecutionMetadata.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -12938,12 +12952,146 @@ export const flyteidl = $root.flyteidl = (() => { if (message.phaseVersion != null && message.hasOwnProperty("phaseVersion")) if (!$util.isInteger(message.phaseVersion)) return "phaseVersion: integer expected"; + if (message.metadata != null && message.hasOwnProperty("metadata")) { + let error = $root.flyteidl.event.TaskExecutionMetadata.verify(message.metadata); + if (error) + return "metadata." + error; + } return null; }; return TaskExecutionEvent; })(); + event.TaskExecutionMetadata = (function() { + + /** + * Properties of a TaskExecutionMetadata. + * @memberof flyteidl.event + * @interface ITaskExecutionMetadata + * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass + */ + + /** + * Constructs a new TaskExecutionMetadata. + * @memberof flyteidl.event + * @classdesc Represents a TaskExecutionMetadata. + * @implements ITaskExecutionMetadata + * @constructor + * @param {flyteidl.event.ITaskExecutionMetadata=} [properties] Properties to set + */ + function TaskExecutionMetadata(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * TaskExecutionMetadata instanceClass. + * @member {flyteidl.event.TaskExecutionMetadata.InstanceClass} instanceClass + * @memberof flyteidl.event.TaskExecutionMetadata + * @instance + */ + TaskExecutionMetadata.prototype.instanceClass = 0; + + /** + * Creates a new TaskExecutionMetadata instance using the specified properties. + * @function create + * @memberof flyteidl.event.TaskExecutionMetadata + * @static + * @param {flyteidl.event.ITaskExecutionMetadata=} [properties] Properties to set + * @returns {flyteidl.event.TaskExecutionMetadata} TaskExecutionMetadata instance + */ + TaskExecutionMetadata.create = function create(properties) { + return new TaskExecutionMetadata(properties); + }; + + /** + * Encodes the specified TaskExecutionMetadata message. Does not implicitly {@link flyteidl.event.TaskExecutionMetadata.verify|verify} messages. + * @function encode + * @memberof flyteidl.event.TaskExecutionMetadata + * @static + * @param {flyteidl.event.ITaskExecutionMetadata} message TaskExecutionMetadata message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + TaskExecutionMetadata.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) + writer.uint32(/* id 16, wireType 0 =*/128).int32(message.instanceClass); + return writer; + }; + + /** + * Decodes a TaskExecutionMetadata message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.event.TaskExecutionMetadata + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.event.TaskExecutionMetadata} TaskExecutionMetadata + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + TaskExecutionMetadata.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.TaskExecutionMetadata(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 16: + message.instanceClass = reader.int32(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a TaskExecutionMetadata message. + * @function verify + * @memberof flyteidl.event.TaskExecutionMetadata + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + TaskExecutionMetadata.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) + switch (message.instanceClass) { + default: + return "instanceClass: enum value expected"; + case 0: + case 1: + break; + } + return null; + }; + + /** + * InstanceClass enum. + * @name flyteidl.event.TaskExecutionMetadata.InstanceClass + * @enum {string} + * @property {number} DEFAULT=0 DEFAULT value + * @property {number} INTERRUPTIBLE=1 INTERRUPTIBLE value + */ + TaskExecutionMetadata.InstanceClass = (function() { + const valuesById = {}, values = Object.create(valuesById); + values[valuesById[0] = "DEFAULT"] = 0; + values[valuesById[1] = "INTERRUPTIBLE"] = 1; + return values; + })(); + + return TaskExecutionMetadata; + })(); + return event; })(); diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 944b044b0..30de18923 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -313,7 +313,8 @@ Plugin specific execution event information. For tasks like Python, Hive, Spark, "output_uri": "...", "error": "{...}", "custom_info": "{...}", - "phase_version": "..." + "phase_version": "...", + "metadata": "{...}" } .. _api_field_flyteidl.event.TaskExecutionEvent.task_id: @@ -401,4 +402,54 @@ phase_version The version field should be incremented when metadata changes across the duration of an individual phase. +.. _api_field_flyteidl.event.TaskExecutionEvent.metadata: +metadata + (:ref:`flyteidl.event.TaskExecutionMetadata `) Metadata around how a task was executed. + + + + +.. _api_msg_flyteidl.event.TaskExecutionMetadata: + +flyteidl.event.TaskExecutionMetadata +------------------------------------ + +`[flyteidl.event.TaskExecutionMetadata proto] `_ + +Holds metadata around how a task was executed. +TODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325). + +.. code-block:: json + + { + "instance_class": "..." + } + +.. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class: + +instance_class + (:ref:`flyteidl.event.TaskExecutionMetadata.InstanceClass `) + + +.. _api_enum_flyteidl.event.TaskExecutionMetadata.InstanceClass: + +Enum flyteidl.event.TaskExecutionMetadata.InstanceClass +------------------------------------------------------- + +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ + +Includes the broad cateogry of machine used for this specific task execution. + +.. _api_enum_value_flyteidl.event.TaskExecutionMetadata.InstanceClass.DEFAULT: + +DEFAULT + *(DEFAULT)* ⁣The default instance class configured for the flyte application platform. + + +.. _api_enum_value_flyteidl.event.TaskExecutionMetadata.InstanceClass.INTERRUPTIBLE: + +INTERRUPTIBLE + ⁣The instance class configured for interruptible tasks. + + diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index a0ee5194e..834f57b11 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,12 +25,34 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xef\x03\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\rB\x0f\n\routput_resultB3Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xa8\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"\x95\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) +_TASKEXECUTIONMETADATA_INSTANCECLASS = _descriptor.EnumDescriptor( + name='InstanceClass', + full_name='flyteidl.event.TaskExecutionMetadata.InstanceClass', + filename=None, + file=DESCRIPTOR, + values=[ + _descriptor.EnumValueDescriptor( + name='DEFAULT', index=0, number=0, + serialized_options=None, + type=None), + _descriptor.EnumValueDescriptor( + name='INTERRUPTIBLE', index=1, number=1, + serialized_options=None, + type=None), + ], + containing_type=None, + serialized_options=None, + serialized_start=2185, + serialized_end=2232, +) +_sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) + _WORKFLOWEXECUTIONEVENT = _descriptor.Descriptor( name='WorkflowExecutionEvent', @@ -451,6 +473,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='metadata', full_name='flyteidl.event.TaskExecutionEvent.metadata', index=12, + number=16, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -467,7 +496,39 @@ index=0, containing_type=None, fields=[]), ], serialized_start=1528, - serialized_end=2023, + serialized_end=2080, +) + + +_TASKEXECUTIONMETADATA = _descriptor.Descriptor( + name='TaskExecutionMetadata', + full_name='flyteidl.event.TaskExecutionMetadata', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='instance_class', full_name='flyteidl.event.TaskExecutionMetadata.instance_class', index=0, + number=16, type=14, cpp_type=8, label=1, + has_default_value=False, default_value=0, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + _TASKEXECUTIONMETADATA_INSTANCECLASS, + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2083, + serialized_end=2232, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER @@ -511,12 +572,15 @@ _TASKEXECUTIONEVENT.fields_by_name['occurred_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP _TASKEXECUTIONEVENT.fields_by_name['error'].message_type = flyteidl_dot_core_dot_execution__pb2._EXECUTIONERROR _TASKEXECUTIONEVENT.fields_by_name['custom_info'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT +_TASKEXECUTIONEVENT.fields_by_name['metadata'].message_type = _TASKEXECUTIONMETADATA _TASKEXECUTIONEVENT.oneofs_by_name['output_result'].fields.append( _TASKEXECUTIONEVENT.fields_by_name['output_uri']) _TASKEXECUTIONEVENT.fields_by_name['output_uri'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result'] _TASKEXECUTIONEVENT.oneofs_by_name['output_result'].fields.append( _TASKEXECUTIONEVENT.fields_by_name['error']) _TASKEXECUTIONEVENT.fields_by_name['error'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result'] +_TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS +_TASKEXECUTIONMETADATA_INSTANCECLASS.containing_type = _TASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['WorkflowExecutionEvent'] = _WORKFLOWEXECUTIONEVENT DESCRIPTOR.message_types_by_name['NodeExecutionEvent'] = _NODEEXECUTIONEVENT DESCRIPTOR.message_types_by_name['WorkflowNodeMetadata'] = _WORKFLOWNODEMETADATA @@ -524,6 +588,7 @@ DESCRIPTOR.message_types_by_name['ParentTaskExecutionMetadata'] = _PARENTTASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['ParentNodeExecutionMetadata'] = _PARENTNODEEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['TaskExecutionEvent'] = _TASKEXECUTIONEVENT +DESCRIPTOR.message_types_by_name['TaskExecutionMetadata'] = _TASKEXECUTIONMETADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) WorkflowExecutionEvent = _reflection.GeneratedProtocolMessageType('WorkflowExecutionEvent', (_message.Message,), dict( @@ -575,6 +640,13 @@ )) _sym_db.RegisterMessage(TaskExecutionEvent) +TaskExecutionMetadata = _reflection.GeneratedProtocolMessageType('TaskExecutionMetadata', (_message.Message,), dict( + DESCRIPTOR = _TASKEXECUTIONMETADATA, + __module__ = 'flyteidl.event.event_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.event.TaskExecutionMetadata) + )) +_sym_db.RegisterMessage(TaskExecutionMetadata) + DESCRIPTOR._options = None # @@protoc_insertion_point(module_scope) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/README.md b/gen/pb_python/flyteidl/service/flyteadmin/README.md index f199f6a4b..4c875a58c 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -298,6 +298,7 @@ Class | Method | HTTP request | Description - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) - [EventTaskExecutionEvent](docs/EventTaskExecutionEvent.md) + - [EventTaskExecutionMetadata](docs/EventTaskExecutionMetadata.md) - [EventWorkflowExecutionEvent](docs/EventWorkflowExecutionEvent.md) - [ExecutionErrorErrorKind](docs/ExecutionErrorErrorKind.md) - [ExecutionMetadataExecutionMode](docs/ExecutionMetadataExecutionMode.md) @@ -322,6 +323,7 @@ Class | Method | HTTP request | Description - [SchemaColumnSchemaColumnType](docs/SchemaColumnSchemaColumnType.md) - [SchemaTypeSchemaColumn](docs/SchemaTypeSchemaColumn.md) - [SortDirection](docs/SortDirection.md) + - [TaskExecutionMetadataInstanceClass](docs/TaskExecutionMetadataInstanceClass.md) - [TaskLogMessageFormat](docs/TaskLogMessageFormat.md) - [WorkflowMetadataOnFailurePolicy](docs/WorkflowMetadataOnFailurePolicy.md) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index 844b9845f..cb726909e 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -200,6 +200,7 @@ from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata from flyteadmin.models.event_task_execution_event import EventTaskExecutionEvent +from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata from flyteadmin.models.event_workflow_execution_event import EventWorkflowExecutionEvent from flyteadmin.models.execution_error_error_kind import ExecutionErrorErrorKind from flyteadmin.models.execution_metadata_execution_mode import ExecutionMetadataExecutionMode @@ -224,5 +225,6 @@ from flyteadmin.models.schema_column_schema_column_type import SchemaColumnSchemaColumnType from flyteadmin.models.schema_type_schema_column import SchemaTypeSchemaColumn from flyteadmin.models.sort_direction import SortDirection +from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass from flyteadmin.models.task_log_message_format import TaskLogMessageFormat from flyteadmin.models.workflow_metadata_on_failure_policy import WorkflowMetadataOnFailurePolicy diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 11709a86b..8e8fac585 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -193,6 +193,7 @@ from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata from flyteadmin.models.event_task_execution_event import EventTaskExecutionEvent +from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata from flyteadmin.models.event_workflow_execution_event import EventWorkflowExecutionEvent from flyteadmin.models.execution_error_error_kind import ExecutionErrorErrorKind from flyteadmin.models.execution_metadata_execution_mode import ExecutionMetadataExecutionMode @@ -217,5 +218,6 @@ from flyteadmin.models.schema_column_schema_column_type import SchemaColumnSchemaColumnType from flyteadmin.models.schema_type_schema_column import SchemaTypeSchemaColumn from flyteadmin.models.sort_direction import SortDirection +from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass from flyteadmin.models.task_log_message_format import TaskLogMessageFormat from flyteadmin.models.workflow_metadata_on_failure_policy import WorkflowMetadataOnFailurePolicy diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py index 57afca8ae..4391b1a55 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py @@ -21,6 +21,7 @@ from flyteadmin.models.core_node_execution_identifier import CoreNodeExecutionIdentifier # noqa: F401,E501 from flyteadmin.models.core_task_execution_phase import CoreTaskExecutionPhase # noqa: F401,E501 from flyteadmin.models.core_task_log import CoreTaskLog # noqa: F401,E501 +from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata # noqa: F401,E501 from flyteadmin.models.protobuf_struct import ProtobufStruct # noqa: F401,E501 @@ -49,7 +50,8 @@ class EventTaskExecutionEvent(object): 'output_uri': 'str', 'error': 'CoreExecutionError', 'custom_info': 'ProtobufStruct', - 'phase_version': 'int' + 'phase_version': 'int', + 'metadata': 'EventTaskExecutionMetadata' } attribute_map = { @@ -64,10 +66,11 @@ class EventTaskExecutionEvent(object): 'output_uri': 'output_uri', 'error': 'error', 'custom_info': 'custom_info', - 'phase_version': 'phase_version' + 'phase_version': 'phase_version', + 'metadata': 'metadata' } - def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=None, phase=None, producer_id=None, logs=None, occurred_at=None, input_uri=None, output_uri=None, error=None, custom_info=None, phase_version=None): # noqa: E501 + def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=None, phase=None, producer_id=None, logs=None, occurred_at=None, input_uri=None, output_uri=None, error=None, custom_info=None, phase_version=None, metadata=None): # noqa: E501 """EventTaskExecutionEvent - a model defined in Swagger""" # noqa: E501 self._task_id = None @@ -82,6 +85,7 @@ def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=No self._error = None self._custom_info = None self._phase_version = None + self._metadata = None self.discriminator = None if task_id is not None: @@ -108,6 +112,8 @@ def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=No self.custom_info = custom_info if phase_version is not None: self.phase_version = phase_version + if metadata is not None: + self.metadata = metadata @property def task_id(self): @@ -373,6 +379,29 @@ def phase_version(self, phase_version): self._phase_version = phase_version + @property + def metadata(self): + """Gets the metadata of this EventTaskExecutionEvent. # noqa: E501 + + Metadata around how a task was executed. # noqa: E501 + + :return: The metadata of this EventTaskExecutionEvent. # noqa: E501 + :rtype: EventTaskExecutionMetadata + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """Sets the metadata of this EventTaskExecutionEvent. + + Metadata around how a task was executed. # noqa: E501 + + :param metadata: The metadata of this EventTaskExecutionEvent. # noqa: E501 + :type: EventTaskExecutionMetadata + """ + + self._metadata = metadata + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py new file mode 100644 index 000000000..2eac93106 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -0,0 +1,117 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + +from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass # noqa: F401,E501 + + +class EventTaskExecutionMetadata(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'instance_class': 'TaskExecutionMetadataInstanceClass' + } + + attribute_map = { + 'instance_class': 'instance_class' + } + + def __init__(self, instance_class=None): # noqa: E501 + """EventTaskExecutionMetadata - a model defined in Swagger""" # noqa: E501 + + self._instance_class = None + self.discriminator = None + + if instance_class is not None: + self.instance_class = instance_class + + @property + def instance_class(self): + """Gets the instance_class of this EventTaskExecutionMetadata. # noqa: E501 + + + :return: The instance_class of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: TaskExecutionMetadataInstanceClass + """ + return self._instance_class + + @instance_class.setter + def instance_class(self, instance_class): + """Sets the instance_class of this EventTaskExecutionMetadata. + + + :param instance_class: The instance_class of this EventTaskExecutionMetadata. # noqa: E501 + :type: TaskExecutionMetadataInstanceClass + """ + + self._instance_class = instance_class + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(EventTaskExecutionMetadata, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, EventTaskExecutionMetadata): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/task_execution_metadata_instance_class.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/task_execution_metadata_instance_class.py new file mode 100644 index 000000000..c0bd3b336 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/task_execution_metadata_instance_class.py @@ -0,0 +1,93 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class TaskExecutionMetadataInstanceClass(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + allowed enum values + """ + DEFAULT = "DEFAULT" + INTERRUPTIBLE = "INTERRUPTIBLE" + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + } + + attribute_map = { + } + + def __init__(self): # noqa: E501 + """TaskExecutionMetadataInstanceClass - a model defined in Swagger""" # noqa: E501 + self.discriminator = None + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(TaskExecutionMetadataInstanceClass, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, TaskExecutionMetadataInstanceClass): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_task_execution_metadata.py new file mode 100644 index 000000000..18bf03ed0 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_task_execution_metadata.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestEventTaskExecutionMetadata(unittest.TestCase): + """EventTaskExecutionMetadata unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testEventTaskExecutionMetadata(self): + """Test EventTaskExecutionMetadata""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.event_task_execution_metadata.EventTaskExecutionMetadata() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_task_execution_metadata_instance_class.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_task_execution_metadata_instance_class.py new file mode 100644 index 000000000..9129b45d9 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_task_execution_metadata_instance_class.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestTaskExecutionMetadataInstanceClass(unittest.TestCase): + """TaskExecutionMetadataInstanceClass unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testTaskExecutionMetadataInstanceClass(self): + """Test TaskExecutionMetadataInstanceClass""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.task_execution_metadata_instance_class.TaskExecutionMetadataInstanceClass() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/package.json b/package.json index 7431d38fd..a39deddef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lyft/flyteidl", - "version": "0.18.6", + "version": "0.18.7", "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs", "repository": { "type": "git", diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index 887f9e89b..ea3619cde 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -150,4 +150,21 @@ message TaskExecutionEvent { // that should be recorded regardless of the lack of phase change. // The version field should be incremented when metadata changes across the duration of an individual phase. uint32 phase_version = 12; + + // Metadata around how a task was executed. + TaskExecutionMetadata metadata = 16; +} + +// Holds metadata around how a task was executed. +// TODO(katrogan): Extend to include freeform fields (https://github.com/lyft/flyte/issues/325). +message TaskExecutionMetadata { + // Includes the broad cateogry of machine used for this specific task execution. + enum InstanceClass { + // The default instance class configured for the flyte application platform. + DEFAULT = 0; + + // The instance class configured for interruptible tasks. + INTERRUPTIBLE = 1; + } + InstanceClass instance_class = 16; } diff --git a/setup.py b/setup.py index 4a4a1a80e..4cba40aed 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.18.6' +__version__ = '0.18.7' setup( name='flyteidl',